From d49f8fec98021b2f4a70aeba9fdf333f8861859195552fc92e5b45bade9fe0c7 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 28 Nov 2008 14:31:12 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=162 --- libzypp-5.24.1.tar.bz2 | 3 --- libzypp-5.24.3.tar.bz2 | 3 +++ libzypp.changes | 29 +++++++++++++++++++++++++++++ libzypp.spec | 31 ++++++++++++++++++++++++------- 4 files changed, 56 insertions(+), 10 deletions(-) delete mode 100644 libzypp-5.24.1.tar.bz2 create mode 100644 libzypp-5.24.3.tar.bz2 diff --git a/libzypp-5.24.1.tar.bz2 b/libzypp-5.24.1.tar.bz2 deleted file mode 100644 index b69f8d4..0000000 --- a/libzypp-5.24.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e42f204183f4f86bd0ee6a8c1bfb8a2e3df665bf36e43711c38bdd249c201e63 -size 4685752 diff --git a/libzypp-5.24.3.tar.bz2 b/libzypp-5.24.3.tar.bz2 new file mode 100644 index 0000000..e8a6c17 --- /dev/null +++ b/libzypp-5.24.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3b7f9dbbb505b5f2a48384663780b7c0c944212c9a51054a1bfe49655e32a62 +size 4672773 diff --git a/libzypp.changes b/libzypp.changes index c55e845..03dbc8f 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Fri Nov 28 00:05:17 CET 2008 - ma@suse.de + +- Take into account the requirements of all obsoleted packages uninstall + scripts when computing the installation order. (bnc #439802) +- revision 11823 +- version 5.24.3 (23) + +------------------------------------------------------------------- +Thu Nov 27 14:45:07 CET 2008 - dmacvicar@suse.de + +- fix maybeUnsuported() method returning wrong result +- add testcase for future coverage +- don't force time based uuid for anonymous id string (bnc #449654) +- RELEASE: 5.24.2 (23) + +------------------------------------------------------------------- +Wed Nov 26 17:18:00 CET 2008 - ma@suse.de + +- Call 'repo2solv -R' (recursive scan) for plaindir repos. (bnc #443350) +- revision 11810 + +------------------------------------------------------------------- +Wed Nov 26 17:09:12 CET 2008 - dmacvicar@suse.de + +- SHA1SUMS.key is not imported by zypp as known key (bnc #446188) +- path and url in add_on_products.xml is evaluated wrong + (bnc #446170) + ------------------------------------------------------------------- Mon Nov 24 17:47:35 CET 2008 - schubi@suse.de diff --git a/libzypp.spec b/libzypp.spec index bf54579..256e919 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -1,5 +1,5 @@ # -# spec file for package libzypp (Version 5.24.1) +# spec file for package libzypp (Version 5.24.3) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -24,16 +24,16 @@ Group: System/Packages BuildRoot: %{_tmppath}/%{name}-%{version}-build AutoReqProv: on Summary: Package, Patch, Pattern, and Product Management -Version: 5.24.1 -Release: 2 -Source: libzypp-5.24.1.tar.bz2 +Version: 5.24.3 +Release: 1 +Source: libzypp-5.24.3.tar.bz2 Source1: libzypp-rpmlintrc Prefix: /usr Provides: yast2-packagemanager Obsoletes: yast2-packagemanager Recommends: logrotate BuildRequires: cmake -BuildRequires: libsatsolver-devel >= 0.12.1 openssl-devel +BuildRequires: libsatsolver-devel >= 0.13.0 openssl-devel BuildRequires: boost-devel curl-devel dejagnu doxygen gcc-c++ gettext-devel graphviz hal-devel libxml2-devel %if 0%{?suse_version} BuildRequires: libexpat-devel @@ -76,10 +76,10 @@ Authors: %package devel License: GPL v2 or later -Requires: libzypp == 5.24.1 +Requires: libzypp == 5.24.3 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 +Requires: cmake libsatsolver-devel >= 0.13.0 Summary: Package, Patch, Pattern, and Product Management - developers files Group: System/Packages Provides: yast2-packagemanager-devel @@ -233,6 +233,23 @@ rm -rf "$RPM_BUILD_ROOT" %{_libdir}/pkgconfig/libzypp.pc %changelog +* Fri Nov 28 2008 ma@suse.de +- Take into account the requirements of all obsoleted packages uninstall + scripts when computing the installation order. (bnc #439802) +- revision 11823 +- version 5.24.3 (23) +* Thu Nov 27 2008 dmacvicar@suse.de +- fix maybeUnsuported() method returning wrong result +- add testcase for future coverage +- don't force time based uuid for anonymous id string (bnc #449654) +- RELEASE: 5.24.2 (23) +* Wed Nov 26 2008 ma@suse.de +- Call 'repo2solv -R' (recursive scan) for plaindir repos. (bnc #443350) +- revision 11810 +* Wed Nov 26 2008 dmacvicar@suse.de +- SHA1SUMS.key is not imported by zypp as known key (bnc #446188) +- path and url in add_on_products.xml is evaluated wrong + (bnc #446170) * Mon Nov 24 2008 schubi@suse.de - activate locking for doUpdate (bnc #447684) - revision 11792