From e1a0499af59429d9c91c3211576f5631e0d72b81 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Thu, 19 Nov 2009 12:04:07 +0000 Subject: [PATCH] Updated to ccid 1.3.11 --- .cvsignore | 2 +- ccid.spec | 17 +++++++++-------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.cvsignore b/.cvsignore index f197d63..8c7d5d9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -ccid-1.3.9.tar.bz2 +ccid-1.3.11.tar.bz2 diff --git a/ccid.spec b/ccid.spec index 2e570b3..3465610 100644 --- a/ccid.spec +++ b/ccid.spec @@ -1,17 +1,17 @@ %define dropdir %(pkg-config libpcsclite --variable usbdropdir 2>/dev/null) %define libusb_ver 0.1.7 -%define pcsc_lite_ver 1.3.3 -%define upstream_build 2656 +%define pcsc_lite_ver 1.5.3 +%define upstream_build 3080 Name: ccid -Version: 1.3.9 -Release: 2%{dist} +Version: 1.3.11 +Release: 1%{dist} Summary: Generic USB CCID smart card reader driver Group: System Environment/Libraries License: LGPLv2+ URL: http://pcsclite.alioth.debian.org/ccid.html -Source0: http://alioth.debian.org/download.php/%{upstream-build}/%{name}-%{version}.tar.bz2 +Source0: http://alioth.debian.org/download.php/%{upstream_build}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libusb-devel >= %{libusb_ver} @@ -31,9 +31,6 @@ Generic USB CCID (Chip/Smart Card Interface Devices) driver. %prep %setup -q -for f in ChangeLog README ; do - iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f -done %build @@ -78,6 +75,10 @@ exit 0 %changelog +* Wed Nov 19 2009 Kalev Lember - 1.3.11-1 +- Updated to ccid 1.3.11 +- Removed iso-8859-1 to utf-8 conversion as the files are in utf-8 now + * Fri Jul 24 2009 Fedora Release Engineering - 1.3.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index f1ef32e..2365a74 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4459f8389d9b3e086e2e2ed09b0e2f58 ccid-1.3.9.tar.bz2 +727dc7eb4d560f81fe70a766a96de970 ccid-1.3.11.tar.bz2