From 58d259269402c40f15a24d7a2014909e3dd98e09ea836ca8442a9760ce085b1e Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 28 Apr 2008 14:21:58 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=108 --- libzypp-4.15.2.tar.bz2 | 3 --- libzypp-4.16.0.tar.bz2 | 3 +++ libzypp.changes | 6 ++++++ libzypp.spec | 11 +++++++---- 4 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 libzypp-4.15.2.tar.bz2 create mode 100644 libzypp-4.16.0.tar.bz2 diff --git a/libzypp-4.15.2.tar.bz2 b/libzypp-4.15.2.tar.bz2 deleted file mode 100644 index b705332..0000000 --- a/libzypp-4.15.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4eeaf409ae177373be8270dea6c8c6d6fb88defe4d62905a12f26bd0d1b9841 -size 10670973 diff --git a/libzypp-4.16.0.tar.bz2 b/libzypp-4.16.0.tar.bz2 new file mode 100644 index 0000000..362d595 --- /dev/null +++ b/libzypp-4.16.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43f753fccc2902e163f2b73919dcc2cb2f7e6431465a943c1424d946f7c8f888 +size 10617902 diff --git a/libzypp.changes b/libzypp.changes index 4260e45..c4bdb16 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 28 11:15:47 CEST 2008 - jkupec@suse.cz + +- ostream operator<<(ostream,TriBool) added +- r9833 + ------------------------------------------------------------------- Fri Apr 25 16:12:12 CEST 2008 - ma@suse.de diff --git a/libzypp.spec b/libzypp.spec index 909f9d8..a43860c 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -1,5 +1,5 @@ # -# spec file for package libzypp (Version 4.15.2) +# spec file for package libzypp (Version 4.16.0) # # 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.15.2 +Version: 4.16.0 Release: 1 -Source: libzypp-4.15.2.tar.bz2 +Source: libzypp-4.16.0.tar.bz2 Source1: libzypp-rpmlintrc Prefix: /usr Provides: yast2-packagemanager @@ -63,7 +63,7 @@ Authors: %package devel License: GPL v2 or later -Requires: libzypp == 4.15.2 +Requires: libzypp == 4.16.0 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 @@ -157,6 +157,9 @@ rm -rf "$RPM_BUILD_ROOT" %{_libdir}/pkgconfig/libzypp.pc %changelog +* Mon Apr 28 2008 jkupec@suse.cz +- ostream operator<<(ostream,TriBool) added +- r9833 * Fri Apr 25 2008 ma@suse.de - Prevent target::unload from creating a system repo in order to unload it. (bnc 382297)