From a3507d4263e94a97c91d1a708da5e18a118f3282 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Wed, 11 Apr 2012 15:06:23 +0100 Subject: [PATCH 1/3] New upstream release --- .gitignore | 2 ++ sources | 2 +- zif.spec | 5 ++++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f43a886..bd228be 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,5 @@ /zif-0.2.5.tar.xz /zif-0.2.6.tar.xz /zif-0.2.7.tar.xz +/zif-0.2.8.tar.xz +/zif-0.2.9.tar.xz diff --git a/sources b/sources index 8fc6c34..c3c5139 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -99819d50b9136714081483ae2096ad65 zif-0.2.7.tar.xz +3f1dffb368f90fdfc1ba41bce3b6eed3 zif-0.2.9.tar.xz diff --git a/zif.spec b/zif.spec index 660085e..2816520 100644 --- a/zif.spec +++ b/zif.spec @@ -1,6 +1,6 @@ Summary: Simple wrapper for rpm and the Fedora package metadata Name: zif -Version: 0.2.7 +Version: 0.2.9 Release: 1%{?dist} License: GPLv2+ URL: http://people.freedesktop.org/~hughsient/zif/ @@ -96,6 +96,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libzif*.la %{_datadir}/gir-1.0/*.gir %changelog +* Wed Apr 11 2012 Richard Hughes 0.2.9-1 +- New upstream release + * Fri Feb 03 2012 Richard Hughes 0.2.7-1 - New upstream release - Check the mirrorlist contains at least one non-comment or empty line From 4e594bb1e09dd7ee59015da12e3bca715a558afa Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 8 Jan 2013 11:26:34 +0000 Subject: [PATCH 2/3] New upstream release - Do not crash if a package does not have a URL set - Don't use the deprecated sysconfig files that have been removed in F18 - Ensure all errors are reported in the zif command line tool - Fix several small memory leaks - Ignore any fractional part of the timestamp when parsing repomd.xml - Only read the metadata files from disk if we need to check the contents - Set the correct basearch for ARM processors - Store the file checksum in the xattr to speed up checking metadata at startup - Turn off header validation when loading the rpmdb --- .gitignore | 1 + sources | 2 +- zif.spec | 15 ++++++++++++++- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bd228be..d4f5300 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /zif-0.2.7.tar.xz /zif-0.2.8.tar.xz /zif-0.2.9.tar.xz +/zif-0.2.10.tar.xz diff --git a/sources b/sources index c3c5139..11c10e9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3f1dffb368f90fdfc1ba41bce3b6eed3 zif-0.2.9.tar.xz +5ec56cbe88e767950790151ac9e04e71 zif-0.2.10.tar.xz diff --git a/zif.spec b/zif.spec index 2816520..48d6125 100644 --- a/zif.spec +++ b/zif.spec @@ -1,6 +1,6 @@ Summary: Simple wrapper for rpm and the Fedora package metadata Name: zif -Version: 0.2.9 +Version: 0.2.10 Release: 1%{?dist} License: GPLv2+ URL: http://people.freedesktop.org/~hughsient/zif/ @@ -24,6 +24,7 @@ BuildRequires: gpgme-devel BuildRequires: intltool BuildRequires: gettext BuildRequires: gobject-introspection-devel +BuildRequires: libattr-devel %description Zif is a simple yum-compatible library that provides read-write @@ -96,6 +97,18 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libzif*.la %{_datadir}/gir-1.0/*.gir %changelog +* Tue Jan 08 2013 Richard Hughes 0.2.10-1 +- New upstream release +- Do not crash if a package does not have a URL set +- Don't use the deprecated sysconfig files that have been removed in F18 +- Ensure all errors are reported in the zif command line tool +- Fix several small memory leaks +- Ignore any fractional part of the timestamp when parsing repomd.xml +- Only read the metadata files from disk if we need to check the contents +- Set the correct basearch for ARM processors +- Store the file checksum in the xattr to speed up checking metadata at startup +- Turn off header validation when loading the rpmdb + * Wed Apr 11 2012 Richard Hughes 0.2.9-1 - New upstream release From 106a038770c371fc24dec2a45c77f589096895ac Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 8 Jan 2013 11:43:44 +0000 Subject: [PATCH 3/3] New upstream release - Do not crash if a package does not have a URL set - Don't use the deprecated sysconfig files that have been removed in F18 - Ensure all errors are reported in the zif command line tool - Fix several small memory leaks - Ignore any fractional part of the timestamp when parsing repomd.xml - Only read the metadata files from disk if we need to check the contents - Set the correct basearch for ARM processors - Store the file checksum in the xattr to speed up checking metadata at startup - Turn off header validation when loading the rpmdb --- zif.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zif.spec b/zif.spec index 48d6125..d8f92ea 100644 --- a/zif.spec +++ b/zif.spec @@ -55,7 +55,7 @@ GLib headers and libraries for zif. %build %configure \ - --enable-gtk-doc \ + --disable-gtk-doc \ --disable-static \ --disable-dependency-tracking