diff --git a/File-HomeDir-0.99.tar.gz b/File-HomeDir-0.99.tar.gz deleted file mode 100644 index 01317b8..0000000 --- a/File-HomeDir-0.99.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0be01e0cb3313d22fdc58fc4263db75775389536a70b52e1204f6fe44512ef8 -size 50522 diff --git a/File-HomeDir-1.00.tar.gz b/File-HomeDir-1.00.tar.gz new file mode 100644 index 0000000..a03158f --- /dev/null +++ b/File-HomeDir-1.00.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85b94f3513093ec0a25b91f9f2571918519ae6f2b7a1e8546f8f78d09a877143 +size 51349 diff --git a/perl-File-HomeDir.changes b/perl-File-HomeDir.changes index 3df6b5a..b165ddc 100644 --- a/perl-File-HomeDir.changes +++ b/perl-File-HomeDir.changes @@ -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 diff --git a/perl-File-HomeDir.spec b/perl-File-HomeDir.spec index 3ee7810..f2f46f1 100644 --- a/perl-File-HomeDir.spec +++ b/perl-File-HomeDir.spec @@ -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).