From 657729be3d94c911bf4c72c0d2c0f18f21d79fa34f5d820493722fcf464b79aa Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 22 May 2008 23:54:39 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=119 --- libzypp-4.23.0.tar.bz2 | 3 --- libzypp-4.25.0.tar.bz2 | 3 +++ libzypp.changes | 46 ++++++++++++++++++++++++++++++++++++++++++ libzypp.spec | 33 ++++++++++++++++++++++++++---- 4 files changed, 78 insertions(+), 7 deletions(-) delete mode 100644 libzypp-4.23.0.tar.bz2 create mode 100644 libzypp-4.25.0.tar.bz2 diff --git a/libzypp-4.23.0.tar.bz2 b/libzypp-4.23.0.tar.bz2 deleted file mode 100644 index 403067a..0000000 --- a/libzypp-4.23.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1cb6a20849ee0b586e64e8bca9f5ae3c2fb02e1919ff706c6f7fc0076f234e0 -size 10643452 diff --git a/libzypp-4.25.0.tar.bz2 b/libzypp-4.25.0.tar.bz2 new file mode 100644 index 0000000..b63d067 --- /dev/null +++ b/libzypp-4.25.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8581448fb42b7eaf408bce39568490724a81365be8da86bbe88e5e10f2dfc491 +size 9970421 diff --git a/libzypp.changes b/libzypp.changes index 1a05ebf..6ecbbd1 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,49 @@ +------------------------------------------------------------------- +Thu May 22 02:22:29 CEST 2008 - dmacvicar@suse.de + +- fix filelist for installed packages (bnc#392544) +- fix changelog retrieval for installed packages + +------------------------------------------------------------------- +Wed May 21 13:50:00 CEST 2008 - dmacvicar@suse.de + +- deprecate Repository::name() and use alias() to + be consistent. Related to (bnc#383553) +- don't check for existence of keys, to avoid a non needed + HEAD request. (helps bnc#381280) +- 4.25.0 + +------------------------------------------------------------------- +Wed May 21 11:37:23 CEST 2008 - schubi@suse.de + +- added onlyRequires in the testcase (bnc #389184) + +------------------------------------------------------------------- +Tue May 20 12:12:27 CEST 2008 - jreidinger@suse.cz + +- allow installation and refreshing from repository with alias that + contains ' or " (bnc #392426) +- r10158 + +------------------------------------------------------------------- +Mon May 19 21:11:41 CEST 2008 - jkupec@suse.cz + +- delta rpm support reenabled +- r10150 + +------------------------------------------------------------------- +Mon May 19 18:13:19 CEST 2008 - schubi@suse.de + +- Resetting Delete Details in ResStatus correctly (bnc #391785) +- r 10145 + +------------------------------------------------------------------- +Mon May 19 11:47:06 CEST 2008 - dmacvicar@suse.de + +- when setting status to non installed for uninstalled packages + set the user transaction so they go to soft locks. + (related to bnc#389739 ) + ------------------------------------------------------------------- Fri May 16 16:56:04 CEST 2008 - schubi@suse.de diff --git a/libzypp.spec b/libzypp.spec index 9c0b9ec..34bc28a 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -1,5 +1,5 @@ # -# spec file for package libzypp (Version 4.23.0) +# spec file for package libzypp (Version 4.25.0) # # 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.23.0 +Version: 4.25.0 Release: 1 -Source: libzypp-4.23.0.tar.bz2 +Source: libzypp-4.25.0.tar.bz2 Source1: libzypp-rpmlintrc Prefix: /usr Provides: yast2-packagemanager @@ -60,7 +60,7 @@ Authors: %package devel License: GPL v2 or later -Requires: libzypp == 4.23.0 +Requires: libzypp == 4.25.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 @@ -157,6 +157,31 @@ rm -rf "$RPM_BUILD_ROOT" %{_libdir}/pkgconfig/libzypp.pc %changelog +* Thu May 22 2008 dmacvicar@suse.de +- fix filelist for installed packages (bnc#392544) +- fix changelog retrieval for installed packages +* Wed May 21 2008 dmacvicar@suse.de +- deprecate Repository::name() and use alias() to + be consistent. Related to (bnc#383553) +- don't check for existence of keys, to avoid a non needed + HEAD request. (helps bnc#381280) +- 4.25.0 +* Wed May 21 2008 schubi@suse.de +- added onlyRequires in the testcase (bnc #389184) +* Tue May 20 2008 jreidinger@suse.cz +- allow installation and refreshing from repository with alias that + contains ' or " (bnc #392426) +- r10158 +* Mon May 19 2008 jkupec@suse.cz +- delta rpm support reenabled +- r10150 +* Mon May 19 2008 schubi@suse.de +- Resetting Delete Details in ResStatus correctly (bnc #391785) +- r 10145 +* Mon May 19 2008 dmacvicar@suse.de +- when setting status to non installed for uninstalled packages + set the user transaction so they go to soft locks. + (related to bnc#389739 ) * Fri May 16 2008 schubi@suse.de - Added new calls : isInstalledBy (const PoolItem item); installs (const PoolItem item);