[knot/f19: 9/10] update to 1.3.1

jvcelak jvcelak at fedoraproject.org
Sun Sep 1 16:33:39 UTC 2013


commit 9a89f45eb13ac0d1db6ae5ab0ee2135ffce5776e
Author: Jan Vcelak <jvcelak at fedoraproject.org>
Date:   Sun Sep 1 18:10:32 2013 +0200

    update to 1.3.1

 .gitignore |    6 +-----
 knot.spec  |   12 +++++++-----
 sources    |    2 +-
 3 files changed, 9 insertions(+), 11 deletions(-)
---
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 <jvcelak at fedoraproject.org> 1.3.1-1
+- update to 1.3.1
+
 * Mon Jul 29 2013 Jan Vcelak <jvcelak at fedoraproject.org> 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


More information about the scm-commits mailing list