[perl-Symbol-Util] Update to 0.0203

Emmanuel Seyman eseyman at fedoraproject.org
Mon Mar 19 07:32:27 UTC 2012


commit b86cf3fc084ac7d08f1bd922f9802f896e575f03
Author: Emmanuel Seyman <emmanuel.seyman at club-internet.fr>
Date:   Mon Mar 19 08:32:22 2012 +0100

    Update to 0.0203

 .gitignore            |    1 +
 perl-Symbol-Util.spec |   13 ++++++++-----
 sources               |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a620cb3..8195cdf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Symbol-Util-0.0202.tar.gz
+/Symbol-Util-0.0203.tar.gz
diff --git a/perl-Symbol-Util.spec b/perl-Symbol-Util.spec
index 5e915dc..c3de4ca 100644
--- a/perl-Symbol-Util.spec
+++ b/perl-Symbol-Util.spec
@@ -1,6 +1,6 @@
 Name:           perl-Symbol-Util
-Version:        0.0202
-Release:        9%{?dist}
+Version:        0.0203
+Release:        1%{?dist}
 Summary:        Additional utilities for Perl symbols manipulation
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -20,7 +20,7 @@ manipulation.
 %prep
 %setup -q -n Symbol-Util-%{version}
 chmod -x xt/cover.pl
-chmod -x eg/delete_glob.pl
+chmod -x examples/delete_glob.pl
 
 %build
 %{__perl} Build.PL installdirs=vendor
@@ -36,12 +36,15 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 ./Build test
 
 %files
-%doc Changes eg LICENSE README xt
+%doc Changes examples LICENSE README xt
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
-* Sun Mar 11 2012 Emmanuel Seyman <emmanuel.seyman at club-internet.fr - 0.0202-9
+* Mon Mar 19 2012 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 0.0203-1
+- Update to 0.0203
+
+* Sun Mar 11 2012 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 0.0202-9
 - Clean up spec file
 
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0202-8
diff --git a/sources b/sources
index 585e646..4e2b362 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7432a8c76519b302ef97da22a5ba8fb1  Symbol-Util-0.0202.tar.gz
+e32e67236e68281184e8017aa6158ffd  Symbol-Util-0.0203.tar.gz



More information about the perl-devel mailing list