From 7a39b0d230a533f02d2f503f6278564f31735f9fbdc9ed2854a38e7b3f8f08de Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Fri, 4 Dec 2009 11:10:16 +0000 Subject: [PATCH] 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 --- libzypp-6.22.0.tar.bz2 | 3 -- libzypp-6.25.0.tar.bz2 | 3 ++ libzypp.changes | 88 ++++++++++++++++++++++++++++++++++++++++++ libzypp.spec | 36 ++++++++++++----- 4 files changed, 118 insertions(+), 12 deletions(-) delete mode 100644 libzypp-6.22.0.tar.bz2 create mode 100644 libzypp-6.25.0.tar.bz2 diff --git a/libzypp-6.22.0.tar.bz2 b/libzypp-6.22.0.tar.bz2 deleted file mode 100644 index cfa9de6..0000000 --- a/libzypp-6.22.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe351722e8cb67dc7211feb1ba94489bd8dc604156468ef2b66b08d199dff40a -size 4737076 diff --git a/libzypp-6.25.0.tar.bz2 b/libzypp-6.25.0.tar.bz2 new file mode 100644 index 0000000..fb85156 --- /dev/null +++ b/libzypp-6.25.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5606b3489852506634a9eaf3d3a8d4faae838a337dfea55a7711b8264560f0bf +size 4746589 diff --git a/libzypp.changes b/libzypp.changes index 209f24f..7f66cd1 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -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 tag from .prod files 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 diff --git a/libzypp.spec b/libzypp.spec index 54e2d72..c11743c 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -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 %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