Hello community,

here is the log from the commit of package libzypp-bindings for 
openSUSE:Factory checked in at 2014-01-27 15:31:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        
2013-11-07 12:53:31.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libzypp-bindings.new/libzypp-bindings.changes   
2014-01-27 15:31:43.000000000 +0100
@@ -1,0 +2,12 @@
+Fri Jan 24 08:05:29 CET 2014 - m...@suse.de
+
+- Adapt to libzypp changes.
+- 0.6.0
+
+-------------------------------------------------------------------
+Sun Jan 19 16:30:13 CET 2014 - m...@suse.de
+
+- Disable broken dump tests.
+- 0.5.18
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ libzypp-bindings.spec ++++++
--- /var/tmp/diff_new_pack.9bZDNM/_old  2014-01-27 15:31:43.000000000 +0100
+++ /var/tmp/diff_new_pack.9bZDNM/_new  2014-01-27 15:31:43.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libzypp-bindings
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 
 Name:           libzypp-bindings
-Version:        0.5.17
+Version:        0.6.0
 Release:        0
 Summary:        Bindings for libzypp
 License:        GPL-2.0+
@@ -26,7 +26,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake
 BuildRequires:  gcc-c++ >= 4.5
-BuildRequires:  libzypp-devel >= 10.2.0
+BuildRequires:  libzypp-devel >= 14.5.0
 BuildRequires:  python-devel
 BuildRequires:  ruby-devel
 BuildRequires:  swig >= 1.3.40

++++++ libzypp-bindings-0.5.17.tar.bz2 -> libzypp-bindings-0.6.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-bindings-0.5.17/VERSION.cmake 
new/libzypp-bindings-0.6.0/VERSION.cmake
--- old/libzypp-bindings-0.5.17/VERSION.cmake   2013-11-06 16:01:43.000000000 
+0100
+++ new/libzypp-bindings-0.6.0/VERSION.cmake    2014-01-24 08:15:51.000000000 
+0100
@@ -1,3 +1,4 @@
+# on maintenance branch add a 2nd level to patch (p.1, p.2, ...)
 SET(VERSION_MAJOR "0")
