Hello community,

here is the log from the commit of package libzypp for openSUSE:Factory checked 
in at 2013-08-28 21:15:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2013-06-20 
15:19:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libzypp.new/libzypp.changes     2013-08-28 
21:15:36.000000000 +0200
@@ -1,0 +2,83 @@
+Tue Aug 27 19:10:37 CEST 2013 - [email protected]
+
+- remove deprecated methods
+- fix key expiry date parsing (bnc#828672)
+- Provide additional keys data in case the ASCII armored blob
+  containes multiple keys
+- No rpmdb key import in readony mode (bnc#828672)
+- Fix rpmdb key import/export (bnc#828672)
+- Reduce amount of gpg calls when importing/exporting keys.
+- Add public accessible PublicKeyData/PublicKeyScanner classes
+- fix ASCII armored PublicKey parsing (bnc#828672)
+- fix typo (bnc#761985)
+- Fix multiversion update candidate to respect an installed objects
+  arch and vendor (bnc#820444)
+- fix logfile truncation introduced by previous fix for (bnc#825490)
+- Swig can't handle move constructor
+- Workaround bnc#819354 by executing rpm in /. (bnc#827609)
+- Try to detect Arch_ppc64p7 (requires glibc-2.16: getauxval)
+- Fix file probing via tftp:// (bnc#803316)
+- Add armv7hl to armv6hl compat to be in sync with libsolv.
+- Support for armv6hl
+- version 13.5.0 (5)
+
+-------------------------------------------------------------------
+Thu Aug 22 01:13:25 CEST 2013 - [email protected]
+
+- Update zypp-po.tar.bz2
+
+-------------------------------------------------------------------
+Sun Aug 18 01:13:20 CEST 2013 - [email protected]
+
+- Update zypp-po.tar.bz2
+
+-------------------------------------------------------------------
+Thu Aug 15 01:13:27 CEST 2013 - [email protected]
+
+- Update zypp-po.tar.bz2
+
+-------------------------------------------------------------------
+Thu Aug  8 01:13:27 CEST 2013 - [email protected]
+
+- Update zypp-po.tar.bz2
+
+-------------------------------------------------------------------
+Sun Aug  4 01:13:59 CEST 2013 - [email protected]
+
+- Update zypp-po.tar.bz2
+
+-------------------------------------------------------------------
+Thu Aug  1 01:13:52 CEST 2013 - [email protected]
+
+- Update zypp-po.tar.bz2
+
+-------------------------------------------------------------------
+Thu Jul 25 01:13:40 CEST 2013 - [email protected]
+
+- Update zypp-po.tar.bz2
+
+-------------------------------------------------------------------
+Thu Jul 18 01:13:43 CEST 2013 - [email protected]
+
+- Update zypp-po.tar.bz2
+
+-------------------------------------------------------------------
+Sun Jul 14 01:13:38 CEST 2013 - [email protected]
+
+- Update zypp-po.tar.bz2
+
+-------------------------------------------------------------------
+Thu Jul 11 01:13:49 CEST 2013 - [email protected]
+
+- Update zypp-po.tar.bz2
+
+-------------------------------------------------------------------
+Fri Jun 21 20:24:39 CEST 2013 - [email protected]
+
+- Fix testcases failing if local pathnames contain umlauts
+- Pathname: add move constructor and fix assign
+- Set logfile permission upon file creation only (bnc#825490)
+- Add arch ppc64p7
+- version 13.4.0 (4)
+
+-------------------------------------------------------------------

Old:
----
  libzypp-13.3.0.tar.bz2

New:
----
  libzypp-13.5.0.tar.bz2

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

Other differences:
------------------
++++++ libzypp.spec ++++++
--- /var/tmp/diff_new_pack.otgLIb/_old  2013-08-28 21:15:37.000000000 +0200
+++ /var/tmp/diff_new_pack.otgLIb/_new  2013-08-28 21:15:37.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libzypp
 #
-# Copyright (c) 2005-2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -15,17 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-%define force_gcc_46 0
 
+%define force_gcc_46 0
 
 Name:           libzypp
-License:        GPL-2.0+
-Group:          System/Packages
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Summary:        Package, Patch, Pattern, and Product Management
-Version:        13.3.0
-Release:        1
+License:        GPL-2.0+
+Group:          System/Packages
+Version:        13.5.0
+Release:        0
 Source:         %{name}-%{version}.tar.bz2
 Source1:        %{name}-rpmlintrc
 Provides:       yast2-packagemanager
@@ -143,17 +142,16 @@
     Ladislav Slezak <[email protected]>
 
 %package devel
-License:        GPL-2.0+
-Requires:       libzypp = %{version}
+Requires:       boost-devel
+Requires:       bzip2
+Requires:       glibc-devel
+Requires:       libstdc++-devel
 Requires:       libxml2-devel
+Requires:       libzypp = %{version}
 Requires:       openssl-devel
+Requires:       popt-devel
 Requires:       rpm-devel
-Requires:       glibc-devel
 Requires:       zlib-devel
-Requires:       bzip2
-Requires:       popt-devel
-Requires:       boost-devel
-Requires:       libstdc++-devel
 %if 0%{?suse_version} >= 1130 || 0%{?fedora_version} >= 16
 Requires:       libudev-devel
 %else

++++++ libzypp-13.3.0.tar.bz2 -> libzypp-13.5.0.tar.bz2 ++++++
++++ 4427 lines of diff (skipped)

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

Reply via email to