From 11d21b4772c468728e4b5a02d31c2d46c0c73b679b3fcc39cdf78c601c5f5bb5 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 15 Jan 2008 08:16:11 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=81 --- libzypp-4.1.7.tar.bz2 | 3 --- libzypp-4.1.8.tar.bz2 | 3 +++ libzypp.changes | 9 +++++++++ libzypp.spec | 14 ++++++++++---- 4 files changed, 22 insertions(+), 7 deletions(-) delete mode 100644 libzypp-4.1.7.tar.bz2 create mode 100644 libzypp-4.1.8.tar.bz2 diff --git a/libzypp-4.1.7.tar.bz2 b/libzypp-4.1.7.tar.bz2 deleted file mode 100644 index db743b8..0000000 --- a/libzypp-4.1.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ece62a874db2d9326ec41ea2807cc54aee8c695a2a4c6a27fe45a560c3d7e360 -size 2980685 diff --git a/libzypp-4.1.8.tar.bz2 b/libzypp-4.1.8.tar.bz2 new file mode 100644 index 0000000..4aa4182 --- /dev/null +++ b/libzypp-4.1.8.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:453e7bd58f3399dc7cd52e887363ee3c4ad58bb6c16bb278e4661bab9bd955dc +size 2983568 diff --git a/libzypp.changes b/libzypp.changes index bb8392e..4c1ed71 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Jan 14 17:11:15 CET 2008 - schubi@suse.de + +- Textchanges +- reduced logging in SAT-solver +- ordering solutions +- version 4.1.8 +- revision 8276 + ------------------------------------------------------------------- Thu Jan 10 16:50:26 CET 2008 - schubi@suse.de diff --git a/libzypp.spec b/libzypp.spec index be97b45..beaf32b 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -1,5 +1,5 @@ # -# spec file for package libzypp (Version 4.1.7) +# spec file for package libzypp (Version 4.1.8) # # Copyright (c) 2008 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.1.7 +Version: 4.1.8 Release: 1 -Source: libzypp-4.1.7.tar.bz2 +Source: libzypp-4.1.8.tar.bz2 Source1: libzypp-rpmlintrc Prefix: /usr Provides: yast2-packagemanager @@ -44,7 +44,7 @@ Authors: Ladislav Slezak %package devel -Requires: libzypp == 4.1.7 +Requires: libzypp == 4.1.8 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 @@ -132,6 +132,12 @@ cd .. %{_libdir}/pkgconfig/libzypp.pc %changelog +* Mon Jan 14 2008 - schubi@suse.de +- Textchanges +- reduced logging in SAT-solver +- ordering solutions +- version 4.1.8 +- revision 8276 * Thu Jan 10 2008 - schubi@suse.de - Enabled SAT solver via default. (removed ZYPP_SAT_SOLVER) ZYPP_RC_SOLVER=1 will enable the old RedCapet solver