From abb23b2494a777686a2039ad07cec90f4a78b4223a7e2dbe683bff0c6c6ec72d Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 16 May 2008 21:26:15 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=118 --- libzypp-4.21.3.tar.bz2 | 3 --- libzypp-4.23.0.tar.bz2 | 3 +++ libzypp.changes | 29 +++++++++++++++++++++++++++++ libzypp.spec | 25 +++++++++++++++++++++---- 4 files changed, 53 insertions(+), 7 deletions(-) delete mode 100644 libzypp-4.21.3.tar.bz2 create mode 100644 libzypp-4.23.0.tar.bz2 diff --git a/libzypp-4.21.3.tar.bz2 b/libzypp-4.21.3.tar.bz2 deleted file mode 100644 index 9cd50fc..0000000 --- a/libzypp-4.21.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b200c90bc43594b50376aca5c55c136fd562fa6ed1eebd45de2793b7923aafd -size 10581298 diff --git a/libzypp-4.23.0.tar.bz2 b/libzypp-4.23.0.tar.bz2 new file mode 100644 index 0000000..403067a --- /dev/null +++ b/libzypp-4.23.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1cb6a20849ee0b586e64e8bca9f5ae3c2fb02e1919ff706c6f7fc0076f234e0 +size 10643452 diff --git a/libzypp.changes b/libzypp.changes index ecc7b1e..1a05ebf 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Fri May 16 16:56:04 CEST 2008 - schubi@suse.de + +- Added new calls : isInstalledBy (const PoolItem item); + installs (const PoolItem item); +- r 10125 +- 4.23.0 + +------------------------------------------------------------------- +Fri May 16 16:49:04 CEST 2008 - jreidinger@suse.cz + +- don't run merge in save when toAdd/Remove queue is empty +- throw when locks cannot load its file +- r10124 + +------------------------------------------------------------------- +Fri May 16 09:59:09 CEST 2008 - jreidinger@suse.cz + +- throw more describing exception when repo probing failed + (bnc #389690) +- revision 10118 + +------------------------------------------------------------------- +Thu May 15 15:15:59 CEST 2008 - jreidinger@suse.cz + +- allow call only merge old locks and newly added/removed without + saving it to file +- -revision 10104 + ------------------------------------------------------------------- Tue May 13 17:37:11 CEST 2008 - dmacvicar@suse.de diff --git a/libzypp.spec b/libzypp.spec index eb8577e..9c0b9ec 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -1,5 +1,5 @@ # -# spec file for package libzypp (Version 4.21.3) +# spec file for package libzypp (Version 4.23.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.21.3 +Version: 4.23.0 Release: 1 -Source: libzypp-4.21.3.tar.bz2 +Source: libzypp-4.23.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.21.3 +Requires: libzypp == 4.23.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,23 @@ rm -rf "$RPM_BUILD_ROOT" %{_libdir}/pkgconfig/libzypp.pc %changelog +* Fri May 16 2008 schubi@suse.de +- Added new calls : isInstalledBy (const PoolItem item); + installs (const PoolItem item); +- r 10125 +- 4.23.0 +* Fri May 16 2008 jreidinger@suse.cz +- don't run merge in save when toAdd/Remove queue is empty +- throw when locks cannot load its file +- r10124 +* Fri May 16 2008 jreidinger@suse.cz +- throw more describing exception when repo probing failed + (bnc #389690) +- revision 10118 +* Thu May 15 2008 jreidinger@suse.cz +- allow call only merge old locks and newly added/removed without + saving it to file +- -revision 10104 * Tue May 13 2008 dmacvicar@suse.de - report non packages as keep installed if satisfied to the user interace (Selectables)