Accepting request 177390 from home:coolo:update-perl

- updated to 1.00
     - No functional changes
     - Updating to Module::Install 1.06
     - Don't require documents directory on Mac under AUTOMATED_TESTING

OBS-URL: https://build.opensuse.org/request/show/177390
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-HomeDir?expand=0&rev=18
This commit is contained in:
Stephan Kulow 2013-06-04 11:32:32 +00:00 committed by Git OBS Bridge
parent b4892cdb21
commit 9c9b4c3bcb
4 changed files with 15 additions and 7 deletions

View File

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

3
File-HomeDir-1.00.tar.gz Normal file
View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Jun 4 08:52:18 UTC 2013 - coolo@suse.com
- updated to 1.00
- No functional changes
- Updating to Module::Install 1.06
- Don't require documents directory on Mac under AUTOMATED_TESTING
-------------------------------------------------------------------
Tue Feb 21 09:03:28 UTC 2012 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-File-HomeDir
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: perl-File-HomeDir
Version: 0.99
Version: 1.00
Release: 0
%define cpan_name File-HomeDir
Summary: Find your home and other directories on any platform
@ -38,7 +38,7 @@ BuildRequires: perl(File::Which) >= 0.05
#BuildRequires: perl(File::HomeDir::Driver)
#BuildRequires: perl(File::HomeDir::Test)
#BuildRequires: perl(File::HomeDir::Unix)
#BuildRequires: perl(inc::Module::Install) >= 1.04
#BuildRequires: perl(inc::Module::Install) >= 1.06
#BuildRequires: perl(JSON)
#BuildRequires: perl(LWP::Simple)
#BuildRequires: perl(Mac::Files)
@ -74,7 +74,7 @@ It is generally not recommended that you use this interface, but due to
back-compatibility reasons they will remain supported until at least 2010.
The '%~' interface has been deprecated. Documentation was removed in 2009,
Unit test were removed in 2011, usage will issue warnings from 2013, and
Unit test were removed in 2011, usage will issue warnings from 2012, and
the interface will be removed entirely in 2015 (in line with the general
Perl toolchain convention of a 10 year support period for legacy APIs that
are potentially or actually in common use).