From 5513e6c38e4918b17f1418b9f9323342a641189df7321c3c2297ab5709d27838 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 20 Sep 2007 12:06:54 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=64 --- libzypp-3.24.3.tar.bz2 | 3 --- libzypp-3.24.4.tar.bz2 | 3 +++ libzypp.changes | 10 +++++++++- libzypp.spec | 14 +++++++++----- 4 files changed, 21 insertions(+), 9 deletions(-) delete mode 100644 libzypp-3.24.3.tar.bz2 create mode 100644 libzypp-3.24.4.tar.bz2 diff --git a/libzypp-3.24.3.tar.bz2 b/libzypp-3.24.3.tar.bz2 deleted file mode 100644 index b2aeea5..0000000 --- a/libzypp-3.24.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0cbcb19d75107fa5cf7ff5ef0b5b60a3f9d341dc5bfa2f5c03017d36b29fd3b2 -size 2935251 diff --git a/libzypp-3.24.4.tar.bz2 b/libzypp-3.24.4.tar.bz2 new file mode 100644 index 0000000..8833bd7 --- /dev/null +++ b/libzypp-3.24.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0294039ec371641b89abae6a529360c21999594f3653a976588590daa7f742d2 +size 2936885 diff --git a/libzypp.changes b/libzypp.changes index 53e60bf..ef71cff 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,10 +1,18 @@ +------------------------------------------------------------------- +Thu Sep 20 11:00:04 CEST 2007 - ma@suse.de + +- If a package is deselected by user, apply this soft lock to all + available versions of this package. +- version 3.24.4 +- revision 7316 + ------------------------------------------------------------------- Wed Sep 19 17:45:12 CEST 2007 - schubi@suse.de - Update: Do not set an item to installation if there has been already set one for installation which has the same NVA. Bug 326286 - version 3.24.3 -- r 7311 +- r 7311 ------------------------------------------------------------------- Wed Sep 19 14:19:49 CEST 2007 - ma@suse.de diff --git a/libzypp.spec b/libzypp.spec index bfac81f..224a362 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -1,5 +1,5 @@ # -# spec file for package libzypp (Version 3.24.3) +# spec file for package libzypp (Version 3.24.4) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -16,9 +16,9 @@ Group: System/Packages BuildRoot: %{_tmppath}/%{name}-%{version}-build AutoReqProv: on Summary: Package, Patch, Pattern, and Product Management -Version: 3.24.3 +Version: 3.24.4 Release: 1 -Source: libzypp-3.24.3.tar.bz2 +Source: libzypp-3.24.4.tar.bz2 Source1: libzypp-rpmlintrc Prefix: /usr Provides: yast2-packagemanager @@ -44,7 +44,7 @@ Authors: Ladislav Slezak %package devel -Requires: libzypp == 3.24.3 +Requires: libzypp == 3.24.4 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 @@ -127,8 +127,12 @@ cd .. %{prefix}/include/zypp/* %{prefix}/share/cmake/Modules/FindZypp.cmake %{_libdir}/pkgconfig/libzypp.pc - %changelog +* Thu Sep 20 2007 - ma@suse.de +- If a package is deselected by user, apply this soft lock to all + available versions of this package. +- version 3.24.4 +- revision 7316 * Wed Sep 19 2007 - schubi@suse.de - Update: Do not set an item to installation if there has been already set one for installation which has the same NVA. Bug 326286