diff --git a/File-Find-Object-v0.2.13.tar.gz b/File-Find-Object-v0.2.13.tar.gz deleted file mode 100644 index 79bbda9..0000000 --- a/File-Find-Object-v0.2.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04366a36669aa4c1dc565296e8cbb2cdb4dcd106e0e692c7d144a065ce1ac13d -size 29197 diff --git a/File-Find-Object-v0.3.2.tar.gz b/File-Find-Object-v0.3.2.tar.gz new file mode 100644 index 0000000..d1e9554 --- /dev/null +++ b/File-Find-Object-v0.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c467b6b7752bff46b7b8b84c9aabeac45bbfdab1e2224108a2e2170adb9f2b7 +size 27200 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-Find-Object.changes b/perl-File-Find-Object.changes index 77f391e..49c2643 100644 --- a/perl-File-Find-Object.changes +++ b/perl-File-Find-Object.changes @@ -1,6 +1,32 @@ +------------------------------------------------------------------- +Mon Oct 8 09:18:28 UTC 2018 - Dirk Stoecker + +- Fix autogenerated changes + +------------------------------------------------------------------- +Wed Feb 7 16:30:28 UTC 2018 - coolo@suse.com + +- updated to 0.3.2 + see /usr/share/doc/packages/perl-File-Find-Object/Changes + + 0.3.2 2017-01-13 + - Made the version number consistent across the .pm files. + - https://bitbucket.org/shlomif/perl-file-find-object/issues/1/wrong-version-number + - Thanks to aer0 for the report. + + 0.3.1 2017-01-09 + - Fixed an issue with tracking the depth of the inodes when detecting + a symlink loop. + - Detected by several cygwin reports. + + 0.3.0 2016-09-11 + - Converted the build system to Dist-Zilla. + - Part of the impetus was removing the warning about + Test::TrailingSpace needed for the trailing whitespace tests + (which in turn requires this modules) which was reported to us as a + problem by someone (despite not being a real issue). + ------------------------------------------------------------------- Fri Apr 17 11:55:40 UTC 2015 - coolo@suse.com -- initial package $version - * created by $NAME $VERSION - +- initial package 0.2.13 diff --git a/perl-File-Find-Object.spec b/perl-File-Find-Object.spec index e8e9240..b442fda 100644 --- a/perl-File-Find-Object.spec +++ b/perl-File-Find-Object.spec @@ -1,7 +1,7 @@ # # spec file for package perl-File-Find-Object # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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,25 +12,26 @@ # 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-File-Find-Object -Version: 0.2.13 +Version: 0.3.2 Release: 0 %define cpan_name File-Find-Object Summary: An object oriented File::Find replacement License: Artistic-2.0 Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/File-Find-Object/ -Source0: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-v%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-v%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Class::XSAccessor) -BuildRequires: perl(Module::Build) >= 0.360000 +BuildRequires: perl(Module::Build) >= 0.280000 BuildRequires: perl(parent) Requires: perl(Class::XSAccessor) Requires: perl(parent) @@ -48,7 +49,9 @@ function, but setting a callback is still possible. %prep %setup -q -n %{cpan_name}-v%{version} -find . -type f -print0 | xargs -0 chmod 644 +#delete backup files +rm *~ */*~ +find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %build %{__perl} Build.PL installdirs=vendor @@ -63,6 +66,7 @@ find . -type f -print0 | xargs -0 chmod 644 %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes examples LICENSE README rejects scripts +%doc Changes examples README scripts +%license LICENSE %changelog