From d4a202cc1257c549df54e8e06f3fa091f1bb4fdd9eba7cf1b0ce79861572fbf4 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 19 Dec 2008 14:12:20 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=168 --- libzypp-5.24.7.tar.bz2 | 3 --- libzypp-5.25.0.tar.bz2 | 3 +++ libzypp.changes | 29 +++++++++++++++++++++++++++++ libzypp.spec | 25 +++++++++++++++++++++---- 4 files changed, 53 insertions(+), 7 deletions(-) delete mode 100644 libzypp-5.24.7.tar.bz2 create mode 100644 libzypp-5.25.0.tar.bz2 diff --git a/libzypp-5.24.7.tar.bz2 b/libzypp-5.24.7.tar.bz2 deleted file mode 100644 index cd14d15..0000000 --- a/libzypp-5.24.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb86ee2cd746c31322508202b768b7204aef067b139360f4da5ac15eee010322 -size 4673945 diff --git a/libzypp-5.25.0.tar.bz2 b/libzypp-5.25.0.tar.bz2 new file mode 100644 index 0000000..a827937 --- /dev/null +++ b/libzypp-5.25.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abefc637e38e6d96dcd59da63d88b29ad4860c056844e223a65038c0343079d0 +size 4673423 diff --git a/libzypp.changes b/libzypp.changes index 08615a6..2fe341c 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Thu Dec 18 22:26:18 CET 2008 - ma@suse.de + +- Fixed lost user request to abort during commit. (bnc #388810, bnc #450273) +- revision 11954 +- version 5.25.0 (23) + +------------------------------------------------------------------- +Thu Dec 18 13:02:27 CET 2008 - ma@suse.de + +- Add Package::filelist, faster and less memory consuming + implementation of Package::filenames (now deprecated). +- revision 11949 + +------------------------------------------------------------------- +Thu Dec 11 21:39:50 CET 2008 - ma@suse.de + +- Add str::hexencode and str::hexdecode to encode special characters + in a string as %XX. +- Hexdecode modalias strings in rpm dependencies because rpm does not + allow comma, blank and other special chars. (bnc #456695) +- revision 11927 + +------------------------------------------------------------------- +Thu Dec 11 17:13:06 CET 2008 - ma@suse.de + +- Catch and report media errors when proving packages. (bnc #457652) +- revision 11926 + ------------------------------------------------------------------- Wed Dec 10 16:09:08 CET 2008 - ma@suse.de diff --git a/libzypp.spec b/libzypp.spec index 068c298..ecdba62 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -1,5 +1,5 @@ # -# spec file for package libzypp (Version 5.24.7) +# spec file for package libzypp (Version 5.25.0) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -24,9 +24,9 @@ Group: System/Packages BuildRoot: %{_tmppath}/%{name}-%{version}-build AutoReqProv: on Summary: Package, Patch, Pattern, and Product Management -Version: 5.24.7 +Version: 5.25.0 Release: 1 -Source: libzypp-5.24.7.tar.bz2 +Source: libzypp-5.25.0.tar.bz2 Source1: libzypp-rpmlintrc Prefix: /usr Provides: yast2-packagemanager @@ -76,7 +76,7 @@ Authors: %package devel License: GPL v2 or later -Requires: libzypp == 5.24.7 +Requires: libzypp == 5.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 >= 0.13.0 @@ -235,6 +235,23 @@ rm -rf "$RPM_BUILD_ROOT" %{_libdir}/pkgconfig/libzypp.pc %changelog +* Thu Dec 18 2008 ma@suse.de +- Fixed lost user request to abort during commit. (bnc #388810, bnc #450273) +- revision 11954 +- version 5.25.0 (23) +* Thu Dec 18 2008 ma@suse.de +- Add Package::filelist, faster and less memory consuming + implementation of Package::filenames (now deprecated). +- revision 11949 +* Thu Dec 11 2008 ma@suse.de +- Add str::hexencode and str::hexdecode to encode special characters + in a string as %%XX. +- Hexdecode modalias strings in rpm dependencies because rpm does not + allow comma, blank and other special chars. (bnc #456695) +- revision 11927 +* Thu Dec 11 2008 ma@suse.de +- Catch and report media errors when proving packages. (bnc #457652) +- revision 11926 * Wed Dec 10 2008 ma@suse.de - Remove obsolete zypp.conf::productsdir and deprecate ZConfig::productsPath().