diff --git a/.gitignore b/.gitignore index 4bb7d64..0209c54 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1 @@ -/knot-1.1.3.tar.gz -/knot-1.2.0.tar.gz -/knot-1.3.0-rc3.tar.gz -/knot-1.3.0-rc4.tar.gz -/knot-1.3.0-rc5.tar.gz +/knot-*.tar.gz diff --git a/knot.spec b/knot.spec index b105069..4d1dadb 100644 --- a/knot.spec +++ b/knot.spec @@ -1,14 +1,13 @@ %global _hardened_build 1 -%global alphatag rc5 Summary: An authoritative DNS daemon Name: knot -Version: 1.3.0 -Release: 0.4.%{alphatag}%{?dist} +Version: 1.3.1 +Release: 1%{?dist} License: GPLv3 Group: System Environment/Daemons URL: http://www.knot-dns.cz -Source0: http://public.nic.cz/files/knot-dns/%{name}-%{version}-%{alphatag}.tar.gz +Source0: http://public.nic.cz/files/knot-dns/%{name}-%{version}.tar.gz Source1: %{name}.service Source2: %{name}.conf Source3: %{name}.tmpfiles @@ -25,7 +24,7 @@ Requires(postun): systemd Knot DNS is a high-performance authoritative DNS server implementation. %prep -%setup -q -n %{name}-%{version}-%{alphatag} +%setup -q %build # disable debug code (causes unused warnings) @@ -94,6 +93,9 @@ fi %doc %{_infodir}/%{name}.info.gz %changelog +* Sun Sep 01 2013 Jan Vcelak 1.3.1-1 +- update to 1.3.1 + * Mon Jul 29 2013 Jan Vcelak 1.3.0-0.4.rc5 - update to 1.3.0-rc5 diff --git a/sources b/sources index 26e73fd..af9e0ce 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -adf0c359488a8994aacb64d66ba9ecd8 knot-1.3.0-rc5.tar.gz +9230b08b21cd2c38e0292d7620c1380f knot-1.3.1.tar.gz