[zif/f17] New upstream release

Richard Hughes rhughes at fedoraproject.org
Tue Jan 8 11:24:02 UTC 2013


commit 4e594bb1e09dd7ee59015da12e3bca715a558afa
Author: Richard Hughes <richard at hughsie.com>
Date:   Tue Jan 8 11:26:34 2013 +0000

    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 <richard at hughsie.com> 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 <richard at hughsie.com> 0.2.9-1
 - New upstream release
 


More information about the scm-commits mailing list