From 691dc59c42115f5b824c2e233c4ae6f62fb8051c057c206f62b61e220302c46d Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 14 Feb 2007 20:03:28 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=9 --- libzypp.changes | 48 ++++++++++++++++++++++++++++++++++----------- libzypp.spec | 25 +++++++++++++++++++---- zypp-2.14.5.tar.bz2 | 3 --- zypp-2.15.1.tar.bz2 | 3 +++ 4 files changed, 61 insertions(+), 18 deletions(-) delete mode 100644 zypp-2.14.5.tar.bz2 create mode 100644 zypp-2.15.1.tar.bz2 diff --git a/libzypp.changes b/libzypp.changes index 4f0ddb2..37b5e37 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,8 +1,34 @@ +------------------------------------------------------------------- +Wed Feb 14 15:40:25 CET 2007 - schubi@suse.de + +- The context of establishPool will be stored in Resolver and will be + regarded for the next solver run everytime. So it will be not reset by + any solver run anymore. + bug 191810 ( A broken patch will not be installed again) +- revision 5026 +- version 2.15.1 + +------------------------------------------------------------------- +Wed Feb 14 14:34:12 CET 2007 - ma@suse.de + +- Added new upgrade options to fine tune version and patch handling. + (F301990) +- version 2.15.0 +- revision 5023 + +------------------------------------------------------------------- +Tue Feb 13 12:42:19 CET 2007 - schubi@suse.de + +- Simultaneouqusly establishing of items which are conflicting eachother is + useless. So only one will be established. Fixed in QueueItemInstall.cc + Bug 243595 +- Revision 5018 + ------------------------------------------------------------------- Mon Feb 12 13:41:47 CET 2007 - schubi@suse.de - Stopping after 50 valid solver results. Anymore would be useless. Bug - 243595 + 243595 - Revision 5004 - Version 2.14.5 @@ -36,21 +62,21 @@ Mon Feb 5 17:49:32 CET 2007 - dmacvicar@suse.de - yast2 reports invalid URL as 'unknown source type' (#209961) -- r4975 +- r4975 ------------------------------------------------------------------- Mon Feb 5 17:17:54 CET 2007 - schubi@suse.de - verifySystem: The result will be set to APPL_HIGH, so it will be not - reset by a second "normal" solver run. #239281 -- Revision 4970 + reset by a second "normal" solver run. #239281 +- Revision 4970 - Version 2.14.3 ------------------------------------------------------------------- Wed Jan 31 10:44:48 CET 2007 - schubi@suse.de - verifySystem: Regarding patterns too. Bug 239750 - Revision 4937 + Revision 4937 ------------------------------------------------------------------- Fri Jan 26 13:26:49 CET 2007 - schubi@suse.de @@ -58,11 +84,11 @@ Fri Jan 26 13:26:49 CET 2007 - schubi@suse.de - update packages: changing architecture is only valid while an system update and NOT while an update via a patch. Last fix does not fit for every case. - Bug 230685 + Bug 230685 - Patch has selected not the concerning package for update but a package which has provided the required dependencies too. Algorithmus: If there are exactly two providers which differ in architecture - prefer the better arch. + prefer the better arch. Fix: Regarding NVRA too. ( only if equal ) Bug 238284 @@ -81,11 +107,11 @@ Thu Jan 25 18:21:36 CET 2007 - dmacvicar@suse.de Thu Jan 25 13:52:09 CET 2007 - schubi@suse.de - Added solver parameter: - tryAllPossibilities: regarding every solver branch ( not only + tryAllPossibilities: regarding every solver branch ( not only branches with e.G. best architectures preferHighestVersion: Prefer solver results which have a higher version number. - Bug #238087 + Bug #238087 - Revision 4911 - version 2.14.0 @@ -96,9 +122,9 @@ Thu Jan 25 13:46:41 CET 2007 - schubi@suse.de system update and NOT while an update via a patch. Bug 230685 - x86_64 MozillaFirefox binaries in security update repository - Fix of version 2.11.2 has not worked if the first founded item + Fix of version 2.11.2 has not worked if the first founded item had had another architecture. -- Revision 4910 +- Revision 4910 ------------------------------------------------------------------- Wed Jan 24 14:20:28 CET 2007 - dmacvicar@suse.de diff --git a/libzypp.spec b/libzypp.spec index 244d94c..ea0aa04 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -1,5 +1,5 @@ # -# spec file for package libzypp (Version 2.14.5) +# spec file for package libzypp (Version 2.15.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: 2.14.5 +Version: 2.15.1 Release: 1 -Source: zypp-2.14.5.tar.bz2 +Source: zypp-2.15.1.tar.bz2 Prefix: /usr Provides: yast2-packagemanager Obsoletes: yast2-packagemanager @@ -68,7 +68,7 @@ Authors: Ladislav Slezak %prep -%setup -q -n zypp-2.14.5 +%setup -q -n zypp-2.15.1 %build mv configure.ac x @@ -119,6 +119,23 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_libdir}/pkgconfig/libzypp.pc %changelog -n libzypp +* Wed Feb 14 2007 - schubi@suse.de +- The context of establishPool will be stored in Resolver and will be + regarded for the next solver run everytime. So it will be not reset by + any solver run anymore. + bug 191810 ( A broken patch will not be installed again) +- revision 5026 +- version 2.15.1 +* Wed Feb 14 2007 - ma@suse.de +- Added new upgrade options to fine tune version and patch handling. + (F301990) +- version 2.15.0 +- revision 5023 +* Tue Feb 13 2007 - schubi@suse.de +- Simultaneouqusly establishing of items which are conflicting eachother is + useless. So only one will be established. Fixed in QueueItemInstall.cc + Bug 243595 +- Revision 5018 * Mon Feb 12 2007 - schubi@suse.de - Stopping after 50 valid solver results. Anymore would be useless. Bug 243595 diff --git a/zypp-2.14.5.tar.bz2 b/zypp-2.14.5.tar.bz2 deleted file mode 100644 index de409c7..0000000 --- a/zypp-2.14.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b73539b4f1fc113f446cc15800d795b678636fe4e37db16663c01e2c063734d3 -size 17782108 diff --git a/zypp-2.15.1.tar.bz2 b/zypp-2.15.1.tar.bz2 new file mode 100644 index 0000000..bd45d41 --- /dev/null +++ b/zypp-2.15.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02201d886c68e794c7016575f7fa93a49c45711fb5b5e7066b8dd42f8756ace8 +size 17785210