From 40da737f6205b9f44ef55f554fb74e0eb96f120bdb331b7d2884ca30e4c5b867 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 6 Aug 2007 16:21:14 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=34 --- libzypp-3.13.12.tar.bz2 | 3 --- ....13.12-rpmlintrc => libzypp-3.13.13-rpmlintrc | 0 libzypp-3.13.13.tar.bz2 | 3 +++ libzypp.changes | 9 +++++++++ libzypp.spec | 16 +++++++++++----- 5 files changed, 23 insertions(+), 8 deletions(-) delete mode 100644 libzypp-3.13.12.tar.bz2 rename libzypp-3.13.12-rpmlintrc => libzypp-3.13.13-rpmlintrc (100%) create mode 100644 libzypp-3.13.13.tar.bz2 diff --git a/libzypp-3.13.12.tar.bz2 b/libzypp-3.13.12.tar.bz2 deleted file mode 100644 index ab7d285..0000000 --- a/libzypp-3.13.12.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40b16de823fc4d4c2286b3c779af5a4b66b69e111e09bc52b7f53c501a8e0261 -size 3014531 diff --git a/libzypp-3.13.12-rpmlintrc b/libzypp-3.13.13-rpmlintrc similarity index 100% rename from libzypp-3.13.12-rpmlintrc rename to libzypp-3.13.13-rpmlintrc diff --git a/libzypp-3.13.13.tar.bz2 b/libzypp-3.13.13.tar.bz2 new file mode 100644 index 0000000..17cd056 --- /dev/null +++ b/libzypp-3.13.13.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4c6ff4c8ce4004dab065e8a27d05b9adc0068775ba5191116536684f21f8a41 +size 2977890 diff --git a/libzypp.changes b/libzypp.changes index a6adc75..5b6b3b8 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Aug 6 10:19:12 CEST 2007 - jkupec@suse.cz + +- fixed YUM parser to properly create source packages +- disabled reading of filelists.xml.gz by default (the data are + currently not stored anyway) +- revision 6481 +- version 3.13.13 + ------------------------------------------------------------------- Sat Aug 4 01:03:19 CEST 2007 - ma@suse.de diff --git a/libzypp.spec b/libzypp.spec index 122b6a3..bf698a7 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -1,5 +1,5 @@ # -# spec file for package libzypp (Version 3.13.12) +# spec file for package libzypp (Version 3.13.13) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -16,10 +16,10 @@ Group: System/Packages BuildRoot: %{_tmppath}/%{name}-%{version}-build Autoreqprov: on Summary: Package, Patch, Pattern, and Product Management -Version: 3.13.12 +Version: 3.13.13 Release: 1 -Source: libzypp-3.13.12.tar.bz2 -Source1: libzypp-3.13.12-rpmlintrc +Source: libzypp-3.13.13.tar.bz2 +Source1: libzypp-3.13.13-rpmlintrc Prefix: /usr Provides: yast2-packagemanager Obsoletes: yast2-packagemanager @@ -44,7 +44,7 @@ Authors: Ladislav Slezak %package devel -Requires: libzypp == 3.13.12 +Requires: libzypp == 3.13.13 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 @@ -124,6 +124,12 @@ cd .. %{_libdir}/pkgconfig/libzypp.pc %changelog +* Mon Aug 06 2007 - jkupec@suse.cz +- fixed YUM parser to properly create source packages +- disabled reading of filelists.xml.gz by default (the data are + currently not stored anyway) +- revision 6481 +- version 3.13.13 * Sat Aug 04 2007 - ma@suse.de - Don't download unwanted translation files (#293740). - revision 6470