Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
Richard Hughes
106a038770 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
2013-01-08 11:43:44 +00:00
Richard Hughes
4e594bb1e0 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
2013-01-08 11:26:34 +00:00
Richard Hughes
a3507d4263 New upstream release 2012-04-11 15:25:22 +01:00
3 changed files with 22 additions and 3 deletions

3
.gitignore vendored
View file

@ -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

View file

@ -1 +1 @@
99819d50b9136714081483ae2096ad65 zif-0.2.7.tar.xz
5ec56cbe88e767950790151ac9e04e71 zif-0.2.10.tar.xz

View file

@ -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 <richard@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@hughsie.com> 0.2.9-1
- New upstream release
* Fri Feb 03 2012 Richard Hughes <richard@hughsie.com> 0.2.7-1
- New upstream release
- Check the mirrorlist contains at least one non-comment or empty line