diff --git a/libzypp-4.25.2.tar.bz2 b/libzypp-4.25.2.tar.bz2 deleted file mode 100644 index 14bed0a..0000000 --- a/libzypp-4.25.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e6bcbfa26ad929ec143eeb9a6775d2de1ae054c9fe2eb9c19e69d5c45b967e9 -size 9916622 diff --git a/libzypp-4.26.0.tar.bz2 b/libzypp-4.26.0.tar.bz2 new file mode 100644 index 0000000..79f49e3 --- /dev/null +++ b/libzypp-4.26.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7d6ad4dad170b20d21ea8fb2959a6c82c43c9c287273ba7cf4bb81bdea89e24 +size 10004453 diff --git a/libzypp.changes b/libzypp.changes index b8a029c..8e75b72 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,5 +1,19 @@ ------------------------------------------------------------------- -Sun Jun 1 23:14:34 CEST 2008 - ma@suse.de +Mon Jun 2 17:57:22 CEST 2008 - ma@suse.de + +- Allow to skip/abort failed package removal. (bnc #226041) +- revision 10319 + +------------------------------------------------------------------- +Mon Jun 2 17:37:02 CEST 2008 - dmacvicar@suse.de + +- import newer keys if a trusted key is updated + (bnc#393160) +- add message attribute to patches. +- 4.26.0 + +------------------------------------------------------------------- +Sun Jun 1 23:14:34 CEST 2008 - - ma@suse.de - Revert inappropriate Selectable cleanup. Fix Selectable status computation. Unmaintained packages were wrongly diff --git a/libzypp.spec b/libzypp.spec index b45e2ea..6b975bb 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -1,5 +1,5 @@ # -# spec file for package libzypp (Version 4.25.2) +# spec file for package libzypp (Version 4.26.0) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -17,9 +17,9 @@ Group: System/Packages BuildRoot: %{_tmppath}/%{name}-%{version}-build AutoReqProv: on Summary: Package, Patch, Pattern, and Product Management -Version: 4.25.2 +Version: 4.26.0 Release: 1 -Source: libzypp-4.25.2.tar.bz2 +Source: libzypp-4.26.0.tar.bz2 Source1: libzypp-rpmlintrc Prefix: /usr Provides: yast2-packagemanager @@ -60,7 +60,7 @@ Authors: %package devel License: GPL v2 or later -Requires: libzypp == 4.25.2 +Requires: libzypp == 4.26.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 @@ -211,6 +211,14 @@ rm -rf "$RPM_BUILD_ROOT" %changelog * Mon Jun 02 2008 ma@suse.de +- Allow to skip/abort failed package removal. (bnc #226041) +- revision 10319 +* Mon Jun 02 2008 dmacvicar@suse.de +- import newer keys if a trusted key is updated + (bnc#393160) +- add message attribute to patches. +- 4.26.0 +* Mon Jun 02 2008 - ma@suse.de - Revert inappropriate Selectable cleanup. Fix Selectable status computation. Unmaintained packages were wrongly reported as unsinstalled. (bnc #394630)