From d92837d535fd532917a98f37c5e7f2da57c4e3ce41917ebf9aa77abf4b86b36a Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 7 Mar 2008 21:49:43 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=92 --- libzypp-4.3.1.tar.bz2 | 3 --- libzypp-4.3.2.tar.bz2 | 3 +++ libzypp.changes | 39 +++++++++++++++++++++++++++++++++++++++ libzypp.spec | 31 ++++++++++++++++++++++++++----- 4 files changed, 68 insertions(+), 8 deletions(-) delete mode 100644 libzypp-4.3.1.tar.bz2 create mode 100644 libzypp-4.3.2.tar.bz2 diff --git a/libzypp-4.3.1.tar.bz2 b/libzypp-4.3.1.tar.bz2 deleted file mode 100644 index 8d291be..0000000 --- a/libzypp-4.3.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71f953e6fb30d1e8f8f23960ceb9418b8777cb91b8b66a90981150d63149b9d8 -size 5683400 diff --git a/libzypp-4.3.2.tar.bz2 b/libzypp-4.3.2.tar.bz2 new file mode 100644 index 0000000..392906a --- /dev/null +++ b/libzypp-4.3.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6278397270af9352c7317055edea89044002e256064bd9374c869a724fc1c896 +size 5685362 diff --git a/libzypp.changes b/libzypp.changes index 88e7a31..112a253 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Thu Mar 6 13:42:53 CET 2008 - ma@suse.de + +- Do not filter any installed solvables. +- revision 9031 +- version 4.3.2 + +------------------------------------------------------------------- +Wed Mar 5 11:33:26 CET 2008 - ma@suse.de + +- Try to rebuild broken solv files in Target::load. +- revision 9015 + +------------------------------------------------------------------- +Tue Mar 4 18:17:41 CET 2008 - ma@suse.de + +- Try to rebuild broken solv files in RepoManager::loadFromCache. +- Fix RepoStatus::operator&& and RepoStatus testsuite. +- revision 9008 + +------------------------------------------------------------------- +Tue Mar 4 16:09:14 CET 2008 - schubi@suse.de + +- improved problem description while a vendor change +- improved problem description if a requirement cannot be fulfilled. Bug #358560 +- revision 9002 + +------------------------------------------------------------------- +Tue Mar 4 12:57:58 CET 2008 - ma@suse.de + +- Save and restore requested locales on target load/commit. +- revision 8999 + +------------------------------------------------------------------- +Mon Mar 3 17:10:26 CET 2008 - schubi@suse.de + +- (Update) Prevent reinstallation of installed packages. +- revision 8984 + ------------------------------------------------------------------- Sun Mar 2 16:13:16 CET 2008 - coolo@suse.de diff --git a/libzypp.spec b/libzypp.spec index bbced67..c09b3d7 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -1,5 +1,5 @@ # -# spec file for package libzypp (Version 4.3.1) +# spec file for package libzypp (Version 4.3.2) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -17,9 +17,9 @@ Group: System/Packages BuildRoot: %{_tmppath}/%{name}-%{version}-build AutoReqProv: on Summary: Package, Patch, Pattern, and Product Management -Version: 4.3.1 -Release: 2 -Source: libzypp-4.3.1.tar.bz2 +Version: 4.3.2 +Release: 1 +Source: libzypp-4.3.2.tar.bz2 Source1: libzypp-rpmlintrc Prefix: /usr Provides: yast2-packagemanager @@ -57,7 +57,7 @@ Authors: Ladislav Slezak %package devel -Requires: libzypp == 4.3.1 +Requires: libzypp == 4.3.2 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 @@ -146,6 +146,27 @@ if [ -f /var/cache/zypp/zypp.db ]; then rm /var/cache/zypp/zypp.db; fi %{_libdir}/pkgconfig/libzypp.pc %changelog +* Thu Mar 06 2008 ma@suse.de +- Do not filter any installed solvables. +- revision 9031 +- version 4.3.2 +* Wed Mar 05 2008 ma@suse.de +- Try to rebuild broken solv files in Target::load. +- revision 9015 +* Tue Mar 04 2008 ma@suse.de +- Try to rebuild broken solv files in RepoManager::loadFromCache. +- Fix RepoStatus::operator&& and RepoStatus testsuite. +- revision 9008 +* Tue Mar 04 2008 schubi@suse.de +- improved problem description while a vendor change +- improved problem description if a requirement cannot be fulfilled. Bug #358560 +- revision 9002 +* Tue Mar 04 2008 ma@suse.de +- Save and restore requested locales on target load/commit. +- revision 8999 +* Mon Mar 03 2008 schubi@suse.de +- (Update) Prevent reinstallation of installed packages. +- revision 8984 * Sun Mar 02 2008 coolo@suse.de - refresh metadata if there is no cache to unbreak compat with kiwi (that relied on "zypper sa " to create a repo