From 0cbb56e6b1df2432abfdbe83b32ae7210c754d01 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: May 18 2011 12:03:50 +0000 Subject: Update to 0.12.1 (#705743) Removed BR libtool-ltdl-devel to build with glibc's libdl instead. --- diff --git a/.gitignore b/.gitignore index 993cbe9..2ce2a10 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ opensc-0.11.13.tar.gz /opensc-0.12.0.tar.gz +/opensc-0.12.1.tar.gz diff --git a/opensc.spec b/opensc.spec index 2515ddc..5fb2e37 100644 --- a/opensc.spec +++ b/opensc.spec @@ -1,6 +1,6 @@ Name: opensc -Version: 0.12.0 -Release: 4%{?dist} +Version: 0.12.1 +Release: 1%{?dist} Summary: Smart card library and applications Group: System Environment/Libraries @@ -12,7 +12,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: pcsc-lite-devel BuildRequires: readline-devel BuildRequires: openssl-devel -BuildRequires: libtool-ltdl-devel BuildRequires: /usr/bin/xsltproc BuildRequires: docbook-style-xsl Requires: pcsc-lite-libs%{?_isa} @@ -88,7 +87,6 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/pkcs15-crypt %{_bindir}/pkcs15-init %{_bindir}/pkcs15-tool -%{_bindir}/rutoken-tool %{_bindir}/westcos-tool %{_libdir}/lib*.so.* %{_libdir}/onepin-opensc-pkcs11.so @@ -101,9 +99,11 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/opensc/ %{_mandir}/man1/cardos-tool.1* %{_mandir}/man1/cryptoflex-tool.1* +%{_mandir}/man1/eidenv.1* %{_mandir}/man1/netkey-tool.1* %{_mandir}/man1/opensc-explorer.* %{_mandir}/man1/opensc-tool.1* +%{_mandir}/man1/piv-tool.1* %{_mandir}/man1/pkcs11-tool.1* %{_mandir}/man1/pkcs15-crypt.1* %{_mandir}/man1/pkcs15-init.1* @@ -113,6 +113,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed May 18 2011 Kalev Lember - 0.12.1-1 +- Update to 0.12.1 (#705743) +- Removed BR libtool-ltdl-devel to build with glibc's libdl instead + * Tue Apr 12 2011 Tomas Mraz - 0.12.0-4 - drop multilib conflicting and duplicated doc file (#695368) diff --git a/sources b/sources index 238b40f..41b47b6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -630fa3b8717d22a1d069d120153a0c52 opensc-0.12.0.tar.gz +62fe8d3ed1864556c1970d7c23d8d58e opensc-0.12.1.tar.gz