Accepting request 317870 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/317870
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-File-Which?expand=0&rev=25
This commit is contained in:
Dominique Leuenberger 2015-07-27 07:08:53 +00:00 committed by Git OBS Bridge
commit ec33681bfe
4 changed files with 15 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:964918a867bef2ce8b63786e24e947b249d4c0626d2d98b7c9a2155328f1391c
size 20538

3
File-Which-1.19.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4bad2708c7efa1e756a94c285a64eebbedf9335d2da1b7d3bbed6409c86e9656
size 21165

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Jul 22 08:54:32 UTC 2015 - coolo@suse.com
- updated to 1.19
see /usr/share/doc/packages/perl-File-Which/Changes
1.19 2015-07-21 09:23:54 -0400
- Relax required Perl back to 5.6.x as this module is upriver to
a large number of modules
- No non-core requirements back to 5.6.2
-------------------------------------------------------------------
Tue May 5 08:20:44 UTC 2015 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-File-Which
Version: 1.18
Version: 1.19
Release: 0
%define cpan_name File-Which
Summary: Perl implementation of the which utility as an API
@ -30,7 +30,6 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::More) >= 0.94
%{perl_requires}
%description