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/dont-ever-unload.patch b/dont-ever-unload.patch deleted file mode 100644 index acc01e8..0000000 --- a/dont-ever-unload.patch +++ /dev/null @@ -1,17 +0,0 @@ -Don't allow PAM module to get unloaded - -It uses libraries which can't handle being unloaded very -gracefully. - -diff -up fprintd-0.2.0/pam/Makefile.am.dont-ever-unload fprintd-0.2.0/pam/Makefile.am ---- fprintd-0.2.0/pam/Makefile.am.dont-ever-unload 2010-11-09 10:55:30.452135193 -0500 -+++ fprintd-0.2.0/pam/Makefile.am 2010-11-09 10:55:32.954860614 -0500 -@@ -5,7 +5,7 @@ pammoddir=$(libdir)/security - - pam_fprintd_la_SOURCES = pam_fprintd.c $(MARSHALFILES) - pam_fprintd_la_CFLAGS = -fPIC $(WARN_CFLAGS) $(GLIB_CFLAGS) --pam_fprintd_la_LDFLAGS = -avoid-version -module -+pam_fprintd_la_LDFLAGS = -avoid-version -module -Wl,-z,nodelete - pam_fprintd_la_LIBADD = $(PAM_LIBS) $(GLIB_LIBS) - - MARSHALFILES = marshal.c marshal.h 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 0.4.1-1 +- Update to 0.4.1 + * Tue Feb 08 2011 Fedora Release Engineering - 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