Accepting request 522991 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/522991 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-File-Which?expand=0&rev=27
This commit is contained in:
commit
10bad3ba23
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9def5f10316bfd944e56b7f8a2501be1d44c288325309462aa9345e340854bcc
|
|
||||||
size 21456
|
|
3
File-Which-1.22.tar.gz
Normal file
3
File-Which-1.22.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e8a8ffcf96868c6879e82645db4ff9ef00c2d8a286fed21971e7280f52cf0dd4
|
||||||
|
size 21685
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 9 05:34:17 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 1.22
|
||||||
|
see /usr/share/doc/packages/perl-File-Which/Changes
|
||||||
|
|
||||||
|
1.22 2017-09-08 14:08:59 -0400
|
||||||
|
- Support for MSYS2 ($^O eq 'msys')
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 31 18:30:51 UTC 2016 - coolo@suse.com
|
Tue May 31 18:30:51 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-File-Which
|
# spec file for package perl-File-Which
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-File-Which
|
Name: perl-File-Which
|
||||||
Version: 1.21
|
Version: 1.22
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name File-Which
|
%define cpan_name File-Which
|
||||||
Summary: Perl implementation of the which utility as an API
|
Summary: Perl implementation of the which utility as an API
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/File-Which/
|
Url: http://search.cpan.org/dist/File-Which/
|
||||||
Source0: http://www.cpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -72,6 +72,7 @@ chmod a+x corpus/test-bin-unix/0
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes LICENSE README
|
%doc author.yml Changes README
|
||||||
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user