diff --git a/.cvsignore b/.cvsignore index 152bd8a..3dc208d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -opensc-0.11.3.tar.gz +opensc-0.11.4-rc1.tar.gz diff --git a/opensc-0.11.3-p11t-249702.patch b/opensc-0.11.3-p11t-249702.patch deleted file mode 100644 index f2e8be2..0000000 --- a/opensc-0.11.3-p11t-249702.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: src/tools/pkcs11-tool.c -=================================================================== ---- src/tools/pkcs11-tool.c (revision 3231) -+++ src/tools/pkcs11-tool.c (working copy) -@@ -117,6 +117,7 @@ - "Specify the type and length of the key to create, for example rsa:1024", - "Write an object (key, cert, data) to the card", - "Get object's CKA_VALUE attribute (use with --type)", -+ "Delete an object", - "Specify the application label of the data object (use with --type data)", - "Specify the application id of the data object (use with --type data)", - "Specify the type of object (e.g. cert, privkey, pubkey, data)", diff --git a/opensc.spec b/opensc.spec index 4785c7e..24c1c8e 100644 --- a/opensc.spec +++ b/opensc.spec @@ -1,16 +1,16 @@ %define plugindir %{_libdir}/mozilla/plugins Name: opensc -Version: 0.11.3 -Release: 3%{?dist} +Version: 0.11.4 +Release: 0.1.rc1%{?dist} Summary: Smart card library and applications Group: System Environment/Libraries License: LGPLv2+ URL: http://www.opensc-project.org/opensc/ -Source0: http://www.opensc-project.org/files/opensc/%{name}-%{version}.tar.gz +#Source0: http://www.opensc-project.org/files/opensc/%{name}-%{version}.tar.gz +Source0: http://www.opensc-project.org/files/opensc/testing/%{name}-%{version}-rc1.tar.gz Patch0: %{name}-0.11.1-develconfig.patch -Patch1: %{name}-0.11.3-p11t-249702.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: pcsc-lite-devel >= 1.1.1 @@ -54,9 +54,8 @@ OpenSC development files. %prep -%setup -q +%setup -q -n %{name}-%{version}-rc1 %patch0 -p1 -%patch1 -p0 sed -i -e 's|"/lib /usr/lib\b|"/%{_lib} %{_libdir}|' configure # lib64 rpaths f=doc/ChangeLog ; iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f cp -p src/pkcs15init/README ./README.pkcs15init @@ -146,7 +145,8 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Thu Aug 16 2007 Ville Skyttä - 0.11.3-3 +* Mon Aug 20 2007 Ville Skyttä - 0.11.4-0.1.rc1 +- 0.11.4-rc1, pkcs11-tool usage message fix applied upstream. - License: LGPLv2+ * Thu Jul 26 2007 Ville Skyttä - 0.11.3-2 diff --git a/sources b/sources index f8ef3e2..33c3528 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -10897652e1f8d08d3c953982a4237f2e opensc-0.11.3.tar.gz +63f82c0ce4cfa9cf300ab5773b784890 opensc-0.11.4-rc1.tar.gz