From 8ca70bf640354d56f955e7606071b4dfac227e0f Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Dec 21 2009 10:25:18 +0000 Subject: - new upstream version - replaced %%define with %%global - BR clean up from items not applicable to current Fedora releases --- diff --git a/.cvsignore b/.cvsignore index 3312bbf..306f206 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -opensc-0.11.11.tar.gz +opensc-0.11.12.tar.gz diff --git a/opensc.spec b/opensc.spec index a3a5212..d057fdf 100644 --- a/opensc.spec +++ b/opensc.spec @@ -1,8 +1,8 @@ -%define plugindir %{_libdir}/mozilla/plugins +%global plugindir %{_libdir}/mozilla/plugins Name: opensc -Version: 0.11.11 -Release: 2%{?dist} +Version: 0.11.12 +Release: 1%{?dist} Summary: Smart card library and applications Group: System Environment/Libraries @@ -12,15 +12,12 @@ Source0: http://www.opensc-project.org/files/opensc/%{name}-%{version}.ta Patch1: %{name}-0.11.7-develconfig.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: pcsc-lite-devel >= 1.1.1 +BuildRequires: pcsc-lite-devel BuildRequires: readline-devel -# ncurses-devel for < F7 (not pulled in by readline-devel) -BuildRequires: ncurses-devel BuildRequires: openct-devel -BuildRequires: openssl-devel >= 0.9.7a +BuildRequires: openssl-devel BuildRequires: libtool-ltdl-devel BuildRequires: libtool -BuildRequires: pkgconfig Requires: pcsc-lite-libs%{?_isa} %description @@ -72,7 +69,7 @@ sed -i -e 's|/usr/local/towitoko/lib/|/usr/lib/ctapi/|' etc/opensc.conf.in --enable-doc \ --with-pcsc-provider=libpcsclite.so.1 \ --with-plugindir=%{plugindir} \ - --with-pin-entry=%{_bindir}/pinentry + --with-pinentry=%{_bindir}/pinentry make %{?_smp_mflags} @@ -157,6 +154,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Dec 21 2009 Kalev Lember - 0.11.12-1 +- new upstream version +- replaced %%define with %%global +- BR clean up from items not applicable to current Fedora releases + * Tue Dec 8 2009 Michael Schwendt - 0.11.11-2 - Explicitly BR libassuan-static in accordance with the Packaging Guidelines (libassuan-devel is still static-only). diff --git a/sources b/sources index 748384d..72a290c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9c3290f7cb82273136b1584e198157dc opensc-0.11.11.tar.gz +bc82f097bbc457962f3722474b50af5c opensc-0.11.12.tar.gz