diff --git a/Array-Diff-0.07.tar.gz b/Array-Diff-0.07.tar.gz deleted file mode 100644 index 4fe4fa2..0000000 --- a/Array-Diff-0.07.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78e7d3a3374c74e117b7198f8e6649367a2906561b8a485d3870f242fa8f8346 -size 52126 diff --git a/Array-Diff-0.08.tar.gz b/Array-Diff-0.08.tar.gz new file mode 100644 index 0000000..2a4ae57 --- /dev/null +++ b/Array-Diff-0.08.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ee55e2f5ae7ddfb623bf4ad5c3e051d3d0790274ab50fdc9c7da28e125f251b +size 11196 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..76ad4a4 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,28 @@ +--- +#description_paragraphs: 3 +#description: |- +# override description from CPAN +#summary: override summary from CPAN +#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_build: |- +# rm unused.files +#post_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: |- +#./Build build flags=%{?_smp_mflags} --myflag +#custom_test: |- +#startserver && make test +#ignore_requires: Bizarre::Module diff --git a/perl-Array-Diff.changes b/perl-Array-Diff.changes index 8c1f093..a4230a0 100644 --- a/perl-Array-Diff.changes +++ b/perl-Array-Diff.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu May 9 05:02:31 UTC 2019 - Stephan Kulow + +- updated to 0.08 + see /usr/share/doc/packages/perl-Array-Diff/Changes + + 0.08 2019-05-08 NEILB + - First non-developer release since switching to Dist::Zilla + + 0.07_03 2019-05-08 NEILB + - Added Array::Compare to SEE ALSO + - Added List::Compare to SEE ALSO + - Really just making another developer release, as PAUSE and then + CPAN Testers had issues, so previous dev releases didn't get much + testing. + + 0.07_02 2019-05-07 NEILB + - Added a bunch of entries to SEE ALSO. + + 0.07_01 2019-05-06 NEILB + - Added version dependency for Algorithm::Diff in Array/Diff.pm + - Switched to Dist::Zilla + ------------------------------------------------------------------- Sun Oct 7 12:24:47 UTC 2018 - Dirk Stoecker diff --git a/perl-Array-Diff.spec b/perl-Array-Diff.spec index 6faf287..d31df84 100644 --- a/perl-Array-Diff.spec +++ b/perl-Array-Diff.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Array-Diff # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,47 +12,45 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: perl-Array-Diff -Version: 0.07 +Version: 0.08 Release: 0 %define cpan_name Array-Diff Summary: Find the differences between two arrays -License: Artistic-1.0 or GPL-1.0+ +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Array-Diff/ -Source: http://www.cpan.org/authors/id/T/TY/TYPESTER/%{cpan_name}-%{version}.tar.gz +Url: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Algorithm::Diff) >= 1.19 BuildRequires: perl(Class::Accessor::Fast) -BuildRequires: perl(Module::Install) Requires: perl(Algorithm::Diff) >= 1.19 Requires: perl(Class::Accessor::Fast) -Recommends: perl(Algorithm::Diff::XS) %{perl_requires} %description This module compares two arrays and returns the added or deleted elements -in two separate arrays. It's a simple wrapper around the Algorithm::Diff -manpage. +in two separate arrays. It's a simple wrapper around Algorithm::Diff. -And if you need more complex array tools, check the Array::Compare manpage. +And if you need more complex array tools, check Array::Compare. %prep %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install @@ -61,6 +59,7 @@ And if you need more complex array tools, check the Array::Compare manpage. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE README +%doc Changes README +%license LICENSE %changelog