diff --git a/libzypp-3.20.0.tar.bz2 b/libzypp-3.20.0.tar.bz2 deleted file mode 100644 index 63920a6..0000000 --- a/libzypp-3.20.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca0fbe5d568c5533e8477eba07e3b4be6c23b946233dedd63f9c07355f195d86 -size 2914381 diff --git a/libzypp-3.20.1.tar.bz2 b/libzypp-3.20.1.tar.bz2 new file mode 100644 index 0000000..c4725c1 --- /dev/null +++ b/libzypp-3.20.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04731f90287fc44dccb3d9f07c881dc60555fb4bb362dc7931d83356b9e79060 +size 2916640 diff --git a/libzypp.changes b/libzypp.changes index 5b026de..f1c40a4 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Thu Aug 30 18:22:32 CEST 2007 - ma@suse.de + +- Filter readonly mount points in DiskUsageCounter (#297405) +- revision 7030 + +------------------------------------------------------------------- +Thu Aug 30 17:25:14 CEST 2007 - ma@suse.de + +- Safe fix for bug #299680. +- version 3.20.1 +- revision 7026 + +------------------------------------------------------------------- +Thu Aug 30 17:31:33 CEST 2007 - jkupec@suse.cz + +- remember the cause of the RepoException when refreshing metadata + (#301022) +- r7023 + +------------------------------------------------------------------- +Thu Aug 30 15:48:03 CEST 2007 - schubi@suse.de + +- Bugfix: If a requirement has been fulfilled by more than one language + resolvables only thatone will be taken which fits to the selected + language. +- r 7018 + +------------------------------------------------------------------- +Thu Aug 30 15:14:23 CEST 2007 - jkupec@suse.cz + +- correct error code for media errors in MediaCurl::doGetFileCopy() + affects only zypper error output, does not affect YaST +- r7013 + +------------------------------------------------------------------- +Wed Aug 29 18:28:41 CEST 2007 - jkupec@suse.cz + +- reverted blocking of requestMedia from r6271 (#301710) +- r6999 + ------------------------------------------------------------------- Wed Aug 29 18:09:29 CEST 2007 - kkaempf@suse.de diff --git a/libzypp.spec b/libzypp.spec index d5c2bc4..d4a27dd 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -1,5 +1,5 @@ # -# spec file for package libzypp (Version 3.20.0) +# spec file for package libzypp (Version 3.20.1) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -16,9 +16,9 @@ Group: System/Packages BuildRoot: %{_tmppath}/%{name}-%{version}-build Autoreqprov: on Summary: Package, Patch, Pattern, and Product Management -Version: 3.20.0 +Version: 3.20.1 Release: 1 -Source: libzypp-3.20.0.tar.bz2 +Source: libzypp-3.20.1.tar.bz2 Source1: libzypp-rpmlintrc Prefix: /usr Provides: yast2-packagemanager @@ -44,7 +44,7 @@ Authors: Ladislav Slezak %package devel -Requires: libzypp == 3.20.0 +Requires: libzypp == 3.20.1 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 @@ -125,6 +125,29 @@ cd .. %{_libdir}/pkgconfig/libzypp.pc %changelog +* Thu Aug 30 2007 - ma@suse.de +- Filter readonly mount points in DiskUsageCounter (#297405) +- revision 7030 +* Thu Aug 30 2007 - jkupec@suse.cz +- remember the cause of the RepoException when refreshing metadata + (#301022) +- r7023 +* Thu Aug 30 2007 - ma@suse.de +- Safe fix for bug #299680. +- version 3.20.1 +- revision 7026 +* Thu Aug 30 2007 - schubi@suse.de +- Bugfix: If a requirement has been fulfilled by more than one language + resolvables only thatone will be taken which fits to the selected + language. +- r 7018 +* Thu Aug 30 2007 - jkupec@suse.cz +- correct error code for media errors in MediaCurl::doGetFileCopy() + affects only zypper error output, does not affect YaST +- r7013 +* Wed Aug 29 2007 - jkupec@suse.cz +- reverted blocking of requestMedia from r6271 (#301710) +- r6999 * Wed Aug 29 2007 - kkaempf@suse.de - prevent progress report in destructor (#299680) - r6998