-SET(VERSION_MINOR "5")
-SET(VERSION_PATCH "17")
+SET(VERSION_MINOR "6")
+SET(VERSION_PATCH "0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-bindings-0.5.17/examples/ruby/parse1.rb 
new/libzypp-bindings-0.6.0/examples/ruby/parse1.rb
--- old/libzypp-bindings-0.5.17/examples/ruby/parse1.rb 2013-11-06 
16:01:43.000000000 +0100
+++ new/libzypp-bindings-0.6.0/examples/ruby/parse1.rb  2013-11-15 
15:36:42.000000000 +0100
@@ -46,21 +46,22 @@
       puts changes.class
       puts changes.size
       changes.each do | c |
-       puts c.date
-       puts c.author
-       puts c.text
+        puts c.date
+        puts c.author
+        puts c.text
       end
     end
     puts "  Summary: #{r.summary}"
     puts "  DownloadSize: #{r.downloadSize}"
     puts "  Vendor: #{r.vendor}"
     puts "  Buildtime: #{r.buildtime}"
+    puts "  Support Level: #{asUserString(asKindPackage(p).vendorSupport)}" if 
isKindPackage(p)
 
     d = r.dep(Dep.PROVIDES)
     # puts d.class
     d.each do | x |
-       # puts y.class
-       puts "  Provides: #{x.to_s}"
+      # puts y.class
+      puts "  Provides: #{x.to_s}"
     end
 
     puts
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-bindings-0.5.17/libzypp-bindings.spec.cmake 
new/libzypp-bindings-0.6.0/libzypp-bindings.spec.cmake
--- old/libzypp-bindings-0.5.17/libzypp-bindings.spec.cmake     2013-10-02 
14:41:19.000000000 +0200
+++ new/libzypp-bindings-0.6.0/libzypp-bindings.spec.cmake      2014-01-24 
08:15:51.000000000 +0100
@@ -26,7 +26,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake
 BuildRequires:  gcc-c++ >= 4.5
-BuildRequires:  libzypp-devel >= 10.2.0
+BuildRequires:  libzypp-devel >= 14.5.0
 BuildRequires:  python-devel
 BuildRequires:  ruby-devel
 BuildRequires:  swig >= 1.3.40
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libzypp-bindings-0.5.17/package/libzypp-bindings.changes 
new/libzypp-bindings-0.6.0/package/libzypp-bindings.changes
--- old/libzypp-bindings-0.5.17/package/libzypp-bindings.changes        
2013-11-06 16:01:43.000000000 +0100
+++ new/libzypp-bindings-0.6.0/package/libzypp-bindings.changes 2014-01-24 
08:15:51.000000000 +0100
@@ -1,4 +1,16 @@
 -------------------------------------------------------------------
+Fri Jan 24 08:05:29 CET 2014 - m...@suse.de
+
+- Adapt to libzypp changes.
+- 0.6.0
+
+-------------------------------------------------------------------
+Sun Jan 19 16:30:13 CET 2014 - m...@suse.de
+
+- Disable broken dump tests.
+- 0.5.18
+
+-------------------------------------------------------------------
 Wed Nov  6 15:58:55 CET 2013 - m...@suse.de
 
 - Wrap Changelog class.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-bindings-0.5.17/swig/RepoInfo.i 
new/libzypp-bindings-0.6.0/swig/RepoInfo.i
--- old/libzypp-bindings-0.5.17/swig/RepoInfo.i 2013-03-19 14:01:39.000000000 
+0100
+++ new/libzypp-bindings-0.6.0/swig/RepoInfo.i  2014-01-24 08:15:51.000000000 
+0100
@@ -17,7 +17,7 @@
 
 %ignore zypp::repo::RepoInfoBase::dumpOn(std::ostream &) const;
 %ignore zypp::repo::RepoInfoBase::dumpAsIniOn(std::ostream &) const;
-%ignore zypp::repo::RepoInfoBase::dumpAsXMLOn(std::ostream &) const;
+%ignore zypp::repo::RepoInfoBase::dumpAsXmlOn(std::ostream &) const;
 %include <zypp/repo/RepoInfoBase.h>
 
 // This is due to a typo in libzypp < 5.4.0
@@ -25,7 +25,7 @@
 
 %ignore zypp::RepoInfo::dumpOn(std::ostream &) const;
 %ignore zypp::RepoInfo::dumpAsIniOn(std::ostream &) const;
-%ignore zypp::RepoInfo::dumpAsXMLOn(std::ostream &) const;
+%ignore zypp::RepoInfo::dumpAsXmlOn(std::ostream &) const;
 
 %include <zypp/RepoInfo.h>
 typedef std::list<zypp::RepoInfo> RepoInfoList;
@@ -50,7 +50,7 @@
        std::string dumpAsXML(void) const
        {
                std::ostringstream str;
-               self->dumpAsXMLOn(str);
+               self->dumpAsXmlOn(str);
                return str.str();
        }
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-bindings-0.5.17/swig/VendorSupportOptions.i 
new/libzypp-bindings-0.6.0/swig/VendorSupportOptions.i
--- old/libzypp-bindings-0.5.17/swig/VendorSupportOptions.i     1970-01-01 
01:00:00.000000000 +0100
+++ new/libzypp-bindings-0.6.0/swig/VendorSupportOptions.i      2013-11-15 
08:31:42.000000000 +0100
@@ -0,0 +1,2 @@
+%include <zypp/VendorSupportOptions.h>
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libzypp-bindings-0.5.17/swig/python/tests/repoinfo.py 
new/libzypp-bindings-0.6.0/swig/python/tests/repoinfo.py
--- old/libzypp-bindings-0.5.17/swig/python/tests/repoinfo.py   2013-03-19 
14:01:39.000000000 +0100
+++ new/libzypp-bindings-0.6.0/swig/python/tests/repoinfo.py    2014-01-19 
16:32:07.000000000 +0100
@@ -54,17 +54,20 @@
         baseurls = self.info.baseUrls()
         assert len(baseurls) == 1
 
-    def testDump(self):
-        out = self.info.dump()
-        assert len(out) > 300, 'Invalid output length %d' % len(out)
+    # ma: disabled broken dump tests. It's IMO not bindings task to test and 
fail
+    #     if libzypp reformats output or adds new attributes.
 
-    def testDumpIni(self):
-        out = self.info.dumpAsIni()
-        assert len(out) == 208, 'Invalid output length %d' % len(out)
+    #def testDump(self):
+        #out = self.info.dump()
+        #assert len(out) > 300, 'Invalid output length %d' % len(out)
 
-    def testDumpXML(self):
-        out = self.info.dumpAsXML()
-        assert len(out) == 253, 'Invalid output length %d' % len(out)
+    #def testDumpIni(self):
+        #out = self.info.dumpAsIni()
+        #assert len(out) == 208, 'Invalid output length %d' % len(out)
+
+    #def testDumpXML(self):
+        #out = self.info.dumpAsXML()
+        #assert len(out) == 253, 'Invalid output length %d' % len(out)
 
 if __name__ == "__main__":
     unittest.main()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-bindings-0.5.17/swig/zypp.i 
new/libzypp-bindings-0.6.0/swig/zypp.i
--- old/libzypp-bindings-0.5.17/swig/zypp.i     2013-11-06 16:01:43.000000000 
+0100
+++ new/libzypp-bindings-0.6.0/swig/zypp.i      2013-12-02 13:21:43.000000000 
+0100
@@ -233,17 +233,18 @@
 %include "Resolvable.i"
 %include "RepoType.i"
 %include "RepoInfo.i"
+%include "Repository.i"
 %include "ServiceInfo.i"
 %include "ResTraits.i"
 %include "ResStatus.i"
 %include "ResObject.i"
+%include "VendorSupportOptions.i"
 %include "Package.i"
 %include "PackageProvider.i"
 %include "Patch.i"
 %include "Pattern.i"
 %include "Product.i"
 %include "SrcPackage.i"
-%include "Repository.i"
 %include "RepoStatus.i"
 %include "RepoManager.i"
 %include "PublicKey.i"

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

Reply via email to