From 72e728091a0e4246102211fd032fbadac2040c87429128764e2e07a6b3ffc75c Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 23 May 2007 10:19:08 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=20 --- libzypp-3.2.0.tar.bz2 | 3 --- libzypp-3.2.1.tar.bz2 | 3 +++ libzypp.changes | 7 +++++++ libzypp.spec | 14 +++++++++----- 4 files changed, 19 insertions(+), 8 deletions(-) delete mode 100644 libzypp-3.2.0.tar.bz2 create mode 100644 libzypp-3.2.1.tar.bz2 diff --git a/libzypp-3.2.0.tar.bz2 b/libzypp-3.2.0.tar.bz2 deleted file mode 100644 index a41c0bf..0000000 --- a/libzypp-3.2.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf518194faf34dca5b46efe414e1b64c024066c8cdc4264e8c2efac95b4da57f -size 2613420 diff --git a/libzypp-3.2.1.tar.bz2 b/libzypp-3.2.1.tar.bz2 new file mode 100644 index 0000000..92ea648 --- /dev/null +++ b/libzypp-3.2.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34dfadaa3c36d8fe1614d0ece9a7a9c054ed31a492f08a30d3425e1070712ad0 +size 37229460 diff --git a/libzypp.changes b/libzypp.changes index a60a634..50467dd 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed May 23 11:25:55 CEST 2007 - schubi@suse.de + +- Reduced logging in order to speedup solving Bug 275100 +- revision 5603 +- version 3.2.1 + ------------------------------------------------------------------- Tue May 15 14:03:34 CEST 2007 - ma@suse.de diff --git a/libzypp.spec b/libzypp.spec index f06cd31..e7e5808 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -1,5 +1,5 @@ # -# spec file for package libzypp (Version 3.2.0) +# spec file for package libzypp (Version 3.2.1) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -16,9 +16,9 @@ Group: System/Packages BuildRoot: %{_tmppath}/%{name}-%{version}-build Autoreqprov: on Summary: Package, Patch, Pattern, and Product Management -Version: 3.2.0 -Release: 12 -Source: libzypp-3.2.0.tar.bz2 +Version: 3.2.1 +Release: 1 +Source: libzypp-3.2.1.tar.bz2 Prefix: /usr Provides: yast2-packagemanager Obsoletes: yast2-packagemanager @@ -42,7 +42,7 @@ Authors: Ladislav Slezak %package devel -Requires: libzypp == 3.2.0 +Requires: libzypp == 3.2.1 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 @@ -122,6 +122,10 @@ cd .. %{_libdir}/pkgconfig/libzypp.pc %changelog +* Wed May 23 2007 - schubi@suse.de +- Reduced logging in order to speedup solving Bug 275100 +- revision 5603 +- version 3.2.1 * Tue May 15 2007 - ma@suse.de - Fix excess calls to releaseFile. (#274357) - revision 5545