Logoj0ke.net Open Build Service > Projects > hardware:fingerprint > libfprint > Changes
Sign Up | Log In

Changes of Revision 9

[-] Added libfprint.changes
 
1
@@ -0,0 +1,5 @@
2
+-------------------------------------------------------------------
3
+Sat Dec 22 20:06:14 UTC 2012 - cs@linux-administrator.com
4
+
5
+- update to release 0.5.0 
6
+
7
[-] Changed libfprint.spec ^
53
 
1
@@ -1,5 +1,5 @@
2
 #
3
-# spec file for package libfprint (Version 0.1.0)
4
+# spec file for package libfprint
5
 #
6
 # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
7
 #
8
@@ -23,13 +23,15 @@
9
 License:        LGPLv2.1
10
 Group:          Development/Libraries/C and C++
11
 PreReq:         %fillup_prereq
12
-Version:        0.3.0
13
+Version:        0.5.0
14
 Release:        10.1
15
 Summary:        Library for fingerprint reader support
16
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
17
 Source0:        %{name}-%{version}.tar.bz2
18
 Patch17:        libfprint-upeke2_6stage.diff
19
 Patch21:        libfprint-install_examples.patch
20
+# patch30 or we need glib2-devel >= 2.28
21
+Patch30:   libfprint-g_slist_free_full.patch
22
 Source99:       baselibs.conf
23
 
24
 %description
25
@@ -86,7 +88,7 @@
26
 %setup -q
27
 %patch17
28
 %patch21
29
-
30
+%patch30
31
 %build
32
 ./configure CFLAGS="$RPM_OPT_FLAGS"                             \
33
             --enable-static=no                                  \
34
@@ -94,7 +96,8 @@
35
             --libdir=%{_libdir}                                 \
36
             --mandir=%{_mandir}                                 \
37
        --sysconfdir=%{_sysconfdir}             \
38
-            --includedir=%{_includedir}
39
+            --includedir=%{_includedir}                \
40
+       --with-udev-rules-dir=%{_sysconfdir}/udev/rules.d
41
 make
42
 %if 0%{?sles_version} != 11
43
 make -C examples
44
@@ -119,7 +122,7 @@
45
 %{_libdir}/%{name}.so.*
46
 %dir %{_sysconfdir}/udev
47
 %dir %{_sysconfdir}/udev/rules.d
48
-%{_sysconfdir}/udev/rules.d/60-fprint-autosuspend.rules
49
+%config %{_sysconfdir}/udev/rules.d/60-fprint-autosuspend.rules
50
 
51
 %files devel
52
 %defattr(-, root, root)
53
[+] Added libfprint-g_slist_free_full.patch ^
Added libfprint-0.5.0.tar.bz2 ^