[opencryptoki] new upstream release 3.1

Petr Lautrbach plautrba at fedoraproject.org
Thu Jul 24 17:31:26 UTC 2014


commit c92b26c0a07d34edd44049f2bdeb8811480ceb2e
Author: Petr Lautrbach <plautrba at redhat.com>
Date:   Thu Jul 24 15:26:11 2014 +0200

    new upstream release 3.1

 .gitignore                              |    1 +
 opencryptoki-3.0-bz1033284.patch        | 2787 -------------------------------
 opencryptoki-3.0-bz1054661.patch        |   59 -
 opencryptoki-3.0-format.patch           |   30 -
 opencryptoki-3.0-opencryptoki-man.patch |   37 -
 opencryptoki-3.0-pkcsconf-man.patch     |   35 -
 opencryptoki-3.0-unit.patch             |   24 -
 opencryptoki.spec                       |   32 +-
 sources                                 |    2 +-
 9 files changed, 9 insertions(+), 2998 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b36d45f..903742e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ opencryptoki-2.3.1.tar.gz
 /opencryptoki-2.4.3.tar.gz
 /opencryptoki-2.4.3.1-tar.gz
 /opencryptoki-v3.0.tar.gz
+/opencryptoki-v3.1.tgz
diff --git a/opencryptoki.spec b/opencryptoki.spec
index eda2e04..adbad94 100644
--- a/opencryptoki.spec
+++ b/opencryptoki.spec
@@ -2,31 +2,15 @@
 
 Name:			opencryptoki
 Summary:		Implementation of the PKCS#11 (Cryptoki) specification v2.11
-Version:		3.0
-Release:		11%{?dist}
+Version:		3.1
+Release:		1%{?dist}
 License:		CPL
 Group:			System Environment/Base
 URL:			http://sourceforge.net/projects/opencryptoki
-Source0:		http://downloads.sourceforge.net/%{name}/%{name}-v%{version}.tar.gz
+Source0:		http://downloads.sourceforge.net/%{name}/%{name}-v%{version}.tgz
 Source1:		%{name}-tmpfiles.conf
 # https://bugzilla.redhat.com/show_bug.cgi?id=732756
 Patch0:			%{name}-2.4-group.patch
-# https://bugzilla.redhat.com/show_bug.cgi?id=948460
-# http://sourceforge.net/mailarchive/message.php?msg_id=31202168
-Patch1:			%{name}-3.0-pkcsconf-man.patch
-# https://bugzilla.redhat.com/show_bug.cgi?id=995002
-# http://sourceforge.net/mailarchive/message.php?msg_id=31321105
-Patch2:			%{name}-3.0-unit.patch
-# https://bugzilla.redhat.com/show_bug.cgi?id=1001729
-# http://sourceforge.net/p/opencryptoki/opencryptoki/ci/b50eb39e3cf8ccfdb735fbddfcdae10bdb70e1c4/
-Patch3:			%{name}-3.0-opencryptoki-man.patch
-# https://bugzilla.redhat.com/show_bug.cgi?id=1033284
-# post-3.0 upstream fixes
-Patch4:			%{name}-3.0-bz1033284.patch
-# https://bugzilla.redhat.com/show_bug.cgi?id=1037228
-Patch5:			%{name}-3.0-format.patch
-# https://bugzilla.redhat.com/show_bug.cgi?id=1054661
-Patch6:			%{name}-3.0-bz1054661.patch
 Requires(pre):		shadow-utils coreutils sed
 BuildRequires:		openssl-devel
 BuildRequires:		trousers-devel
@@ -173,12 +157,6 @@ cryptographic hardware such as IBM 4764 or 4765 that uses the
 %prep
 %setup -q -n %{name}
 %patch0 -p1 -b .group
-%patch1 -p1 -b .pkcsconf-man
-%patch2 -p1 -b .unit
-%patch3 -p1 -b .opencryptoki-man
-%patch4 -p1 -b .bz1033284
-%patch5 -p1 -b .format
-%patch6 -p1 -b .bz1054661
 
 # Upstream tarball has unnecessary executable perms set on the sources
 find . -name '*.[ch]' -print0 | xargs -0 chmod -x
@@ -264,6 +242,7 @@ exit 0
 %{_sbindir}/pkcsconf
 %{_sbindir}/pkcsslotd
 %{_mandir}/man1/pkcsconf.1*
+%{_mandir}/man1/pkcsep11_migrate.1.*
 %{_mandir}/man5/%{name}.conf.5*
 %{_mandir}/man7/%{name}.7*
 %{_mandir}/man8/pkcsslotd.8*
@@ -330,6 +309,9 @@ exit 0
 
 
 %changelog
+* Thu Jul 24 2014 Petr Lautrbach <plautrba at redhat.com> 3.1-1
+- new upstream release 3.1
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 27360b6..f8c14f6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ec4e2a196c8a336d400d3b17288260af  opencryptoki-v3.0.tar.gz
+ab5f2cc8680ddedde5a86a6cd2e1817f  opencryptoki-v3.1.tgz


More information about the scm-commits mailing list