[perl-Verilog-Perl] 3.301

Chitlesh GOORAH chitlesh at fedoraproject.org
Sat Aug 14 10:42:55 UTC 2010


commit 756a2575d957d4870e7d0ea2a8111717625d045a
Author: Chitlesh <chitlesh at goorah.localdomain>
Date:   Sat Aug 14 12:42:38 2010 +0200

    3.301

 .gitignore             |    1 +
 perl-Verilog-Perl.spec |   16 ++++++++++------
 sources                |    2 +-
 3 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c5fafaa..797efe7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Verilog-Perl-3.300-beta1.tgz
+Verilog-Perl-3.301.tar.gz
diff --git a/perl-Verilog-Perl.spec b/perl-Verilog-Perl.spec
old mode 100644
new mode 100755
index fcc4de6..0104d57
--- a/perl-Verilog-Perl.spec
+++ b/perl-Verilog-Perl.spec
@@ -3,18 +3,19 @@
 %global __find_requires    %{_rpmconfigdir}/find-requires | grep -v Parser
 
 Name:          perl-Verilog-Perl
-Version:       3.300
-Release:       1.beta1%{?dist}
+Version:       3.301
+Release:       1%{?dist}
 Summary:       Verilog parsing routines
 
 License:       LGPLv3 or Artistic 2.0
 Group:         Applications/Engineering
 
 URL:           http://www.veripool.org/wiki/verilog-perl
-Source0:       http://www.veripool.org/ftp/Verilog-Perl-%{version}-beta1.tgz
+Source0:       http://www.veripool.org/ftp/Verilog-Perl-%{version}.tar.gz
 
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+BuildRequires: perl
 BuildRequires: perl(Test::Pod)
 BuildRequires: perl(ExtUtils::MakeMaker)
 BuildRequires: perl(Digest::SHA1)
@@ -31,7 +32,7 @@ This package provides functions to support writing utilities
 that use the Verilog language.
 
 %prep
-%setup -q -n Verilog-Perl-%{version}-beta1
+%setup -q -n Verilog-Perl-%{version}
 
 #Filtering Requires: and Provides
 cat << \EOF > %{name}-prov
@@ -40,7 +41,7 @@ cat << \EOF > %{name}-prov
 sed -e '/perl(mypackage)/d' -e '/perl(imp_test_pkg)/d'
 EOF
 
-%global __perl_provides %{_builddir}/Verilog-Perl-%{version}-beta1/%{name}-prov
+%global __perl_provides %{_builddir}/Verilog-Perl-%{version}/%{name}-prov
 chmod +x %{__perl_provides}
 
 cat << \EOF > %{name}-req
@@ -49,7 +50,7 @@ cat << \EOF > %{name}-req
 sed -e '/perl(mypackage)/d' -e '/perl(imp_test_pkg)/d'
 EOF
 
-%global __perl_requires %{_builddir}/Verilog-Perl-%{version}-beta1/%{name}-req
+%global __perl_requires %{_builddir}/Verilog-Perl-%{version}/%{name}-req
 chmod +x %{__perl_requires}
 
 %build
@@ -93,6 +94,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Aug 14 2010 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> 3.301-1
+- New upstream release
+
 * Sun Jul 11 2010 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> 3.300-1.beta1
 - New upstream beta release which supports 99% of the SystemVerilog 2009 standard
 
diff --git a/sources b/sources
index ab4877f..c1eba62 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1a924e9d0059d3c84d44a861158ac5b6  Verilog-Perl-3.300-beta1.tgz
+6023b74ac4d20a089db15cdc34cec538  Verilog-Perl-3.301.tar.gz


More information about the scm-commits mailing list