From e1cdff1cf0ba76624e7e781553625c07200b30f9d47fa11c86fe09fd2996670d Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 27 Mar 2008 21:17:36 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=99 --- libzypp-4.6.0.tar.bz2 | 3 --- libzypp-4.6.1.tar.bz2 | 3 +++ libzypp.changes | 9 +++++++++ libzypp.spec | 14 ++++++++++---- 4 files changed, 22 insertions(+), 7 deletions(-) delete mode 100644 libzypp-4.6.0.tar.bz2 create mode 100644 libzypp-4.6.1.tar.bz2 diff --git a/libzypp-4.6.0.tar.bz2 b/libzypp-4.6.0.tar.bz2 deleted file mode 100644 index cc43407..0000000 --- a/libzypp-4.6.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:067a9109a3f3bea159301ed1a8b4b788f1680488883a201d63015e4ad374de27 -size 5675606 diff --git a/libzypp-4.6.1.tar.bz2 b/libzypp-4.6.1.tar.bz2 new file mode 100644 index 0000000..7fc4309 --- /dev/null +++ b/libzypp-4.6.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcd389ec7d0fa4a62e282ff6219b79e4b29d2accfa9a5185cf1c32a05f58e362 +size 5677625 diff --git a/libzypp.changes b/libzypp.changes index 7adfa85..e1cde72 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Mar 26 16:15:24 CET 2008 - ma@suse.de + +- Allow prioritizing repos by adding a line 'priority=N' to the + .repo file. Where N is an integer number from 1 (highest prio) + to 99 (least and default). (bnc #369827, fate #302872) +- version 4.6.1 +- revision 9276 + ------------------------------------------------------------------- Mon Mar 24 21:17:05 CET 2008 - coolo@suse.de diff --git a/libzypp.spec b/libzypp.spec index 2f57e50..3fa001b 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -1,5 +1,5 @@ # -# spec file for package libzypp (Version 4.6.0) +# spec file for package libzypp (Version 4.6.1) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -17,9 +17,9 @@ Group: System/Packages BuildRoot: %{_tmppath}/%{name}-%{version}-build AutoReqProv: on Summary: Package, Patch, Pattern, and Product Management -Version: 4.6.0 +Version: 4.6.1 Release: 1 -Source: libzypp-4.6.0.tar.bz2 +Source: libzypp-4.6.1.tar.bz2 Source1: libzypp-rpmlintrc Prefix: /usr Provides: yast2-packagemanager @@ -62,7 +62,7 @@ Authors: Ladislav Slezak %package devel -Requires: libzypp == 4.6.0 +Requires: libzypp == 4.6.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 libsatsolver-devel @@ -156,6 +156,12 @@ rm -rf "$RPM_BUILD_ROOT" %{_libdir}/pkgconfig/libzypp.pc %changelog +* Wed Mar 26 2008 ma@suse.de +- Allow prioritizing repos by adding a line 'priority=N' to the + .repo file. Where N is an integer number from 1 (highest prio) + to 99 (least and default). (bnc #369827, fate #302872) +- version 4.6.1 +- revision 9276 * Mon Mar 24 2008 coolo@suse.de - support plaindir again (at least the most important parts) * Fri Mar 21 2008 jreidinger@suse.cz