[perl-Digest-SHA1] Update to 2.13, which contain segfault bugfix.

Marcela Mašláňová mmaslano at fedoraproject.org
Mon Oct 25 06:25:18 UTC 2010


commit f089f0d0afa0995bf67508dc16268fd73215e13f
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Mon Oct 25 08:22:37 2010 +0200

    Update to 2.13, which contain segfault bugfix.

 .gitignore            |    1 +
 perl-Digest-SHA1.spec |   13 +++++++------
 sources               |    2 +-
 3 files changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 36e4b15..1324519 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Digest-SHA1-2.12.tar.gz
+/Digest-SHA1-2.13.tar.gz
diff --git a/perl-Digest-SHA1.spec b/perl-Digest-SHA1.spec
index 3ab7012..d7323f0 100644
--- a/perl-Digest-SHA1.spec
+++ b/perl-Digest-SHA1.spec
@@ -1,16 +1,14 @@
 Name:           perl-Digest-SHA1
-Version:        2.12
-Release:        4%{?dist}
+Version:        2.13
+Release:        1%{?dist}
 Summary:        Digest-SHA1 Perl module
 
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Digest-SHA1/
-Source0: http://www.cpan.org/authors/id/G/GA/GAAS/Digest-SHA1-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
+Source0:        http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-SHA1-%{version}.tar.gz
 BuildRequires:  perl(ExtUtils::MakeMaker)
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 The Digest::SHA1 module allows you to use the NIST SHA-1 message
@@ -58,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Oct 25 2010 Marcela Mašláňová <mmaslano at redhat.com> - 2.13-1
+- update
+
 * Sat May 01 2010 Marcela Maslanova <mmaslano at redhat.com> - 2.12-4
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index 0db9f01..93b79a6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eeb0292868801a202bd7ead87b291374  Digest-SHA1-2.12.tar.gz
+bd22388f268434f2b24f64e28bf1aa35  Digest-SHA1-2.13.tar.gz


More information about the scm-commits mailing list