From 09b9d20d0281fd904e293f62e2237834e6c4de0119f0c15278d2773ab983e55d Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 18 Sep 2008 22:48:40 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=140 --- libzypp-5.11.0.tar.bz2 | 4 ++-- libzypp.changes | 40 ++++++++++++++++++++++++++++++++++++++++ libzypp.spec | 24 +++++++++++++++++++++++- 3 files changed, 65 insertions(+), 3 deletions(-) diff --git a/libzypp-5.11.0.tar.bz2 b/libzypp-5.11.0.tar.bz2 index c9233cd..c1b9879 100644 --- a/libzypp-5.11.0.tar.bz2 +++ b/libzypp-5.11.0.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:290f14d323452b7b9b1d2dbb21d8c547b8bf58c526c9bc9dfda47080d88e3008 -size 9724234 +oid sha256:11d91d88026c7c0eed663bca40e51e0dcaa5d88a575260bcab6b37945892a70d +size 9726952 diff --git a/libzypp.changes b/libzypp.changes index 1291e37..2ac1b9c 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Thu Sep 18 16:11:23 CEST 2008 - ma@suse.de + +- Use service alias as namespace for it's repositories aliases. +- revision 11097 +- version 5.11.0 (11) + +------------------------------------------------------------------- +Thu Sep 18 12:45:25 CEST 2008 - jkupec@suse.cz + +- pass service's credentials down to repos +- support ?credentials=filepath in URL to specify credentials +- revision 11092 + +------------------------------------------------------------------- +Thu Sep 18 09:57:49 CEST 2008 - ma@suse.de + +- Add Product::isTargetDistribution to identify the systems installed + baseproduct. This should replace tests for Product::type is "base". +- revision 11089 + +------------------------------------------------------------------- +Wed Sep 17 18:05:44 CEST 2008 - jkupec@suse.cz + +- save user credentials when adding repos/services with URLs containing + the credentials (bnc #425462) +- revision 11085 + +------------------------------------------------------------------- +Wed Sep 17 15:08:54 CEST 2008 - ma@suse.de + +- Adapt to rpms new way of quoting whitespace in pathnames.(bnc #426924) +- revision 11082 + +------------------------------------------------------------------- +Tue Sep 16 18:41:39 CEST 2008 - ma@suse.de + +- Service handling fixes. Added ServiceException. +- revision 11077 + ------------------------------------------------------------------- Mon Sep 15 11:40:04 CEST 2008 - ma@suse.de diff --git a/libzypp.spec b/libzypp.spec index 05726b3..57b3ca0 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -25,7 +25,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build AutoReqProv: on Summary: Package, Patch, Pattern, and Product Management Version: 5.11.0 -Release: 1 +Release: 2 Source: libzypp-5.11.0.tar.bz2 Source1: libzypp-rpmlintrc Prefix: /usr @@ -228,6 +228,28 @@ rm -rf "$RPM_BUILD_ROOT" %{_libdir}/pkgconfig/libzypp.pc %changelog +* Thu Sep 18 2008 ma@suse.de +- Use service alias as namespace for it's repositories aliases. +- revision 11097 +- version 5.11.0 (11) +* Thu Sep 18 2008 jkupec@suse.cz +- pass service's credentials down to repos +- support ?credentials=filepath in URL to specify credentials +- revision 11092 +* Thu Sep 18 2008 ma@suse.de +- Add Product::isTargetDistribution to identify the systems installed + baseproduct. This should replace tests for Product::type is "base". +- revision 11089 +* Wed Sep 17 2008 jkupec@suse.cz +- save user credentials when adding repos/services with URLs containing + the credentials (bnc #425462) +- revision 11085 +* Wed Sep 17 2008 ma@suse.de +- Adapt to rpms new way of quoting whitespace in pathnames.(bnc #426924) +- revision 11082 +* Tue Sep 16 2008 ma@suse.de +- Service handling fixes. Added ServiceException. +- revision 11077 * Mon Sep 15 2008 ma@suse.de - Fix building of transaltions. - revision 11064