diff --git a/libzypp-3.24.5.tar.bz2 b/libzypp-3.24.5.tar.bz2 deleted file mode 100644 index edec832..0000000 --- a/libzypp-3.24.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3534a6b973de743b7d4cc41e11f60ba9cd759bb8a3df23c0b23dc7c1806c166b -size 2936193 diff --git a/libzypp-3.24.6.tar.bz2 b/libzypp-3.24.6.tar.bz2 new file mode 100644 index 0000000..e441d6a --- /dev/null +++ b/libzypp-3.24.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3244b97d24a0536154d4ad956656b6d381ff8d5f6f074be713677307c1181348 +size 2922777 diff --git a/libzypp.changes b/libzypp.changes index aced2a5..154fede 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Sep 20 17:37:30 CEST 2007 - jkupec@suse.cz + +- don't probe the repository type upon saving if disabled (#326769) +- version 3.24.6 +- revision 7319 + ------------------------------------------------------------------- Thu Sep 20 15:19:53 CEST 2007 - ma@suse.de diff --git a/libzypp.spec b/libzypp.spec index 0cd2b72..8332446 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -1,5 +1,5 @@ # -# spec file for package libzypp (Version 3.24.5) +# spec file for package libzypp (Version 3.24.6) # # 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.24.5 +Version: 3.24.6 Release: 1 -Source: libzypp-3.24.5.tar.bz2 +Source: libzypp-3.24.6.tar.bz2 Source1: libzypp-rpmlintrc Prefix: /usr Provides: yast2-packagemanager @@ -44,7 +44,7 @@ Authors: Ladislav Slezak %package devel -Requires: libzypp == 3.24.5 +Requires: libzypp == 3.24.6 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 @@ -128,6 +128,10 @@ cd .. %{prefix}/share/cmake/Modules/FindZypp.cmake %{_libdir}/pkgconfig/libzypp.pc %changelog +* Thu Sep 20 2007 - jkupec@suse.cz +- don't probe the repository type upon saving if disabled (#326769) +- version 3.24.6 +- revision 7319 * Thu Sep 20 2007 - ma@suse.de - Avoid calling rpm repeatedly in case of an error. This is fault-prone, esp. if the error occurred executing the packages post-install script.