diff --git a/libzypp-5.17.0.tar.bz2 b/libzypp-5.17.0.tar.bz2 deleted file mode 100644 index 1dc40f0..0000000 --- a/libzypp-5.17.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52230937e78ddb8b1e913e1dd001d4604204d3b79fc88f8b16f65cc84832311c -size 4620296 diff --git a/libzypp-5.18.0.tar.bz2 b/libzypp-5.18.0.tar.bz2 new file mode 100644 index 0000000..61b5589 --- /dev/null +++ b/libzypp-5.18.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a4af1a1f790d5503a138a17c75b0684bfb74991d868f8cdbf252515b94e9bcb +size 4621661 diff --git a/libzypp.changes b/libzypp.changes index 162b023..4abe4c3 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Oct 24 16:07:45 CEST 2008 - ma@suse.de + +- Provide the /etc/products.d enties filename as Product::referenceFilename. + Use it to remove orphan products. (bnc #432932) +- Fix media exception handling in commit (bnc #395704) +- revision 11485 +- version 5.18.0 (17) + ------------------------------------------------------------------- Fri Oct 24 10:29:19 CEST 2008 - schubi@suse.de diff --git a/libzypp.spec b/libzypp.spec index cc7306c..450683a 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -1,5 +1,5 @@ # -# spec file for package libzypp (Version 5.17.0) +# spec file for package libzypp (Version 5.18.0) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -24,16 +24,16 @@ Group: System/Packages BuildRoot: %{_tmppath}/%{name}-%{version}-build AutoReqProv: on Summary: Package, Patch, Pattern, and Product Management -Version: 5.17.0 +Version: 5.18.0 Release: 1 -Source: libzypp-5.17.0.tar.bz2 +Source: libzypp-5.18.0.tar.bz2 Source1: libzypp-rpmlintrc Prefix: /usr Provides: yast2-packagemanager Obsoletes: yast2-packagemanager Recommends: logrotate BuildRequires: cmake -BuildRequires: libsatsolver-devel >= 0.12.0 openssl-devel +BuildRequires: libsatsolver-devel >= 0.12.1 openssl-devel BuildRequires: boost-devel curl-devel dejagnu doxygen gcc-c++ gettext-devel graphviz hal-devel libxml2-devel %if 0%{?suse_version} BuildRequires: hicolor-icon-theme rpm-devel update-desktop-files @@ -71,7 +71,7 @@ Authors: %package devel License: GPL v2 or later -Requires: libzypp == 5.17.0 +Requires: libzypp == 5.18.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,6 +228,12 @@ rm -rf "$RPM_BUILD_ROOT" %{_libdir}/pkgconfig/libzypp.pc %changelog +* Fri Oct 24 2008 ma@suse.de +- Provide the /etc/products.d enties filename as Product::referenceFilename. + Use it to remove orphan products. (bnc #432932) +- Fix media exception handling in commit (bnc #395704) +- revision 11485 +- version 5.18.0 (17) * Fri Oct 24 2008 schubi@suse.de - Taking "unlock" instead of setTransact(false) in the solutions (bnc #436923) - revision 11468