From 3dd92d0f9b32f22ae18b3453befda1fde9a95a92207c90d7c436c29fad64563b Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 2 Sep 2008 10:38:17 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=135 --- libzypp-5.6.1.tar.bz2 | 3 --- libzypp-5.7.0.tar.bz2 | 3 +++ libzypp.changes | 18 +++++++++++++++++- libzypp.spec | 18 ++++++++++++++---- 4 files changed, 34 insertions(+), 8 deletions(-) delete mode 100644 libzypp-5.6.1.tar.bz2 create mode 100644 libzypp-5.7.0.tar.bz2 diff --git a/libzypp-5.6.1.tar.bz2 b/libzypp-5.6.1.tar.bz2 deleted file mode 100644 index a2a8cc0..0000000 --- a/libzypp-5.6.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:401ed504059a1d975b8da5c9cea8a2ef01219396a2830074357a2daaebe4a685 -size 11595948 diff --git a/libzypp-5.7.0.tar.bz2 b/libzypp-5.7.0.tar.bz2 new file mode 100644 index 0000000..916b278 --- /dev/null +++ b/libzypp-5.7.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a05d061beff247e53404c7b880f93003b3bc19393ccf19bcf92efcf62e2e7aa2 +size 10144327 diff --git a/libzypp.changes b/libzypp.changes index 0899aad..adf5404 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,5 +1,21 @@ ------------------------------------------------------------------- -Tue Aug 19 10:34:39 CEST 2008 - schubi@suse.de +Tue Sep 2 11:04:52 CEST 2008 - schubi@suse.de + +- Enabled distupgrade of the SAT solver. In order to use the old + distupgrade you can set the environment variable ZYPP_NO_SAT_UPDATE. + This variable will can be used until the old distupgrade mechanism will + be removed from libzypp. Have a look to above changelogs. +- revision 10911 +- version 5.7.0 (5) + +------------------------------------------------------------------- +Tue Aug 19 16:36:47 CEST 2008 - dmacvicar@suse.de + +- add Package::maybeUnsupported to remove duplicated + code in clients dealing with Package::vendorSupport + +------------------------------------------------------------------- +Tue Aug 19 11:04:52 CEST 2008 - schubi@suse.de - Reset transaction only if this solvable has no buddy (bnc #417799) e.g. do not reset Products cause the concerning release package diff --git a/libzypp.spec b/libzypp.spec index affb381..7101b8c 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -1,5 +1,5 @@ # -# spec file for package libzypp (Version 5.6.1) +# spec file for package libzypp (Version 5.7.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.6.1 +Version: 5.7.0 Release: 1 -Source: libzypp-5.6.1.tar.bz2 +Source: libzypp-5.7.0.tar.bz2 Source1: libzypp-rpmlintrc Prefix: /usr Provides: yast2-packagemanager @@ -70,7 +70,7 @@ Authors: %package devel License: GPL v2 or later -Requires: libzypp == 5.6.1 +Requires: libzypp == 5.7.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 @@ -228,6 +228,16 @@ rm -rf "$RPM_BUILD_ROOT" %{_libdir}/pkgconfig/libzypp.pc %changelog +* Tue Sep 02 2008 schubi@suse.de +- Enabled distupgrade of the SAT solver. In order to use the old + distupgrade you can set the environment variable ZYPP_NO_SAT_UPDATE. + This variable will can be used until the old distupgrade mechanism will + be removed from libzypp. Have a look to above changelogs. +- revision 10911 +- version 5.7.0 (5) +* Tue Aug 19 2008 dmacvicar@suse.de +- add Package::maybeUnsupported to remove duplicated + code in clients dealing with Package::vendorSupport * Tue Aug 19 2008 schubi@suse.de - Reset transaction only if this solvable has no buddy (bnc #417799) e.g. do not reset Products cause the concerning release package