Accepting request 39160 from zypp:Head

Copy from zypp:Head/libzypp based on submit request 39160 from user mlandres

OBS-URL: https://build.opensuse.org/request/show/39160
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=204
This commit is contained in:
OBS User autobuild 2010-04-29 22:54:01 +00:00 committed by Git OBS Bridge
parent c86b79b293
commit 21044815a0
4 changed files with 39 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:63876fd91538b3cd7ff132c7b4732721de9334ada906b1e13a94bab579591feb
size 4951031

3
libzypp-7.4.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9c8c2652062019c161b7e07aee47372a9d49728733c47fdfd4c0d1a43442e426
size 4964706

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
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
- Update translations.
-------------------------------------------------------------------
Wed Apr 28 16:35:04 CEST 2010 - ma@suse.de
- Enable splitprovides on update.
-------------------------------------------------------------------
Wed Apr 28 01:13:37 CEST 2010 - ma@suse.de
- Update translations.
-------------------------------------------------------------------
Tue Apr 27 17:42:20 CEST 2010 - ma@suse.de
- Selectable: Classify broken but locked patch as isUnwanted (bnc#577118)
- version 7.3.0 (2)
-------------------------------------------------------------------
Tue Apr 27 11:25:17 CEST 2010 - ma@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package libzypp (Version 7.2.0)
# spec file for package libzypp (Version 7.4.0)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -24,8 +24,8 @@ Group: System/Packages
BuildRoot: %{_tmppath}/%{name}-%{version}-build
AutoReqProv: on
Summary: Package, Patch, Pattern, and Product Management
Version: 7.2.0
Release: 2
Version: 7.4.0
Release: 1
Source: %{name}-%{version}.tar.bz2
Source1: %{name}-rpmlintrc
Prefix: /usr
@ -39,7 +39,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