OBS User unknown 2009-08-03 17:38:49 +00:00 committed by Git OBS Bridge
parent 230461e267
commit dd23f86b19
4 changed files with 22 additions and 9 deletions

View File

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

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

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Aug 3 15:45:01 CEST 2009 - anicka@suse.cz
- update to 1.07
* CPAN Testers looks good for 1.06_01, moving to production release
* Taking over this hugely old and very popular module to clean it
up a bit.
* Moved from Test.pm to Test::More.
* Updated Changes
* Cleaned up some code a bit to make it more readable.
* Added an explicit minimum Perl version
* Changed platform detection code to constants for less code size
and compile-time if () optimisation.
* Removed non-leading tabs and other whitespace nigglies.
-------------------------------------------------------------------
Wed Dec 20 14:07:03 CET 2006 - anicka@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package perl-File-Which (Version 0.05 )
# spec file for package perl-File-Which (Version 1.07 )
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -20,12 +20,12 @@
Name: perl-File-Which
Url: http://cpan.org/modules/by-module/File/
Version: 0.05
Release: 103
Version: 1.07
Release: 1
Requires: perl = %{perl_version}
AutoReqProv: on
Group: Development/Libraries/Perl
License: Artistic License
License: Artistic License ..
Summary: Portable implementation of the `which' utility
Source: File-Which-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -71,5 +71,3 @@ make DESTDIR=$RPM_BUILD_ROOT install_vendor
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Dec 20 2006 anicka@suse.cz
- package created (initial version 0.05)