update to 1.23

This commit is contained in:
Tom Callaway 2015-03-27 13:52:51 -04:00
parent 481c4058db
commit e14033e98a
3 changed files with 7 additions and 7 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
Tie-IxHash-1.22.tar.gz
/Tie-IxHash-1.23.tar.gz

View File

@ -1,13 +1,12 @@
Name: perl-Tie-IxHash
Version: 1.22
Release: 17%{?dist}
Version: 1.23
Release: 1%{?dist}
Summary: Ordered associative arrays for Perl
Group: Development/Libraries
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/Tie-IxHash/
Source0: http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/Tie-IxHash-%{version}.tar.gz
Patch0: Tie-IxHash-1.22-Makefile.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@ -28,9 +27,6 @@ familiar perl array operations can also be performed on the IxHash.
%prep
%setup -q -n Tie-IxHash-%{version}
# Fix Makefile.PL to work with old ExtUtils::MakeMaker versions
%patch0 -p1
# Fix line endings
sed -i -e 's/\r$//' Changes README
@ -64,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Mar 27 2015 Tom Callaway <spot@fedoraproject.org> - 1.23-1
- update to 1.23
* Sun Sep 07 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.22-17
- Perl 5.20 rebuild

View File

@ -1 +1 @@
aae2e62df7e016fd3e8fdaaea71b0b41 Tie-IxHash-1.22.tar.gz
8393f2ced231533c3e714abad582f291 Tie-IxHash-1.23.tar.gz