From 1fb22081a6e54c8c3bddc05aa124a3e5d704d10b58ce36102c434efcbc40c4f8 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 20 Aug 2007 15:35:55 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=42 --- libzypp-3.18.0.tar.bz2 | 3 --- libzypp-3.18.2.tar.bz2 | 3 +++ libzypp.changes | 26 +++++++++++++++++++++++++- libzypp.spec | 25 ++++++++++++++++++++----- 4 files changed, 48 insertions(+), 9 deletions(-) delete mode 100644 libzypp-3.18.0.tar.bz2 create mode 100644 libzypp-3.18.2.tar.bz2 diff --git a/libzypp-3.18.0.tar.bz2 b/libzypp-3.18.0.tar.bz2 deleted file mode 100644 index 845975d..0000000 --- a/libzypp-3.18.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c331e2ba6eac13f9fab425f134e6a88dd58456abab82e1f55f4ffb2223f3f1eb -size 3069369 diff --git a/libzypp-3.18.2.tar.bz2 b/libzypp-3.18.2.tar.bz2 new file mode 100644 index 0000000..6edacdb --- /dev/null +++ b/libzypp-3.18.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:459a32c3b5abf6957b5dc896ce37b200fd9c5f302d8053e602f31e97e317f8e5 +size 2913512 diff --git a/libzypp.changes b/libzypp.changes index eccf777..d0050c3 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,9 +1,33 @@ +------------------------------------------------------------------- +Mon Aug 20 16:06:36 CEST 2007 - schubi@suse.de + +- Do not regard explicit request in order to recognize updated packages + correctly. Bug 301676 +- Updated translations +- r 6766 +- 3.18.2 + +------------------------------------------------------------------- +Mon Aug 20 15:35:46 CEST 2007 - mvidner@suse.cz + +- package-manager script: Call /sbin/yast2 with full path because of + gnomesu (#269873). + +------------------------------------------------------------------- +Mon Aug 20 15:23:14 CEST 2007 - dmacvicar@suse.de + +- add support for the HASH key. (#300982) +- Use ContentFileParser in Downloader (instead of implementing + the parser again, it has a reason, Downloader was written first) +- update testcases and data to cover the new HASH key +- 3.18.1 + ------------------------------------------------------------------- Mon Aug 20 13:21:34 CEST 2007 - kkaempf@suse.de - unify query API for kind and name, summary, description (incomplete) -- rev 6761, version 3.18.13 +- rev 6761, version 3.18.0 ------------------------------------------------------------------- Fri Aug 17 12:30:55 CEST 2007 - kkaempf@suse.de diff --git a/libzypp.spec b/libzypp.spec index 5f82762..8929b41 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -1,5 +1,5 @@ # -# spec file for package libzypp (Version 3.18.0) +# spec file for package libzypp (Version 3.18.2) # # 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.18.0 +Version: 3.18.2 Release: 1 -Source: libzypp-3.18.0.tar.bz2 +Source: libzypp-3.18.2.tar.bz2 Source1: libzypp-rpmlintrc Prefix: /usr Provides: yast2-packagemanager @@ -44,7 +44,7 @@ Authors: Ladislav Slezak %package devel -Requires: libzypp == 3.18.0 +Requires: libzypp == 3.18.2 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,10 +125,25 @@ cd .. %{_libdir}/pkgconfig/libzypp.pc %changelog +* Mon Aug 20 2007 - schubi@suse.de +- Do not regard explicit request in order to recognize updated packages + correctly. Bug 301676 +- Updated translations +- r 6766 +- 3.18.2 +* Mon Aug 20 2007 - mvidner@suse.cz +- package-manager script: Call /sbin/yast2 with full path because of + gnomesu (#269873). +* Mon Aug 20 2007 - dmacvicar@suse.de +- add support for the HASH key. (#300982) +- Use ContentFileParser in Downloader (instead of implementing + the parser again, it has a reason, Downloader was written first) +- update testcases and data to cover the new HASH key +- 3.18.1 * Mon Aug 20 2007 - kkaempf@suse.de - unify query API for kind and name, summary, description (incomplete) -- rev 6761, version 3.18.13 +- rev 6761, version 3.18.0 * Fri Aug 17 2007 - kkaempf@suse.de - add iterateResolvablesByKindsAndName - rev 6735, version 3.17.13