From 6cac56ff7d36231f0e2ab46d900323263f9a36a154fc8bad45c3538dd179de3b Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 17 Dec 2007 21:18:15 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=79 --- libzypp-4.1.4.tar.bz2 | 3 --- libzypp-4.1.6.tar.bz2 | 3 +++ libzypp.changes | 20 ++++++++++++++++++++ libzypp.spec | 19 +++++++++++++++---- 4 files changed, 38 insertions(+), 7 deletions(-) delete mode 100644 libzypp-4.1.4.tar.bz2 create mode 100644 libzypp-4.1.6.tar.bz2 diff --git a/libzypp-4.1.4.tar.bz2 b/libzypp-4.1.4.tar.bz2 deleted file mode 100644 index 1c166e7..0000000 --- a/libzypp-4.1.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08edfef0acfc72b9b62c5a925eda30061ab726e4c08cc36f10e06ce7910763b3 -size 2982381 diff --git a/libzypp-4.1.6.tar.bz2 b/libzypp-4.1.6.tar.bz2 new file mode 100644 index 0000000..7aa84a6 --- /dev/null +++ b/libzypp-4.1.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:024ad5f2e2d8bce6e9482d6595cbf7385dc75e8d83a4cc03105fa6004aa68593 +size 2981553 diff --git a/libzypp.changes b/libzypp.changes index a97aeba..8413fd6 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Dec 17 13:47:44 CET 2007 - ma@suse.de + +- Fixed default text locale detection not to use static variables. (#346872) +- version 4.1.6 +- revision 8116 + +------------------------------------------------------------------- +Mon Dec 10 12:46:26 CET 2007 - ma@suse.de + +- Log more details about zypp lock owner. (#294094) +- revision 8088 + +------------------------------------------------------------------- +Fri Dec 7 15:47:53 CET 2007 - ma@suse.de + +- Remove runtime dependency for libboost_filesystem (#345773) +- version 4.1.5 +- revision 8061 + ------------------------------------------------------------------- Fri Nov 30 14:20:34 CET 2007 - schubi@suse.de diff --git a/libzypp.spec b/libzypp.spec index b4798c3..53cb8fb 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -1,5 +1,5 @@ # -# spec file for package libzypp (Version 4.1.4) +# spec file for package libzypp (Version 4.1.6) # # 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.1.4 +Version: 4.1.6 Release: 1 -Source: libzypp-4.1.4.tar.bz2 +Source: libzypp-4.1.6.tar.bz2 Source1: libzypp-rpmlintrc Prefix: /usr Provides: yast2-packagemanager @@ -44,7 +44,7 @@ Authors: Ladislav Slezak %package devel -Requires: libzypp == 4.1.4 +Requires: libzypp == 4.1.6 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,17 @@ cd .. %{_libdir}/pkgconfig/libzypp.pc %changelog +* Mon Dec 17 2007 - ma@suse.de +- Fixed default text locale detection not to use static variables. (#346872) +- version 4.1.6 +- revision 8116 +* Mon Dec 10 2007 - ma@suse.de +- Log more details about zypp lock owner. (#294094) +- revision 8088 +* Fri Dec 07 2007 - ma@suse.de +- Remove runtime dependency for libboost_filesystem (#345773) +- version 4.1.5 +- revision 8061 * Fri Nov 30 2007 - schubi@suse.de - Enable SAT solver via environment variable ZYPP_SAT_SOLVER. e.g.: ZYPP_SAT_SOLVER=1 zypper install foo