From 9d3da207c753b09797e8d4f673bb0fb6d944e0e1aff6d5b557a1828c73cacf90 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 24 Sep 2008 22:48:12 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=141 --- libzypp-5.11.0.tar.bz2 | 3 --- libzypp-5.12.0.tar.bz2 | 3 +++ libzypp.changes | 47 ++++++++++++++++++++++++++++++++++++++++ libzypp.spec | 49 ++++++++++++++++++++++++++++++++++++------ 4 files changed, 92 insertions(+), 10 deletions(-) delete mode 100644 libzypp-5.11.0.tar.bz2 create mode 100644 libzypp-5.12.0.tar.bz2 diff --git a/libzypp-5.11.0.tar.bz2 b/libzypp-5.11.0.tar.bz2 deleted file mode 100644 index c1b9879..0000000 --- a/libzypp-5.11.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11d91d88026c7c0eed663bca40e51e0dcaa5d88a575260bcab6b37945892a70d -size 9726952 diff --git a/libzypp-5.12.0.tar.bz2 b/libzypp-5.12.0.tar.bz2 new file mode 100644 index 0000000..ec20f8c --- /dev/null +++ b/libzypp-5.12.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b312f3a3df038d32078220f0001e68a3b26571b05680baf6b7bd823b4510fea3 +size 9634787 diff --git a/libzypp.changes b/libzypp.changes index 2ac1b9c..7585592 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Wed Sep 24 19:11:19 CEST 2008 - jkupec@suse.cz + +- HistoryLog added and used to log package installs/removes and + repository adds, removes, url and alias changes into + history.logfile (/var/log/zypp/history) (fate #110205) +- str::escape(string, char) added +- revision 11150 +- version 5.12.0 (12) + +------------------------------------------------------------------- +Tue Sep 23 14:02:08 CEST 2008 - jkupec@suse.cz + +- CredentialManager: look for credentials with + wanted_url.startsWith(stored_url) +- RepoManager: don't pass service credentials down to repos if + their urls are not based on service's url. +- revision 11134 + +------------------------------------------------------------------- +Mon Sep 22 16:27:41 CEST 2008 - ma@suse.de + +- Remove superfluous PRODUCT_REFERENCES attribute. +- revision 11127 + +------------------------------------------------------------------- +Mon Sep 22 16:13:08 CEST 2008 - ma@suse.de + +- Add Url::hasCredentialsInAuthority test for username or password + being encoded in the authority component. I.e. user:pass@host. +- Handle repos to be disabled disable in service refresh. +- revision 11126 + +------------------------------------------------------------------- +Mon Sep 22 12:10:34 CEST 2008 - jkupec@suse.cz + +- provided context to keyring callbacks (bnc #370223) +- merged trust & import callbacks (bnc #366467) + (don't worry, still allows to trust && !import) +- revision 11113 + +------------------------------------------------------------------- +Fri Sep 19 13:17:38 CEST 2008 - ma@suse.de + +- Moved DefaultAcceptBits enum to class KeyRing (formerly KeyRingReort). +- revision 11102 + ------------------------------------------------------------------- Thu Sep 18 16:11:23 CEST 2008 - ma@suse.de diff --git a/libzypp.spec b/libzypp.spec index 57b3ca0..e8431bf 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -1,5 +1,5 @@ # -# spec file for package libzypp (Version 5.11.0) +# spec file for package libzypp (Version 5.12.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.11.0 -Release: 2 -Source: libzypp-5.11.0.tar.bz2 +Version: 5.12.0 +Release: 1 +Source: libzypp-5.12.0.tar.bz2 Source1: libzypp-rpmlintrc Prefix: /usr Provides: yast2-packagemanager Obsoletes: yast2-packagemanager BuildRequires: cmake -BuildRequires: libsatsolver-devel >= 0.10.11 openssl-devel +BuildRequires: libsatsolver-devel >= 0.10.13 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,10 +70,11 @@ Authors: %package devel License: GPL v2 or later -Requires: libzypp == 5.11.0 +Requires: libzypp == 5.12.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 +Requires: cmake libsatsolver-devel >= 0.10.14 +Recommends: logrotate Summary: Package, Patch, Pattern, and Product Management - developers files Group: System/Packages Provides: yast2-packagemanager-devel @@ -226,8 +227,42 @@ rm -rf "$RPM_BUILD_ROOT" %{prefix}/include/zypp/* %{prefix}/share/cmake/Modules/* %{_libdir}/pkgconfig/libzypp.pc +%dir %{_var}/log/zypp +# declare ownership of the log file but prevent +# it from being erased by rpm -e +%ghost %config(noreplace) %{_var}/log/zypp/history +%{_sysconfdir}/logrotate.d/zypp-history.lr %changelog +* Wed Sep 24 2008 jkupec@suse.cz +- HistoryLog added and used to log package installs/removes and + repository adds, removes, url and alias changes into + history.logfile (/var/log/zypp/history) (fate #110205) +- str::escape(string, char) added +- revision 11150 +- version 5.12.0 (12) +* Tue Sep 23 2008 jkupec@suse.cz +- CredentialManager: look for credentials with + wanted_url.startsWith(stored_url) +- RepoManager: don't pass service credentials down to repos if + their urls are not based on service's url. +- revision 11134 +* Mon Sep 22 2008 ma@suse.de +- Remove superfluous PRODUCT_REFERENCES attribute. +- revision 11127 +* Mon Sep 22 2008 ma@suse.de +- Add Url::hasCredentialsInAuthority test for username or password + being encoded in the authority component. I.e. user:pass@host. +- Handle repos to be disabled disable in service refresh. +- revision 11126 +* Mon Sep 22 2008 jkupec@suse.cz +- provided context to keyring callbacks (bnc #370223) +- merged trust & import callbacks (bnc #366467) + (don't worry, still allows to trust && !import) +- revision 11113 +* Fri Sep 19 2008 ma@suse.de +- Moved DefaultAcceptBits enum to class KeyRing (formerly KeyRingReort). +- revision 11102 * Thu Sep 18 2008 ma@suse.de - Use service alias as namespace for it's repositories aliases. - revision 11097