[perl-Parse-ExuberantCTags] 1.02 bump

Petr Pisar ppisar at fedoraproject.org
Thu Sep 23 11:01:17 UTC 2010


commit fa4eb9beedb7c9b1353bff1ae6a1ecaac9e72c40
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Sep 23 13:01:00 2010 +0200

    1.02 bump

 .gitignore                     |    1 +
 perl-Parse-ExuberantCTags.spec |   14 ++++++++++++--
 sources                        |    2 +-
 3 files changed, 14 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ccff8c0..e931235 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Parse-ExuberantCTags-1.01.tar.gz
+/Parse-ExuberantCTags-1.02.tar.gz
diff --git a/perl-Parse-ExuberantCTags.spec b/perl-Parse-ExuberantCTags.spec
index 88e313b..e81d2ad 100644
--- a/perl-Parse-ExuberantCTags.spec
+++ b/perl-Parse-ExuberantCTags.spec
@@ -1,6 +1,6 @@
 Name:           perl-Parse-ExuberantCTags
-Version:        1.01
-Release:        3%{?dist}
+Version:        1.02
+Release:        1%{?dist}
 Summary:        Efficiently parse exuberant ctags files
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -8,9 +8,15 @@ URL:            http://search.cpan.org/dist/Parse-ExuberantCTags/
 Source0:        http://www.cpan.org/authors/id/S/SM/SMUELLER/Parse-ExuberantCTags-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+# Tests only:
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+# Filter autoloader libraries out
+%{?perl_default_filter}
+
 %description
 This Perl module parses ctags files and handles both traditional ctags as
 well as extended ctags files such as produced with Exuberant ctags. To the
@@ -48,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Sep 23 2010 Petr Pisar <ppisar at redhat.com> - 1.02-1
+- 1.02 bump
+- Do not provide private library
+
 * Tue May 04 2010 Marcela Maslanova <mmaslano at redhat.com> - 1.01-3
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index a4537ff..602cd7e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5fd5c5ef9d2fd95cc9b48ff75760374e  Parse-ExuberantCTags-1.01.tar.gz
+7ded48c5cd8061f2099c393d37979ca2  Parse-ExuberantCTags-1.02.tar.gz


More information about the scm-commits mailing list