From 2042c8a54127c8387520664da62f9958ea44c32d1169532ac3aaceb545546533 Mon Sep 17 00:00:00 2001 From: ZYpp Developers Date: Thu, 7 Mar 2013 13:41:26 +0000 Subject: [PATCH] Update to last successful build d45d387448a1226f845f45aa238c0a7bdb65a84b changes 12.10.0 (0) OBS-URL: https://build.opensuse.org/package/show/zypp:Head/libzypp?expand=0&rev=973 --- libzypp-12.10.0.tar.bz2 | 3 +++ libzypp-12.9.0.tar.bz2 | 3 --- libzypp.changes | 13 +++++++++++++ libzypp.spec | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) create mode 100644 libzypp-12.10.0.tar.bz2 delete mode 100644 libzypp-12.9.0.tar.bz2 diff --git a/libzypp-12.10.0.tar.bz2 b/libzypp-12.10.0.tar.bz2 new file mode 100644 index 0000000..9d23610 --- /dev/null +++ b/libzypp-12.10.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5ebcac704e34d05c0438347d13fe80729a1b23ebe1285a9308df0a34896bfdb +size 5113889 diff --git a/libzypp-12.9.0.tar.bz2 b/libzypp-12.9.0.tar.bz2 deleted file mode 100644 index 3041354..0000000 --- a/libzypp-12.9.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:862d346ddaeda5bfe81041c9c4c92071399773655d038c5709f901997f8bcfbe -size 5114021 diff --git a/libzypp.changes b/libzypp.changes index 1724cc0..5a36197 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Mar 7 14:13:42 CET 2013 - ma@suse.de + +- Adapt to libsolv dataiterator fixes + (returning random data in some cases) +- Require and adapt to changes in libsolv-0.3.0 +- version 12.10.0 (0) + +------------------------------------------------------------------- +Thu Mar 7 01:13:25 CET 2013 - ma@suse.de + +- Update zypp-po.tar.bz2 + ------------------------------------------------------------------- Sun Mar 3 01:15:52 CET 2013 - ma@suse.de diff --git a/libzypp.spec b/libzypp.spec index f2a048f..900442f 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -24,7 +24,7 @@ License: GPL-2.0+ Group: System/Packages BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: Package, Patch, Pattern, and Product Management -Version: 12.9.0 +Version: 12.10.0 Release: 1 Source: %{name}-%{version}.tar.bz2 Source1: %{name}-rpmlintrc @@ -73,7 +73,7 @@ BuildRequires: pkgconfig BuildRequires: pkg-config %endif -BuildRequires: libsolv-devel >= 0.2.1 +BuildRequires: libsolv-devel >= 0.3.0 %if 0%{?suse_version} >= 1100 %requires_eq libsolv-tools %else