Hello community,

here is the log from the commit of package libfreefare for openSUSE:Factory 
checked in at 2013-06-06 12:08:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libfreefare (Old)
 and      /work/SRC/openSUSE:Factory/.libfreefare.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libfreefare"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libfreefare/libfreefare.changes  2012-09-20 
15:33:42.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libfreefare.new/libfreefare.changes     
2013-06-06 12:08:28.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Jun  5 15:58:17 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream snapshot 0.3.4+git67
+* update for new libnfc4-1.7.0 API
+
+-------------------------------------------------------------------

Old:
----
  libfreefare-0.3.4.tar.xz

New:
----
  libfreefare-0.3.4+git67.tar.xz

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

Other differences:
------------------
++++++ libfreefare.spec ++++++
--- /var/tmp/diff_new_pack.ohVCnW/_old  2013-06-06 12:08:28.000000000 +0200
+++ /var/tmp/diff_new_pack.ohVCnW/_new  2013-06-06 12:08:28.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libfreefare
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -21,20 +21,25 @@
 Summary:        API for Mifare card manipulations
 License:        LGPL-3.0+
 Group:          Development/Libraries/C and C++
-Version:        0.3.4
+# Commit 089b6006b1bdd7546f9c7b291a8b3325cbda5537
+Version:        0.3.4+git67
 Release:        0
 Url:            http://code.google.com/p/nfc-tools/
 
+#Git-Clone:    http://code.google.com/p/libfreefare/
 Source:         %name-%version.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  xz
 %if 0%{?suse_version} >= 1140 || 0%{?fedora_version}
 BuildRequires:  pkgconfig(libcrypto)
-BuildRequires:  pkgconfig(libnfc) >= 1.6.0
+BuildRequires:  pkgconfig(libnfc) >= 1.7.0
 %else
+BuildRequires:  libnfc-devel >= 1.7.0
 BuildRequires: libopenssl-devel
-BuildRequires: libnfc-devel >= 1.6.0
 %endif
 
 %description
@@ -80,9 +85,12 @@
 inspecting and manipulating Mifare cards.
 
 %prep
-%setup -q
+%setup -qn %name
 
 %build
+if [ ! -e configure ]; then
+       autoreconf -fi
+fi
 %configure --disable-static
 make %{?_smp_mflags};
 

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

Reply via email to