ppisar pushed to perl-Crypt-PWSafe3 (master). "1.21 bump"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Sep 14 11:29:43 UTC 2015


From 44e05e20d77a604688a0b324dd3c3ba91562f6b8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
Date: Mon, 14 Sep 2015 13:25:34 +0200
Subject: 1.21 bump


diff --git a/.gitignore b/.gitignore
index 5f72a73..8586aae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Crypt-PWSafe3-1.16.tar.gz
+/Crypt-PWSafe3-1.21.tar.gz
diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 0000000..bd582b6
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,2 @@
+from Config import *
+addFilter("spelling-error .* (http|passwordsafe)");
diff --git a/perl-Crypt-PWSafe3.spec b/perl-Crypt-PWSafe3.spec
index 3e58ad6..4932aa3 100644
--- a/perl-Crypt-PWSafe3.spec
+++ b/perl-Crypt-PWSafe3.spec
@@ -1,43 +1,53 @@
 Name:           perl-Crypt-PWSafe3
-Version:        1.16
-Release:        3%{?dist}
+Version:        1.21
+Release:        1%{?dist}
 Summary:        Read and write Passwordsafe v3 files
 License:        Artistic 2.0
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Crypt-PWSafe3/
 Source0:        http://www.cpan.org/modules/by-module/Crypt/Crypt-PWSafe3-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+# Run-time:
 BuildRequires:  perl(Bytes::Random::Secure)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Carp::Heavy)
+BuildRequires:  perl(Config)
 BuildRequires:  perl(Crypt::CBC) >= 2.3
 BuildRequires:  perl(Crypt::ECB) >= 1.45
 BuildRequires:  perl(Crypt::Random) >= 1.25
 BuildRequires:  perl(Crypt::Twofish) >= 2.14
 BuildRequires:  perl(Data::Dumper)
+# Data::UUID 1.217 rounded two 2 digits
 BuildRequires:  perl(Data::UUID) >= 1.22
 BuildRequires:  perl(Digest::HMAC) >= 1
 BuildRequires:  perl(Digest::SHA) >= 1
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Copy)
-BuildRequires:  perl(FileHandle)
+BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Temp)
-BuildRequires:  perl(Test::More)
+BuildRequires:  perl(FileHandle)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(utf8)
 BuildRequires:  perl(vars)
+# Tests
+BuildRequires:  perl(Test::More)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       perl(Bytes::Random::Secure)
 Requires:       perl(Crypt::CBC) >= 2.3
 Requires:       perl(Crypt::ECB) >= 1.45
 Requires:       perl(Crypt::Random) >= 1.25
 Requires:       perl(Crypt::Twofish) >= 2.14
+# Data::UUID 1.217 rounded two 2 digits
 Requires:       perl(Data::UUID) >= 1.22
 Requires:       perl(Digest::HMAC) >= 1
 Requires:       perl(Digest::SHA) >= 1
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+# Filter under-specified dependencies
 %global __requires_exclude %{?__requires_exclude:__requires_exclude|}^perl\\(Crypt::CBC\\)$
 %global __requires_exclude %__requires_exclude|^perl\\(Crypt::ECB\\)$
 %global __requires_exclude %__requires_exclude|^perl\\(Crypt::Random\\)$
@@ -45,10 +55,10 @@ Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi
 %global __requires_exclude %__requires_exclude|^perl\\(Data::UUID\\)$
 %global __requires_exclude %__requires_exclude|^perl\\(Digest::HMAC\\)$
 %global __requires_exclude %__requires_exclude|^perl\\(Digest::SHA\\)$
+
 %description
 Crypt::PWSafe3 provides read and write access to password database files
-created by Password Safe V3 (and up) available at
-http://passwordsafe.sf.net.
+created by Password Safe V3 (and up) available at <http://passwordsafe.sf.net>.
 
 %prep
 %setup -q -n Crypt-PWSafe3-%{version}
@@ -59,9 +69,7 @@ make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=$RPM_BUILD_ROOT
-
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -73,6 +81,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Sep 14 2015 Petr Pisar <ppisar at redhat.com> - 1.21-1
+- 1.21 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.16-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 79fe67b..0985ac2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e2d274f26568ec012d3ef6e3faa390b6  Crypt-PWSafe3-1.16.tar.gz
+4f770e04dee6b423281bafdf7a8b0f49  Crypt-PWSafe3-1.21.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Crypt-PWSafe3.git/commit/?h=master&id=44e05e20d77a604688a0b324dd3c3ba91562f6b8


More information about the perl-devel mailing list