From cce6946332ba52092aac8c599f96eb94c9e34f5a09305b3b2201d0596780be7c Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sat, 1 Sep 2007 11:12:41 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=52 --- libzypp-3.21.0.tar.bz2 | 3 --- libzypp-3.22.0.tar.bz2 | 3 +++ libzypp.changes | 26 ++++++++++++++++++++++++++ libzypp.spec | 25 +++++++++++++++++++++---- 4 files changed, 50 insertions(+), 7 deletions(-) delete mode 100644 libzypp-3.21.0.tar.bz2 create mode 100644 libzypp-3.22.0.tar.bz2 diff --git a/libzypp-3.21.0.tar.bz2 b/libzypp-3.21.0.tar.bz2 deleted file mode 100644 index 5ba949f..0000000 --- a/libzypp-3.21.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00f3198ca1af4a9b99f003af417ef74cc04bb331cfb15696f01d4a6882f426ff -size 2872898 diff --git a/libzypp-3.22.0.tar.bz2 b/libzypp-3.22.0.tar.bz2 new file mode 100644 index 0000000..300702b --- /dev/null +++ b/libzypp-3.22.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deb72d910ca9e272dbc7c37f45b8721705b631909f7f47b81d1d9302de281d90 +size 2917825 diff --git a/libzypp.changes b/libzypp.changes index ef9a139..cf1d129 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Fri Aug 31 22:10:55 CEST 2007 - ma@suse.de + +- Added ability to switch off use of patch and delta rpms via zypp.conf (#305864) + [main] + download.use_patchrpm = no + download.use_deltarpm = no +- version 3.22.0 +- revision 7069 + +------------------------------------------------------------------- +Fri Aug 31 19:56:40 CEST 2007 - ma@suse.de + +- On demand translate patch requirements into a list of atoms. + Required by the UI to display packages acssociated with a patch. + (#300612) +- version 3.21.1 +- revision 7065 + +------------------------------------------------------------------- +Fri Aug 31 13:59:54 CEST 2007 - kkaempf@suse.de + +- enrich ResolverInfo with the reason if a user-initiated request + fails (#304325, #306240) +- r 7051 + ------------------------------------------------------------------- Thu Aug 30 20:10:00 CEST 2007 - jkupec@suse.cz diff --git a/libzypp.spec b/libzypp.spec index 2985d05..30281b5 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -1,5 +1,5 @@ # -# spec file for package libzypp (Version 3.21.0) +# spec file for package libzypp (Version 3.22.0) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -16,9 +16,9 @@ Group: System/Packages BuildRoot: %{_tmppath}/%{name}-%{version}-build Autoreqprov: on Summary: Package, Patch, Pattern, and Product Management -Version: 3.21.0 +Version: 3.22.0 Release: 1 -Source: libzypp-3.21.0.tar.bz2 +Source: libzypp-3.22.0.tar.bz2 Source1: libzypp-rpmlintrc Prefix: /usr Provides: yast2-packagemanager @@ -44,7 +44,7 @@ Authors: Ladislav Slezak %package devel -Requires: libzypp == 3.21.0 +Requires: libzypp == 3.22.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 @@ -125,6 +125,23 @@ cd .. %{_libdir}/pkgconfig/libzypp.pc %changelog +* Fri Aug 31 2007 - ma@suse.de +- Added ability to switch off use of patch and delta rpms via zypp.conf (#305864) + [main] + download.use_patchrpm = no + download.use_deltarpm = no +- version 3.22.0 +- revision 7069 +* Fri Aug 31 2007 - ma@suse.de +- On demand translate patch requirements into a list of atoms. + Required by the UI to display packages acssociated with a patch. + (#300612) +- version 3.21.1 +- revision 7065 +* Fri Aug 31 2007 - kkaempf@suse.de +- enrich ResolverInfo with the reason if a user-initiated request + fails (#304325, #306240) +- r 7051 * Thu Aug 30 2007 - jkupec@suse.cz - added missing implementation of LogControl::setLineFormater() (lslezak)