Accepting request 25408 from zypp:Head

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

OBS-URL: https://build.opensuse.org/request/show/25408
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=193
This commit is contained in:
OBS User autobuild 2009-12-04 11:10:16 +00:00 committed by Git OBS Bridge
parent 3b0d4b3127
commit 7a39b0d230
4 changed files with 118 additions and 12 deletions

View File

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

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5606b3489852506634a9eaf3d3a8d4faae838a337dfea55a7711b8264560f0bf
size 4746589

View File

@ -1,3 +1,91 @@
-------------------------------------------------------------------
Wed Dec 2 13:10:43 CET 2009 - ma@suse.de
- Add Selectable::highestAvailableVersionObj. Returns the highest
available package version, ignoring priorities and policies. (bnc #557557)
- version 6.25.0 (19)
-------------------------------------------------------------------
Mon Nov 30 17:56:02 CET 2009 - ma@suse.de
- Also parse <product> tag from .prod files <upgrade> section.
- version 6.24.3 (19)
-------------------------------------------------------------------
Fri Nov 27 11:20:34 CET 2009 - ma@suse.de
- Fix chroot execution of update scripts. (bnc #558813)
- version 6.24.3 (19)
-------------------------------------------------------------------
Thu Nov 26 16:06:52 CET 2009 - jkupec@suse.cz
- Fixed parsing of download speed from aria2c (bnc #537870)
-------------------------------------------------------------------
Wed Nov 25 16:28:29 CET 2009 - ma@suse.de
- Add ui::Selecatble interface for picking specific package versions
to install or delete if multiversion install is on.
- version 6.24.0 (19)
-------------------------------------------------------------------
Fri Nov 20 13:30:02 CET 2009 - ma@suse.de
- Parse zypp.conf multiversion option and make the setting available
in pool and resolver.
- version 6.23.0 (19)
-------------------------------------------------------------------
Mon Nov 16 16:27:39 CET 2009 - ma@suse.de
- Specfile fixes to build on sle11-sp1.
- Fix repository probing and building in presence of productdir. (bnc #553712)
- version 6.22.3 (19)
-------------------------------------------------------------------
Thu Nov 12 15:31:10 UTC 2009 - dmacvicar@suse.de
- Forward port and document already present changes
from Code11-Branch
* void SEGV if trying to access data of installed packages, that were
deleted behind our back (bnc #530595)
* ProxyInfoSysconfig: take care variables get initialized.
* Fix parsing of rpm.install.excludedocs option (bnc #518883)
* Use rpm variables in specfile. (bnc #512466)
* Fix to compile with -Werror=format-security
* Fix packageand() in testcase generation
* Don't link unneeded libraries. (bnc #490895)
* Fix Patch::categoryEnum.
* Adapt to changed satsolver API. (bnc #480303)
* Taking ALL translations for generating GMO files (bnc #458739)
* Advice users to contact NCC if access to a 'novell.com'
repository is denied (bnc #464586).
- version 6.22.2 (19)
-------------------------------------------------------------------
Thu Nov 12 11:53:04 CET 2009 - ma@suse.de
- Raised the limit of redirections from 3 to 6 (bnc #465532)
- Following redirections also for https (bnc #545722).
- Following https redirections requires at least libcurl4-7.19.4. (bnc #553895)
- Do not report cached packages as being downloaded. (bnc #545295)
- Per default do not collect and report deleted files outside bin and lib
directories for 'zypper ps'. (bnc #554480)
- version 6.22.1 (19)
-------------------------------------------------------------------
Wed Nov 11 13:54:52 CET 2009 - ma@suse.de
- CheckAccessDeleted: Per default do not collect and report deleted files
that outside bin and lib directories. 'zypper ps' reporting false positive
seems to confuse. (bnc #554480)
-------------------------------------------------------------------
Wed Nov 11 11:45:01 CET 2009 - ma@suse.de
- Following https redirections requires at least libcurl4-7.19.4. (bnc #553895)
-------------------------------------------------------------------
Fri Nov 6 22:16:10 CET 2009 - ma@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package libzypp (Version 6.22.0)
# spec file for package libzypp (Version 6.25.0)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,12 +19,12 @@
Name: libzypp
License: GPL v2 or later
License: GPLv2+
Group: System/Packages
BuildRoot: %{_tmppath}/%{name}-%{version}-build
AutoReqProv: on
Summary: Package, Patch, Pattern, and Product Management
Version: 6.22.0
Version: 6.25.0
Release: 1
Source: %{name}-%{version}.tar.bz2
Source1: %{name}-rpmlintrc
@ -33,12 +33,12 @@ Provides: yast2-packagemanager
Obsoletes: yast2-packagemanager
Recommends: logrotate
BuildRequires: cmake
BuildRequires: libsatsolver-devel >= 0.14.9
BuildRequires: openssl-devel
BuildRequires: boost-devel curl-devel dejagnu doxygen gcc-c++ gettext-devel graphviz hal-devel libxml2-devel
BuildRequires: boost-devel dejagnu doxygen gcc-c++ gettext-devel graphviz hal-devel libxml2-devel
BuildRequires: libsatsolver-devel >= 0.14.9
%requires_eq satsolver-tools
# required for testsuite, webrick
BuildRequires: ruby
BuildRequires: aria2 >= 1.1.2
%if 0%{?suse_version}
BuildRequires: libexpat-devel
%else
@ -62,8 +62,25 @@ Requires: gpg2
%else
Requires: gnupg
%endif
%requires_eq satsolver-tools
# ---------------------------------------------------------------
%if 0%{?suse_version} == 1110
# (almost) common codebase, but on SLES11-SP1 (according to Rudi
# suse_version == 1110) we have a patched libcurl-7.19.0-11.22,
# and no aria2.
%define min_curl_version 7.19.0-11.22
# ---------------------------------------------------------------
%else
# ---------------------------------------------------------------
# This is 11.2 (better not sles11-sp1)
# need CURLOPT_REDIR_PROTOCOLS:
%define min_curl_version 7.19.4
# want aria2:
Requires: aria2 >= 1.1.2
BuildRequires: aria2 >= 1.1.2
%endif
# ---------------------------------------------------------------
Requires: libcurl4 >= %{min_curl_version}
BuildRequires: libcurl-devel >= %{min_curl_version}
%description
Package, Patch, Pattern, and Product Management
@ -80,11 +97,12 @@ Authors:
Ladislav Slezak <lslezak@suse.cz>
%package devel
License: GPL v2 or later
License: GPLv2+
Requires: libzypp == %{version}
Requires: libxml2-devel curl-devel openssl-devel rpm-devel glibc-devel zlib-devel
Requires: libxml2-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
Requires: libcurl-devel >= %{min_curl_version}
%requires_ge libsatsolver-devel
Summary: Package, Patch, Pattern, and Product Management - developers files
Group: System/Packages