From c7ad148d92bff0a64f30044b44da9a91b4c89577f7c07eb3b2738fa0f99d48cd Mon Sep 17 00:00:00 2001 From: ZYpp Developers Date: Thu, 29 Apr 2010 16:23:41 +0000 Subject: [PATCH] Update to last sucessful build OBS-URL: https://build.opensuse.org/package/show/zypp:Head/libzypp?expand=0&rev=657 --- libzypp-7.3.0.tar.bz2 | 3 --- libzypp-7.4.0.tar.bz2 | 3 +++ libzypp.changes | 11 +++++++++++ libzypp.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 libzypp-7.3.0.tar.bz2 create mode 100644 libzypp-7.4.0.tar.bz2 diff --git a/libzypp-7.3.0.tar.bz2 b/libzypp-7.3.0.tar.bz2 deleted file mode 100644 index f15e28f..0000000 --- a/libzypp-7.3.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4781acca9b4d75961044fe59d30f0adfdb36ce193b0a4ba769d50b92775ea573 -size 4960517 diff --git a/libzypp-7.4.0.tar.bz2 b/libzypp-7.4.0.tar.bz2 new file mode 100644 index 0000000..3044a8d --- /dev/null +++ b/libzypp-7.4.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c8c2652062019c161b7e07aee47372a9d49728733c47fdfd4c0d1a43442e426 +size 4964706 diff --git a/libzypp.changes b/libzypp.changes index c84998f..0728510 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Apr 29 17:10:29 CEST 2010 - ma@suse.de + +- Cleanup when deleting packages. New zypp.conf global option + solver.cleandepsOnRemove telling whether the solver should per + default try to remove packages exclusively required by the ones + he's asked to delete (default false). +- Resolver::cleandepsOnRemove API to allow applications to change + the solver option. +- version 7.4.0 (4) + ------------------------------------------------------------------- Thu Apr 29 01:13:40 CEST 2010 - ma@suse.de diff --git a/libzypp.spec b/libzypp.spec index 8db8eb8..175c402 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -16,7 +16,7 @@ Group: System/Packages BuildRoot: %{_tmppath}/%{name}-%{version}-build Autoreqprov: on Summary: Package, Patch, Pattern, and Product Management -Version: 7.3.0 +Version: 7.4.0 Release: 0 Source: %{name}-%{version}.tar.bz2 Source1: %{name}-rpmlintrc @@ -31,7 +31,7 @@ BuildRequires: openssl-devel BuildRequires: libudev-devel BuildRequires: boost-devel dejagnu doxygen gcc-c++ gettext-devel graphviz libxml2-devel -BuildRequires: libsatsolver-devel >= 0.14.13 +BuildRequires: libsatsolver-devel >= 0.14.17 %if 0%{?suse_version} %requires_eq satsolver-tools %else