diff --git a/libzypp-3.26.0.tar.bz2 b/libzypp-3.26.0.tar.bz2 deleted file mode 100644 index 7c112f7..0000000 --- a/libzypp-3.26.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1d868d4c53319405c890a97f5a234f4d964f6e4f8a4bbfc87aba39ae51957da -size 2922870 diff --git a/libzypp-3.26.2.tar.bz2 b/libzypp-3.26.2.tar.bz2 new file mode 100644 index 0000000..10af449 --- /dev/null +++ b/libzypp-3.26.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fab4f2012f8a2254d9e204ca5ed9a94393133b59c2bf8aaf102f12447b435473 +size 2908586 diff --git a/libzypp.changes b/libzypp.changes index 0fcd16a..fe2f428 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,15 +1,33 @@ +------------------------------------------------------------------- +Tue Sep 25 18:50:37 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 + +------------------------------------------------------------------- +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 + ------------------------------------------------------------------- Tue Sep 25 11:08:13 CEST 2007 - jkupec@suse.cz - release all attached media before attempting to eject (#293428) - fixed parsing of --proxy-user parameter of .curlrc (#309139) - revision 7352 -- version 2.26.0 +- version 3.26.0 ------------------------------------------------------------------- Mon Sep 24 16:10:32 CEST 2007 - dmacvicar@suse.de -- provide a way to retrieve the metadata path. Used for +- provide a way to retrieve the metadata path. Used for installation, which incorrectly creates a repository in cache without adding it first, so metadata path is not set and therefore it is not possible to setup a media @@ -23,7 +41,7 @@ Mon Sep 24 15:48:47 CEST 2007 - schubi@suse.de architecture take thatone with the best architecture. (Not regarding the name). Bug: Branching too much while an installation of a multi-arch-DVD - r 7340 -- version 2.24.8 +- version 3.24.8 ------------------------------------------------------------------- Fri Sep 21 15:50:30 CEST 2007 - schubi@suse.de @@ -31,7 +49,7 @@ Fri Sep 21 15:50:30 CEST 2007 - schubi@suse.de - Checking the queue if an item will be deleted. If yes, the requirements are not needed anymore. Bug 326384 - version 3.24.7 -- r 7329 +- r 7329 ------------------------------------------------------------------- Thu Sep 20 17:37:30 CEST 2007 - jkupec@suse.cz diff --git a/libzypp.spec b/libzypp.spec index fd098ef..a9fff06 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -1,5 +1,5 @@ # -# spec file for package libzypp (Version 3.26.0) +# spec file for package libzypp (Version 3.26.2) # # 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.0 +Version: 3.26.2 Release: 1 -Source: libzypp-3.26.0.tar.bz2 +Source: libzypp-3.26.2.tar.bz2 Source1: libzypp-rpmlintrc Prefix: /usr Provides: yast2-packagemanager @@ -44,7 +44,7 @@ Authors: Ladislav Slezak %package devel -Requires: libzypp == 3.26.0 +Requires: libzypp == 3.26.2 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,11 +128,23 @@ cd .. %{prefix}/share/cmake/Modules/FindZypp.cmake %{_libdir}/pkgconfig/libzypp.pc %changelog +* Tue Sep 25 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 +* Tue Sep 25 2007 - ma@suse.de +- Add missing '--install' parameter in desktop file. (#308640) +- version 3.26.1 +- revision 7367 * 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) - revision 7352 -- version 2.26.0 +- version 3.26.0 * Mon Sep 24 2007 - dmacvicar@suse.de - provide a way to retrieve the metadata path. Used for installation, which incorrectly creates a repository in @@ -145,7 +157,7 @@ cd .. architecture take thatone with the best architecture. (Not regarding the name). Bug: Branching too much while an installation of a multi-arch-DVD - r 7340 -- version 2.24.8 +- version 3.24.8 * Fri Sep 21 2007 - schubi@suse.de - Checking the queue if an item will be deleted. If yes, the requirements are not needed anymore. Bug 326384