Hello community,

here is the log from the commit of package knot for openSUSE:Factory checked in 
at 2015-03-12 16:38:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/knot (Old)
 and      /work/SRC/openSUSE:Factory/.knot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "knot"

Changes:
--------
--- /work/SRC/openSUSE:Factory/knot/knot.changes        2015-01-22 
21:49:27.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.knot.new/knot.changes   2015-03-12 
16:38:45.000000000 +0100
@@ -1,0 +2,18 @@
+Tue Mar 10 17:20:55 UTC 2015 - mrueck...@suse.de
+
+- update to 1.6.2
+  - Limiting number of parallel TCP clients (max-tcp-clients config
+    option)
+  - Ignore refresh and transfer events on non-slave zones
+  - Compilation with Dnstap support on FreeBSD
+  - Possible file descriptor leak when terminating inactive TCP
+    clients
+- refreshed patches to apply cleanly again:
+  0002-make-configure.ac-compatible-with-old-tools.patch
+- moved autoreconf -fi to %build so it wont be tried in quilt setup
+  or similar tools
+- move up the %if case for systemd in for the preun scriptlet to
+  avoid warning about empty scripts on non systemd distributions.
+- used xz tarball: new buildrequires xz
+
+-------------------------------------------------------------------

Old:
----
  knot-1.6.1.tar.gz

New:
----
  knot-1.6.2.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ knot.spec ++++++
--- /var/tmp/diff_new_pack.6VMfnC/_old  2015-03-12 16:38:46.000000000 +0100
+++ /var/tmp/diff_new_pack.6VMfnC/_new  2015-03-12 16:38:46.000000000 +0100
@@ -24,13 +24,13 @@
 %{?systemd_requires}
 %endif
 Name:           knot
-Version:        1.6.1
+Version:        1.6.2
 Release:        0
 Summary:        An authoritative DNS daemon
 License:        GPL-3.0+
 Group:          Productivity/Networking/DNS/Servers
 Url:            http://www.knot-dns.cz
-Source0:        https://secure.nic.cz/files/knot-dns/%{name}-%{version}.tar.gz
+Source0:        https://secure.nic.cz/files/knot-dns/%{name}-%{version}.tar.xz
 Source1:        knot.conf
 Source2:        knot.service
 Patch0:         0001-loosen-openssl-dependency.patch
@@ -44,6 +44,7 @@
 BuildRequires:  liburcu-devel
 BuildRequires:  openssl-devel
 BuildRequires:  pkg-config
+BuildRequires:  xz
 Requires(pre):  pwdutils
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} > 1310
@@ -57,9 +58,9 @@
 %setup -q
 %patch0 -p1
 %patch1
-autoreconf -fvi
 
 %build
+autoreconf -fvi
 %configure \
   --sysconfdir=%{_sysconfdir} \
   --libexecdir=%{_libexecdir}/%{name} \
@@ -97,8 +98,8 @@
 %service_add_pre %{name}.service
 %endif
 
-%preun
 %if 0%{?has_systemd}
+%preun
 %service_del_preun %{name}.service
 %endif
 

++++++ 0002-make-configure.ac-compatible-with-old-tools.patch ++++++
--- /var/tmp/diff_new_pack.6VMfnC/_old  2015-03-12 16:38:46.000000000 +0100
+++ /var/tmp/diff_new_pack.6VMfnC/_new  2015-03-12 16:38:46.000000000 +0100
@@ -1,11 +1,11 @@
 Index: configure.ac
 ===================================================================
---- configure.ac.orig  2014-11-18 16:42:47.624512534 +0100
-+++ configure.ac       2014-11-18 16:44:50.915161899 +0100
+--- configure.ac.orig
++++ configure.ac
 @@ -2,8 +2,7 @@
  
  AC_PREREQ([2.60])
- AC_INIT([knot], [1.6.1], [knot-...@labs.nic.cz])
+ AC_INIT([knot], [1.6.2], [knot-...@labs.nic.cz])
 -AM_INIT_AUTOMAKE([gnits subdir-objects dist-xz -Wall -Werror])
 -AM_SILENT_RULES([yes])
 +AM_INIT_AUTOMAKE([gnits subdir-objects -Wall -Werror])

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to