v1.03 release bump

This commit is contained in:
Petr Sabata 2011-02-02 10:10:26 +01:00
parent 435b271076
commit 38f2b543eb
3 changed files with 10 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
File-ShareDir-1.00.tar.gz
/File-ShareDir-1.02.tar.gz
/File-ShareDir-1.03.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-File-ShareDir
Version: 1.02
Release: 2%{?dist}
Version: 1.03
Release: 1%{?dist}
Summary: Locate per-dist and per-module shared files
License: GPL+ or Artistic
Group: Development/Libraries
@ -14,6 +14,9 @@ BuildRequires: perl(Test::More) >= 0.47
Requires: perl(Class::Inspector) >= 1.12
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%filter_from_requires /^perl(Class::Inspector)$/d
%filter_setup
%description
The intent of File::ShareDir is to provide a companion to Class::Inspector
and File::HomeDir, modules that take a process that is well-known by
@ -54,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Wed Feb 2 2011 Petr Sabata <psabata@redhat.com> - 1.03-1
- 1.03 version bump
* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.02-2
- 661697 rebuild for fixing problems with vendorach/lib

View File

@ -1 +1 @@
edb4b9d418a03bf9b0cf6d0fa9585c3f File-ShareDir-1.02.tar.gz
333a0903db23b9097adfbeb37b99d561 File-ShareDir-1.03.tar.gz