diff --git a/.gitignore b/.gitignore index a81f05f..5f0f34c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /Text-Soundex-3.04.tar.gz +/Text-Soundex-3.05.tar.gz diff --git a/perl-Text-Soundex.spec b/perl-Text-Soundex.spec index 7353457..593767f 100644 --- a/perl-Text-Soundex.spec +++ b/perl-Text-Soundex.spec @@ -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 - 3.05-1 +- 3.05 bump (license changed to ((Copyright only) and (GPL+ or Artistic))) + * Thu Jun 18 2015 Fedora Release Engineering - 3.04-296 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 6a01c6c..6c8bf1c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4630d47b42b92470df7b447984a71446 Text-Soundex-3.04.tar.gz +cb40ded7a5d27aa3a411d274d6ec18ae Text-Soundex-3.05.tar.gz