Update to 0.6.0

This commit is contained in:
Bastien Nocera 2015-02-03 17:51:53 +01:00
parent c9917e7674
commit 12a3547ca1
4 changed files with 7 additions and 31 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ fprintd-0.1-04fd09cfa.tar.bz2
/fprintd-0.4.1.tar.bz2
/fprintd-0.5.0.tar.bz2
/fprintd-0.5.1.tar.xz
/fprintd-0.6.0.tar.xz

View File

@ -1,25 +0,0 @@
From 7710040ea723def69dde485d6f497fac87f215fa Mon Sep 17 00:00:00 2001
From: Bastien Nocera <hadess@hadess.net>
Date: Sun, 11 Aug 2013 18:58:20 +0200
Subject: [PATCH] data: Fix syntax error in fprintd.pod
fprintd.pod around line 100: =over without closing =back
POD document had syntax errors at /usr/bin/pod2man line 69.
---
data/fprintd.pod | 3 +++
1 file changed, 3 insertions(+)
diff --git a/data/fprintd.pod b/data/fprintd.pod
index 83c7afc..7085920 100644
--- a/data/fprintd.pod
+++ b/data/fprintd.pod
@@ -100,3 +100,6 @@ By default, fprintd stores the fingerprints in B</var/lib/fprint/>
=over 8
=item B<dbus-daemon>, B<gnome-about-me>
+
+=back
+
--
1.8.3.1

View File

@ -1,6 +1,6 @@
Name: fprintd
Version: 0.5.1
Release: 3%{?dist}
Version: 0.6.0
Release: 1%{?dist}
Summary: D-Bus service for Fingerprint reader access
Group: System Environment/Daemons
@ -19,8 +19,6 @@ BuildRequires: intltool
BuildRequires: autoconf automake libtool
BuildRequires: perl-podlators
Patch0: 0001-data-Fix-syntax-error-in-fprintd.pod.patch
%description
D-Bus service to access fingerprint readers.
@ -52,7 +50,6 @@ fingerprint readers access.
%prep
%setup -q -n %{name}-%{version}
%patch0 -p1 -b .man-page
%build
%configure --libdir=/%{_lib}/ --enable-gtk-doc --enable-pam
@ -97,6 +94,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/dbus-1/interfaces/net.reactivated.Fprint.Manager.xml
%changelog
* Tue Feb 03 2015 Bastien Nocera <bnocera@redhat.com> 0.6.0-1
- Update to 0.6.0
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
e9b40ab0298a50d28b6af728e2a40a1b fprintd-0.5.1.tar.xz
ca61f22513a25020bea7bb96d4322c9d fprintd-0.6.0.tar.xz