[fprintd/f16] Update to 0.4.1

Bastien Nocera hadess at fedoraproject.org
Thu Nov 10 10:33:58 UTC 2011


commit 84e7fdc8f032396b4868c85e59b9342c7e5730ce
Author: Bastien Nocera <hadess at hadess.net>
Date:   Mon Apr 18 18:20:23 2011 +0100

    Update to 0.4.1

 .gitignore             |    2 ++
 dont-ever-unload.patch |   17 -----------------
 fprintd.spec           |   15 ++++++++-------
 sources                |    2 +-
 4 files changed, 11 insertions(+), 25 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 81c9aa9..2f5783f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
 fprintd-0.1-04fd09cfa.tar.bz2
+/fprintd-0.4.0.tar.bz2
+/fprintd-0.4.1.tar.bz2
diff --git a/fprintd.spec b/fprintd.spec
index cd0c1dc..abbd331 100644
--- a/fprintd.spec
+++ b/fprintd.spec
@@ -1,6 +1,6 @@
 Name:		fprintd
-Version:	0.2.0
-Release:	3%{?dist}
+Version:	0.4.1
+Release:	1%{?dist}
 Summary:	D-Bus service for Fingerprint reader access
 
 Group:		System Environment/Daemons
@@ -18,9 +18,6 @@ BuildRequires:	gtk-doc
 BuildRequires:	intltool
 BuildRequires:  autoconf automake libtool
 
-# http://bugs.freedesktop.org/show_bug.cgi?id=31503
-Patch0:	dont-ever-unload.patch
-
 %description
 D-Bus service to access fingerprint readers.
 
@@ -53,7 +50,6 @@ fingerprint readers access.
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch0 -p1 -b .dont-ever-unload
 
 %build
 %configure --libdir=/%{_lib}/ --enable-gtk-doc --enable-pam
@@ -67,10 +63,12 @@ mkdir -p $RPM_BUILD_ROOT/%{_localstatedir}/lib/fprint
 
 rm -f $RPM_BUILD_ROOT/%{_lib}/security/pam_fprintd.{a,la,so.*}
 
+%find_lang %{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc README COPYING AUTHORS TODO
 %{_bindir}/fprintd-*
@@ -95,6 +93,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/dbus-1/interfaces/net.reactivated.Fprint.Manager.xml
 
 %changelog
+* Thu Nov 10 2011 Bastien Nocera <bnocera at redhat.com> 0.4.1-1
+- Update to 0.4.1
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 4db0d7b..45441fa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d6f023e6560d5647eadf668cdbcee57a  fprintd-0.2.0.tar.bz2
+021844be151c0cb22d0c1624233b7780  fprintd-0.4.1.tar.bz2


More information about the scm-commits mailing list