diff --git a/File-ShareDir-1.116.tar.gz b/File-ShareDir-1.116.tar.gz deleted file mode 100644 index 45034c4..0000000 --- a/File-ShareDir-1.116.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59d90bfdf98c4656ff4173e62954ea8cf0de66565e35d108ecd7050596cb8328 -size 27487 diff --git a/File-ShareDir-1.118.tar.gz b/File-ShareDir-1.118.tar.gz new file mode 100644 index 0000000..7bab183 --- /dev/null +++ b/File-ShareDir-1.118.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bb2a20ba35df958dc0a4f2306fc05d903d8b8c4de3c8beefce17739d281c958 +size 29631 diff --git a/perl-File-ShareDir.changes b/perl-File-ShareDir.changes index ac68211..e66f1d4 100644 --- a/perl-File-ShareDir.changes +++ b/perl-File-ShareDir.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Thu Oct 22 03:13:44 UTC 2020 - Tina Müller + +- updated to 1.118 + see /usr/share/doc/packages/perl-File-ShareDir/Changes + + 1.118 2020-10-21 + - Releasing 1.117_001 without further changes + + 1.117_001 2020-09-25 + - fix failing test of dependencies after in 1.116 (from 1.112), + thanks to Dirk Stöcker for reporting via RT#127376 and + Mohammad S Anwar (@manwar) for providing the fix via Github + PR#14 + - Fix RT#133368 (PR#15): Fix running tests in parallel submitted + by Kent Fredric (KENTNL) and fix provided by Tom Hukins (@tomhukins) + - Fix RT#125907: spelling error in manpage - thanks to Lucas Kanashiro + for reporting and Graham Knop (@haarg) for kicking me by submitting + PR#17 + ------------------------------------------------------------------- Tue Oct 22 16:28:24 UTC 2019 - Tina Mueller diff --git a/perl-File-ShareDir.spec b/perl-File-ShareDir.spec index 76f09fb..ee59b11 100644 --- a/perl-File-ShareDir.spec +++ b/perl-File-ShareDir.spec @@ -1,7 +1,7 @@ # # spec file for package perl-File-ShareDir # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: perl-File-ShareDir -Version: 1.116 +Version: 1.118 Release: 0 %define cpan_name File-ShareDir Summary: Locate per-dist and per-module shared files License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: https://metacpan.org/release/%{cpan_name} +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch @@ -86,7 +86,7 @@ of data. %prep %setup -q -n %{cpan_name}-%{version} -find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" -print0 | xargs -0 chmod 644 +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor @@ -102,7 +102,7 @@ make test %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes README.md +%doc Changes README.md testrules.yml %license LICENSE %changelog