Hello community,

here is the log from the commit of package libcdr for openSUSE:Factory checked 
in at 2016-08-05 18:13:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcdr (Old)
 and      /work/SRC/openSUSE:Factory/.libcdr.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libcdr"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libcdr/libcdr.changes    2016-07-28 
23:42:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libcdr.new/libcdr.changes       2016-08-05 
18:13:32.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Aug  1 08:48:34 UTC 2016 - [email protected]
+
+- Disable silent rules
+- Remove sle11 support code
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libcdr.spec ++++++
--- /var/tmp/diff_new_pack.minzjZ/_old  2016-08-05 18:13:33.000000000 +0200
+++ /var/tmp/diff_new_pack.minzjZ/_new  2016-08-05 18:13:33.000000000 +0200
@@ -69,9 +69,7 @@
 %package devel-doc
 Summary:        Documentation for the libcdr API
 Group:          Documentation/HTML
-%if 0%{?suse_version} > 1200
 BuildArch:      noarch
-%endif
 
 %description devel-doc
 This package contains documentation for the libcdr API.
@@ -89,8 +87,12 @@
 
 %build
 export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden"
-%configure --disable-werror --disable-static --docdir=%{_docdir}/%{name}
-make %{?_smp_mflags} V=1
+%configure \
+    --disable-werror \
+    --disable-static \
+    --docdir=%{_docdir}/%{name} \
+    --disable-silent-rules
+make %{?_smp_mflags}
 
 %install
 make %{?_smp_mflags} DESTDIR=%{buildroot} install


Reply via email to