Hello community,

here is the log from the commit of package libepubgen for openSUSE:Factory 
checked in at 2016-08-10 19:55:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libepubgen (Old)
 and      /work/SRC/openSUSE:Factory/.libepubgen.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libepubgen"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libepubgen/libepubgen.changes    2014-12-03 
22:50:02.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libepubgen.new/libepubgen.changes       
2016-08-10 19:55:51.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Aug  1 08:52:23 UTC 2016 - tchva...@suse.com
+
+- Disable sle11 support code
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libepubgen.spec ++++++
--- /var/tmp/diff_new_pack.gDsNe5/_old  2016-08-10 19:55:53.000000000 +0200
+++ /var/tmp/diff_new_pack.gDsNe5/_new  2016-08-10 19:55:53.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libepubgen
 #
-# Copyright (c) 2014 SUSE LINUX Products 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
@@ -61,9 +61,7 @@
 %package devel-doc
 Summary:        Documentation of %{name} API
 Group:          Documentation/HTML
-%if 0%{?suse_version} > 1200
 BuildArch:      noarch
-%endif
 
 %description devel-doc
 The %{name}-doc package contains documentation files for %{name}.
@@ -73,8 +71,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 DESTDIR=%{buildroot} install %{?_smp_mflags}


Reply via email to