Bump to 0.57

This commit is contained in:
Tom Callaway 2006-02-28 23:47:09 +00:00
parent 5865b540be
commit 7bf61dcd5c
3 changed files with 8 additions and 4 deletions

View File

@ -1 +1,2 @@
version-0.51.tar.gz
version-0.57.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-version
Version: 0.51
Release: 3%{?dist}
Version: 0.57
Release: 1%{?dist}
Summary: Perl extension for Version Objects
Group: Development/Libraries
License: GPL or Artistic
@ -16,7 +16,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%prep
%setup -q -n version-%{version}
sed -i "s|#!perl|#!%{__perl}|" lib/version.pm lib/version/vxs.pm
sed -i "s|#!perl|#!%{__perl}|" lib/version.pm vutil/vxs.pm
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Feb 28 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.57-1
- bump to 0.57
* Mon Jan 9 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.51-3
- one sed line only, not global, using __perl

View File

@ -1 +1 @@
76e97f1d2d19f93fa28179fdc7704d95 version-0.51.tar.gz
93f3ced0c0036370d6aafd3273fb9091 version-0.57.tar.gz