diff --git a/File-Next-1.12.tar.gz b/File-Next-1.12.tar.gz deleted file mode 100644 index 59460dc..0000000 --- a/File-Next-1.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc3afd8eaf6294aba93b8152a269cc36a9df707c6dc2c149aaa04dabd869e60a -size 16842 diff --git a/File-Next-1.14.tar.gz b/File-Next-1.14.tar.gz new file mode 100644 index 0000000..f379505 --- /dev/null +++ b/File-Next-1.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90413333213018958503b3c0a4ba3108a8199d9ab13223dd25ef7124957a0437 +size 17640 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-File-Next.changes b/perl-File-Next.changes index 9922037..c594911 100644 --- a/perl-File-Next.changes +++ b/perl-File-Next.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Sun Jun 12 13:03:20 UTC 2016 - coolo@suse.com + +- updated to 1.14 + see /usr/share/doc/packages/perl-File-Next/Changes + + 1.14 Thu Jun 9 22:33:24 CDT 2016 + No changes since 1.13_02. + + + 1.13_02 Sun Jun 5 23:18:10 CDT 2016 + + [FIXES] + t/follow.t would cause failures in other tests when running in + parallel. Now it correctly uses a temp directory. + + + 1.13_01 Mon May 30 21:45:42 CDT 2016 + [FIXES] + File::Next::from_file() was incorrectly using the error_handler parm + for both error and warning handler. + + [INTERNAL] + Optimized -f/-p calls in files() to not repeat the variable. + + Use File::Temp in tests, not POSIX::tmpnam, so that it works + on Android. See https://github.com/petdance/file-next/issues/18 + Thanks, Brian Fraser. + ------------------------------------------------------------------- Wed Jun 5 14:04:00 UTC 2013 - cfarrell@suse.com diff --git a/perl-File-Next.spec b/perl-File-Next.spec index 307bea6..81d032c 100644 --- a/perl-File-Next.spec +++ b/perl-File-Next.spec @@ -1,7 +1,7 @@ # # spec file for package perl-File-Next # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -17,20 +17,19 @@ Name: perl-File-Next -Version: 1.12 +Version: 1.14 Release: 0 %define cpan_name File-Next Summary: File-finding iterator -License: Artistic-2.0 +License: This program is free software and you can redistribute it and/or modify it under the terms of the Artistic License version 2.0. Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/File-Next/ -Source: http://www.cpan.org/authors/id/P/PE/PETDANCE/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/P/PE/PETDANCE/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Test::More) >= 0.88 -#BuildRequires: perl(File::Next) -#BuildRequires: perl(Util) Requires: perl(Test::More) >= 0.88 %{perl_requires}