From 803bcd23092a82bcf1a61495166f38928e8f3a077c853304edd77cd9c0594360 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 3 Oct 2007 15:02:14 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=72 --- libzypp-3.26.3.tar.bz2 | 3 --- libzypp-4.0.0.tar.bz2 | 3 +++ libzypp.changes | 35 ++++++++++++++++++++++++++++------- libzypp.spec | 34 +++++++++++++++++++++++----------- 4 files changed, 54 insertions(+), 21 deletions(-) delete mode 100644 libzypp-3.26.3.tar.bz2 create mode 100644 libzypp-4.0.0.tar.bz2 diff --git a/libzypp-3.26.3.tar.bz2 b/libzypp-3.26.3.tar.bz2 deleted file mode 100644 index 54b2c4e..0000000 --- a/libzypp-3.26.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77a7933a22c26faea19a819bf04ef3cc31b8acc667c93875094c654facf45340 -size 2937517 diff --git a/libzypp-4.0.0.tar.bz2 b/libzypp-4.0.0.tar.bz2 new file mode 100644 index 0000000..5b574a4 --- /dev/null +++ b/libzypp-4.0.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2238b04a0c4943bf8cd5a7d95f48d1a92fef743b459d171c587e7330a989b4cb +size 2950622 diff --git a/libzypp.changes b/libzypp.changes index d418516..2c730d7 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,27 +1,48 @@ +------------------------------------------------------------------- +Wed Oct 3 13:37:57 CEST 2007 - mvidner@suse.cz + +- Fixed compilation errors with GCC 4.3 by adding missing includes + and renaming templates: MaxBits to MaxBitsT, Mask to MaskT, + Compare to CompareEd. +- r7426 + +------------------------------------------------------------------- +Mon Oct 1 20:29:36 CEST 2007 - ma@suse.de + +- Incorporated patch from Michael Matz to speedup cache reading. +- revision 7413 + +------------------------------------------------------------------- +Fri Sep 28 18:40:59 CEST 2007 - schubi@suse.de + +- Resolvertestcase: + - log Repository info + - set keep state in the testcase + - handle vendor +- r 4707 + ------------------------------------------------------------------- Thu Sep 27 17:13:14 CEST 2007 - ma@suse.de - Fixed pattern parser SEGV on broken pattern files. (#328546) -- version 3.26.3 -- revision 7401 +- revision 7402 ------------------------------------------------------------------- -Tue Sep 25 18:50:37 CEST 2007 - schubi@suse.de +Wed Sep 26 11:08:14 CEST 2007 - schubi@suse.de - QueuItemRequire: Filter out all provider which have worser architecture, are NOT noarch and have not the same name as the requirement. The last one is needed for updating packages via patch/atoms. Bug 328081 - Revert changes of r 7340 -- r 7379 -- version 3.26.2 +- r 7386 ------------------------------------------------------------------- Tue Sep 25 15:51:34 CEST 2007 - ma@suse.de - Add missing '--install' parameter in desktop file. (#308640) -- version 3.26.1 -- revision 7367 +- version 4.0.0 +- revision 7369 ------------------------------------------------------------------- Tue Sep 25 11:08:13 CEST 2007 - jkupec@suse.cz diff --git a/libzypp.spec b/libzypp.spec index 1d86167..a472293 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -1,5 +1,5 @@ # -# spec file for package libzypp (Version 3.26.3) +# spec file for package libzypp (Version 4.0.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.26.3 +Version: 4.0.0 Release: 1 -Source: libzypp-3.26.3.tar.bz2 +Source: libzypp-4.0.0.tar.bz2 Source1: libzypp-rpmlintrc Prefix: /usr Provides: yast2-packagemanager @@ -44,7 +44,7 @@ Authors: Ladislav Slezak %package devel -Requires: libzypp == 3.26.3 +Requires: libzypp == 4.0.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 @@ -128,22 +128,34 @@ cd .. %{prefix}/share/cmake/Modules/FindZypp.cmake %{_libdir}/pkgconfig/libzypp.pc %changelog +* Wed Oct 03 2007 - mvidner@suse.cz +- Fixed compilation errors with GCC 4.3 by adding missing includes + and renaming templates: MaxBits to MaxBitsT, Mask to MaskT, + Compare to CompareEd. +- r7426 +* Mon Oct 01 2007 - ma@suse.de +- Incorporated patch from Michael Matz to speedup cache reading. +- revision 7413 +* Fri Sep 28 2007 - schubi@suse.de +- Resolvertestcase: + - log Repository info + - set keep state in the testcase + - handle vendor +- r 4707 * Thu Sep 27 2007 - ma@suse.de - Fixed pattern parser SEGV on broken pattern files. (#328546) -- version 3.26.3 -- revision 7401 -* Tue Sep 25 2007 - schubi@suse.de +- revision 7402 +* Wed Sep 26 2007 - schubi@suse.de - QueuItemRequire: Filter out all provider which have worser architecture, are NOT noarch and have not the same name as the requirement. The last one is needed for updating packages via patch/atoms. Bug 328081 - Revert changes of r 7340 -- r 7379 -- version 3.26.2 +- r 7386 * Tue Sep 25 2007 - ma@suse.de - Add missing '--install' parameter in desktop file. (#308640) -- version 3.26.1 -- revision 7367 +- version 4.0.0 +- revision 7369 * Tue Sep 25 2007 - jkupec@suse.cz - release all attached media before attempting to eject (#293428) - fixed parsing of --proxy-user parameter of .curlrc (#309139)