Hello community,

here is the log from the commit of package libzypp-bindings for 
openSUSE:Factory checked in at 2014-03-22 09:08:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libzypp-bindings (Old)
 and      /work/SRC/openSUSE:Factory/.libzypp-bindings.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libzypp-bindings"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libzypp-bindings/libzypp-bindings.changes        
2014-01-27 15:31:43.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libzypp-bindings.new/libzypp-bindings.changes   
2014-03-22 09:08:58.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Mar 14 14:39:37 CET 2014 - m...@suse.de
+
+- c++11 fixes
+- 0.6.1
+
+-------------------------------------------------------------------

Old:
----
  libzypp-bindings-0.6.0.tar.bz2

New:
----
  libzypp-bindings-0.6.1.tar.bz2

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

Other differences:
------------------
++++++ libzypp-bindings.spec ++++++
--- /var/tmp/diff_new_pack.v1x75r/_old  2014-03-22 09:08:58.000000000 +0100
+++ /var/tmp/diff_new_pack.v1x75r/_new  2014-03-22 09:08:58.000000000 +0100
@@ -18,7 +18,7 @@
 
 
 Name:           libzypp-bindings
-Version:        0.6.0
+Version:        0.6.1
 Release:        0
 Summary:        Bindings for libzypp
 License:        GPL-2.0+

++++++ libzypp-bindings-0.6.0.tar.bz2 -> libzypp-bindings-0.6.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-bindings-0.6.0/CMakeLists.txt 
new/libzypp-bindings-0.6.1/CMakeLists.txt
--- old/libzypp-bindings-0.6.0/CMakeLists.txt   2013-04-30 13:46:28.000000000 
+0200
+++ new/libzypp-bindings-0.6.1/CMakeLists.txt   2014-03-14 14:40:49.000000000 
+0100
@@ -7,7 +7,7 @@
 
 ENABLE_TESTING()
 
-SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -std=c++0x -fPIC 
-fno-strict-aliasing")
+SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -std=c++11 -fPIC 
-fno-strict-aliasing")
 
 #
 # where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is 
checked
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-bindings-0.6.0/VERSION.cmake 
new/libzypp-bindings-0.6.1/VERSION.cmake
--- old/libzypp-bindings-0.6.0/VERSION.cmake    2014-01-24 08:15:51.000000000 
+0100
+++ new/libzypp-bindings-0.6.1/VERSION.cmake    2014-03-14 14:40:49.000000000 
+0100
@@ -1,4 +1,4 @@
 # on maintenance branch add a 2nd level to patch (p.1, p.2, ...)
 SET(VERSION_MAJOR "0")
 SET(VERSION_MINOR "6")
-SET(VERSION_PATCH "0")
+SET(VERSION_PATCH "1")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libzypp-bindings-0.6.0/package/libzypp-bindings.changes 
new/libzypp-bindings-0.6.1/package/libzypp-bindings.changes
--- old/libzypp-bindings-0.6.0/package/libzypp-bindings.changes 2014-01-24 
08:15:51.000000000 +0100
+++ new/libzypp-bindings-0.6.1/package/libzypp-bindings.changes 2014-03-14 
14:40:49.000000000 +0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Fri Mar 14 14:39:37 CET 2014 - m...@suse.de
+
+- c++11 fixes
+- 0.6.1
+
+-------------------------------------------------------------------
 Fri Jan 24 08:05:29 CET 2014 - m...@suse.de
 
 - Adapt to libzypp changes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-bindings-0.6.0/swig/zypp.i 
new/libzypp-bindings-0.6.1/swig/zypp.i
--- old/libzypp-bindings-0.6.0/swig/zypp.i      2013-12-02 13:21:43.000000000 
+0100
+++ new/libzypp-bindings-0.6.1/swig/zypp.i      2014-03-14 14:40:49.000000000 
+0100
@@ -20,6 +20,7 @@
 #define BOOST_NO_CXX11_NOEXCEPT
 #define BOOST_NO_CXX11_RVALUE_REFERENCES
 #define BOOST_NO_CXX11_SMART_PTR
+#define constexpr
 
 %{
 /* Includes the header in the wrapper code */

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to