From d0e25e5eb501a5f5169028b7322a8bd13dec5bfa71c4626da7bb83545a1d6179 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 7 Oct 2008 14:04:06 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=146 --- libzypp-5.14.0.tar.bz2 | 3 --- libzypp-5.15.0.tar.bz2 | 3 +++ libzypp.changes | 10 +++++++++- libzypp.spec | 15 ++++++++++----- 4 files changed, 22 insertions(+), 9 deletions(-) delete mode 100644 libzypp-5.14.0.tar.bz2 create mode 100644 libzypp-5.15.0.tar.bz2 diff --git a/libzypp-5.14.0.tar.bz2 b/libzypp-5.14.0.tar.bz2 deleted file mode 100644 index 99368d8..0000000 --- a/libzypp-5.14.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d56d28019c8a2ac6d181295900b29347818bf0404fea410ce4007c30c6d8073 -size 11527897 diff --git a/libzypp-5.15.0.tar.bz2 b/libzypp-5.15.0.tar.bz2 new file mode 100644 index 0000000..00fbd8c --- /dev/null +++ b/libzypp-5.15.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18f00097f88c96223f94cbcdb40883fd1d28b6eb1ae6af8c7283bf33099388a7 +size 11529693 diff --git a/libzypp.changes b/libzypp.changes index 88d5077..a695906 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,7 +1,15 @@ +------------------------------------------------------------------- +Tue Oct 7 13:24:10 CEST 2008 - ma@suse.de + +- Fixed detection of loopback mounted iso-files. The mtab entry does + not necessarily mention the iso-file. (bnc #432504) +- revision 11252 +- version 5.15.0 (13) + ------------------------------------------------------------------- Thu Oct 2 19:46:13 CEST 2008 - ma@suse.de -- Add zypp.conf option 'download.use_deltarpm_always' to enable using +- Add zypp.conf option 'download.use_deltarpmr.always' to enable using delta rpms even if the package is available on a local source. (Axel C. Frinke) - revision 11235 diff --git a/libzypp.spec b/libzypp.spec index 8b10a7e..6c9a498 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -1,5 +1,5 @@ # -# spec file for package libzypp (Version 5.14.0) +# spec file for package libzypp (Version 5.15.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.14.0 +Version: 5.15.0 Release: 1 -Source: libzypp-5.14.0.tar.bz2 +Source: libzypp-5.15.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.14.0 +Requires: libzypp == 5.15.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 >= 0.10.14 @@ -228,8 +228,13 @@ rm -rf "$RPM_BUILD_ROOT" %{_libdir}/pkgconfig/libzypp.pc %changelog +* Tue Oct 07 2008 ma@suse.de +- Fixed detection of loopback mounted iso-files. The mtab entry does + not necessarily mention the iso-file. (bnc #432504) +- revision 11252 +- version 5.15.0 (13) * Thu Oct 02 2008 ma@suse.de -- Add zypp.conf option 'download.use_deltarpm_always' to enable using +- Add zypp.conf option 'download.use_deltarpmr.always' to enable using delta rpms even if the package is available on a local source. (Axel C. Frinke) - revision 11235