From 1ac76e6d16d9b43d1b59e5c40d8a33b5972be80a Mon Sep 17 00:00:00 2001 From: Romuald Conty Date: Thu, 1 Mar 2012 15:19:28 +0000 Subject: [PATCH] prepare libfreefare 0.3.3 --- NEWS | 4 ++++ configure.ac | 4 ++-- debian/changelog | 6 ++++++ debian/control | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 168d282..4e88efd 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Changes between 0.3.2 and 0.3.3 [1 mar 2012] + + *) Depends on libnfc 1.6.0 + Changes between 0.3.1 and 0.3.2 [17 oct 2011] *) New API functions to ease up creation of applications with strong diff --git a/configure.ac b/configure.ac index b017cf5..2921bac 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libfreefare], [0.3.2]) +AC_INIT([libfreefare], [0.3.3]) AC_CONFIG_MACRO_DIR([m4]) @@ -57,7 +57,7 @@ AC_CHECK_LIB([crypto], [DES_ecb_encrypt], [], [AC_MSG_ERROR([Cannot find libcryp AC_CHECK_HEADERS([openssl/aes.h openssl/des.h openssl/rand.h], [], [AC_MSG_ERROR([Cannot find openssl headers.])]) # Checks for pkg-config modules. -LIBNFC_REQUIRED_VERSION="1.5.1" +LIBNFC_REQUIRED_VERSION="1.6.0" PKG_CHECK_MODULES([LIBNFC], [libnfc >= $LIBNFC_REQUIRED_VERSION], [], [AC_MSG_ERROR([libnfc >= $LIBNFC_REQUIRED_VERSION is mandatory.])]) PKG_CONFIG_REQUIRES="libnfc" diff --git a/debian/changelog b/debian/changelog index 928dfd9..66bca03 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libfreefare (0.3.3-0) unstable; urgency=low + + * New upstream version + + -- Romuald Conty Thu, 1 Mar 2012 16:42:42 +0200 + libfreefare (0.3.1-0) unstable; urgency=low * Initial debian package release diff --git a/debian/control b/debian/control index 76ecd02..2cce61a 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: libfreefare Section: libs Priority: extra Maintainer: Romuald Conty -Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf, libnfc-dev (>= 1.5.0), pkg-config, libssl-dev +Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf, libnfc-dev (>= 1.6.0), pkg-config, libssl-dev Standards-Version: 3.9.1 Homepage: http://code.google.com/p/nfc-tools/wiki/libfreefare Vcs-Svn: http://nfc-tools.googlecode.com/svn/trunk/libfreefare