From dde78f9722df5cb4cb3d1c3d755ce2bb59ab695b1e97e561480ce8f0e48b51fb Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 19 Aug 2008 14:26:21 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=134 --- libzypp-5.6.0.tar.bz2 | 3 --- libzypp-5.6.1.tar.bz2 | 3 +++ libzypp.changes | 14 ++++++++++++++ libzypp.spec | 16 ++++++++++++---- 4 files changed, 29 insertions(+), 7 deletions(-) delete mode 100644 libzypp-5.6.0.tar.bz2 create mode 100644 libzypp-5.6.1.tar.bz2 diff --git a/libzypp-5.6.0.tar.bz2 b/libzypp-5.6.0.tar.bz2 deleted file mode 100644 index 41e81ab..0000000 --- a/libzypp-5.6.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12dca02afeeebfe8992b685e96b9016b646469f08f8d3983a71df9686ee87145 -size 10142253 diff --git a/libzypp-5.6.1.tar.bz2 b/libzypp-5.6.1.tar.bz2 new file mode 100644 index 0000000..a2a8cc0 --- /dev/null +++ b/libzypp-5.6.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:401ed504059a1d975b8da5c9cea8a2ef01219396a2830074357a2daaebe4a685 +size 11595948 diff --git a/libzypp.changes b/libzypp.changes index c1fdaae..0899aad 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Aug 19 10:34:39 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 + could not already be installed. +- revision 10883 +- version 5.6.1 (5) + +------------------------------------------------------------------- +Mon Aug 18 17:31:02 CEST 2008 - dmacvicar@suse.de + +- don't report "may be outdated" for @System repo. + ------------------------------------------------------------------- Fri Aug 15 20:20:07 CEST 2008 - ma@suse.de diff --git a/libzypp.spec b/libzypp.spec index 8be9deb..affb381 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -1,5 +1,5 @@ # -# spec file for package libzypp (Version 5.6.0) +# spec file for package libzypp (Version 5.6.1) # # 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.0 +Version: 5.6.1 Release: 1 -Source: libzypp-5.6.0.tar.bz2 +Source: libzypp-5.6.1.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.0 +Requires: libzypp == 5.6.1 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,14 @@ rm -rf "$RPM_BUILD_ROOT" %{_libdir}/pkgconfig/libzypp.pc %changelog +* 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 + could not already be installed. +- revision 10883 +- version 5.6.1 (5) +* Mon Aug 18 2008 dmacvicar@suse.de +- don't report "may be outdated" for @System repo. * Fri Aug 15 2008 ma@suse.de - Add Target::targetDistribution. Returns "distribution-arch" of the installed base product. Used for registration and Service