[fprintd] * Thu Aug 19 2010 Bastien Nocera <bnocera at redhat.com> 0.2.0-1 - Update to 0.2.0

Bastien Nocera hadess at fedoraproject.org
Thu Aug 19 16:17:21 UTC 2010


commit 51050917bc9eea935e289f12a1069fbb493ea59d
Author: Bastien Nocera <hadess at hadess.net>
Date:   Thu Aug 19 17:17:15 2010 +0100

    * Thu Aug 19 2010 Bastien Nocera <bnocera at redhat.com> 0.2.0-1
    - Update to 0.2.0

 0001-Detect-when-a-device-is-disconnected.patch |  228 -----------------
 0001-Remove-all-use-of-g_error.patch            |  299 -----------------------
 fprintd.spec                                    |   28 +--
 polkit1.patch                                   |  259 --------------------
 sources                                         |    2 +-
 5 files changed, 8 insertions(+), 808 deletions(-)
---
diff --git a/fprintd.spec b/fprintd.spec
index 182c68d..5383e9a 100644
--- a/fprintd.spec
+++ b/fprintd.spec
@@ -1,24 +1,11 @@
-%define long_hash  04fd09cfa88718838e02f4419befc1a0dd4b5a0e
-%define short_hash 04fd09cfa
-
 Name:		fprintd
-Version:	0.1
-Release:	16.git%{short_hash}%{?dist}
+Version:	0.2.0
+Release:	1%{?dist}
 Summary:	D-Bus service for Fingerprint reader access
 
 Group:		System Environment/Daemons
 License:	GPLv2+
-# git clone git://projects.reactivated.net/~dsd/fprintd.git
-# cd fprintd
-# git reset --hard %{long_hash}
-# ./autogen.sh && make distcheck
-# mv fprintd-0.1.tar.bz2 fprintd-0.1-%{short_hash}.tar.bz2
-Source0:	fprintd-0.1-%{short_hash}.tar.bz2
-Patch1:		0001-Detect-when-a-device-is-disconnected.patch
-# https://bugzilla.redhat.com/show_bug.cgi?id=498368
-Patch2:		polkit1.patch
-# https://bugzilla.redhat.com/show_bug.cgi?id=543194
-Patch3:		0001-Remove-all-use-of-g_error.patch
+Source0:	http://freedesktop.org/~hadess/%{name}-%{version}.tar.bz2
 Url:		http://www.reactivated.net/fprint/wiki/Fprintd
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 ExcludeArch:    s390 s390x
@@ -63,11 +50,6 @@ fingerprint readers access.
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch1 -p1
-%patch2 -p1 -b .polkit1
-%patch3 -p1 -b .g_error
-
-autoreconf -i -f
 
 %build
 %configure --libdir=/%{_lib}/ --enable-gtk-doc --enable-pam
@@ -95,6 +77,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/dbus-1/system-services/net.reactivated.Fprint.service
 %{_datadir}/polkit-1/actions/net.reactivated.fprint.device.policy
 %{_localstatedir}/lib/fprint
+%{_mandir}/man1/fprintd.1.gz
 
 %files pam
 %defattr(-,root,root,-)
@@ -108,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/dbus-1/interfaces/net.reactivated.Fprint.Manager.xml
 
 %changelog
+* Thu Aug 19 2010 Bastien Nocera <bnocera at redhat.com> 0.2.0-1
+- Update to 0.2.0
+
 * Wed Dec 09 2009 Bastien Nocera <bnocera at redhat.com> 0.1-16.git04fd09cfa
 - Remove use of g_error(), or people think that it crashes when we actually
   abort() (#543194)
diff --git a/sources b/sources
index 94522ba..4db0d7b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-13a47aec00b7e9f42f524fe5e6a2695b  fprintd-0.1-04fd09cfa.tar.bz2
+d6f023e6560d5647eadf668cdbcee57a  fprintd-0.2.0.tar.bz2


More information about the scm-commits mailing list