libfreefare-0.4.0

OBS-URL: https://build.opensuse.org/package/show/hardware/libfreefare?expand=0&rev=7
This commit is contained in:
Jan Engelhardt 2013-12-24 17:37:57 +00:00 committed by Git OBS Bridge
parent 08bb77edb0
commit e4b42a2c30
4 changed files with 13 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:39e55540e9946ccac950d298435c4aa5e57c4d79274140a46c793417a12b763d
size 82352

3
libfreefare-0.4.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:48f5076d0cd13bab9f54a9bc9aa9b2c2096162c292f779d2c2194664dd8c0820
size 297844

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Dec 24 17:37:21 UTC 2013 - jengelh@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
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jun 5 15:58:17 UTC 2013 - jengelh@inai.de Wed Jun 5 15:58:17 UTC 2013 - jengelh@inai.de

View File

@ -21,8 +21,7 @@ Name: libfreefare
Summary: API for Mifare card manipulations Summary: API for Mifare card manipulations
License: LGPL-3.0+ License: LGPL-3.0+
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
# Commit 089b6006b1bdd7546f9c7b291a8b3325cbda5537 Version: 0.4.0
Version: 0.3.4+git67
Release: 0 Release: 0
Url: http://code.google.com/p/nfc-tools/ Url: http://code.google.com/p/nfc-tools/
@ -85,7 +84,7 @@ This package contains example programs using libfreefare for
inspecting and manipulating Mifare cards. inspecting and manipulating Mifare cards.
%prep %prep
%setup -qn %name %setup -q
%build %build
if [ ! -e configure ]; then if [ ! -e configure ]; then