commit libfreefare for openSUSE:Factory

2015-03-25 Thread h_root
Hello community,

here is the log from the commit of package libfreefare for openSUSE:Factory 
checked in at 2015-03-25 21:05:33

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  2014-01-03 
19:44:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.libfreefare.new/libfreefare.changes 
2015-03-25 21:32:51.0 +0100
@@ -1,0 +2,5 @@
+Tue Mar 17 21:13:52 UTC 2015 - jeng...@inai.de
+
+- Place new homepage URL and use source URL.
+
+---

Old:

  libfreefare-0.4.0.tar.xz

New:

  libfreefare-0.4.0.tar.gz



Other differences:
--
++ libfreefare.spec ++
--- /var/tmp/diff_new_pack.lMIbUW/_old  2015-03-25 21:32:52.0 +0100
+++ /var/tmp/diff_new_pack.lMIbUW/_new  2015-03-25 21:32:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libfreefare
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,22 +23,22 @@
 Group:  Development/Libraries/C and C++
 Version:0.4.0
 Release:0
-Url:http://code.google.com/p/nfc-tools/
+Url:https://github.com/nfc-tools/libfreefare/
 
-#Git-Clone:http://code.google.com/p/libfreefare/
-Source: %name-%version.tar.xz
+#Git-Clone:git://github.com/nfc-tools/libfreefare/
+Source: 
https://github.com/nfc-tools/libfreefare/archive/%name-%version.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libtool
-BuildRequires:  pkgconfig
+BuildRequires:  pkg-config
 BuildRequires:  xz
-%if 0%{?suse_version} = 1140 || 0%{?fedora_version}
-BuildRequires:  pkgconfig(libcrypto)
-BuildRequires:  pkgconfig(libnfc) = 1.7.0
-%else
+%if 0%{?suse_version} == 1110
 BuildRequires:  libnfc-devel = 1.7.0
 BuildRequires:  libopenssl-devel
+%else
+BuildRequires:  pkgconfig(libcrypto)
+BuildRequires:  pkgconfig(libnfc) = 1.7.0
 %endif
 
 %description
@@ -84,7 +84,7 @@
 inspecting and manipulating Mifare cards.
 
 %prep
-%setup -q
+%setup -qn %name-%name-%version
 
 %build
 if [ ! -e configure ]; then
@@ -95,7 +95,7 @@
 
 %install
 b=%buildroot;
