Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
106a038770 | ||
|
|
4e594bb1e0 | ||
|
|
a3507d4263 |
3 changed files with 22 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
99819d50b9136714081483ae2096ad65 zif-0.2.7.tar.xz
|
||||
5ec56cbe88e767950790151ac9e04e71 zif-0.2.10.tar.xz
|
||||
|
|
|
|||
20
zif.spec
20
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 <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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue