[perl-Verilog-Perl/f12/master] 3.302

Chitlesh GOORAH chitlesh at fedoraproject.org
Sun Aug 29 17:34:21 UTC 2010


commit 316fa9757853e9877a88dd119f84921bb05ba4d3
Author: Chitlesh Goorah <chitlesh at fedoraproject.org>
Date:   Sun Aug 29 19:34:12 2010 +0200

    3.302

 .gitignore             |    1 +
 perl-Verilog-Perl.spec |   11 +++++++++--
 sources                |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c3a58b6..2683c48 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Verilog-Perl-3.251.tar.gz
 Verilog-Perl-3.301.tar.gz
+/Verilog-Perl-3.302.tar.gz
diff --git a/perl-Verilog-Perl.spec b/perl-Verilog-Perl.spec
old mode 100755
new mode 100644
index 0104d57..372a250
--- a/perl-Verilog-Perl.spec
+++ b/perl-Verilog-Perl.spec
@@ -3,7 +3,7 @@
 %global __find_requires    %{_rpmconfigdir}/find-requires | grep -v Parser
 
 Name:          perl-Verilog-Perl
-Version:       3.301
+Version:       3.302
 Release:       1%{?dist}
 Summary:       Verilog parsing routines
 
@@ -16,11 +16,15 @@ Source0:       http://www.veripool.org/ftp/Verilog-Perl-%{version}.tar.gz
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: perl
+%if 0%{?rhel}
+BuildRequires: perl-Time-HiRes
+%endif
 BuildRequires: perl(Test::Pod)
 BuildRequires: perl(ExtUtils::MakeMaker)
 BuildRequires: perl(Digest::SHA1)
 BuildRequires: gdbm-devel
 BuildRequires: flex bison
+BuildRequires: perl-Digest-SHA
 
 Requires:      perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -75,7 +79,7 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
 
 # Free Electronic Lab : Package Self Test
 %check
-#make test
+make test
 
 
 %clean
@@ -94,6 +98,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Aug 28 2010 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> 3.302-1
+- New upstream release
+
 * Sat Aug 14 2010 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> 3.301-1
 - New upstream release
 
diff --git a/sources b/sources
index c1eba62..38b33d6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6023b74ac4d20a089db15cdc34cec538  Verilog-Perl-3.301.tar.gz
+63ca4d78d5c124cf66e804ca02571160  Verilog-Perl-3.302.tar.gz


More information about the scm-commits mailing list