From b78b57e6d498575d22ac3f06fc170a0759152afb3923e99339b66368b6869e18 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 12 Sep 2008 17:33:06 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=138 --- libzypp-5.10.0.tar.bz2 | 3 +++ libzypp-5.9.0.tar.bz2 | 3 --- libzypp.changes | 48 ++++++++++++++++++++++++++++++++++++++++++ libzypp.spec | 40 ++++++++++++++++++++++++++++++----- 4 files changed, 86 insertions(+), 8 deletions(-) create mode 100644 libzypp-5.10.0.tar.bz2 delete mode 100644 libzypp-5.9.0.tar.bz2 diff --git a/libzypp-5.10.0.tar.bz2 b/libzypp-5.10.0.tar.bz2 new file mode 100644 index 0000000..0585680 --- /dev/null +++ b/libzypp-5.10.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c7ca4f1c3b9c3ce829db5f2535f3bcafdc127f17332723c04b1d8d0a93981bf +size 9722431 diff --git a/libzypp-5.9.0.tar.bz2 b/libzypp-5.9.0.tar.bz2 deleted file mode 100644 index 3929c8a..0000000 --- a/libzypp-5.9.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df456f760a43bd1ba6466c94c6e8eb061b59fbac29f3a7c55cd3a74e3ff328d1 -size 9729380 diff --git a/libzypp.changes b/libzypp.changes index bb27898..a85710c 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,51 @@ +------------------------------------------------------------------- +Fri Sep 12 18:24:28 CEST 2008 - ma@suse.de + +- Create new Service repos in disbaled sate. +- revision 11056 +- version 5.10.0 (10) + +------------------------------------------------------------------- +Fri Sep 12 16:04:54 CEST 2008 - ma@suse.de + +- Make registerTarget and registerRelease abvailable for installed + product. Required for registration. +- revision 11043 + +------------------------------------------------------------------- +Fri Sep 12 12:59:50 CEST 2008 - ma@suse.de + +- Add url lists query to Product interface. A generic query and + convenience methods to query urls for "releasenotes", "register", + "updateurls", "extraurls", "optionalurls" and "smolt" (bnc #413444) +- revision 11029 + +------------------------------------------------------------------- +Fri Sep 12 01:38:25 CEST 2008 - jkupec@suse.cz + +- ServiceType and ServiceInfo::type() added (contains only RIS for + now), service type probing added. +- Avoiding the use of 'path' for services (appending + the repoindex.xml's 'path' to the baseurl of created repos) +- renamed ServiceInfo::*catalog*() methods to *repo*() methods +- revision 11022 + +------------------------------------------------------------------- +Thu Sep 11 16:01:57 CEST 2008 - dmacvicar@suse.de + +- add Repostiroy::updateKeys and + Repository::providesUpdatesForKey(string) for repo and + product matching +- Provide Repository::isUpdateRepo + +------------------------------------------------------------------- +Thu Sep 11 14:41:28 CEST 2008 - ma@suse.de + +- Fix evaluation of vendor support flags. +- Adapt retrieval of registration data (targetDistribution, + targetDistributionRelease and targetDistributionFlavor). +- revision 11013 + ------------------------------------------------------------------- Wed Sep 10 18:23:52 CEST 2008 - ma@suse.de diff --git a/libzypp.spec b/libzypp.spec index b939901..e54bd98 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -1,5 +1,5 @@ # -# spec file for package libzypp (Version 5.9.0) +# spec file for package libzypp (Version 5.10.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.9.0 +Version: 5.10.0 Release: 1 -Source: libzypp-5.9.0.tar.bz2 +Source: libzypp-5.10.0.tar.bz2 Source1: libzypp-rpmlintrc Prefix: /usr Provides: yast2-packagemanager Obsoletes: yast2-packagemanager BuildRequires: cmake -BuildRequires: libsatsolver-devel >= 0.0.26 openssl-devel +BuildRequires: libsatsolver-devel >= 0.10.11 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.9.0 +Requires: libzypp == 5.10.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 @@ -228,6 +228,36 @@ rm -rf "$RPM_BUILD_ROOT" %{_libdir}/pkgconfig/libzypp.pc %changelog +* Fri Sep 12 2008 ma@suse.de +- Create new Service repos in disbaled sate. +- revision 11056 +- version 5.10.0 (10) +* Fri Sep 12 2008 ma@suse.de +- Make registerTarget and registerRelease abvailable for installed + product. Required for registration. +- revision 11043 +* Fri Sep 12 2008 ma@suse.de +- Add url lists query to Product interface. A generic query and + convenience methods to query urls for "releasenotes", "register", + "updateurls", "extraurls", "optionalurls" and "smolt" (bnc #413444) +- revision 11029 +* Fri Sep 12 2008 jkupec@suse.cz +- ServiceType and ServiceInfo::type() added (contains only RIS for + now), service type probing added. +- Avoiding the use of 'path' for services (appending + the repoindex.xml's 'path' to the baseurl of created repos) +- renamed ServiceInfo::*catalog*() methods to *repo*() methods +- revision 11022 +* Thu Sep 11 2008 dmacvicar@suse.de +- add Repostiroy::updateKeys and + Repository::providesUpdatesForKey(string) for repo and + product matching +- Provide Repository::isUpdateRepo +* Thu Sep 11 2008 ma@suse.de +- Fix evaluation of vendor support flags. +- Adapt retrieval of registration data (targetDistribution, + targetDistributionRelease and targetDistributionFlavor). +- revision 11013 * Wed Sep 10 2008 ma@suse.de - Follow gpgcheck tag in .repo file and do no check if disabled. - revision 11010