From c185605f9216f298283490e212e8f6858fa26b5c Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 1 Aug 2011 09:50:59 +0100 Subject: [PATCH 01/24] New upstream release with a few bugfixes and new features. --- .gitignore | 1 + sources | 2 +- zif.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a3bb82c..7061950 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /zif-0.1.5.tar.gz /zif-0.2.0.tar.gz /zif-0.2.1.tar.gz +/zif-0.2.2.tar.xz diff --git a/sources b/sources index 680818e..43d3f7a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cba692ac3547c4eab874471119336f96 zif-0.2.1.tar.gz +008eb8207839a44b77cd42883e561b3e zif-0.2.2.tar.xz diff --git a/zif.spec b/zif.spec index beaf327..61c227a 100644 --- a/zif.spec +++ b/zif.spec @@ -1,10 +1,10 @@ Summary: Simple wrapper for rpm and the Fedora package metadata Name: zif -Version: 0.2.1 +Version: 0.2.2 Release: 1%{?dist} License: GPLv2+ URL: http://github.com/hughsie/zif -Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.gz +Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.xz BuildRequires: glib2-devel >= 2.16.1 BuildRequires: rpm-devel @@ -78,6 +78,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libzif*.la %{_datadir}/gtk-doc %changelog +* Mon Aug 01 2011 Richard Hughes 0.2.2-1 +- New upstream release with a few bugfixes and new features. + * Mon Jul 04 2011 Richard Hughes 0.2.1-1 - New upstream release with many bugfixes and performance improvements. From 7948a68acecac2a857adc59d25b756bd867039fa Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 5 Sep 2011 14:10:52 +0100 Subject: [PATCH 02/24] New upstream release with a few bugfixes and new features. --- .gitignore | 1 + sources | 2 +- zif.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7061950..7a592a5 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /zif-0.2.0.tar.gz /zif-0.2.1.tar.gz /zif-0.2.2.tar.xz +/zif-0.2.3.tar.xz diff --git a/sources b/sources index 43d3f7a..09bf7fc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -008eb8207839a44b77cd42883e561b3e zif-0.2.2.tar.xz +67822a86a12fd90961c02b80616fa909 zif-0.2.3.tar.xz diff --git a/zif.spec b/zif.spec index 61c227a..99acef9 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.2 +Version: 0.2.3 Release: 1%{?dist} License: GPLv2+ URL: http://github.com/hughsie/zif @@ -78,6 +78,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libzif*.la %{_datadir}/gtk-doc %changelog +* Mon Sep 05 2011 Richard Hughes 0.2.3-1 +- New upstream release with a few bugfixes and new features. + * Mon Aug 01 2011 Richard Hughes 0.2.2-1 - New upstream release with a few bugfixes and new features. From 87a911925a1c18b9e619caa0feb723945b597109 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Fri, 23 Sep 2011 16:31:32 +0100 Subject: [PATCH 03/24] New upstream release with a few bugfixes and new features. The 'zif' binary has been split out into a -tools subpackage --- .gitignore | 1 + sources | 2 +- zif.spec | 34 ++++++++++++++++++++++++++++------ 3 files changed, 30 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 7a592a5..2be1d3f 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /zif-0.2.1.tar.gz /zif-0.2.2.tar.xz /zif-0.2.3.tar.xz +/zif-0.2.4.tar.xz diff --git a/sources b/sources index 09bf7fc..7b43c89 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -67822a86a12fd90961c02b80616fa909 zif-0.2.3.tar.xz +648661ccae719c2d6bf75503081875c6 zif-0.2.4.tar.xz diff --git a/zif.spec b/zif.spec index 99acef9..dda54f2 100644 --- a/zif.spec +++ b/zif.spec @@ -1,10 +1,12 @@ Summary: Simple wrapper for rpm and the Fedora package metadata Name: zif -Version: 0.2.3 +Version: 0.2.4 Release: 1%{?dist} License: GPLv2+ -URL: http://github.com/hughsie/zif -Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.xz +URL: http://people.freedesktop.org/~hughsient/zif/ +Source0: http://people.freedesktop.org/~hughsient/zif/releases/%{name}-%{version}.tar.xz + +Requires: wget BuildRequires: glib2-devel >= 2.16.1 BuildRequires: rpm-devel @@ -15,11 +17,13 @@ BuildRequires: libarchive-devel BuildRequires: docbook-utils BuildRequires: gnome-doc-utils BuildRequires: gtk-doc +BuildRequires: xz-devel BuildRequires: bzip2-devel BuildRequires: zlib-devel BuildRequires: gpgme-devel BuildRequires: intltool BuildRequires: gettext +BuildRequires: gobject-introspection-devel %description Zif is a simple yum-compatible library that provides read-write @@ -27,6 +31,14 @@ access to the rpm database and the Fedora metadata for PackageKit. Zif is not designed as a replacement to yum, nor to be used by end users. +%package tools +Summary: Command line tools for using libzif +Requires: %{name} = %{version}-%{release} + +%description tools +This provides the zif command line tool that can be used as an +alternative to yum. It is not normally required. + %package devel Summary: GLib Libraries and headers for zif Requires: %{name} = %{version}-%{release} @@ -62,12 +74,17 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libzif*.la %files -f Zif.lang %defattr(-,root,root,-) %doc README AUTHORS NEWS COPYING -%{_bindir}/zif %{_libdir}/*libzif*.so.* -%{_mandir}/man1/*.1.gz %dir %{_sysconfdir}/zif +%dir %{_localstatedir}/lib/zif +%ghost %verify(not md5 size mtime) %{_localstatedir}/lib/zif/history.db +%config(noreplace) %{_sysconfdir}/zif/zif.conf +%{_libdir}/girepository-1.0/*.typelib + +%files tools +%{_bindir}/zif %config %{_sysconfdir}/bash_completion.d/*-completion.bash -%config %{_sysconfdir}/zif/zif.conf +%{_mandir}/man1/*.1.gz %files devel %defattr(-,root,root,-) @@ -76,8 +93,13 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libzif*.la %dir %{_includedir}/libzif %{_includedir}/libzif/*.h %{_datadir}/gtk-doc +%{_datadir}/gir-1.0/*.gir %changelog +* Mon Sep 23 2011 Richard Hughes 0.2.4-1 +- New upstream release with a few bugfixes and new features. +- The 'zif' binary has been split out into a -tools subpackage + * Mon Sep 05 2011 Richard Hughes 0.2.3-1 - New upstream release with a few bugfixes and new features. From 89577fde2b3544b5dd00516f0ee6459ce7059960 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 3 Oct 2011 11:07:47 +0100 Subject: [PATCH 04/24] New upstream release with a few bugfixes and new features. --- .gitignore | 1 + sources | 2 +- zif.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2be1d3f..b6a707b 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /zif-0.2.2.tar.xz /zif-0.2.3.tar.xz /zif-0.2.4.tar.xz +/zif-0.2.5.tar.xz diff --git a/sources b/sources index 7b43c89..960c40a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -648661ccae719c2d6bf75503081875c6 zif-0.2.4.tar.xz +fd3b18978e0a6961bb77a6cfe7ea39b5 zif-0.2.5.tar.xz diff --git a/zif.spec b/zif.spec index dda54f2..fbf001a 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.4 +Version: 0.2.5 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 +* Mon Oct 03 2011 Richard Hughes 0.2.5-1 +- New upstream release with a few bugfixes and new features. + * Mon Sep 23 2011 Richard Hughes 0.2.4-1 - New upstream release with a few bugfixes and new features. - The 'zif' binary has been split out into a -tools subpackage From c6e4c5cd6378f1b26685e6033cd520c68ce9ffc2 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 1 Nov 2011 10:24:42 +0000 Subject: [PATCH 05/24] New upstream release with a few bugfixes and new features. --- .gitignore | 1 + sources | 2 +- zif.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b6a707b..d6c7cc6 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /zif-0.2.3.tar.xz /zif-0.2.4.tar.xz /zif-0.2.5.tar.xz +/zif-0.2.6.tar.xz diff --git a/sources b/sources index 960c40a..bc73172 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fd3b18978e0a6961bb77a6cfe7ea39b5 zif-0.2.5.tar.xz +aaa5ffb3ee55cdf63e325ac332fca37c zif-0.2.6.tar.xz diff --git a/zif.spec b/zif.spec index fbf001a..3ae724c 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.5 +Version: 0.2.6 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 +* Tue Nov 01 2011 Richard Hughes 0.2.6-1 +- New upstream release with a few bugfixes and new features. + * Mon Oct 03 2011 Richard Hughes 0.2.5-1 - New upstream release with a few bugfixes and new features. From fcceefe87f5c9979fe9ddfb904ebec7ee5dc079d Mon Sep 17 00:00:00 2001 From: Alex Lancaster Date: Tue, 15 Nov 2011 01:52:13 -0500 Subject: [PATCH 06/24] Rebuild for new libarchive soname bump --- zif.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zif.spec b/zif.spec index 3ae724c..c6f0501 100644 --- a/zif.spec +++ b/zif.spec @@ -1,7 +1,7 @@ Summary: Simple wrapper for rpm and the Fedora package metadata Name: zif Version: 0.2.6 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: http://people.freedesktop.org/~hughsient/zif/ Source0: http://people.freedesktop.org/~hughsient/zif/releases/%{name}-%{version}.tar.xz @@ -96,6 +96,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libzif*.la %{_datadir}/gir-1.0/*.gir %changelog +* Tue Nov 15 2011 Alex Lancaster - 0.2.6-2 +- Rebuild for new libarchive soname bump + * Tue Nov 01 2011 Richard Hughes 0.2.6-1 - New upstream release with a few bugfixes and new features. From e7fe2a08f65b296cac9bfede888b60b4d852a2bb Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 14 Jan 2012 03:36:59 -0600 Subject: [PATCH 07/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- zif.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zif.spec b/zif.spec index c6f0501..8299bb3 100644 --- a/zif.spec +++ b/zif.spec @@ -1,7 +1,7 @@ Summary: Simple wrapper for rpm and the Fedora package metadata Name: zif Version: 0.2.6 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ URL: http://people.freedesktop.org/~hughsient/zif/ Source0: http://people.freedesktop.org/~hughsient/zif/releases/%{name}-%{version}.tar.xz @@ -96,6 +96,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libzif*.la %{_datadir}/gir-1.0/*.gir %changelog +* Sat Jan 14 2012 Fedora Release Engineering - 0.2.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Tue Nov 15 2011 Alex Lancaster - 0.2.6-2 - Rebuild for new libarchive soname bump From 73447ef5d23a37985bd1176e2e9ae983257b979e Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Thu, 26 Jan 2012 11:53:01 +0100 Subject: [PATCH 08/24] Rebuilt for new libarchive --- zif.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zif.spec b/zif.spec index 8299bb3..758cabc 100644 --- a/zif.spec +++ b/zif.spec @@ -1,7 +1,7 @@ Summary: Simple wrapper for rpm and the Fedora package metadata Name: zif Version: 0.2.6 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ URL: http://people.freedesktop.org/~hughsient/zif/ Source0: http://people.freedesktop.org/~hughsient/zif/releases/%{name}-%{version}.tar.xz @@ -96,6 +96,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libzif*.la %{_datadir}/gir-1.0/*.gir %changelog +* Thu Jan 26 2012 Tomas Bzatek - 0.2.6-4 +- Rebuilt for new libarchive + * Sat Jan 14 2012 Fedora Release Engineering - 0.2.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From f8fcc07c279f75dba3209d0de4322752fb3b6930 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Fri, 3 Feb 2012 10:58:07 +0000 Subject: [PATCH 09/24] New upstream release - Check the mirrorlist contains at least one non-comment or empty line - Fix getting the update details for packages that installed multiarch - Fix 'zif update kernel' to not remove the running version --- .gitignore | 1 + sources | 2 +- zif.spec | 10 ++++++++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d6c7cc6..f43a886 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /zif-0.2.4.tar.xz /zif-0.2.5.tar.xz /zif-0.2.6.tar.xz +/zif-0.2.7.tar.xz diff --git a/sources b/sources index bc73172..8fc6c34 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -aaa5ffb3ee55cdf63e325ac332fca37c zif-0.2.6.tar.xz +99819d50b9136714081483ae2096ad65 zif-0.2.7.tar.xz diff --git a/zif.spec b/zif.spec index 758cabc..660085e 100644 --- a/zif.spec +++ b/zif.spec @@ -1,7 +1,7 @@ Summary: Simple wrapper for rpm and the Fedora package metadata Name: zif -Version: 0.2.6 -Release: 4%{?dist} +Version: 0.2.7 +Release: 1%{?dist} License: GPLv2+ URL: http://people.freedesktop.org/~hughsient/zif/ Source0: http://people.freedesktop.org/~hughsient/zif/releases/%{name}-%{version}.tar.xz @@ -96,6 +96,12 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libzif*.la %{_datadir}/gir-1.0/*.gir %changelog +* 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 +- Fix getting the update details for packages that installed multiarch +- Fix 'zif update kernel' to not remove the running version + * Thu Jan 26 2012 Tomas Bzatek - 0.2.6-4 - Rebuilt for new libarchive From 773bd2f9930ea5bf910bbfe30efd2de751cc3bae Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Wed, 22 Feb 2012 17:03:17 +0000 Subject: [PATCH 10/24] New upstream release --- .gitignore | 1 + sources | 2 +- zif.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f43a886..8dd0542 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /zif-0.2.5.tar.xz /zif-0.2.6.tar.xz /zif-0.2.7.tar.xz +/zif-0.2.8.tar.xz diff --git a/sources b/sources index 8fc6c34..b1eb1de 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -99819d50b9136714081483ae2096ad65 zif-0.2.7.tar.xz +5c9e4e3436541ef4bc5c0ecc658d7de4 zif-0.2.8.tar.xz diff --git a/zif.spec b/zif.spec index 660085e..7e7f781 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.8 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 Feb 22 2012 Richard Hughes 0.2.8-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 74fcd191df56cd69f200c64e9d650d7e071b81d4 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 26 Mar 2012 13:12:17 +0100 Subject: [PATCH 11/24] Rebuild for new librpm. --- zif.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zif.spec b/zif.spec index 7e7f781..a87aa54 100644 --- a/zif.spec +++ b/zif.spec @@ -1,7 +1,7 @@ Summary: Simple wrapper for rpm and the Fedora package metadata Name: zif Version: 0.2.8 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: http://people.freedesktop.org/~hughsient/zif/ Source0: http://people.freedesktop.org/~hughsient/zif/releases/%{name}-%{version}.tar.xz @@ -96,6 +96,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libzif*.la %{_datadir}/gir-1.0/*.gir %changelog +* Wed Feb 22 2012 Richard Hughes 0.2.8-2 +- Rebuild for new librpm. + * Wed Feb 22 2012 Richard Hughes 0.2.8-1 - New upstream release From 807fe28debad114cc3eb57ec6250152c0a24442c Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Wed, 11 Apr 2012 15:06:23 +0100 Subject: [PATCH 12/24] New upstream release --- .gitignore | 1 + sources | 2 +- zif.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8dd0542..bd228be 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /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 b1eb1de..c3c5139 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5c9e4e3436541ef4bc5c0ecc658d7de4 zif-0.2.8.tar.xz +3f1dffb368f90fdfc1ba41bce3b6eed3 zif-0.2.9.tar.xz diff --git a/zif.spec b/zif.spec index a87aa54..b8f0af8 100644 --- a/zif.spec +++ b/zif.spec @@ -1,7 +1,7 @@ Summary: Simple wrapper for rpm and the Fedora package metadata Name: zif -Version: 0.2.8 -Release: 2%{?dist} +Version: 0.2.9 +Release: 1%{?dist} License: GPLv2+ URL: http://people.freedesktop.org/~hughsient/zif/ Source0: http://people.freedesktop.org/~hughsient/zif/releases/%{name}-%{version}.tar.xz @@ -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 + * Wed Feb 22 2012 Richard Hughes 0.2.8-2 - Rebuild for new librpm. From b0b25dde3f01027c37da784a931e2ebb23682597 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Sat, 2 Jun 2012 20:16:08 +0100 Subject: [PATCH 13/24] New upstream release with new soname, rebuilds required. --- .gitignore | 1 + sources | 2 +- zif.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bd228be..155a121 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.3.0.tar.xz diff --git a/sources b/sources index c3c5139..3ca3861 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3f1dffb368f90fdfc1ba41bce3b6eed3 zif-0.2.9.tar.xz +060d6539fe7df4f247b6bbee23dbc23a zif-0.3.0.tar.xz diff --git a/zif.spec b/zif.spec index b8f0af8..5b036e3 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.3.0 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 +* Sat Jun 02 2012 Richard Hughes 0.3.0-1 +- New upstream release with new soname, rebuilds required. + * Wed Apr 11 2012 Richard Hughes 0.2.9-1 - New upstream release From 4b64214a260187795a5ef618f590105f90de4a81 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 22 Jul 2012 03:19:03 -0500 Subject: [PATCH 14/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- zif.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zif.spec b/zif.spec index 5b036e3..85c3f60 100644 --- a/zif.spec +++ b/zif.spec @@ -1,7 +1,7 @@ Summary: Simple wrapper for rpm and the Fedora package metadata Name: zif Version: 0.3.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: http://people.freedesktop.org/~hughsient/zif/ Source0: http://people.freedesktop.org/~hughsient/zif/releases/%{name}-%{version}.tar.xz @@ -96,6 +96,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libzif*.la %{_datadir}/gir-1.0/*.gir %changelog +* Sun Jul 22 2012 Fedora Release Engineering - 0.3.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Sat Jun 02 2012 Richard Hughes 0.3.0-1 - New upstream release with new soname, rebuilds required. From 3ac045fc6bbc0a8dc5678a1b82606ff57736fc20 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 6 Aug 2012 11:17:20 +0100 Subject: [PATCH 15/24] New upstream release with new soname, rebuilds required. --- .gitignore | 1 + sources | 2 +- zif.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 155a121..efc1ff7 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /zif-0.2.8.tar.xz /zif-0.2.9.tar.xz /zif-0.3.0.tar.xz +/zif-0.3.1.tar.xz diff --git a/sources b/sources index 3ca3861..579f48c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -060d6539fe7df4f247b6bbee23dbc23a zif-0.3.0.tar.xz +898ecd9a2ba43d250fdda8b37834bbcc zif-0.3.1.tar.xz diff --git a/zif.spec b/zif.spec index 85c3f60..279507e 100644 --- a/zif.spec +++ b/zif.spec @@ -1,7 +1,7 @@ Summary: Simple wrapper for rpm and the Fedora package metadata Name: zif -Version: 0.3.0 -Release: 2%{?dist} +Version: 0.3.1 +Release: 1%{?dist} License: GPLv2+ URL: http://people.freedesktop.org/~hughsient/zif/ Source0: http://people.freedesktop.org/~hughsient/zif/releases/%{name}-%{version}.tar.xz @@ -96,6 +96,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libzif*.la %{_datadir}/gir-1.0/*.gir %changelog +* Mon Aug 06 2012 Richard Hughes 0.3.1-1 +- New upstream release with new soname, rebuilds required. + * Sun Jul 22 2012 Fedora Release Engineering - 0.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From a91b21aaf105e487f690ec0295a084c045cb5466 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Fri, 21 Sep 2012 10:39:26 +0100 Subject: [PATCH 16/24] New upstream release - Import all the GPG keys found from gpgkey in a repo file --- .gitignore | 1 + sources | 2 +- zif.spec | 6 +++++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index efc1ff7..707a186 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /zif-0.2.9.tar.xz /zif-0.3.0.tar.xz /zif-0.3.1.tar.xz +/zif-0.3.2.tar.xz diff --git a/sources b/sources index 579f48c..abbad2b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -898ecd9a2ba43d250fdda8b37834bbcc zif-0.3.1.tar.xz +4068b956c8c831ff2a48806007f04927 zif-0.3.2.tar.xz diff --git a/zif.spec b/zif.spec index 279507e..91f53a6 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.3.1 +Version: 0.3.2 Release: 1%{?dist} License: GPLv2+ URL: http://people.freedesktop.org/~hughsient/zif/ @@ -96,6 +96,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libzif*.la %{_datadir}/gir-1.0/*.gir %changelog +* Fri Sep 21 2012 Richard Hughes 0.3.2-1 +- New upstream release +- Import all the GPG keys found from gpgkey in a repo file + * Mon Aug 06 2012 Richard Hughes 0.3.1-1 - New upstream release with new soname, rebuilds required. From d3d4c9b3ff5861a6e21ed8f346d9805db4a5ab44 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Fri, 26 Oct 2012 10:26:30 +0100 Subject: [PATCH 17/24] New upstream release - Enable any debuginfo repos if the user searches for a debuginfo package - Fix a lot of GObject Introspection tags and add a small python example - Support the skip_if_unavailable config option --- .gitignore | 1 + sources | 2 +- zif.spec | 8 +++++++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 707a186..feb81f8 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /zif-0.3.0.tar.xz /zif-0.3.1.tar.xz /zif-0.3.2.tar.xz +/zif-0.3.3.tar.xz diff --git a/sources b/sources index abbad2b..b253c58 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4068b956c8c831ff2a48806007f04927 zif-0.3.2.tar.xz +c9cc78030edd417ecb4aa60026a6b8fe zif-0.3.3.tar.xz diff --git a/zif.spec b/zif.spec index 91f53a6..fa77b16 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.3.2 +Version: 0.3.3 Release: 1%{?dist} License: GPLv2+ URL: http://people.freedesktop.org/~hughsient/zif/ @@ -96,6 +96,12 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libzif*.la %{_datadir}/gir-1.0/*.gir %changelog +* Fri Oct 26 2012 Richard Hughes 0.3.3-1 +- New upstream release +- Enable any debuginfo repos if the user searches for a debuginfo package +- Fix a lot of GObject Introspection tags and add a small python example +- Support the skip_if_unavailable config option + * Fri Sep 21 2012 Richard Hughes 0.3.2-1 - New upstream release - Import all the GPG keys found from gpgkey in a repo file From 0d1d352a58f3c273759023896e6ad56d5e4472aa Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Sun, 25 Nov 2012 12:38:49 +0000 Subject: [PATCH 18/24] New upstream release - Cold startup is now much quicker. Typically this makes the command line 'zif' executable 80% faster to startup. - Store the metdata checksum in an xattr to speed up checking metadata - Turn off header validation when loading the rpmdb --- .gitignore | 1 + sources | 2 +- zif.spec | 10 +++++++++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index feb81f8..ab4a9a1 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /zif-0.3.1.tar.xz /zif-0.3.2.tar.xz /zif-0.3.3.tar.xz +/zif-0.3.4.tar.xz diff --git a/sources b/sources index b253c58..151cb14 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c9cc78030edd417ecb4aa60026a6b8fe zif-0.3.3.tar.xz +4fee75de6a9a745559ac8c41acf22fea zif-0.3.4.tar.xz diff --git a/zif.spec b/zif.spec index fa77b16..08ce3a0 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.3.3 +Version: 0.3.4 Release: 1%{?dist} License: GPLv2+ URL: http://people.freedesktop.org/~hughsient/zif/ @@ -23,6 +23,7 @@ BuildRequires: zlib-devel BuildRequires: gpgme-devel BuildRequires: intltool BuildRequires: gettext +BuildRequires: libattr-devel BuildRequires: gobject-introspection-devel %description @@ -96,6 +97,13 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libzif*.la %{_datadir}/gir-1.0/*.gir %changelog +* Sun Nov 25 2012 Richard Hughes 0.3.4-1 +- New upstream release +- Cold startup is now much quicker. Typically this makes the command + line 'zif' executable 80% faster to startup. +- Store the metdata checksum in an xattr to speed up checking metadata +- Turn off header validation when loading the rpmdb + * Fri Oct 26 2012 Richard Hughes 0.3.3-1 - New upstream release - Enable any debuginfo repos if the user searches for a debuginfo package From 8d95d49eb2ab5486911527943fc3418cc032ea39 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 8 Jan 2013 09:43:22 +0000 Subject: [PATCH 19/24] New upstream release - Don't fail 'zif refresh-cache' if a repo is unavailable - Fix 'zif remove-with-deps' to not remove user-action packages - Set the correct basearch for ARM processors --- .gitignore | 1 + sources | 2 +- zif.spec | 8 +++++++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ab4a9a1..d8cbd2e 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /zif-0.3.2.tar.xz /zif-0.3.3.tar.xz /zif-0.3.4.tar.xz +/zif-0.3.5.tar.xz diff --git a/sources b/sources index 151cb14..fa1fd22 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4fee75de6a9a745559ac8c41acf22fea zif-0.3.4.tar.xz +5e8b2f42276758c8046308db162c97b2 zif-0.3.5.tar.xz diff --git a/zif.spec b/zif.spec index 08ce3a0..2513e75 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.3.4 +Version: 0.3.5 Release: 1%{?dist} License: GPLv2+ URL: http://people.freedesktop.org/~hughsient/zif/ @@ -97,6 +97,12 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libzif*.la %{_datadir}/gir-1.0/*.gir %changelog +* Tue Jan 08 2013 Richard Hughes 0.3.5-1 +- New upstream release +- Don't fail 'zif refresh-cache' if a repo is unavailable +- Fix 'zif remove-with-deps' to not remove user-action packages +- Set the correct basearch for ARM processors + * Sun Nov 25 2012 Richard Hughes 0.3.4-1 - New upstream release - Cold startup is now much quicker. Typically this makes the command From f1e22a491fef814d11d8a5eddd4dfe0400c0b6e6 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Thu, 17 Jan 2013 14:24:18 +0100 Subject: [PATCH 20/24] Rebuilt for new libarchive --- zif.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zif.spec b/zif.spec index 2513e75..4aa621b 100644 --- a/zif.spec +++ b/zif.spec @@ -1,7 +1,7 @@ Summary: Simple wrapper for rpm and the Fedora package metadata Name: zif Version: 0.3.5 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: http://people.freedesktop.org/~hughsient/zif/ Source0: http://people.freedesktop.org/~hughsient/zif/releases/%{name}-%{version}.tar.xz @@ -97,6 +97,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libzif*.la %{_datadir}/gir-1.0/*.gir %changelog +* Thu Jan 17 2013 Tomas Bzatek - 0.3.5-2 +- Rebuilt for new libarchive + * Tue Jan 08 2013 Richard Hughes 0.3.5-1 - New upstream release - Don't fail 'zif refresh-cache' if a repo is unavailable From 4f8e63e0cf757c444cc27f6e48404fea0532cad1 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 14 Feb 2013 22:20:29 -0600 Subject: [PATCH 21/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- zif.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zif.spec b/zif.spec index 4aa621b..494c09b 100644 --- a/zif.spec +++ b/zif.spec @@ -1,7 +1,7 @@ Summary: Simple wrapper for rpm and the Fedora package metadata Name: zif Version: 0.3.5 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ URL: http://people.freedesktop.org/~hughsient/zif/ Source0: http://people.freedesktop.org/~hughsient/zif/releases/%{name}-%{version}.tar.xz @@ -97,6 +97,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libzif*.la %{_datadir}/gir-1.0/*.gir %changelog +* Fri Feb 15 2013 Fedora Release Engineering - 0.3.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Thu Jan 17 2013 Tomas Bzatek - 0.3.5-2 - Rebuilt for new libarchive From d2c4f88c3e1c780aa7348f3bd8a19d29b9451064 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Wed, 8 May 2013 09:18:36 +0100 Subject: [PATCH 22/24] New upstream release --- .gitignore | 1 + sources | 2 +- zif.spec | 16 ++++++++++++++-- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d8cbd2e..7c227a9 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /zif-0.3.3.tar.xz /zif-0.3.4.tar.xz /zif-0.3.5.tar.xz +/zif-0.3.6.tar.xz diff --git a/sources b/sources index fa1fd22..04074d2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5e8b2f42276758c8046308db162c97b2 zif-0.3.5.tar.xz +fcec454a8d839cfe4aa9ee7b6e20ed15 zif-0.3.6.tar.xz diff --git a/zif.spec b/zif.spec index 494c09b..112b615 100644 --- a/zif.spec +++ b/zif.spec @@ -1,7 +1,7 @@ Summary: Simple wrapper for rpm and the Fedora package metadata Name: zif -Version: 0.3.5 -Release: 3%{?dist} +Version: 0.3.6 +Release: 1%{?dist} License: GPLv2+ URL: http://people.freedesktop.org/~hughsient/zif/ Source0: http://people.freedesktop.org/~hughsient/zif/releases/%{name}-%{version}.tar.xz @@ -97,6 +97,18 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libzif*.la %{_datadir}/gir-1.0/*.gir %changelog +* Wed May 08 2013 Richard Hughes 0.3.6-1 +- New upstream release +- Add a --version argument to the Zif command line tool +- Add support for the nogpgcheck command line option +- Add the rdeptree command +- Add zif_store_remote_get_pubkey_enabled() to be able to get the keys +- Do not abort because an update tries to remove the running kernel +- Fix a crash when using 'zif local-install' on an unsigned package +- Fix some metadata downloads being retried over and over again +- Install the package when the user does 'zif install /usr/sbin/powertop' +- Support installing packages using an rpm provide name + * Fri Feb 15 2013 Fedora Release Engineering - 0.3.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From c7af0200c13a2c4b20c85ba27e4cc0488deb781e Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 4 Aug 2013 04:52:26 -0500 Subject: [PATCH 23/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- zif.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zif.spec b/zif.spec index 112b615..ae8416f 100644 --- a/zif.spec +++ b/zif.spec @@ -1,7 +1,7 @@ Summary: Simple wrapper for rpm and the Fedora package metadata Name: zif Version: 0.3.6 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: http://people.freedesktop.org/~hughsient/zif/ Source0: http://people.freedesktop.org/~hughsient/zif/releases/%{name}-%{version}.tar.xz @@ -97,6 +97,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libzif*.la %{_datadir}/gir-1.0/*.gir %changelog +* Sun Aug 04 2013 Fedora Release Engineering - 0.3.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Wed May 08 2013 Richard Hughes 0.3.6-1 - New upstream release - Add a --version argument to the Zif command line tool From 6f5b410f07118d719f94cdf19712abf52d210e2e Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Wed, 11 Dec 2013 15:50:43 +0000 Subject: [PATCH 24/24] This has been obsoleted by hawkey and librepo --- .gitignore | 23 ----- dead.package | 1 + sources | 1 - zif.spec | 243 --------------------------------------------------- 4 files changed, 1 insertion(+), 267 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 zif.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 7c227a9..0000000 --- a/.gitignore +++ /dev/null @@ -1,23 +0,0 @@ -/zif-0.1.0.tar.gz -/zif-0.1.1.tar.gz -/zif-0.1.2.tar.gz -/zif-0.1.3.tar.gz -/zif-0.1.4.tar.gz -/zif-0.1.5.tar.gz -/zif-0.2.0.tar.gz -/zif-0.2.1.tar.gz -/zif-0.2.2.tar.xz -/zif-0.2.3.tar.xz -/zif-0.2.4.tar.xz -/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.3.0.tar.xz -/zif-0.3.1.tar.xz -/zif-0.3.2.tar.xz -/zif-0.3.3.tar.xz -/zif-0.3.4.tar.xz -/zif-0.3.5.tar.xz -/zif-0.3.6.tar.xz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..90a39a1 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +This has been obsoleted by hawkey and librepo diff --git a/sources b/sources deleted file mode 100644 index 04074d2..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -fcec454a8d839cfe4aa9ee7b6e20ed15 zif-0.3.6.tar.xz diff --git a/zif.spec b/zif.spec deleted file mode 100644 index ae8416f..0000000 --- a/zif.spec +++ /dev/null @@ -1,243 +0,0 @@ -Summary: Simple wrapper for rpm and the Fedora package metadata -Name: zif -Version: 0.3.6 -Release: 2%{?dist} -License: GPLv2+ -URL: http://people.freedesktop.org/~hughsient/zif/ -Source0: http://people.freedesktop.org/~hughsient/zif/releases/%{name}-%{version}.tar.xz - -Requires: wget - -BuildRequires: glib2-devel >= 2.16.1 -BuildRequires: rpm-devel -BuildRequires: sqlite-devel -BuildRequires: libsoup-devel -BuildRequires: libtool -BuildRequires: libarchive-devel -BuildRequires: docbook-utils -BuildRequires: gnome-doc-utils -BuildRequires: gtk-doc -BuildRequires: xz-devel -BuildRequires: bzip2-devel -BuildRequires: zlib-devel -BuildRequires: gpgme-devel -BuildRequires: intltool -BuildRequires: gettext -BuildRequires: libattr-devel -BuildRequires: gobject-introspection-devel - -%description -Zif is a simple yum-compatible library that provides read-write -access to the rpm database and the Fedora metadata for PackageKit. - -Zif is not designed as a replacement to yum, nor to be used by end users. - -%package tools -Summary: Command line tools for using libzif -Requires: %{name} = %{version}-%{release} - -%description tools -This provides the zif command line tool that can be used as an -alternative to yum. It is not normally required. - -%package devel -Summary: GLib Libraries and headers for zif -Requires: %{name} = %{version}-%{release} -Requires: bzip2-devel -Requires: zlib-devel -Requires: gpgme-devel - -%description devel -GLib headers and libraries for zif. - -%prep -%setup -q - -%build -%configure \ - --enable-gtk-doc \ - --disable-static \ - --disable-dependency-tracking - -make %{?_smp_mflags} - -%install -make install DESTDIR=$RPM_BUILD_ROOT - -rm -f $RPM_BUILD_ROOT%{_libdir}/libzif*.la - -%find_lang Zif - -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig - -%files -f Zif.lang -%defattr(-,root,root,-) -%doc README AUTHORS NEWS COPYING -%{_libdir}/*libzif*.so.* -%dir %{_sysconfdir}/zif -%dir %{_localstatedir}/lib/zif -%ghost %verify(not md5 size mtime) %{_localstatedir}/lib/zif/history.db -%config(noreplace) %{_sysconfdir}/zif/zif.conf -%{_libdir}/girepository-1.0/*.typelib - -%files tools -%{_bindir}/zif -%config %{_sysconfdir}/bash_completion.d/*-completion.bash -%{_mandir}/man1/*.1.gz - -%files devel -%defattr(-,root,root,-) -%{_libdir}/libzif*.so -%{_libdir}/pkgconfig/zif.pc -%dir %{_includedir}/libzif -%{_includedir}/libzif/*.h -%{_datadir}/gtk-doc -%{_datadir}/gir-1.0/*.gir - -%changelog -* Sun Aug 04 2013 Fedora Release Engineering - 0.3.6-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Wed May 08 2013 Richard Hughes 0.3.6-1 -- New upstream release -- Add a --version argument to the Zif command line tool -- Add support for the nogpgcheck command line option -- Add the rdeptree command -- Add zif_store_remote_get_pubkey_enabled() to be able to get the keys -- Do not abort because an update tries to remove the running kernel -- Fix a crash when using 'zif local-install' on an unsigned package -- Fix some metadata downloads being retried over and over again -- Install the package when the user does 'zif install /usr/sbin/powertop' -- Support installing packages using an rpm provide name - -* Fri Feb 15 2013 Fedora Release Engineering - 0.3.5-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Thu Jan 17 2013 Tomas Bzatek - 0.3.5-2 -- Rebuilt for new libarchive - -* Tue Jan 08 2013 Richard Hughes 0.3.5-1 -- New upstream release -- Don't fail 'zif refresh-cache' if a repo is unavailable -- Fix 'zif remove-with-deps' to not remove user-action packages -- Set the correct basearch for ARM processors - -* Sun Nov 25 2012 Richard Hughes 0.3.4-1 -- New upstream release -- Cold startup is now much quicker. Typically this makes the command - line 'zif' executable 80% faster to startup. -- Store the metdata checksum in an xattr to speed up checking metadata -- Turn off header validation when loading the rpmdb - -* Fri Oct 26 2012 Richard Hughes 0.3.3-1 -- New upstream release -- Enable any debuginfo repos if the user searches for a debuginfo package -- Fix a lot of GObject Introspection tags and add a small python example -- Support the skip_if_unavailable config option - -* Fri Sep 21 2012 Richard Hughes 0.3.2-1 -- New upstream release -- Import all the GPG keys found from gpgkey in a repo file - -* Mon Aug 06 2012 Richard Hughes 0.3.1-1 -- New upstream release with new soname, rebuilds required. - -* Sun Jul 22 2012 Fedora Release Engineering - 0.3.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sat Jun 02 2012 Richard Hughes 0.3.0-1 -- New upstream release with new soname, rebuilds required. - -* Wed Apr 11 2012 Richard Hughes 0.2.9-1 -- New upstream release - -* Wed Feb 22 2012 Richard Hughes 0.2.8-2 -- Rebuild for new librpm. - -* Wed Feb 22 2012 Richard Hughes 0.2.8-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 -- Fix getting the update details for packages that installed multiarch -- Fix 'zif update kernel' to not remove the running version - -* Thu Jan 26 2012 Tomas Bzatek - 0.2.6-4 -- Rebuilt for new libarchive - -* Sat Jan 14 2012 Fedora Release Engineering - 0.2.6-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Tue Nov 15 2011 Alex Lancaster - 0.2.6-2 -- Rebuild for new libarchive soname bump - -* Tue Nov 01 2011 Richard Hughes 0.2.6-1 -- New upstream release with a few bugfixes and new features. - -* Mon Oct 03 2011 Richard Hughes 0.2.5-1 -- New upstream release with a few bugfixes and new features. - -* Mon Sep 23 2011 Richard Hughes 0.2.4-1 -- New upstream release with a few bugfixes and new features. -- The 'zif' binary has been split out into a -tools subpackage - -* Mon Sep 05 2011 Richard Hughes 0.2.3-1 -- New upstream release with a few bugfixes and new features. - -* Mon Aug 01 2011 Richard Hughes 0.2.2-1 -- New upstream release with a few bugfixes and new features. - -* Mon Jul 04 2011 Richard Hughes 0.2.1-1 -- New upstream release with many bugfixes and performance improvements. - -* Tue Jun 07 2011 Richard Hughes 0.2.0-2 -- Actually upload the new sources. - -* Tue Jun 07 2011 Richard Hughes 0.2.0-1 -- New upstream release with many bugfixes and performance improvements. - -* Tue Feb 08 2011 Fedora Release Engineering - 0.1.5-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Mon Jan 24 2011 Richard Hughes 0.1.5-1 -- New upstream release with many bugfixes and performance improvements. - -* Wed Jan 19 2011 Matthias Clasen 0.1.4-2 -- Rebuild against new rpm - -* Fri Jan 07 2011 Richard Hughes 0.1.4-1 -- New upstream release with many bugfixes and performance improvements. - -* Mon Dec 13 2010 Richard Hughes 0.1.3-3 -- Make zif-devel BR gpgme-devel to fix PackageKit compile in mock. - -* Mon Dec 13 2010 Richard Hughes 0.1.3-2 -- Backport a patch to fix the compile of external applications which use - libzif and complain about a missing ZifDelta header. - -* Mon Dec 13 2010 Richard Hughes 0.1.3-1 -- New upstream release with many bugfixes and performance improvements. - -* Mon Nov 01 2010 Richard Hughes 0.1.2-1 -- New upstream release with many bugfixes and performance improvements. - -* Tue Oct 05 2010 Parag Nemade 0.1.1-2 -- drop the ldconfig and pkgconfig as a Requires. - -* Mon Oct 04 2010 Richard Hughes 0.1.1-1 -- New upstream release with many bugfixes and performance improvements. - -* Fri Oct 01 2010 Richard Hughes 0.1.0-4 -- Take ownership of the gtk-doc directory, and use another macro. - -* Fri Oct 01 2010 Richard Hughes 0.1.0-3 -- Remove group from devel subpackage, and make the description better. - -* Fri Oct 01 2010 Richard Hughes 0.1.0-2 -- Address some review comments, many thanks. - -* Wed Sep 08 2010 Richard Hughes 0.1.0-1 -- Initial package for review.