Hello community,

here is the log from the commit of package libzypp for openSUSE:Factory checked 
in at 2015-10-28 17:18:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2015-10-19 
22:15:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libzypp.new/libzypp.changes     2015-10-28 
17:18:51.000000000 +0100
@@ -1,0 +2,32 @@
+Sun Oct 18 01:13:27 CEST 2015 - [email protected]
+
+- Update zypp-po.tar.bz2
+
+-------------------------------------------------------------------
+Thu Oct 15 01:13:57 CEST 2015 - [email protected]
+
+- Update zypp-po.tar.bz2
+
+-------------------------------------------------------------------
+Wed Oct 14 16:36:27 CEST 2015 - [email protected]
+
+- make Solvable::asUserString more readable (bnc#949957)
+- version 15.19.3 (19)
+
+-------------------------------------------------------------------
+Sun Oct 11 01:13:12 CEST 2015 - [email protected]
+
+- Update zypp-po.tar.bz2
+
+-------------------------------------------------------------------
+Thu Oct  8 01:14:43 CEST 2015 - [email protected]
+
+- Update zypp-po.tar.bz2
+
+-------------------------------------------------------------------
+Wed Oct  7 13:11:48 CEST 2015 - [email protected]
+
+- fix suse_version test (bsc#949046)
+- version 15.19.2 (19)
+
+-------------------------------------------------------------------

Old:
----
  libzypp-15.19.1.tar.bz2

New:
----
  libzypp-15.19.3.tar.bz2

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

Other differences:
------------------
++++++ libzypp.spec ++++++
--- /var/tmp/diff_new_pack.7GEhlU/_old  2015-10-28 17:18:51.000000000 +0100
+++ /var/tmp/diff_new_pack.7GEhlU/_new  2015-10-28 17:18:51.000000000 +0100
@@ -19,7 +19,7 @@
 %define force_gcc_46 0
 
 Name:           libzypp
-Version:        15.19.1
+Version:        15.19.3
 Release:        0
 Url:            git://gitorious.org/opensuse/libzypp.git
 Summary:        Package, Patch, Pattern, and Product Management
@@ -201,8 +201,8 @@
 # Same codebase, but SLES may use it's own translation set.
 #     suse_version
 #      1110            SLES11
-#      1315            SLES12
-%if 0%{?suse_version} == 1110 || 0%{?suse_version} == 1315
+#      1315-1319       SLES12
+%if 0%{?suse_version} == 1110 || ( 0%{?suse_version} >= 1315 && 
0%{?suse_version} <= 1319 )
 if [ -f ../po/sle-zypp-po.tar.bz2 ]; then
   export TRANSLATION_SET=sle-zypp
 fi

++++++ libzypp-15.19.1.tar.bz2 -> libzypp-15.19.3.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-15.19.1/VERSION.cmake 
new/libzypp-15.19.3/VERSION.cmake
--- old/libzypp-15.19.1/VERSION.cmake   2015-10-07 11:08:28.000000000 +0200
+++ new/libzypp-15.19.3/VERSION.cmake   2015-10-14 16:37:34.000000000 +0200
@@ -61,8 +61,8 @@
 SET(LIBZYPP_MAJOR "15")
 SET(LIBZYPP_COMPATMINOR "19")
 SET(LIBZYPP_MINOR "19")
-SET(LIBZYPP_PATCH "1")
+SET(LIBZYPP_PATCH "3")
 #
-# LAST RELEASED: 15.19.1 (19)
+# LAST RELEASED: 15.19.3 (19)
 # (The number in parenthesis is LIBZYPP_COMPATMINOR)
 #=======
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-15.19.1/libzypp.spec.cmake 
new/libzypp-15.19.3/libzypp.spec.cmake
--- old/libzypp-15.19.1/libzypp.spec.cmake      2015-07-06 11:06:37.000000000 
+0200
+++ new/libzypp-15.19.3/libzypp.spec.cmake      2015-10-07 13:13:08.000000000 
+0200
@@ -201,8 +201,8 @@
 # Same codebase, but SLES may use it's own translation set.
 #     suse_version
 #      1110            SLES11
-#      1315            SLES12
-%if 0%{?suse_version} == 1110 || 0%{?suse_version} == 1315
+#      1315-1319       SLES12
+%if 0%{?suse_version} == 1110 || ( 0%{?suse_version} >= 1315 && 
0%{?suse_version} <= 1319 )
 if [ -f ../po/sle-zypp-po.tar.bz2 ]; then
   export TRANSLATION_SET=sle-zypp
 fi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-15.19.1/package/libzypp.changes 
new/libzypp-15.19.3/package/libzypp.changes
--- old/libzypp-15.19.1/package/libzypp.changes 2015-10-07 11:08:28.000000000 
+0200
+++ new/libzypp-15.19.3/package/libzypp.changes 2015-10-18 01:13:34.000000000 
+0200
@@ -1,4 +1,36 @@
 -------------------------------------------------------------------
+Sun Oct 18 01:13:27 CEST 2015 - [email protected]
+
+- Update zypp-po.tar.bz2
+
+-------------------------------------------------------------------
+Thu Oct 15 01:13:57 CEST 2015 - [email protected]
+
+- Update zypp-po.tar.bz2
+
+-------------------------------------------------------------------
+Wed Oct 14 16:36:27 CEST 2015 - [email protected]
+
+- make Solvable::asUserString more readable (bnc#949957)
+- version 15.19.3 (19)
+
+-------------------------------------------------------------------
+Sun Oct 11 01:13:12 CEST 2015 - [email protected]
+
+- Update zypp-po.tar.bz2
+
+-------------------------------------------------------------------
+Thu Oct  8 01:14:43 CEST 2015 - [email protected]
+
+- Update zypp-po.tar.bz2
+
+-------------------------------------------------------------------
+Wed Oct  7 13:11:48 CEST 2015 - [email protected]
+
+- fix suse_version test (bsc#949046)
+- version 15.19.2 (19)
+
+-------------------------------------------------------------------
 Wed Oct  7 11:06:24 CEST 2015 - [email protected]
 
 - Locks: fix using namespaces (for FATE#318299)
Files old/libzypp-15.19.1/po/zypp-po.tar.bz2 and 
new/libzypp-15.19.3/po/zypp-po.tar.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-15.19.1/zypp/sat/Solvable.cc 
new/libzypp-15.19.3/zypp/sat/Solvable.cc
--- old/libzypp-15.19.1/zypp/sat/Solvable.cc    2015-10-05 12:20:31.000000000 
+0200
+++ new/libzypp-15.19.3/zypp/sat/Solvable.cc    2015-10-14 16:37:34.000000000 
+0200
@@ -399,7 +399,7 @@
     std::string Solvable::asUserString() const\
     {
       NO_SOLVABLE_RETURN( (_id == detail::systemSolvableId ? "systemSolvable" 
: "noSolvable") );
-      return str::form( "%s-%s.%s(%s)",
+      return str::form( "%s-%s.%s (%s)",
                         IdString( _solvable->name ).c_str(),
                         IdString( _solvable->evr ).c_str(),
                         IdString( _solvable->arch ).c_str(),


Reply via email to