[perl-Digest-JHash] Upstream update.

corsepiu corsepiu at fedoraproject.org
Tue Feb 4 14:06:34 UTC 2014


commit d09375fdd27ca502d8bbb76aa626e82831cb3d6d
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Tue Feb 4 15:07:04 2014 +0100

    Upstream update.
    
    - Modernize spec.

 .gitignore             |    2 +-
 perl-Digest-JHash.spec |   22 +++++++++++++---------
 sources                |    2 +-
 3 files changed, 15 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 49b9504..919f0f3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Digest-JHash-0.07.tar.gz
+/Digest-JHash-0.08.tar.gz
diff --git a/perl-Digest-JHash.spec b/perl-Digest-JHash.spec
index 382763e..7e81431 100644
--- a/perl-Digest-JHash.spec
+++ b/perl-Digest-JHash.spec
@@ -1,15 +1,21 @@
 Name:           perl-Digest-JHash
-Version:        0.07
-Release:        8%{?dist}
+Version:        0.08
+Release:        1%{?dist}
 Summary:        Perl extension for 32 bit Jenkins Hashing Algorithm
 License:        Artistic 2.0
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Digest-JHash/
 Source0:        http://www.cpan.org/authors/id/S/SH/SHLOMIF/Digest-JHash-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:  perl(DynaLoader)
+BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
 
 # For improved testing
+BuildRequires:  perl(Test::CPAN::Changes)
 BuildRequires:  perl(Test::Pod) >= 1.00
 BuildRequires:  perl(Test::Pod::Coverage) >= 1.00
 
@@ -31,8 +37,6 @@ input a message of arbitrary length and produces as output a 32-bit
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
@@ -44,17 +48,17 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %check
 make test RELEASE_TESTING=1
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/Digest*
 %{_mandir}/man3/*
 
 %changelog
+* Tue Feb 04 2014 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.08-1
+- Upstream update.
+- Modernize spec.
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.07-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index b089b3f..3f8e84f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-273adb11b5c4701dc43273d82ab26dd9  Digest-JHash-0.07.tar.gz
+b9b01304f5043b661fcc05b5db693c6f  Digest-JHash-0.08.tar.gz



More information about the perl-devel mailing list