Hello community,

here is the log from the commit of package znc for openSUSE:Factory checked in 
at 2016-02-25 22:11:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/znc (Old)
 and      /work/SRC/openSUSE:Factory/.znc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "znc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/znc/znc.changes  2015-11-28 15:19:01.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.znc.new/znc.changes     2016-02-26 
00:48:37.000000000 +0100
@@ -1,0 +2,16 @@
+Wed Feb 24 20:29:50 UTC 2016 - [email protected]
+
+- Update to 1.6.3
+  * New character encoding is now applied immediately, without 
+    reconnect.
+  * Fixed build with LibreSSL. (#594)
+  * Fixed error 404 when accessing the web UI with the configured 
+    URI prefix, but without the / in the end.
+  * znc-buildmod now exits with non-zero exit code when the .cpp 
+    file is not found. (#1226)
+  * Fixed znc-buildmod on Cygwin.
+  * ExpandString got expanded.
+  * Default quit message is switche
+- Small spec file cleanup
+
+-------------------------------------------------------------------

Old:
----
  znc-1.6.2.tar.gz
  znc-1.6.2.tar.gz.sig

New:
----
  znc-1.6.3.tar.gz
  znc-1.6.3.tar.gz.sig

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

Other differences:
------------------
++++++ znc.spec ++++++
--- /var/tmp/diff_new_pack.eK4P3V/_old  2016-02-26 00:48:39.000000000 +0100
+++ /var/tmp/diff_new_pack.eK4P3V/_new  2016-02-26 00:48:39.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package znc
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           znc
-Version:        1.6.2
+Version:        1.6.3
 Release:        0
 Summary:        Advanced IRC Bouncer
 License:        Apache-2.0
@@ -26,9 +26,10 @@
 Source0:        http://znc.in/releases/%{name}-%{version}.tar.gz
 Source1:        http://znc.in/releases/%{name}-%{version}.tar.gz.sig
 Source2:        %{name}.keyring
+BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  perl
-BuildRequires:  pkgconfig
+BuildRequires:  pkg-config
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  pkgconfig(icu-uc)
 BuildRequires:  pkgconfig(libssl)
@@ -55,6 +56,7 @@
 %package devel
 Summary:        Development files to build modules for ZNC
 Group:          Development/Libraries/Other
+Requires:       %{name} = %{version}-%{release}
 
 %description devel
 ZNC is an IRC bounce with many advanced features like detaching, multiple
@@ -66,7 +68,7 @@
 %package perl
 Summary:        Perl support for ZNC
 Group:          Productivity/Networking/IRC
-Requires:       %{name} = %{version}
+Requires:       %{name} = %{version}-%{release}
 Requires:       perl >= 5.10
 
 %description perl
@@ -79,7 +81,7 @@
 %package python3
 Summary:        Python support for ZNC
 Group:          Productivity/Networking/IRC
-Requires:       %{name} = %{version}
+Requires:       %{name} = %{version}-%{release}
 Requires:       python3
 Provides:       %{name}-python = %{version}
 Obsoletes:      %{name}-python < %{version}
@@ -94,7 +96,7 @@
 %package tcl
 Summary:        TCL support for ZNC
 Group:          Productivity/Networking/IRC
-Requires:       %{name} = %{version}
+Requires:       %{name} = %{version}-%{release}
 Requires:       tcl
 
 %description tcl
@@ -121,9 +123,10 @@
 make %{?_smp_mflags} V=1
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 install -d -m 0755 %{buildroot}%{_var}/lib/%{name} %{buildroot}%{_sbindir}
 ln -sv %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
+%fdupes -s %{buildroot}
 
 %pre
 getent group  %{name} >/dev/null || groupadd -r %{name}
@@ -201,7 +204,7 @@
 %{_libdir}/%{name}/route_replies.so
 %{_libdir}/%{name}/send_raw.so
 %{_datadir}/%{name}/
-%{_mandir}/man1/%{name}.1*
+%{_mandir}/man1/%{name}.1%{ext_man}
 %attr(750,%{name},%{name}) %{_var}/lib/%{name}
 
 %files perl
@@ -234,6 +237,6 @@
 %{_bindir}/znc-buildmod
 %{_includedir}/%{name}/
 %{_libdir}/pkgconfig/znc.pc
-%{_mandir}/man1/znc-buildmod.1*
+%{_mandir}/man1/znc-buildmod.1%{ext_man}
 
 %changelog

++++++ znc-1.6.2.tar.gz -> znc-1.6.3.tar.gz ++++++
++++ 23594 lines of diff (skipped)



Reply via email to