diff --git a/.gitignore b/.gitignore index f43a886..d4f5300 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,6 @@ /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 +/zif-0.2.10.tar.xz diff --git a/sources b/sources index 8fc6c34..11c10e9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -99819d50b9136714081483ae2096ad65 zif-0.2.7.tar.xz +5ec56cbe88e767950790151ac9e04e71 zif-0.2.10.tar.xz diff --git a/zif.spec b/zif.spec index 660085e..d8f92ea 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.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 @@ -54,7 +55,7 @@ GLib headers and libraries for zif. %build %configure \ - --enable-gtk-doc \ + --disable-gtk-doc \ --disable-static \ --disable-dependency-tracking @@ -96,6 +97,21 @@ 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 + * 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