3.05 bump

This commit is contained in:
Petr Písař 2015-11-11 15:43:17 +01:00
parent 86e299717d
commit 29ec83a9a1
3 changed files with 15 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/Text-Soundex-3.04.tar.gz
/Text-Soundex-3.05.tar.gz

View File

@ -1,12 +1,18 @@
Name: perl-Text-Soundex
Version: 3.04
Release: 296%{?dist}
Version: 3.05
Release: 1%{?dist}
Summary: Implementation of the soundex algorithm
License: Copyright only
# The original license was (Copyright only). Since 3.05 somebody (RJBS?)
# added Perl license but kept the original license text.
License: (Copyright only) and (GPL+ or Artistic)
Group: Development/Libraries
URL: http://search.cpan.org/dist/Text-Soundex/
Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/Text-Soundex-%{version}.tar.gz
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl
BuildRequires: perl-devel
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(strict)
# Run-time:
@ -50,12 +56,16 @@ find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
make test
%files
%license LICENSE
%doc Changes README
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Text*
%{_mandir}/man3/*
%changelog
* Wed Nov 11 2015 Petr Pisar <ppisar@redhat.com> - 3.05-1
- 3.05 bump (license changed to ((Copyright only) and (GPL+ or Artistic)))
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.04-296
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
4630d47b42b92470df7b447984a71446 Text-Soundex-3.04.tar.gz
cb40ded7a5d27aa3a411d274d6ec18ae Text-Soundex-3.05.tar.gz