From b637905c3538b83e3cfb922c16af3c3d574a5291b086441519bb21ca2b8db255 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 25 Jul 2007 21:06:35 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=28 --- libzypp-3.11.10.tar.bz2 | 3 --- ....10-rpmlintrc => libzypp-3.11.11-rpmlintrc | 0 libzypp-3.11.11.tar.bz2 | 3 +++ libzypp.changes | 19 ++++++++++++++++ libzypp.spec | 22 ++++++++++++++----- 5 files changed, 38 insertions(+), 9 deletions(-) delete mode 100644 libzypp-3.11.10.tar.bz2 rename libzypp-3.11.10-rpmlintrc => libzypp-3.11.11-rpmlintrc (100%) create mode 100644 libzypp-3.11.11.tar.bz2 diff --git a/libzypp-3.11.10.tar.bz2 b/libzypp-3.11.10.tar.bz2 deleted file mode 100644 index 6d49361..0000000 --- a/libzypp-3.11.10.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d74b4d9a592a317cfd8e1876ea4f06344aede391496b33384071370d533e7518 -size 2821093 diff --git a/libzypp-3.11.10-rpmlintrc b/libzypp-3.11.11-rpmlintrc similarity index 100% rename from libzypp-3.11.10-rpmlintrc rename to libzypp-3.11.11-rpmlintrc diff --git a/libzypp-3.11.11.tar.bz2 b/libzypp-3.11.11.tar.bz2 new file mode 100644 index 0000000..df08748 --- /dev/null +++ b/libzypp-3.11.11.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ba221c9ff334df50082eb568d3727545755209a16ea04457fe2c127fcf0e099 +size 2821151 diff --git a/libzypp.changes b/libzypp.changes index 04f1499..b832de9 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Jul 25 13:50:06 CEST 2007 - ma@suse.de + +- Make temp directory configurable via environment + variable ZYPPTMPDIR. +- revision 6202 +- version 3.11.11 + +------------------------------------------------------------------- +Tue Jul 24 17:55:49 CEST 2007 - ma@suse.de + +- Fixed bug in smart pointer comparison. + +------------------------------------------------------------------- +Mon Jul 23 13:05:53 CEST 2007 - ma@suse.de + +- Fix failing rename of metadata download directories across + filesystem boundaries. + ------------------------------------------------------------------- Fri Jul 20 16:10:59 CEST 2007 - ma@suse.de diff --git a/libzypp.spec b/libzypp.spec index 0aee7e0..3c36324 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -1,5 +1,5 @@ # -# spec file for package libzypp (Version 3.11.10) +# spec file for package libzypp (Version 3.11.11) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -16,10 +16,10 @@ Group: System/Packages BuildRoot: %{_tmppath}/%{name}-%{version}-build Autoreqprov: on Summary: Package, Patch, Pattern, and Product Management -Version: 3.11.10 -Release: 2 -Source: libzypp-3.11.10.tar.bz2 -Source1: libzypp-3.11.10-rpmlintrc +Version: 3.11.11 +Release: 1 +Source: libzypp-3.11.11.tar.bz2 +Source1: libzypp-3.11.11-rpmlintrc Prefix: /usr Provides: yast2-packagemanager Obsoletes: yast2-packagemanager @@ -44,7 +44,7 @@ Authors: Ladislav Slezak %package devel -Requires: libzypp == 3.11.10 +Requires: libzypp == 3.11.11 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 @@ -124,6 +124,16 @@ cd .. %{_libdir}/pkgconfig/libzypp.pc %changelog +* Wed Jul 25 2007 - ma@suse.de +- Make temp directory configurable via environment + variable ZYPPTMPDIR. +- revision 6202 +- version 3.11.11 +* Tue Jul 24 2007 - ma@suse.de +- Fixed bug in smart pointer comparison. +* Mon Jul 23 2007 - ma@suse.de +- Fix failing rename of metadata download directories across + filesystem boundaries. * Fri Jul 20 2007 - ma@suse.de - Fixed malicious gettext include. - Make ZConfig a singleton.