Hello community,

here is the log from the commit of package znc for openSUSE:Factory checked in 
at 2017-02-07 12:04:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2017-01-10 10:44:21.531937146 
+0100
+++ /work/SRC/openSUSE:Factory/.znc.new/znc.changes     2017-02-07 
12:04:14.315076586 +0100
@@ -1,0 +2,10 @@
+Fri Feb  3 17:28:18 UTC 2017 - mplus...@suse.com
+
+- Drop extra hardening flags
+
+-------------------------------------------------------------------
+Fri Feb  3 17:00:26 UTC 2017 - jeng...@inai.de
+
+- Slightly trim descriptions.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ znc.spec ++++++
--- /var/tmp/diff_new_pack.vptokS/_old  2017-02-07 12:04:14.835003032 +0100
+++ /var/tmp/diff_new_pack.vptokS/_new  2017-02-07 12:04:14.839002466 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package znc
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -39,15 +39,12 @@
 BuildRequires:  pkgconfig(tcl)
 BuildRequires:  pkgconfig(zlib)
 Requires(pre):  shadow
-Provides:       %{name}-extra = %{version}
-Obsoletes:      %{name}-extra < %{version}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %systemd_requires
 
 %description
-ZNC is an IRC bounce with many advanced features like detaching, multiple
+ZNC is an IRC bouncer with many features like detaching, multiple
 users, per channel playback buffer, SSL, IPv6, transparent DCC bouncing, and
-c++ module support to name a few.
+C++ module support.
 
 %package devel
 Summary:        Development files to build modules for ZNC
@@ -55,11 +52,11 @@
 Requires:       %{name} = %{version}-%{release}
 
 %description devel
-ZNC is an IRC bounce with many advanced features like detaching, multiple
+ZNC is an IRC bouncer with many features like detaching, multiple
 users, per channel playback buffer, SSL, IPv6, transparent DCC bouncing, and
-c++ module support to name a few.
+C++ module support.
 
-This package contains the %{name} development headers for developing modules.
+This package contains the development headers for developing modules for ZNC.
 
 %package perl
 Summary:        Perl support for ZNC
@@ -68,11 +65,11 @@
 Requires:       perl >= 5.10
 
 %description perl
-ZNC is an IRC bounce with many advanced features like detaching, multiple
+ZNC is an IRC bouncer with many features like detaching, multiple
 users, per channel playback buffer, SSL, IPv6, transparent DCC bouncing, and
-c++ module support to name a few.
+C++ module support.
 
-This package contains the %{name} Perl extension.
+This package contains the Perl extension to ZNC.
 
 %package python3
 Summary:        Python support for ZNC
@@ -83,11 +80,11 @@
 Obsoletes:      %{name}-python < %{version}
 
 %description python3
-ZNC is an IRC bounce with many advanced features like detaching, multiple
+ZNC is an IRC bouncer with many features like detaching, multiple
 users, per channel playback buffer, SSL, IPv6, transparent DCC bouncing, and
-c++ module support to name a few.
+C++ module support.
 
-This package contains the %{name} Python extension.
+This package contains the Python extension to ZNC.
 
 %package tcl
 Summary:        TCL support for ZNC
@@ -96,18 +93,16 @@
 Requires:       tcl
 
 %description tcl
-ZNC is an IRC bounce with many advanced features like detaching, multiple
+ZNC is an IRC bouncer with many features like detaching, multiple
 users, per channel playback buffer, SSL, IPv6, transparent DCC bouncing, and
-c++ module support to name a few.
+C++ module support.
 
-This package contains the %{name} Tcl extension.
+This package contains the Tcl extension to ZNC.
 
 %prep
 %setup -q
 
 %build
-export CFLAGS="%{optflags} -fstack-protector-all"
-export CXXFLAGS="%{optflags} -fstack-protector-all"
 %configure \
   --enable-cyrus \
   --enable-perl \
@@ -115,7 +110,6 @@
   --with-tcl=%{_libdir} \
   --enable-python \
   --with-systemdsystemunitdir=%{_unitdir}
-
 make %{?_smp_mflags} V=1
 
 %install




Reply via email to