diff --git a/libzypp-5.18.0.tar.bz2 b/libzypp-5.18.0.tar.bz2 deleted file mode 100644 index 61b5589..0000000 --- a/libzypp-5.18.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a4af1a1f790d5503a138a17c75b0684bfb74991d868f8cdbf252515b94e9bcb -size 4621661 diff --git a/libzypp-5.19.0.tar.bz2 b/libzypp-5.19.0.tar.bz2 new file mode 100644 index 0000000..8757fde --- /dev/null +++ b/libzypp-5.19.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c981bf6323c0345f13a1d8bb1bbb07f3d10c216efa9f174b8622da1042484f6 +size 4620416 diff --git a/libzypp.changes b/libzypp.changes index 4abe4c3..7314f4c 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Oct 24 18:12:34 CEST 2008 - ma@suse.de + +- Remove error prone methods from OnMediaLocation API to prevent + accidental missuse. (bnc #437328) +- revision 11487 +- version 5.19.0 (19) + ------------------------------------------------------------------- Fri Oct 24 16:07:45 CEST 2008 - ma@suse.de diff --git a/libzypp.spec b/libzypp.spec index 450683a..5302ac2 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -1,5 +1,5 @@ # -# spec file for package libzypp (Version 5.18.0) +# spec file for package libzypp (Version 5.19.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.18.0 +Version: 5.19.0 Release: 1 -Source: libzypp-5.18.0.tar.bz2 +Source: libzypp-5.19.0.tar.bz2 Source1: libzypp-rpmlintrc Prefix: /usr Provides: yast2-packagemanager @@ -71,7 +71,7 @@ Authors: %package devel License: GPL v2 or later -Requires: libzypp == 5.18.0 +Requires: libzypp == 5.19.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 @@ -229,6 +229,11 @@ rm -rf "$RPM_BUILD_ROOT" %changelog * Fri Oct 24 2008 ma@suse.de +- Remove error prone methods from OnMediaLocation API to prevent + accidental missuse. (bnc #437328) +- revision 11487 +- version 5.19.0 (19) +* 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)