Hello community,

here is the log from the commit of package zeromq for openSUSE:Factory checked 
in at 2017-06-02 10:33:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zeromq (Old)
 and      /work/SRC/openSUSE:Factory/.zeromq.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zeromq"

Fri Jun  2 10:33:47 2017 rev:31 rq:500411 version:4.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/zeromq/zeromq.changes    2017-03-21 
22:51:53.406925574 +0100
+++ /work/SRC/openSUSE:Factory/.zeromq.new/zeromq.changes       2017-06-02 
10:34:15.836007198 +0200
@@ -1,0 +2,6 @@
+Thu Jun  1 11:25:58 UTC 2017 - [email protected]
+
+- remove_werror.patch: don't use -Werror in compiler flags
+- disable silent compilation flags
+
+-------------------------------------------------------------------

New:
----
  remove_werror.patch

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

Other differences:
------------------
++++++ zeromq.spec ++++++
--- /var/tmp/diff_new_pack.LYrUCm/_old  2017-06-02 10:34:16.951849536 +0200
+++ /var/tmp/diff_new_pack.LYrUCm/_new  2017-06-02 10:34:16.955848971 +0200
@@ -30,6 +30,7 @@
 Group:          Productivity/Networking/Web/Servers
 Url:            http://www.zeromq.org/
 Source:         
https://github.com/zeromq/libzmq/releases/download/v%{version}/zeromq-%{version}.tar.gz
+Patch:          remove_werror.patch
 BuildRequires:  asciidoc
 BuildRequires:  gcc-c++
 BuildRequires:  libunwind-devel
@@ -104,6 +105,7 @@
 
 %prep
 %setup -q
+%patch -p1
 
 %build
 export LIBS=-ldl
@@ -114,7 +116,8 @@
   --with-pgm \
 %endif
   --disable-static \
-  --disable-dependency-tracking
+  --disable-dependency-tracking \
+  --disable-silent-rules
 make %{?_smp_mflags}
 
 %install

++++++ remove_werror.patch ++++++
Index: zeromq-4.2.2/configure
===================================================================
--- zeromq-4.2.2.orig/configure
+++ zeromq-4.2.2/configure
@@ -18994,7 +18994,7 @@ fi
 
 
 # By default compiling with -Werror except OSX.
-libzmq_werror="yes"
+libzmq_werror="no"
 
 # By default use DSO visibility
 libzmq_dso_visibility="yes"

Reply via email to