diff --git a/libzypp-5.21.0.tar.bz2 b/libzypp-5.21.0.tar.bz2 deleted file mode 100644 index 9aea641..0000000 --- a/libzypp-5.21.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ae1d563d906776223291277c4c6984ff3fd8b02d759630b48e1bbecce8ed5a5 -size 4640044 diff --git a/libzypp-5.22.0.tar.bz2 b/libzypp-5.22.0.tar.bz2 new file mode 100644 index 0000000..9a0f790 --- /dev/null +++ b/libzypp-5.22.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b900c38633c18df5a0a02200da2c9996517f259be4b543f7748bcf082a3466d +size 4639387 diff --git a/libzypp.changes b/libzypp.changes index e09c8c0..5df2487 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Nov 11 14:48:52 CET 2008 - ma@suse.de + +- Prevent fetcher from processing the same index file twice. (bnc #443644) +- revision 11648 +- version 5.22.0 (21) + ------------------------------------------------------------------- Fri Nov 7 23:55:47 CET 2008 - ma@suse.de diff --git a/libzypp.spec b/libzypp.spec index e536d42..6ff061e 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -1,5 +1,5 @@ # -# spec file for package libzypp (Version 5.21.0) +# spec file for package libzypp (Version 5.22.0) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -24,9 +24,9 @@ Group: System/Packages BuildRoot: %{_tmppath}/%{name}-%{version}-build AutoReqProv: on Summary: Package, Patch, Pattern, and Product Management -Version: 5.21.0 +Version: 5.22.0 Release: 1 -Source: libzypp-5.21.0.tar.bz2 +Source: libzypp-5.22.0.tar.bz2 Source1: libzypp-rpmlintrc Prefix: /usr Provides: yast2-packagemanager @@ -71,7 +71,7 @@ Authors: %package devel License: GPL v2 or later -Requires: libzypp == 5.21.0 +Requires: libzypp == 5.22.0 Requires: libxml2-devel curl-devel openssl-devel rpm-devel glibc-devel zlib-devel Requires: bzip2 popt-devel dbus-1-devel glib2-devel hal-devel boost-devel libstdc++-devel Requires: cmake libsatsolver-devel >= 0.10.14 @@ -228,6 +228,10 @@ rm -rf "$RPM_BUILD_ROOT" %{_libdir}/pkgconfig/libzypp.pc %changelog +* Tue Nov 11 2008 ma@suse.de +- Prevent fetcher from processing the same index file twice. (bnc #443644) +- revision 11648 +- version 5.22.0 (21) * Fri Nov 07 2008 ma@suse.de - Fix retrieval of patch contents and references attributes. (bnc #442200) - revision 11641