From 817b7f757701a6ceef39535b780e1b19eb66150a3a7a33f1bfc10d127f482dae Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 8 Oct 2007 10:24:27 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=73 --- libzypp-4.0.0.tar.bz2 | 3 --- libzypp-4.1.1.tar.bz2 | 3 +++ libzypp.changes | 32 ++++++++++++++++++++++++++++++++ libzypp.spec | 26 ++++++++++++++++++++++---- 4 files changed, 57 insertions(+), 7 deletions(-) delete mode 100644 libzypp-4.0.0.tar.bz2 create mode 100644 libzypp-4.1.1.tar.bz2 diff --git a/libzypp-4.0.0.tar.bz2 b/libzypp-4.0.0.tar.bz2 deleted file mode 100644 index 5b574a4..0000000 --- a/libzypp-4.0.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2238b04a0c4943bf8cd5a7d95f48d1a92fef743b459d171c587e7330a989b4cb -size 2950622 diff --git a/libzypp-4.1.1.tar.bz2 b/libzypp-4.1.1.tar.bz2 new file mode 100644 index 0000000..08ff78c --- /dev/null +++ b/libzypp-4.1.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:900552b01111d78c13bde509ebbb23b3440a555101380b157544a9a9b2461b2f +size 2924499 diff --git a/libzypp.changes b/libzypp.changes index 2c730d7..20857d9 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Sat Oct 6 16:37:11 CEST 2007 - jkupec@suse.cz +- do not download the same file multiple times in one attach sessionn + (#307098), r7456 +- special cdrom detection code for SCSI / Virtual CDROMs on iSeries + removed - should be correctly detected by HAL now + (#167629, #163971), r7452 +- version 4.1.1 + +------------------------------------------------------------------- +Fri Oct 05 10:35:47 CEST 2007 - aschnell@suse.de + +- filter architecture in plaindir parser (bug #330791) + +------------------------------------------------------------------- +Thu Oct 4 16:31:58 CEST 2007 - ma@suse.de + +- Throw constructing malformed checksums. (#189096) +- revision 7441 + +------------------------------------------------------------------- +Thu Oct 4 14:22:31 CEST 2007 - mvidner@suse.cz + +- Renamed templates back because proper qualification makes it work + too. +- 4.1.0 + +------------------------------------------------------------------- +Thu Oct 04 11:23:19 CEST 2007 - aschnell@suse.de + +- only look for repositories in file ending ".repo" (bug #294779) + ------------------------------------------------------------------- Wed Oct 3 13:37:57 CEST 2007 - mvidner@suse.cz diff --git a/libzypp.spec b/libzypp.spec index a472293..6726222 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -1,5 +1,5 @@ # -# spec file for package libzypp (Version 4.0.0) +# spec file for package libzypp (Version 4.1.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: 4.0.0 +Version: 4.1.1 Release: 1 -Source: libzypp-4.0.0.tar.bz2 +Source: libzypp-4.1.1.tar.bz2 Source1: libzypp-rpmlintrc Prefix: /usr Provides: yast2-packagemanager @@ -44,7 +44,7 @@ Authors: Ladislav Slezak %package devel -Requires: libzypp == 4.0.0 +Requires: libzypp == 4.1.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 @@ -128,6 +128,24 @@ cd .. %{prefix}/share/cmake/Modules/FindZypp.cmake %{_libdir}/pkgconfig/libzypp.pc %changelog +* Sat Oct 06 2007 - jkupec@suse.cz +- do not download the same file multiple times in one attach sessionn + (#307098), r7456 +- special cdrom detection code for SCSI / Virtual CDROMs on iSeries + removed - should be correctly detected by HAL now + (#167629, #163971), r7452 +- version 4.1.1 +* Fri Oct 05 2007 - aschnell@suse.de +- filter architecture in plaindir parser (bug #330791) +* Thu Oct 04 2007 - ma@suse.de +- Throw constructing malformed checksums. (#189096) +- revision 7441 +* Thu Oct 04 2007 - mvidner@suse.cz +- Renamed templates back because proper qualification makes it work + too. +- 4.1.0 +* Thu Oct 04 2007 - aschnell@suse.de +- only look for repositories in file ending ".repo" (bug #294779) * 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,