Accepting request 843339 from devel:languages:perl:autoupdate

- 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

OBS-URL: https://build.opensuse.org/request/show/843339
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-ShareDir?expand=0&rev=25
This commit is contained in:
Dirk Stoecker 2020-10-22 08:09:16 +00:00 committed by Git OBS Bridge
parent 046eb826ff
commit 04d4d0cc3b
4 changed files with 28 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:59d90bfdf98c4656ff4173e62954ea8cf0de66565e35d108ecd7050596cb8328
size 27487

BIN
File-ShareDir-1.118.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu Oct 22 03:13:44 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- 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 <tina.mueller@suse.com>

View File

@ -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