Accepting request 30398 from devel:languages:perl

Copy from devel:languages:perl/perl-File-Which based on submit request 30398 from user anicka

OBS-URL: https://build.opensuse.org/request/show/30398
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-File-Which?expand=0&rev=7
This commit is contained in:
OBS User autobuild 2010-01-25 15:43:14 +00:00 committed by Git OBS Bridge
parent a2233a20e1
commit 22351042a7
4 changed files with 18 additions and 6 deletions

View File

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

3
File-Which-1.09.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jan 25 13:39:52 CET 2010 - anicka@suse.cz
- update to 1.09
* Set svn:executable for the exe files so cygwin tests work
* Fixing pwhich
* Adding a proper test for it
* Adds a dependency on Test::Script 1.08
-------------------------------------------------------------------
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de

View File

@ -1,5 +1,5 @@
#
# spec file for package perl-File-Which (Version 1.07 )
# spec file for package perl-File-Which (Version 1.09 )
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -20,8 +20,9 @@
Name: perl-File-Which
Url: http://cpan.org/modules/by-module/File/
Version: 1.07
Release: 2
Version: 1.09
Release: 1
BuildRequires: perl-Test-Script
Requires: perl = %{perl_version}
AutoReqProv: on
Group: Development/Libraries/Perl
@ -49,6 +50,8 @@ Authors:
%build
perl Makefile.PL
make %{?_smp_mflags}
%check
make test
%install