[libfprint/f12/master] * 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 15:37:59 UTC 2010


commit c1c621f9b2d80c1bacdf30753ed88ada83641a36
Author: Bastien Nocera <hadess at hadess.net>
Date:   Thu Aug 19 16:37:52 2010 +0100

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

 .gitignore                                         |    1 +
 0001-Add-gdk-pixbuf-support.patch                  |  228 ----
 ...-udev-rules-to-set-devices-to-autosuspend.patch |  126 --
 aes1610.c                                          |  552 ---------
 libfprint-aes1610-driver.patch                     | 1254 --------------------
 libfprint.spec                                     |   23 +-
 sources                                            |    2 +-
 7 files changed, 9 insertions(+), 2177 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index be82ec1..10631a8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 libfprint-0.1.0-pre2.tar.bz2
+libfprint-0.2.0.tar.bz2
diff --git a/libfprint.spec b/libfprint.spec
index cf92684..6446834 100644
--- a/libfprint.spec
+++ b/libfprint.spec
@@ -1,20 +1,13 @@
 Name:           libfprint
-Version:        0.1.0
-Release:        14.pre2%{?dist}
+Version:        0.2.0
+Release:        1%{?dist}
 Summary:        Tool kit for fingerprint scanner
 
 Group:          System Environment/Libraries
 License:        LGPLv2+
 URL:            http://www.reactivated.net/fprint/wiki/Main_Page 
-Source0:        http://downloads.sourceforge.net/fprint/%{name}-0.1.0-pre2.tar.bz2
+Source0:        http://freedesktop.org/~hadess/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-# http://thread.gmane.org/gmane.linux.fprint/1321
-Patch1:		0001-Add-udev-rules-to-set-devices-to-autosuspend.patch
-# https://bugzilla.redhat.com/show_bug.cgi?id=472103
-Patch2:		0001-Add-gdk-pixbuf-support.patch
-# https://bugzilla.redhat.com/show_bug.cgi?id=499732
-Source1:	aes1610.c
-Patch3:		libfprint-aes1610-driver.patch
 ExcludeArch:    s390 s390x
 
 BuildRequires:  libusb1-devel glib2-devel gtk2-devel openssl-devel 
@@ -37,14 +30,9 @@ developing applications that use %{name}.
 
 
 %prep
-%setup -q -n %{name}-0.1.0-pre2
-%patch1 -p1
-%patch2 -p1
-cp -a %{SOURCE1} libfprint/drivers
-%patch3 -p1 -b .aes1610
+%setup -q
 
 %build
-autoreconf -f -i
 %configure --disable-static 
 make %{?_smp_mflags}
 pushd doc
@@ -81,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Thu Aug 19 2010 Bastien Nocera <bnocera at redhat.com> 0.2.0-1
+- Update to 0.2.0
+
 * Tue Dec 01 2009 Bastien Nocera <bnocera at redhat.com> 0.1.0-14.pre2
 - Update AES1610 patch (#499732)
 
diff --git a/sources b/sources
index 8d7ca8e..5b47199 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f0e7fb9438fe17fba642fe59778d668e  libfprint-0.1.0-pre2.tar.bz2
+f4cd1daf59b79f4f02ee77f0603189e9  libfprint-0.2.0.tar.bz2


More information about the scm-commits mailing list