From e20cadcfcfae1aee32d58f19bbcad67949b2173a69ae81624c82fb234626bd36 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 22 Feb 2008 14:36:20 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=86 --- libzypp-4.2.7.tar.bz2 | 3 --- libzypp-4.2.9.tar.bz2 | 3 +++ libzypp.changes | 44 ++++++++++++++++++++++++++++++++++++++++--- libzypp.spec | 30 ++++++++++++++++++++++++----- 4 files changed, 69 insertions(+), 11 deletions(-) delete mode 100644 libzypp-4.2.7.tar.bz2 create mode 100644 libzypp-4.2.9.tar.bz2 diff --git a/libzypp-4.2.7.tar.bz2 b/libzypp-4.2.7.tar.bz2 deleted file mode 100644 index caea43b..0000000 --- a/libzypp-4.2.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28ec3c27cf6cdd4ede8eb903bd3a921f84ab233ef1345a7935cf2ecddf3b3348 -size 5681225 diff --git a/libzypp-4.2.9.tar.bz2 b/libzypp-4.2.9.tar.bz2 new file mode 100644 index 0000000..23ed553 --- /dev/null +++ b/libzypp-4.2.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3cebe91fec757b504227658aecdf3acec352539ec0e06dba48431e1fd479eb6 +size 5683680 diff --git a/libzypp.changes b/libzypp.changes index 9ffe1df..aaf64b4 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Fri Feb 22 14:03:59 CET 2008 - ma@suse.de + +- Take care target uses --root when creating solv files (bnc #363789) +- revision 8881 + +------------------------------------------------------------------- +Fri Feb 22 10:10:14 CET 2008 - schubi@suse.de + +- Unmaintained packages which does not fit to the updated system + (broken dependencies) will be deleted. +- revision 8867 + +------------------------------------------------------------------- +Fri Feb 22 07:20:35 CET 2008 - coolo@suse.de + +- let libzypp-devel require libsatsolver-devel + +------------------------------------------------------------------- +Wed Feb 20 13:47:56 CET 2008 - ma@suse.de + +- Cleanup unused /var/lib/zypp/cache in migrate_sources (#305160) +- revision 8833 + +------------------------------------------------------------------- +Tue Feb 19 16:21:12 CET 2008 - jkupec@suse.cz + +- media: fixed DownloadProgressReport.finish() url argument in + doGetFileCopy() +- revision 8815 + +------------------------------------------------------------------- +Tue Feb 19 11:21:59 CET 2008 - dmacvicar@suse.de + +- hardlink when possible to optimize data transfer + and space across caches. +- version 4.2.8 + ------------------------------------------------------------------- Tue Feb 19 08:15:07 CET 2008 - coolo@suse.de @@ -63,7 +101,7 @@ Thu Jan 24 18:26:47 CET 2008 - jkupec@suse.cz ------------------------------------------------------------------- Fri Jan 18 12:19:09 CET 2008 - coolo@suse.de -- always buildrequire openssl-devel +- always buildrequire openssl-devel - replacing strange utf-8 chars in changelog - revision 8317 @@ -95,13 +133,13 @@ Mon Jan 14 17:11:15 CET 2008 - schubi@suse.de - reduced logging in SAT-solver - ordering solutions - version 4.1.8 -- revision 8276 +- revision 8276 ------------------------------------------------------------------- Thu Jan 10 16:50:26 CET 2008 - schubi@suse.de - Enabled SAT solver via default. (removed ZYPP_SAT_SOLVER) - ZYPP_RC_SOLVER=1 will enable the old RedCapet solver + ZYPP_RC_SOLVER=1 will enable the old RedCapet solver - Revision 8255 - Version 4.1.7 diff --git a/libzypp.spec b/libzypp.spec index f1dc3da..b8b9ef5 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -1,5 +1,5 @@ # -# spec file for package libzypp (Version 4.2.7) +# spec file for package libzypp (Version 4.2.9) # # 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.2.7 +Version: 4.2.9 Release: 1 -Source: libzypp-4.2.7.tar.bz2 +Source: libzypp-4.2.9.tar.bz2 Source1: libzypp-rpmlintrc Prefix: /usr Provides: yast2-packagemanager @@ -46,10 +46,10 @@ Authors: Ladislav Slezak %package devel -Requires: libzypp == 4.2.7 +Requires: libzypp == 4.2.9 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 +Requires: cmake libsatsolver-devel Summary: Package, Patch, Pattern, and Product Management - developers files Group: System/Packages Provides: yast2-packagemanager-devel @@ -134,6 +134,26 @@ cd .. %{_libdir}/pkgconfig/libzypp.pc %changelog +* Fri Feb 22 2008 ma@suse.de +- Take care target uses --root when creating solv files (bnc #363789) +- revision 8881 +* Fri Feb 22 2008 schubi@suse.de +- Unmaintained packages which does not fit to the updated system + (broken dependencies) will be deleted. +- revision 8867 +* Fri Feb 22 2008 coolo@suse.de +- let libzypp-devel require libsatsolver-devel +* Wed Feb 20 2008 ma@suse.de +- Cleanup unused /var/lib/zypp/cache in migrate_sources (#305160) +- revision 8833 +* Tue Feb 19 2008 jkupec@suse.cz +- media: fixed DownloadProgressReport.finish() url argument in + doGetFileCopy() +- revision 8815 +* Tue Feb 19 2008 dmacvicar@suse.de +- hardlink when possible to optimize data transfer + and space across caches. +- version 4.2.8 * Tue Feb 19 2008 coolo@suse.de - added some locale support to sat::Solvable - version 4.2.7