corsepiu pushed to perl-Digest-JHash (f22). "Upstream update. (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Jun 10 08:47:39 UTC 2015


From 0df0c5245e5afa86d709844b1236d86986f9f27f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= <corsepiu at fedoraproject.org>
Date: Wed, 10 Jun 2015 10:41:06 +0200
Subject: Upstream update.

- Add more fine-grained BRs.

diff --git a/.gitignore b/.gitignore
index 919f0f3..2dfea44 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Digest-JHash-0.08.tar.gz
+/Digest-JHash-0.09.tar.gz
diff --git a/perl-Digest-JHash.spec b/perl-Digest-JHash.spec
index 4db0325..1ec8979 100644
--- a/perl-Digest-JHash.spec
+++ b/perl-Digest-JHash.spec
@@ -1,6 +1,6 @@
 Name:           perl-Digest-JHash
-Version:        0.08
-Release:        6%{?dist}
+Version:        0.09
+Release:        1%{?dist}
 Summary:        Perl extension for 32 bit Jenkins Hashing Algorithm
 License:        Artistic 2.0
 Group:          Development/Libraries
@@ -14,6 +14,15 @@ BuildRequires:  perl(strict)
 BuildRequires:  perl(vars)
 BuildRequires:  perl(warnings)
 
+BuildRequires:  perl(Cwd)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(IPC::Open3)
+BuildRequires:  perl(Test)
+BuildRequires:  perl(Test::More)
+
+
 # For improved testing
 BuildRequires:  perl(Test::CPAN::Changes)
 BuildRequires:  perl(Test::Pod) >= 1.00
@@ -32,6 +41,9 @@ input a message of arbitrary length and produces as output a 32-bit
 %prep
 %setup -q -n Digest-JHash-%{version}
 
+# Junk files in tarball
+rm lib/Digest/JHash.pm~ dist.ini~
+
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
 make %{?_smp_mflags}
@@ -55,6 +67,10 @@ make test RELEASE_TESTING=1
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 10 2015 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.09-1
+- Upstream update.
+- Add more fine-grained BRs.
+
 * Sat Jun 06 2015 Jitka Plesnikova <jplesnik at redhat.com> - 0.08-6
 - Perl 5.22 rebuild
 
diff --git a/sources b/sources
index 3f8e84f..724c83d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b9b01304f5043b661fcc05b5db693c6f  Digest-JHash-0.08.tar.gz
+2f89a3ee5709181b87110545fa694254  Digest-JHash-0.09.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Digest-JHash.git/commit/?h=f22&id=0df0c5245e5afa86d709844b1236d86986f9f27f


More information about the perl-devel mailing list