[zif] - New upstream release with many bugfixes and performance improvements.

Richard Hughes rhughes at fedoraproject.org
Mon Dec 13 09:54:44 UTC 2010


commit c40b840ecf5e466c5d725750cb7e76298b2f1281
Author: Richard Hughes <richard at hughsie.com>
Date:   Mon Dec 13 09:55:03 2010 +0000

    - New upstream release with many bugfixes and performance improvements.

 .gitignore |    1 +
 sources    |    2 +-
 zif.spec   |   13 +++++++++++--
 3 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e772366..387c53e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /zif-0.1.0.tar.gz
 /zif-0.1.1.tar.gz
 /zif-0.1.2.tar.gz
+/zif-0.1.3.tar.gz
diff --git a/sources b/sources
index c629409..4e22f08 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-38c2b363975799e28075ffd9de42a135  zif-0.1.2.tar.gz
+10b517e4a8bab042e241a5007ab77d7e  zif-0.1.3.tar.gz
diff --git a/zif.spec b/zif.spec
index cb7af79..f525d09 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.1.2
+Version:   0.1.3
 Release:   1%{?dist}
 License:   GPLv2+
 URL:       http://github.com/hughsie/zif
@@ -17,9 +17,12 @@ BuildRequires: gnome-doc-utils
 BuildRequires: gtk-doc
 BuildRequires: bzip2-devel
 BuildRequires: zlib-devel
+BuildRequires: gpgme-devel
+BuildRequires: intltool
+BuildRequires: gettext
 
 %description
-Zif is a simple yum-compatible library that only provides read-only
+Zif is a simple yum-compatible library that only 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.
@@ -59,6 +62,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libzif*.la
 %{_bindir}/zif
 %{_libdir}/*libzif*.so.*
 %{_mandir}/man1/*.1.gz
+%dir %{_sysconfdir}/zif
+%config %{_sysconfdir}/bash_completion.d/*-completion.bash
+%config %{_sysconfdir}/zif/zif.conf
 
 %files devel
 %defattr(-,root,root,-)
@@ -69,6 +75,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libzif*.la
 %{_datadir}/gtk-doc
 
 %changelog
+* Mon Dec 13 2010 Richard Hughes <richard at hughsie.com> 0.1.3-1
+- New upstream release with many bugfixes and performance improvements.
+
 * Mon Nov 01 2010 Richard Hughes <richard at hughsie.com> 0.1.2-1
 - New upstream release with many bugfixes and performance improvements.
 


More information about the scm-commits mailing list