-make install DESTDIR=$b;
+%make_install
 rm -f $b/%_libdir/*.la;
 
 %post -n %lname -p /sbin/ldconfig

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



commit libfreefare for openSUSE:Factory

2014-01-03 Thread h_root
Hello community,

here is the log from the commit of package libfreefare for openSUSE:Factory 
checked in at 2014-01-03 19:44:06

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  2013-06-06 
12:08:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.libfreefare.new/libfreefare.changes 
2014-01-03 19:44:08.0 +0100
@@ -1,0 +2,8 @@
+Tue Dec 24 17:37:21 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 0.4.0
+* add support for 7-byte UID MIFARE Classic cards
+* add support Infineon Mifare Classic 1k
+* add test default ULC key in mifare-ultralight-info
+
+---

Old:

  libfreefare-0.3.4+git67.tar.xz

New:

  libfreefare-0.4.0.tar.xz



Other differences:
--
++ libfreefare.spec ++
--- /var/tmp/diff_new_pack.ovQpDq/_old  2014-01-03 19:44:09.0 +0100
+++ /var/tmp/diff_new_pack.ovQpDq/_new  2014-01-03 19:44:09.0 +0100
@@ -21,8 +21,7 @@
 Summary:API for Mifare card manipulations
 License:LGPL-3.0+
 Group:  Development/Libraries/C and C++
-# Commit 089b6006b1bdd7546f9c7b291a8b3325cbda5537
-Version:0.3.4+git67
+Version:0.4.0
 Release:0
 Url:http://code.google.com/p/nfc-tools/
 
@@ -85,7 +84,7 @@
 inspecting and manipulating Mifare cards.
 
 %prep
-%setup -qn %name
+%setup -q
 
 %build
 if [ ! -e configure ]; then

++ libfreefare-0.3.4+git67.tar.xz - libfreefare-0.4.0.tar.xz ++
 51088 lines of diff (skipped)

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



commit libfreefare for openSUSE:Factory

2013-06-06 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.libfreefare.new/libfreefare.changes 
2013-06-06 12:08:28.0 +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.0 +0200
+++ /var/tmp/diff_new_pack.ohVCnW/_new  2013-06-06 12:08:28.0 +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



commit libfreefare for openSUSE:Factory

2012-09-20 Thread h_root
Hello community,

here is the log from the commit of package libfreefare for openSUSE:Factory 
checked in at 2012-09-20 15:33:42

Comparing /work/SRC/openSUSE:Factory/libfreefare (Old)
 and  /work/SRC/openSUSE:Factory/.libfreefare.new (New)


Package is libfreefare, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-08-23 02:41:28.555381587 +0200
+++ /work/SRC/openSUSE:Factory/.libfreefare.new/libfreefare.changes 
2012-09-20 15:33:42.0 +0200
@@ -0,0 +1,4 @@
+---
+Fri Jun 15 17:47:46 UTC 2012 - jeng...@inai.de
+
+- Initial package for build.opensuse.org

New:

  libfreefare-0.3.4.tar.xz
  libfreefare.changes
  libfreefare.spec



Other differences:
--
++ libfreefare.spec ++
#
# spec file for package libfreefare
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:   libfreefare
%define lname   libfreefare0
Summary:API for Mifare card manipulations
License:LGPL-3.0+
Group:  Development/Libraries/C and C++
Version:0.3.4
Release:0
Url:http://code.google.com/p/nfc-tools/

Source: %name-%version.tar.xz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  pkgconfig
BuildRequires:  xz
%if 0%{?suse_version} = 1140 || 0%{?fedora_version}
BuildRequires:  pkgconfig(libcrypto)
BuildRequires:  pkgconfig(libnfc) = 1.6.0
%else
BuildRequires:  libopenssl-devel
BuildRequires:  libnfc-devel = 1.6.0
%endif

%description
The libfreefare project aims to provide a convenient API for Mifare
card manipulations. Supported tags include: Classic 1k/4k, DESFire
2K/4K/8K, Ultralight/C. Supported features include: Mifare
Application Directory (MAD) v1-v3.

%package -n %lname
Summary:Library for Mifare card manipulations
Group:  System/Libraries

%description -n %lname
The libfreefare project aims to provide a convenient API for Mifare
card manipulations. Supported tags include: Classic 1k/4k, DESFire
2K/4K/8K, Ultralight/C. Supported features include: Mifare
Application Directory (MAD) v1-v3.

%package devel
Summary:Development files for the Mifare card manipulation library
Group:  Development/Libraries/C and C++
Requires:   %lname = %version

%description devel
The libfreefare project aims to provide a convenient API for Mifare
card manipulations. Supported tags include: Classic 1k/4k, DESFire
2K/4K/8K, Ultralight/C. Supported features include: Mifare
Application Directory (MAD) v1-v3.

This package contains the libfreefare development files.

%package tools
Summary:Tools for Mifare cards
Group:  Hardware/Other

%description tools
The libfreefare project aims to provide a convenient API for Mifare
card manipulations. Supported tags include: Classic 1k/4k, DESFire
2K/4K/8K, Ultralight/C. Supported features include: Mifare
Application Directory (MAD) v1-v3.

This package contains example programs using libfreefare for
inspecting and manipulating Mifare cards.

%prep
%setup -q

%build
%configure --disable-static
make %{?_smp_mflags};

%install
b=%buildroot;
make install DESTDIR=$b;
rm -f $b/%_libdir/*.la;

%post -n %lname -p /sbin/ldconfig

%postun -n %lname -p /sbin/ldconfig

%files -n %lname
%defattr(-,root,root)
%_libdir/libfreefare.so.0*

%files devel
%defattr(-,root,root)
%_includedir/freefare.h
%_mandir/man3/*.3*
%_libdir/libfreefare.so
%_libdir/pkgconfig/libfreefare.pc

%files tools
%defattr(-,root,root)
%_bindir/mifare-*

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