Hello community,

here is the log from the commit of package libzypp-bindings for 
openSUSE:Factory checked in at 2014-12-19 09:38:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-11-26 22:59:56.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libzypp-bindings.new/libzypp-bindings.changes   
2014-12-19 09:37:32.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Dec 18 11:28:55 CET 2014 - [email protected]
+
+- Enforce Python 2.7 libzypp-bindings is not yet ready for Python 3. 
+- 0.6.4
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ libzypp-bindings.spec ++++++
--- /var/tmp/diff_new_pack.Hp1ch7/_old  2014-12-19 09:37:33.000000000 +0100
+++ /var/tmp/diff_new_pack.Hp1ch7/_new  2014-12-19 09:37:33.000000000 +0100
@@ -18,7 +18,7 @@
 
 
 Name:           libzypp-bindings
-Version:        0.6.3
+Version:        0.6.4
 Release:        0
 Summary:        Bindings for libzypp
 License:        GPL-2.0+
@@ -27,7 +27,7 @@
 BuildRequires:  cmake
 BuildRequires:  gcc-c++ >= 4.5
 BuildRequires:  libzypp-devel >= 14.30.0
-BuildRequires:  python-devel
+BuildRequires:  python-devel < 3
 BuildRequires:  ruby-devel
 BuildRequires:  swig >= 1.3.40
 Source:         %{name}-%{version}.tar.bz2

++++++ libzypp-bindings-0.6.3.tar.bz2 -> libzypp-bindings-0.6.4.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-bindings-0.6.3/VERSION.cmake 
new/libzypp-bindings-0.6.4/VERSION.cmake
--- old/libzypp-bindings-0.6.3/VERSION.cmake    2014-10-17 11:23:53.000000000 
+0200
+++ new/libzypp-bindings-0.6.4/VERSION.cmake    2014-12-18 11:31:24.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 "3")
+SET(VERSION_PATCH "4")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-bindings-0.6.3/libzypp-bindings.spec.cmake 
new/libzypp-bindings-0.6.4/libzypp-bindings.spec.cmake
--- old/libzypp-bindings-0.6.3/libzypp-bindings.spec.cmake      2014-10-17 
11:23:53.000000000 +0200
+++ new/libzypp-bindings-0.6.4/libzypp-bindings.spec.cmake      2014-12-18 
11:21:00.000000000 +0100
@@ -27,7 +27,7 @@
 BuildRequires:  cmake
 BuildRequires:  gcc-c++ >= 4.5
 BuildRequires:  libzypp-devel >= 14.30.0
-BuildRequires:  python-devel
+BuildRequires:  python-devel < 3
 BuildRequires:  ruby-devel
 BuildRequires:  swig >= 1.3.40
 Source:         %{name}-%{version}.tar.bz2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libzypp-bindings-0.6.3/package/libzypp-bindings.changes 
new/libzypp-bindings-0.6.4/package/libzypp-bindings.changes
--- old/libzypp-bindings-0.6.3/package/libzypp-bindings.changes 2014-10-17 
11:23:53.000000000 +0200
+++ new/libzypp-bindings-0.6.4/package/libzypp-bindings.changes 2014-12-18 
11:31:24.000000000 +0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Thu Dec 18 11:28:55 CET 2014 - [email protected]
+
+- Enforce Python 2.7 libzypp-bindings is not yet ready for Python 3. 
+- 0.6.4
+
+-------------------------------------------------------------------
 Fri Oct 17 11:22:13 CEST 2014 - [email protected]
 
 - Adapt to libzypp changes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-bindings-0.6.3/swig/CMakeLists.txt 
new/libzypp-bindings-0.6.4/swig/CMakeLists.txt
--- old/libzypp-bindings-0.6.3/swig/CMakeLists.txt      2014-07-01 
11:46:31.000000000 +0200
+++ new/libzypp-bindings-0.6.4/swig/CMakeLists.txt      2014-12-18 
11:21:00.000000000 +0100
@@ -12,6 +12,9 @@
 #
 
 FIND_PACKAGE(Ruby)
+# Enforce Python 2.7, libzypp-bindings does not yet work with Python3
+set(PythonLibs_FIND_VERSION 2.7)
+set(PythonLibs_FIND_VERSION_MAJOR 2)
 FIND_PACKAGE(PythonLibs)
 FIND_PACKAGE(Perl)
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to