From 9dd8586faa05204f4c2dd0143bc8580fb7fe8025 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <[email protected]>
Date: Mon, 1 Aug 2016 11:36:29 +0200
Subject: 0.08 bump
---
.gitignore | 1 +
perl-Crypt-OpenSSL-ECDSA.spec | 12 ++++++++----
sources | 2 +-
3 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/.gitignore b/.gitignore
index 7b94d26..3653ef6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/Crypt-OpenSSL-ECDSA-0.06.tar.gz
/Crypt-OpenSSL-ECDSA-0.07.tar.gz
+/Crypt-OpenSSL-ECDSA-0.08.tar.gz
diff --git a/perl-Crypt-OpenSSL-ECDSA.spec b/perl-Crypt-OpenSSL-ECDSA.spec
index 1a1434a..8d154e4 100644
--- a/perl-Crypt-OpenSSL-ECDSA.spec
+++ b/perl-Crypt-OpenSSL-ECDSA.spec
@@ -1,11 +1,12 @@
Name: perl-Crypt-OpenSSL-ECDSA
-Version: 0.07
-Release: 4%{?dist}
+Version: 0.08
+Release: 1%{?dist}
Summary: Perl extension for OpenSSL ECDSA (Elliptic Curve Digital
Signature Algorithm)
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Crypt-OpenSSL-ECDSA/
Source0:
http://www.cpan.org/authors/id/M/MI/MIKEM/Crypt-OpenSSL-ECDSA-%{version}.tar.gz
+BuildRequires: findutils
BuildRequires: openssl-devel
BuildRequires: perl
BuildRequires: perl-devel
@@ -45,8 +46,8 @@ make %{?_smp_mflags}
%install
make pure_install DESTDIR=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
+find $RPM_BUILD_ROOT -type f -name .packlist -delete
+find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete
%{_fixperms} $RPM_BUILD_ROOT/*
%check
@@ -59,6 +60,9 @@ make test
%{_mandir}/man3/*
%changelog
+* Mon Aug 01 2016 Jitka Plesnikova <[email protected]> - 0.08-1
+- 0.08 bump
+
* Thu Feb 04 2016 Fedora Release Engineering <[email protected]> -
0.07-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
diff --git a/sources b/sources
index ea76fd2..c8a6fe7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2ee0afce54f5a2bfc47b336a7400eca2 Crypt-OpenSSL-ECDSA-0.07.tar.gz
+4f2adbf2ec9cd2865b6d6cfd1defc3ee Crypt-OpenSSL-ECDSA-0.08.tar.gz
--
cgit v0.12
http://pkgs.fedoraproject.org/cgit/perl-Crypt-OpenSSL-ECDSA.git/commit/?h=f24&id=9dd8586faa05204f4c2dd0143bc8580fb7fe8025
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
[email protected]
https://lists.fedoraproject.org/admin/lists/[email protected]