Hello community,

here is the log from the commit of package libzypp for openSUSE:Factory checked 
in at 2015-04-06 00:24:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-04-02 
16:01:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libzypp.new/libzypp.changes     2015-04-06 
00:24:41.000000000 +0200
@@ -1,0 +2,8 @@
+Thu Apr  2 16:01:43 CEST 2015 - [email protected]
+
+- Fixes to build with gcc5
+- RepoProvideFile: Suppress MediaChangeReport while testing
+  multiple baseurls (bnc#899510)
+- version 14.38.1 (30)
+
+-------------------------------------------------------------------

Old:
----
  libzypp-14.38.0.tar.bz2

New:
----
  libzypp-14.38.1.tar.bz2

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

Other differences:
------------------
++++++ libzypp.spec ++++++
--- /var/tmp/diff_new_pack.8Myd4F/_old  2015-04-06 00:24:42.000000000 +0200
+++ /var/tmp/diff_new_pack.8Myd4F/_new  2015-04-06 00:24:42.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libzypp
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define force_gcc_46 0
 
 Name:           libzypp
-Version:        14.38.0
+Version:        14.38.1
 Release:        0
 Url:            git://gitorious.org/opensuse/libzypp.git
 Summary:        Package, Patch, Pattern, and Product Management

++++++ libzypp-14.38.0.tar.bz2 -> libzypp-14.38.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-14.38.0/VERSION.cmake 
new/libzypp-14.38.1/VERSION.cmake
--- old/libzypp-14.38.0/VERSION.cmake   2015-03-19 16:46:37.000000000 +0100
+++ new/libzypp-14.38.1/VERSION.cmake   2015-04-02 16:03:52.000000000 +0200
@@ -61,8 +61,8 @@
 SET(LIBZYPP_MAJOR "14")
 SET(LIBZYPP_COMPATMINOR "30")
 SET(LIBZYPP_MINOR "38")
-SET(LIBZYPP_PATCH "0")
+SET(LIBZYPP_PATCH "1")
 #
-# LAST RELEASED: 14.38.0 (30)
+# LAST RELEASED: 14.38.1 (30)
 # (The number in parenthesis is LIBZYPP_COMPATMINOR)
 #=======
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-14.38.0/package/libzypp.changes 
new/libzypp-14.38.1/package/libzypp.changes
--- old/libzypp-14.38.0/package/libzypp.changes 2015-03-19 16:46:37.000000000 
+0100
+++ new/libzypp-14.38.1/package/libzypp.changes 2015-04-02 16:03:52.000000000 
+0200
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Thu Apr  2 16:01:43 CEST 2015 - [email protected]
+
+- Fixes to build with gcc5
+- RepoProvideFile: Suppress MediaChangeReport while testing
+  multiple baseurls (bnc#899510)
+- version 14.38.1 (30)
+
+-------------------------------------------------------------------
 Thu Mar 19 16:44:39 CET 2015 - [email protected]
 
 - Suppress MediaChangeReport while testing multiple baseurls (bnc#899510)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-14.38.0/zypp/target/TargetImpl.cc 
new/libzypp-14.38.1/zypp/target/TargetImpl.cc
--- old/libzypp-14.38.0/zypp/target/TargetImpl.cc       2015-01-07 
13:05:00.000000000 +0100
+++ new/libzypp-14.38.1/zypp/target/TargetImpl.cc       2015-04-01 
14:01:15.000000000 +0200
@@ -1059,7 +1059,7 @@
 
         cmd << "  > '" << tmpsolv.path() << "'";
 
-        MIL << "Executing: " << cmd << endl;
+        MIL << "Executing: " << cmd.str() << endl;
         ExternalProgram prog( cmd.str(), ExternalProgram::Stderr_To_Stdout );
 
         cmd << endl;


Reply via email to