Hello community,

here is the log from the commit of package libfprint for openSUSE:Factory 
checked in at 2012-05-26 13:11:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libfprint (Old)
 and      /work/SRC/openSUSE:Factory/.libfprint.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libfprint", Maintainer is "thoe...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libfprint/libfprint.changes      2011-12-05 
12:44:28.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libfprint.new/libfprint.changes 2012-05-26 
13:11:46.000000000 +0200
@@ -1,0 +2,9 @@
+Sun May 20 21:07:39 UTC 2012 - zai...@opensuse.org
+
+- Add libtool as buildrequires.
+- Run autoreconf -fi before ./configure due to
+  libfprint-install_examples.patch, fixes build on factory.
+- Listing files in subpackage examples explicitly so we don't loose
+  any on future upgrades.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libfprint.spec ++++++
--- /var/tmp/diff_new_pack.HiG1Ao/_old  2012-05-26 13:11:48.000000000 +0200
+++ /var/tmp/diff_new_pack.HiG1Ao/_new  2012-05-26 13:11:48.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libfprint
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -14,9 +14,13 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  glib2-devel
+# Needed for patch21
+BuildRequires:  libtool
 BuildRequires:  libusb-devel
 BuildRequires:  mozilla-nss-devel
 BuildRequires:  pkgconfig
@@ -24,12 +28,12 @@
 
 Name:           libfprint
 Url:            http://reactivated.net/fprint
-License:        LGPL-2.1
-Group:          Development/Libraries/C and C++
 PreReq:         %fillup_prereq
 Version:        0.3.0
 Release:        0
 Summary:        Library for fingerprint reader support
+License:        LGPL-2.1
+Group:          Development/Libraries/C and C++
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        %{name}-%{version}.tar.bz2
 Patch17:        libfprint-upeke2_6stage.diff
@@ -44,6 +48,7 @@
 
 %package -n libfprint0
 Summary:        Library for fingerprint reader support
+Group:          Development/Libraries/C and C++
 Provides:       %{name} = %{version}
 Obsoletes:      libthinkfinger <= 0.3
 Provides:       libthinkfinger = 0.3
@@ -56,8 +61,16 @@
 
 %package devel
 Summary:        Library for fingerprint reader support (developer files)
-Requires:       libfprint = %{version} libfprint0 = %{version} glibc-devel 
libusb-devel glib2-devel ImageMagick-devel libopenssl-devel zlib-devel
+Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}
+Requires:       ImageMagick-devel
+Requires:       glib2-devel
+Requires:       glibc-devel
+Requires:       libfprint = %{version}
+Requires:       libfprint0 = %{version}
+Requires:       libopenssl-devel
+Requires:       libusb-devel
+Requires:       zlib-devel
 
 %description devel
 This package contains the header files, static libraries and
@@ -66,6 +79,7 @@
 
 %package examples
 Summary:        Library for fingerprint reader support (example programs)
+Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}
 
 %description examples
@@ -81,6 +95,8 @@
 %patch21
 
 %build
+# Needed for patch21
+autoreconf -fi
 ./configure CFLAGS="$RPM_OPT_FLAGS"                             \
             --enable-static=no                                  \
             --prefix=%{_prefix}                                 \
@@ -118,6 +134,9 @@
 
 %files examples
 %defattr(-, root, root)
-%{_bindir}/*
+%{_bindir}/enroll
+%{_bindir}/img_capture
+%{_bindir}/verify
+%{_bindir}/verify_live
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to