Hello community,

here is the log from the commit of package libzypp for openSUSE:Factory checked 
in at 2016-10-02 00:06:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libzypp (Old)
 and      /work/SRC/openSUSE:Factory/.libzypp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libzypp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libzypp/libzypp.changes  2016-09-23 
11:23:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libzypp.new/libzypp.changes     2016-10-02 
00:06:10.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Sep 20 11:41:48 CEST 2016 - m...@suse.de
+
+- guessPackageSpec: Don't break globbing (fixes openSUSE/zypper#97)
+- version 16.2.5 (0)
+
+-------------------------------------------------------------------

Old:
----
  libzypp-16.2.4.tar.bz2

New:
----
  libzypp-16.2.5.tar.bz2

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

Other differences:
------------------
++++++ libzypp.spec ++++++
--- /var/tmp/diff_new_pack.YUunjF/_old  2016-10-02 00:06:11.000000000 +0200
+++ /var/tmp/diff_new_pack.YUunjF/_new  2016-10-02 00:06:11.000000000 +0200
@@ -19,7 +19,7 @@
 %define force_gcc_46 0
 
 Name:           libzypp
-Version:        16.2.4
+Version:        16.2.5
 Release:        0
 Url:            git://gitorious.org/opensuse/libzypp.git
 Summary:        Package, Patch, Pattern, and Product Management

++++++ libzypp-16.2.4.tar.bz2 -> libzypp-16.2.5.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-16.2.4/VERSION.cmake 
new/libzypp-16.2.5/VERSION.cmake
--- old/libzypp-16.2.4/VERSION.cmake    2016-09-15 15:29:07.000000000 +0200
+++ new/libzypp-16.2.5/VERSION.cmake    2016-09-20 11:45:04.000000000 +0200
@@ -61,8 +61,8 @@
 SET(LIBZYPP_MAJOR "16")
 SET(LIBZYPP_COMPATMINOR "0")
 SET(LIBZYPP_MINOR "2")
-SET(LIBZYPP_PATCH "4")
+SET(LIBZYPP_PATCH "5")
 #
-# LAST RELEASED: 16.2.4 (0)
+# LAST RELEASED: 16.2.5 (0)
 # (The number in parenthesis is LIBZYPP_COMPATMINOR)
 #=======
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-16.2.4/package/libzypp.changes 
new/libzypp-16.2.5/package/libzypp.changes
--- old/libzypp-16.2.4/package/libzypp.changes  2016-09-15 15:29:07.000000000 
+0200
+++ new/libzypp-16.2.5/package/libzypp.changes  2016-09-20 11:45:04.000000000 
+0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Tue Sep 20 11:41:48 CEST 2016 - m...@suse.de
+
+- guessPackageSpec: Don't break globbing (fixes openSUSE/zypper#97)
+- version 16.2.5 (0)
+
+-------------------------------------------------------------------
 Thu Sep 15 15:27:15 CEST 2016 - m...@suse.de
 
 - RepoFileReader: fix parsing of multiline url entries (bsc#964932)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-16.2.4/zypp/RepoManager.cc 
new/libzypp-16.2.5/zypp/RepoManager.cc
--- old/libzypp-16.2.4/zypp/RepoManager.cc      2016-07-21 13:13:04.000000000 
+0200
+++ new/libzypp-16.2.5/zypp/RepoManager.cc      2016-09-22 14:25:03.000000000 
+0200
@@ -1203,6 +1203,9 @@
         // cause of the problem of the first URL remembered
         if (it == info.baseUrlsBegin())
           rexception.remember(e);
+       else
+         rexception.addHistory(  e.asUserString() );
+
       }
     } // for every url
     ERR << "No more urls..." << endl;


Reply via email to