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

Richard Hughes rhughes at fedoraproject.org
Fri Jan 7 11:38:52 UTC 2011


commit 1f379c1e6696bb6281ea9db488181b297a5c7287
Author: Richard Hughes <richard at hughsie.com>
Date:   Fri Jan 7 11:39:25 2011 +0000

    - New upstream release with many bugfixes and performance improvements.

 .gitignore |    1 +
 sources    |    2 +-
 zif.spec   |   17 +++++++++++------
 3 files changed, 13 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 387c53e..3deb03a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /zif-0.1.1.tar.gz
 /zif-0.1.2.tar.gz
 /zif-0.1.3.tar.gz
+/zif-0.1.4.tar.gz
diff --git a/sources b/sources
index 4e22f08..2ba3ef9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-10b517e4a8bab042e241a5007ab77d7e  zif-0.1.3.tar.gz
+75e9aaee339f4d710f2c0ac8a43f35a5  zif-0.1.4.tar.gz
diff --git a/zif.spec b/zif.spec
index 2485bc0..1399ce6 100644
--- a/zif.spec
+++ b/zif.spec
@@ -1,13 +1,13 @@
 Summary:   Simple wrapper for rpm and the Fedora package metadata
 Name:      zif
-Version:   0.1.3
-Release:   3%{?dist}
+Version:   0.1.4
+Release:   1%{?dist}
 License:   GPLv2+
 URL:       http://github.com/hughsie/zif
 Source0:   http://www.packagekit.org/releases/%{name}-%{version}.tar.gz
 
 # already upstream to fix PackageKit build
-Patch0:    0001-Install-zif-delta.h-as-we-re-using-it-in-public-head.patch
+#Patch0:    0001-Install-zif-delta.h-as-we-re-using-it-in-public-head.patch
 
 BuildRequires: glib2-devel >= 2.16.1
 BuildRequires: rpm-devel
@@ -25,7 +25,7 @@ BuildRequires: intltool
 BuildRequires: gettext
 
 %description
-Zif is a simple yum-compatible library that only provides read-write
+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.
@@ -42,7 +42,7 @@ GLib headers and libraries for zif.
 
 %prep
 %setup -q
-%patch0 -p1 -b .fix-external-build
+#%patch0 -p1 -b .fix-external-build
 
 %build
 %configure \
@@ -57,11 +57,13 @@ 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
+%files -f Zif.lang
 %defattr(-,root,root,-)
 %doc README AUTHORS NEWS COPYING
 %{_bindir}/zif
@@ -80,6 +82,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libzif*.la
 %{_datadir}/gtk-doc
 
 %changelog
+* Fri Jan 07 2011 Richard Hughes <richard at hughsie.com> 0.1.4-1
+- New upstream release with many bugfixes and performance improvements.
+
 * Mon Dec 13 2010 Richard Hughes <richard at hughsie.com> 0.1.3-3
 - Make zif-devel BR gpgme-devel to fix PackageKit compile in mock.
 


More information about the scm-commits mailing list