Hello community,

here is the log from the commit of package yast2-core for openSUSE:Factory 
checked in at 2016-02-07 09:21:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-core (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-core.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-core"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-core/yast2-core.changes    2016-01-28 
17:19:33.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-core.new/yast2-core.changes       
2016-02-07 09:21:53.000000000 +0100
@@ -1,0 +2,12 @@
+Tue Feb  2 15:15:39 UTC 2016 - [email protected]
+
+- Treat C/C++ warnings as errors but only via bcond_with werror.
+- 3.1.21
+
+-------------------------------------------------------------------
+Tue Feb  2 12:17:32 UTC 2016 - [email protected]
+
+- Treat C/C++ warnings as errors.
+- 3.1.20
+
+-------------------------------------------------------------------

Old:
----
  yast2-core-3.1.19.tar.bz2

New:
----
  yast2-core-3.1.21.tar.bz2

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

Other differences:
------------------
++++++ yast2-core.spec ++++++
--- /var/tmp/diff_new_pack.8kHQfb/_old  2016-02-07 09:21:54.000000000 +0100
+++ /var/tmp/diff_new_pack.8kHQfb/_new  2016-02-07 09:21:54.000000000 +0100
@@ -16,8 +16,14 @@
 #
 
 
+# Optionally treat C/C++ warnings as errors.
+# It is off by default so that it will not block mass tests of new GCC
+# but we want to enable it in a side repo
+# to be able to fix newly detected problems relatively early.
+%bcond_with werror
+
 Name:           yast2-core
-Version:        3.1.19
+Version:        3.1.21
 Release:        0
 Url:            https://github.com/yast/yast-core
 
@@ -92,6 +98,11 @@
 
 export SUSE_ASNEEDED=0 # disable --as-needed until this package is fixed
 
+%if %{with werror}
+export   CFLAGS="${RPM_OPT_FLAGS} -Werror"
+export CXXFLAGS="${RPM_OPT_FLAGS} -Werror"
+%endif
+
 %yast_build
 
 %install

++++++ yast2-core-3.1.19.tar.bz2 -> yast2-core-3.1.21.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.1.19/package/yast2-core.changes 
new/yast2-core-3.1.21/package/yast2-core.changes
--- old/yast2-core-3.1.19/package/yast2-core.changes    2016-01-21 
15:49:17.000000000 +0100
+++ new/yast2-core-3.1.21/package/yast2-core.changes    2016-02-02 
17:19:13.000000000 +0100
@@ -1,4 +1,16 @@
 -------------------------------------------------------------------
+Tue Feb  2 15:15:39 UTC 2016 - [email protected]
+
+- Treat C/C++ warnings as errors but only via bcond_with werror.
+- 3.1.21
+
+-------------------------------------------------------------------
+Tue Feb  2 12:17:32 UTC 2016 - [email protected]
+
+- Treat C/C++ warnings as errors.
+- 3.1.20
+
+-------------------------------------------------------------------
 Tue Jan 19 10:08:56 UTC 2016 - [email protected]
 
 - ag_ini: when multifile list contain glob, evaluate it in correct
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.1.19/package/yast2-core.spec 
new/yast2-core-3.1.21/package/yast2-core.spec
--- old/yast2-core-3.1.19/package/yast2-core.spec       2016-01-21 
15:49:17.000000000 +0100
+++ new/yast2-core-3.1.21/package/yast2-core.spec       2016-02-02 
17:19:13.000000000 +0100
@@ -16,8 +16,14 @@
 #
 
 
+# Optionally treat C/C++ warnings as errors.
+# It is off by default so that it will not block mass tests of new GCC
+# but we want to enable it in a side repo
+# to be able to fix newly detected problems relatively early.
+%bcond_with werror
+
 Name:           yast2-core
-Version:        3.1.19
+Version:        3.1.21
 Release:        0
 Url:            https://github.com/yast/yast-core
 
@@ -92,6 +98,11 @@
 
 export SUSE_ASNEEDED=0 # disable --as-needed until this package is fixed
 
+%if %{with werror}
+export   CFLAGS="${RPM_OPT_FLAGS} -Werror"
+export CXXFLAGS="${RPM_OPT_FLAGS} -Werror"
+%endif
+
 %yast_build
 
 %install


Reply via email to