From 3273ae6412e0be99797f36bba9d73fb361fc90c8c43f9fff6ee35a2e874c2885 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 30 Aug 2007 21:54:05 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=51 --- libzypp-3.20.1.tar.bz2 | 3 --- libzypp-3.21.0.tar.bz2 | 3 +++ libzypp.changes | 14 ++++++++++++++ libzypp.spec | 16 ++++++++++++---- 4 files changed, 29 insertions(+), 7 deletions(-) delete mode 100644 libzypp-3.20.1.tar.bz2 create mode 100644 libzypp-3.21.0.tar.bz2 diff --git a/libzypp-3.20.1.tar.bz2 b/libzypp-3.20.1.tar.bz2 deleted file mode 100644 index c4725c1..0000000 --- a/libzypp-3.20.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04731f90287fc44dccb3d9f07c881dc60555fb4bb362dc7931d83356b9e79060 -size 2916640 diff --git a/libzypp-3.21.0.tar.bz2 b/libzypp-3.21.0.tar.bz2 new file mode 100644 index 0000000..5ba949f --- /dev/null +++ b/libzypp-3.21.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00f3198ca1af4a9b99f003af417ef74cc04bb331cfb15696f01d4a6882f426ff +size 2872898 diff --git a/libzypp.changes b/libzypp.changes index f1c40a4..ef9a139 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Aug 30 20:10:00 CEST 2007 - jkupec@suse.cz + +- added missing implementation of LogControl::setLineFormater() + (lslezak) +- version 3.21.0 +- revision 7041 + +------------------------------------------------------------------- +Thu Aug 30 18:55:15 CEST 2007 - jkupec@suse.cz + +- enable changing url in requestMedia callback (#294481) +- revision 7037 + ------------------------------------------------------------------- Thu Aug 30 18:22:32 CEST 2007 - ma@suse.de diff --git a/libzypp.spec b/libzypp.spec index d4a27dd..2985d05 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -1,5 +1,5 @@ # -# spec file for package libzypp (Version 3.20.1) +# spec file for package libzypp (Version 3.21.0) # # 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.20.1 +Version: 3.21.0 Release: 1 -Source: libzypp-3.20.1.tar.bz2 +Source: libzypp-3.21.0.tar.bz2 Source1: libzypp-rpmlintrc Prefix: /usr Provides: yast2-packagemanager @@ -44,7 +44,7 @@ Authors: Ladislav Slezak %package devel -Requires: libzypp == 3.20.1 +Requires: libzypp == 3.21.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 @@ -125,6 +125,14 @@ cd .. %{_libdir}/pkgconfig/libzypp.pc %changelog +* Thu Aug 30 2007 - jkupec@suse.cz +- added missing implementation of LogControl::setLineFormater() + (lslezak) +- version 3.21.0 +- revision 7041 +* Thu Aug 30 2007 - jkupec@suse.cz +- enable changing url in requestMedia callback (#294481) +- revision 7037 * Thu Aug 30 2007 - ma@suse.de - Filter readonly mount points in DiskUsageCounter (#297405) - revision 7030