Update to 0.68

- New upstream release 0.68
  - Fix Copyright years
  - Documentation fixes
- Use %license
This commit is contained in:
Paul Howarth 2014-08-14 13:47:45 +01:00
parent af9806f15a
commit 7ac64d6d82
2 changed files with 10 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Name: perl-IO-All
Version: 0.66
Version: 0.68
Release: 1%{?dist}
Summary: IO::All Perl module
License: GPL+ or Artistic
@ -80,7 +80,8 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
make %{?_smp_mflags} test RELEASE_TESTING=1
%files
%doc Changes CONTRIBUTING LICENSE README example/
%license LICENSE
%doc Changes CONTRIBUTING README example/
%{perl_vendorlib}/IO/
%{_mandir}/man3/IO::All.3pm*
%{_mandir}/man3/IO::All::DBM.3pm*
@ -96,6 +97,12 @@ make %{?_smp_mflags} test RELEASE_TESTING=1
%{_mandir}/man3/IO::All::Temp.3pm*
%changelog
* Thu Aug 14 2014 Paul Howarth <paul@city-fan.org> - 0.68-1
- Update to 0.68
- Fix Copyright years
- Documentation fixes
- Use %%license
* Thu Jul 17 2014 Paul Howarth <paul@city-fan.org> - 0.66-1
- Update to 0.66
- Move doc to Swim

View File

@ -1 +1 @@
89caff8ba7c903ce63913e2430b23156 IO-All-0.66.tar.gz
ce1a80b2e7bc83a9bb2ec33c7607f996 IO-All-0.68.tar.gz