[perl-YAPE-Regex] update to 4.00

Iain Arnell iarnell at fedoraproject.org
Fri Feb 4 04:31:39 UTC 2011


commit c0eaed50c49b7bdd389e11e161c903b3afb9434c
Author: Iain Arnell <iarnell at gmail.com>
Date:   Fri Feb 4 05:31:25 2011 +0100

    update to 4.00

 .gitignore           |    1 +
 licenseinfo.txt      |   59 --------------------------------------------------
 perl-YAPE-Regex.spec |   15 ++++++------
 sources              |    2 +-
 4 files changed, 10 insertions(+), 67 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cc1a128..5ddbecd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 YAPE-Regex-3.04.tar.gz
+/YAPE-Regex-4.00.tar.gz
diff --git a/perl-YAPE-Regex.spec b/perl-YAPE-Regex.spec
index 90bc6ee..3dcfad1 100644
--- a/perl-YAPE-Regex.spec
+++ b/perl-YAPE-Regex.spec
@@ -1,13 +1,11 @@
 Name:           perl-YAPE-Regex
-Version:        3.04
-Release:        2%{?dist}
+Version:        4.00
+Release:        1%{?dist}
 Summary:        Yet Another Parser/Extractor for Regular Expressions
-# see https://rt.cpan.org/Public/Bug/Display.html?id=58040
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/YAPE-Regex/
-Source0:        http://www.cpan.org/authors/id/P/PI/PINYAN/YAPE-Regex-%{version}.tar.gz
-Source1:        licenseinfo.txt
+Source0:        http://search.cpan.org/CPAN/authors/id/G/GS/GSULLIVAN/YAPE-Regex-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -24,7 +22,6 @@ useful to extension modules.
 
 %prep
 %setup -q -n YAPE-Regex-%{version}
-cp %{SOURCE1} .
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -48,11 +45,15 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README licenseinfo.txt
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Feb 04 2011 Iain Arnell <iarnell at gmail.com> 4.00-1
+- update to latest upstream version
+- license is now explicitly stated in pod
+
 * Thu Dec 23 2010 Marcela Maslanova <mmaslano at redhat.com> - 3.04-2
 - 661697 rebuild for fixing problems with vendorach/lib
 
diff --git a/sources b/sources
index e352692..e833f1d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a9eacea3762269f183b122404714dc8e  YAPE-Regex-3.04.tar.gz
+df98f5d4b0cdf34736ecf5813b3d0dfc  YAPE-Regex-4.00.tar.gz



More information about the perl-devel mailing list