From 2e490aba64bfa1d546dd3b971fff3fb2876409a51956ef910186ea6b59ec195b Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 6 Oct 2008 16:26:32 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=145 --- libzypp-5.13.1.tar.bz2 | 3 --- libzypp-5.14.0.tar.bz2 | 3 +++ libzypp.changes | 49 ++++++++++++++++++++++++++++++++++++++++++ libzypp.spec | 38 +++++++++++++++++++++++++++----- 4 files changed, 85 insertions(+), 8 deletions(-) delete mode 100644 libzypp-5.13.1.tar.bz2 create mode 100644 libzypp-5.14.0.tar.bz2 diff --git a/libzypp-5.13.1.tar.bz2 b/libzypp-5.13.1.tar.bz2 deleted file mode 100644 index 3cf59ba..0000000 --- a/libzypp-5.13.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45b94e9d48b3b4bd98cbd7b8f4c6ad0083325f178a9d2a5330b5be3d6273e1c6 -size 9745635 diff --git a/libzypp-5.14.0.tar.bz2 b/libzypp-5.14.0.tar.bz2 new file mode 100644 index 0000000..99368d8 --- /dev/null +++ b/libzypp-5.14.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d56d28019c8a2ac6d181295900b29347818bf0404fea410ce4007c30c6d8073 +size 11527897 diff --git a/libzypp.changes b/libzypp.changes index fd4249d..88d5077 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,52 @@ +------------------------------------------------------------------- +Thu Oct 2 19:46:13 CEST 2008 - ma@suse.de + +- Add zypp.conf option 'download.use_deltarpm_always' to enable using + delta rpms even if the package is available on a local source. + (Axel C. Frinke) +- revision 11235 +- version 5.14.0 (13) + +------------------------------------------------------------------- +Thu Oct 2 18:50:11 CEST 2008 - ma@suse.de + +- Add product attribute: PRODUCTLINE. +- revision 11234 + +------------------------------------------------------------------- +Thu Oct 2 17:18:19 CEST 2008 - ma@suse.de + +- Do not consider self provided requirements whan computing the + installation order. +- revision 11231 + +------------------------------------------------------------------- +Wed Oct 1 16:07:36 CEST 2008 - ma@suse.de + +- Rephrase missleading error message. (bnc #431229) +- revision 11222 + +------------------------------------------------------------------- +Tue Sep 30 17:23:48 CEST 2008 - ma@suse.de + +- Allow computation of disk usage per solvable. +- revision 11218 + +------------------------------------------------------------------- +Mon Sep 29 23:59:10 CEST 2008 - dmacvicar@suse.de + +- Merge aria2c Media handler code from Google SOC 2008 + (Gerard Farras) +- Only activated by making env var ZYPP_ARIA=1 + +------------------------------------------------------------------- +Mon Sep 29 15:56:17 CEST 2008 - jkupec@suse.cz + +- history: tell which package failed before logging rpm output or + error message (bnc #430585) +- no localization for history log comments +- revision 11202 + ------------------------------------------------------------------- Mon Sep 29 13:43:08 CEST 2008 - ma@suse.de diff --git a/libzypp.spec b/libzypp.spec index 83759ad..8b10a7e 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -1,5 +1,5 @@ # -# spec file for package libzypp (Version 5.13.1) +# spec file for package libzypp (Version 5.14.0) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -24,15 +24,15 @@ Group: System/Packages BuildRoot: %{_tmppath}/%{name}-%{version}-build AutoReqProv: on Summary: Package, Patch, Pattern, and Product Management -Version: 5.13.1 +Version: 5.14.0 Release: 1 -Source: libzypp-5.13.1.tar.bz2 +Source: libzypp-5.14.0.tar.bz2 Source1: libzypp-rpmlintrc Prefix: /usr Provides: yast2-packagemanager Obsoletes: yast2-packagemanager BuildRequires: cmake -BuildRequires: libsatsolver-devel >= 0.10.13 openssl-devel +BuildRequires: libsatsolver-devel >= 0.11.0 openssl-devel BuildRequires: boost-devel curl-devel dejagnu doxygen gcc-c++ gettext-devel graphviz hal-devel libxml2-devel %if 0%{?suse_version} BuildRequires: hicolor-icon-theme rpm-devel update-desktop-files @@ -70,7 +70,7 @@ Authors: %package devel License: GPL v2 or later -Requires: libzypp == 5.13.1 +Requires: libzypp == 5.14.0 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 libsatsolver-devel >= 0.10.14 @@ -228,6 +228,34 @@ rm -rf "$RPM_BUILD_ROOT" %{_libdir}/pkgconfig/libzypp.pc %changelog +* Thu Oct 02 2008 ma@suse.de +- Add zypp.conf option 'download.use_deltarpm_always' to enable using + delta rpms even if the package is available on a local source. + (Axel C. Frinke) +- revision 11235 +- version 5.14.0 (13) +* Thu Oct 02 2008 ma@suse.de +- Add product attribute: PRODUCTLINE. +- revision 11234 +* Thu Oct 02 2008 ma@suse.de +- Do not consider self provided requirements whan computing the + installation order. +- revision 11231 +* Wed Oct 01 2008 ma@suse.de +- Rephrase missleading error message. (bnc #431229) +- revision 11222 +* Tue Sep 30 2008 ma@suse.de +- Allow computation of disk usage per solvable. +- revision 11218 +* Tue Sep 30 2008 dmacvicar@suse.de +- Merge aria2c Media handler code from Google SOC 2008 + (Gerard Farras) +- Only activated by making env var ZYPP_ARIA=1 +* Mon Sep 29 2008 jkupec@suse.cz +- history: tell which package failed before logging rpm output or + error message (bnc #430585) +- no localization for history log comments +- revision 11202 * Mon Sep 29 2008 ma@suse.de - Fix zypp::WhatProvides::empty returning inverse result. - revision 11200