Accepting request 843349 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/843349 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-File-ShareDir?expand=0&rev=15
This commit is contained in:
commit
b1fa9beaa0
@ -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
BIN
File-ShareDir-1.118.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
Tue Oct 22 16:28:24 UTC 2019 - Tina Mueller <tina.mueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-File-ShareDir
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-File-ShareDir
|
Name: perl-File-ShareDir
|
||||||
Version: 1.116
|
Version: 1.118
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name File-ShareDir
|
%define cpan_name File-ShareDir
|
||||||
Summary: Locate per-dist and per-module shared files
|
Summary: Locate per-dist and per-module shared files
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
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
|
Source0: https://cpan.metacpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -86,7 +86,7 @@ of data.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%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
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
@ -102,7 +102,7 @@ make test
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes README.md
|
%doc Changes README.md testrules.yml
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user