diff --git a/Text-Soundex-3.03.tar.gz b/Text-Soundex-3.03.tar.gz deleted file mode 100644 index fb6ff5a..0000000 --- a/Text-Soundex-3.03.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5c2557cbeca8575e244fbd491793a52cb4a488850cd4ed9d5183e322874b0e5 -size 8574 diff --git a/Text-Soundex-3.04.tar.gz b/Text-Soundex-3.04.tar.gz new file mode 100644 index 0000000..4f4effc --- /dev/null +++ b/Text-Soundex-3.04.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e56bb4324ee0186b908b3bd78463643affe7295624af0628e81491e910283d9 +size 9024 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b320f5 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,20 @@ +--- +#description_paragraphs: 3 +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +#preamble: |- +# BuildRequires: gcc-c++ +#post_prep: |- +# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` +# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL +#post_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: - +#./Build build flags=%{?_smp_mflags} --myflag diff --git a/perl-Text-Soundex.changes b/perl-Text-Soundex.changes index d1b56f0..1a2412c 100644 --- a/perl-Text-Soundex.changes +++ b/perl-Text-Soundex.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Apr 17 08:18:17 UTC 2015 - coolo@suse.com + +- updated to 3.04 + see /usr/share/doc/packages/perl-Text-Soundex/Changes + + 3.04 Thu Feb 7 15:53:09 EST 2013 + + The module is going to be removed from the core distribution of perl, and will + now warn (under warnings) if loaded from its installed-to-core location. + ------------------------------------------------------------------- Sun May 15 14:41:26 UTC 2011 - jw@novell.com diff --git a/perl-Text-Soundex.spec b/perl-Text-Soundex.spec index 2faea28..7bb5c6d 100644 --- a/perl-Text-Soundex.spec +++ b/perl-Text-Soundex.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Text-Soundex # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,22 +16,19 @@ # - Name: perl-Text-Soundex -Version: 3.03 -Release: 1 -License: CHECK(GPL+ or Artistic) +Version: 3.04 +Release: 0 %define cpan_name Text-Soundex Summary: Implementation of the soundex algorithm -Url: http://search.cpan.org/dist/Text-Soundex/ +License: CHECK(GPL-1.0+ or Artistic-1.0) Group: Development/Libraries/Perl -Source: http://www.cpan.org/authors/id/M/MA/MARKM/Text-Soundex-%{version}.tar.gz -# Source: Text::Soundex +Url: http://search.cpan.org/dist/Text-Soundex/ +Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build -# BuildRequires: perl(Test::Pod) perl(Test::Pod::Coverage) BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(ExtUtils::MakeMaker) %{perl_requires} %description @@ -84,12 +81,10 @@ An example of where these algorithm differ follows: %setup -q -n %{cpan_name}-%{version} %build -export AUTOMATED_TESTING=1 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" %{__make} %{?_smp_mflags} %check -export AUTOMATED_TESTING=1 %{__make} test %install @@ -97,9 +92,6 @@ export AUTOMATED_TESTING=1 %perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.files %defattr(-,root,root,755) %doc Changes README