commit perl-File-HomeDir for openSUSE:Factory

2020-10-08 Thread root
Hello community,

here is the log from the commit of package perl-File-HomeDir for 
openSUSE:Factory checked in at 2020-10-08 13:06:37

Comparing /work/SRC/openSUSE:Factory/perl-File-HomeDir (Old)
 and  /work/SRC/openSUSE:Factory/.perl-File-HomeDir.new.4249 (New)


Package is "perl-File-HomeDir"

Thu Oct  8 13:06:37 2020 rev:26 rq:839037 version:1.006

Changes:

--- /work/SRC/openSUSE:Factory/perl-File-HomeDir/perl-File-HomeDir.changes  
2018-05-19 15:39:03.570106319 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-File-HomeDir.new.4249/perl-File-HomeDir.changes
2020-10-08 13:07:41.926928777 +0200
@@ -1,0 +2,10 @@
+Tue Sep 29 03:07:32 UTC 2020 - Tina Müller 
+
+- updated to 1.006
+   see /usr/share/doc/packages/perl-File-HomeDir/Changes
+
+  1.0062020-09-28
+  - re-release with minor fixes to cover modern toolchain
+  - apply fix for RT#128096 reported by ANDK, thank you Andreas
+
+---

Old:

  File-HomeDir-1.004.tar.gz

New:

  File-HomeDir-1.006.tar.gz



Other differences:
--
++ perl-File-HomeDir.spec ++
--- /var/tmp/diff_new_pack.fQiLnP/_old  2020-10-08 13:07:42.554929346 +0200
+++ /var/tmp/diff_new_pack.fQiLnP/_new  2020-10-08 13:07:42.558929349 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-File-HomeDir
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   perl-File-HomeDir
-Version:1.004
+Version:1.006
 Release:0
 %define cpan_name File-HomeDir
 Summary:Find your home and other directories on any platform
 License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/File-HomeDir/
+URL:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
@@ -52,11 +52,11 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install

++ File-HomeDir-1.004.tar.gz -> File-HomeDir-1.006.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-HomeDir-1.004/.perltidyrc 
new/File-HomeDir-1.006/.perltidyrc
--- old/File-HomeDir-1.004/.perltidyrc  1970-01-01 01:00:00.0 +0100
+++ new/File-HomeDir-1.006/.perltidyrc  2018-03-11 15:08:40.0 +0100
@@ -0,0 +1,17 @@
+-b
+-bl
+-noll
+-pt=2
+-bt=2
+-sbt=2
+-vt=0
+-vtc=0
+-dws
+-aws
+-nsfs
+-asc
+-bbt=0
+-cab=0
+-l=130
+-ole=unix
+--noblanks-before-comments
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-HomeDir-1.004/Changes 
new/File-HomeDir-1.006/Changes
--- old/File-HomeDir-1.004/Changes  2018-05-02 08:26:19.0 +0200
+++ new/File-HomeDir-1.006/Changes  2020-09-28 15:55:43.0 +0200
@@ -1,5 +1,9 @@
 Changes for Perl extension File-HomeDir
 
+1.006  2020-09-28
+- re-release with minor fixes to cover modern toolchain
+- apply fix for RT#128096 reported by ANDK, thank you Andreas
+
 1.004  2018-05-02
 - release 1.003_002 without further changes
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-HomeDir-1.004/MANIFEST 
new/File-HomeDir-1.006/MANIFEST
--- old/File-HomeDir-1.004/MANIFEST 2018-05-02 08:27:12.0 +0200
+++ new/File-HomeDir-1.006/MANIFEST 2020-09-28 15:56:24.0 +0200
@@ -1,3 +1,4 @@
+.perltidyrc
 Changes
 lib/File/HomeDir.pm
 lib/File/HomeDir/Darwin.pm
@@ -11,7 +12,7 @@
 lib/File/HomeDir/Windows.pm
 LICENSE
 Makefile.PL
-MANIFEST   This list of files
+MANIFEST
 MANIFEST.SKIP
 README.md
 t/01_compile.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-HomeDir-1.004/MANIFEST.SKIP 
new/File-HomeDir-1.006/MANIFEST.SKIP
--- old/File-HomeDir-1.004/MANIFEST.SKIP2018-03-11 15:08:40.0 
+0100
+++ new/File-HomeDir-1.006/MANIFEST.SKIP2020-09-28 15:12:13.0 
+0200
@@ -11,6 +11,7 @@
 ^Makefile$
 

commit perl-File-HomeDir for openSUSE:Factory

2018-05-19 Thread root
Hello community,

here is the log from the commit of package perl-File-HomeDir for 
openSUSE:Factory checked in at 2018-05-19 15:39:02

Comparing /work/SRC/openSUSE:Factory/perl-File-HomeDir (Old)
 and  /work/SRC/openSUSE:Factory/.perl-File-HomeDir.new (New)


Package is "perl-File-HomeDir"

Sat May 19 15:39:02 2018 rev:25 rq:610483 version:1.004

Changes:

--- /work/SRC/openSUSE:Factory/perl-File-HomeDir/perl-File-HomeDir.changes  
2017-10-02 16:42:40.035587568 +0200
+++ /work/SRC/openSUSE:Factory/.perl-File-HomeDir.new/perl-File-HomeDir.changes 
2018-05-19 15:39:03.570106319 +0200
@@ -1,0 +2,24 @@
+Thu May  3 05:20:11 UTC 2018 - co...@suse.com
+
+- updated to 1.004
+   see /usr/share/doc/packages/perl-File-HomeDir/Changes
+
+  1.0042018-05-02
+  - release 1.003_002 without further changes
+  
+  1.003_0022018-03-13
+  - build distribution on Linux
+  - add debug message because of RT#65301
+  - run author tests with installed spell-checker
+  
+  1.003_0012018-03-10
+  - skip root homedir test for cygwin (RT#104661)
+  - document even undocumented fetchers for FreeDesktop implementation
+(RT#103305) and status quo (RT#88681)
+  - Fix several typos (RT#86426, RT#67093, PR#1)
+  - play with https://coveralls.io/
+  - remove tie interface (PR#4, Thanks Yanick)
+  - determine ->my_home when $ENV{HOME} is empty (based on PR#3)
+  - relocate repository
+
+---

Old:

  File-HomeDir-1.002.tar.gz

New:

  File-HomeDir-1.004.tar.gz



Other differences:
--
++ perl-File-HomeDir.spec ++
--- /var/tmp/diff_new_pack.22YkgJ/_old  2018-05-19 15:39:04.174084221 +0200
+++ /var/tmp/diff_new_pack.22YkgJ/_new  2018-05-19 15:39:04.178084075 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-File-HomeDir
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX 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,11 +17,11 @@
 
 
 Name:   perl-File-HomeDir
-Version:1.002
+Version:1.004
 Release:0
 %define cpan_name File-HomeDir
 Summary:Find your home and other directories on any platform
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/File-HomeDir/
 Source0:
https://cpan.metacpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
@@ -41,31 +41,13 @@
 
 %description
 *File::HomeDir* is a module for locating the directories that are "owned"
-by a user (typicaly your user) and to solve the various issues that arise
+by a user (typically your user) and to solve the various issues that arise
 trying to find them consistently across a wide variety of platforms.
 
 The end result is a single API that can find your resources on any
 platform, making it relatively trivial to create Perl software that works
 elegantly and correctly no matter where you run it.
 
-This module provides two main interfaces.
-
-The first is a modern File::Spec-style interface with a consistent OO API
-and different implementation modules to support various platforms. You are
-*strongly* recommended to use this interface.
-
-The second interface is for legacy support of the original 0.07 interface
-that exported a 'home()' function by default and tied the '%~' variable.
-
-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 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).
-
 %prep
 %setup -q -n %{cpan_name}-%{version}
 

++ File-HomeDir-1.002.tar.gz -> File-HomeDir-1.004.tar.gz ++
 3888 lines of diff (skipped)




commit perl-File-HomeDir for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package perl-File-HomeDir for 
openSUSE:Factory checked in at 2017-10-02 16:42:38

Comparing /work/SRC/openSUSE:Factory/perl-File-HomeDir (Old)
 and  /work/SRC/openSUSE:Factory/.perl-File-HomeDir.new (New)


Package is "perl-File-HomeDir"

Mon Oct  2 16:42:38 2017 rev:24 rq:528412 version:1.002

Changes:

--- /work/SRC/openSUSE:Factory/perl-File-HomeDir/perl-File-HomeDir.changes  
2013-06-06 15:05:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-File-HomeDir.new/perl-File-HomeDir.changes 
2017-10-02 16:42:40.035587568 +0200
@@ -1,0 +2,6 @@
+Sat Sep 23 15:06:50 UTC 2017 - co...@suse.com
+
+- updated to 1.002
+   see /usr/share/doc/packages/perl-File-HomeDir/Changes
+
+---

Old:

  File-HomeDir-1.00.tar.gz

New:

  File-HomeDir-1.002.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-File-HomeDir.spec ++
--- /var/tmp/diff_new_pack.R0kqzs/_old  2017-10-02 16:42:40.531517842 +0200
+++ /var/tmp/diff_new_pack.R0kqzs/_new  2017-10-02 16:42:40.535517280 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-File-HomeDir
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX 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,37 +17,24 @@
 
 
 Name:   perl-File-HomeDir
-Version:1.00
+Version:1.002
 Release:0
 %define cpan_name File-HomeDir
 Summary:Find your home and other directories on any platform
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/File-HomeDir/
-Source: 
http://www.cpan.org/authors/id/A/AD/ADAMK/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(File::Path) >= 2.01
+BuildRequires:  perl(File::Path) >= 2.01
 BuildRequires:  perl(File::Temp) >= 0.19
 BuildRequires:  perl(File::Which) >= 0.05
-#BuildRequires: perl(File::HomeDir)
-#BuildRequires: perl(File::HomeDir::Darwin)
-#BuildRequires: perl(File::HomeDir::Darwin::Cocoa)
-#BuildRequires: perl(File::HomeDir::Driver)
-#BuildRequires: perl(File::HomeDir::Test)
-#BuildRequires: perl(File::HomeDir::Unix)
-#BuildRequires: perl(inc::Module::Install) >= 1.06
-#BuildRequires: perl(JSON)
-#BuildRequires: perl(LWP::Simple)
-#BuildRequires: perl(Mac::Files)
-#BuildRequires: perl(Mac::SystemDirectory)
-#BuildRequires: perl(Module::Build)
-#BuildRequires: perl(Module::Install::Base)
-#BuildRequires: perl(Parse::CPAN::Meta)
-#BuildRequires: perl(YAML::Tiny)
-Requires:   perl(File::Path) >= 2.01
+BuildRequires:  perl(Test::More) >= 0.9
+Requires:   perl(File::Path) >= 2.01
 Requires:   perl(File::Temp) >= 0.19
 Requires:   perl(File::Which) >= 0.05
 %{perl_requires}
@@ -63,9 +50,9 @@
 
 This module provides two main interfaces.
 
-The first is a modern the File::Spec manpage-style interface with a
-consistent OO API and different implementation modules to support various
-platforms. You are *strongly* recommended to use this interface.
+The first is a modern File::Spec-style interface with a consistent OO API
+and different implementation modules to support various platforms. You are
+*strongly* recommended to use this interface.
 
 The second interface is for legacy support of the original 0.07 interface
 that exported a 'home()' function by default and tied the '%~' variable.
@@ -96,6 +83,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE MYMETA.json README
+%doc Changes README.md
+%license LICENSE
 
 %changelog

++ File-HomeDir-1.00.tar.gz -> File-HomeDir-1.002.tar.gz ++
 3847 lines of diff (skipped)

++ cpanspec.yml ++
---
#description_paragraphs: 3
#description: |-
#  override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make 

commit perl-File-HomeDir for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-File-HomeDir for 
openSUSE:Factory checked in at 2013-06-06 15:05:53

Comparing /work/SRC/openSUSE:Factory/perl-File-HomeDir (Old)
 and  /work/SRC/openSUSE:Factory/.perl-File-HomeDir.new (New)


Package is perl-File-HomeDir

Changes:

--- /work/SRC/openSUSE:Factory/perl-File-HomeDir/perl-File-HomeDir.changes  
2012-02-21 12:23:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-File-HomeDir.new/perl-File-HomeDir.changes 
2013-06-06 15:05:54.0 +0200
@@ -1,0 +2,8 @@
+Tue Jun  4 08:52:18 UTC 2013 - co...@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
+
+---

Old:

  File-HomeDir-0.99.tar.gz

New:

  File-HomeDir-1.00.tar.gz



Other differences:
--
++ perl-File-HomeDir.spec ++
--- /var/tmp/diff_new_pack.unB5kw/_old  2013-06-06 15:05:54.0 +0200
+++ /var/tmp/diff_new_pack.unB5kw/_new  2013-06-06 15:05:54.0 +0200
@@ -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::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 @@
 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).

++ File-HomeDir-0.99.tar.gz - File-HomeDir-1.00.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-HomeDir-0.99/Changes 
new/File-HomeDir-1.00/Changes
--- old/File-HomeDir-0.99/Changes   2012-01-25 14:49:24.0 +0100
+++ new/File-HomeDir-1.00/Changes   2012-10-19 23:35:24.0 +0200
@@ -1,5 +1,10 @@
 Changes for Perl extension File-HomeDir
 
+1.00 Fri 19 Oct 2012
+   - No functional changes
+   - Updating to Module::Install 1.06
+   - Don't require documents directory on Mac under AUTOMATED_TESTING
+
 0.99 Thu 26 Jan 2012
- Updating to Module::Install 1.04
- Removed deprecated interfaces from the documentation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-HomeDir-0.99/LICENSE 
new/File-HomeDir-1.00/LICENSE
--- old/File-HomeDir-0.99/LICENSE   2012-01-25 14:49:24.0 +0100
+++ new/File-HomeDir-1.00/LICENSE   2012-10-19 23:35:24.0 +0200
@@ -8,266 +8,286 @@
 
 
 
-The General Public License (GPL)
-Version 2, June 1991
+GNU GENERAL PUBLIC LICENSE
+   Version 2, June 1991
 
-Copyright (C) 1989, 1991 Free Software Foundation, Inc. 675 Mass Ave,
-Cambridge, MA 02139, USA. Everyone is permitted to copy and distribute
-verbatim copies of this license document, but changing it is not allowed.
-
-Preamble
-
-The licenses for most software are designed to take away your freedom to share
-and change it. By contrast, the GNU General Public License is intended to
-guarantee your freedom to share and change free software--to make sure the
-software is free for all its users. This General Public License applies to 
most of
-the Free Software Foundation's software and to any other program whose
-authors commit to using it. (Some other Free Software Foundation software is
-covered by the GNU Library General Public License instead.) You can apply it to
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ 

commit perl-File-HomeDir for openSUSE:Factory

2011-12-21 Thread h_root
Hello community,

here is the log from the commit of package perl-File-HomeDir for 
openSUSE:Factory checked in at 2011-12-21 10:01:55

Comparing /work/SRC/openSUSE:Factory/perl-File-HomeDir (Old)
 and  /work/SRC/openSUSE:Factory/.perl-File-HomeDir.new (New)


Package is perl-File-HomeDir, Maintainer is p...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-File-HomeDir/perl-File-HomeDir.changes  
2011-09-23 12:37:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-File-HomeDir.new/perl-File-HomeDir.changes 
2011-12-21 10:01:56.0 +0100
@@ -1,0 +2,8 @@
+Mon Dec 19 15:36:31 UTC 2011 - co...@suse.de
+
+- update to 0.98
+   - Updating to Module::Install 1.01
+   - If Win32::GetFolderPath returns a \\UNC type path do not do the
+ normal -d sanity check, as strange and unusual bugs may occur.
+
+---

Old:

  File-HomeDir-0.97.tar.gz

New:

  File-HomeDir-0.98.tar.gz



Other differences:
--
++ perl-File-HomeDir.spec ++
--- /var/tmp/diff_new_pack.WjuiAd/_old  2011-12-21 10:01:57.0 +0100
+++ /var/tmp/diff_new_pack.WjuiAd/_new  2011-12-21 10:01:57.0 +0100
@@ -16,17 +16,15 @@
 #
 
 
-
 Name:   perl-File-HomeDir
-Version:0.97
-Release:1
-License:GPL+ or Artistic
+Version:0.98
+Release:0
 %define cpan_name File-HomeDir
 Summary:Find your home and other directories on any platform
-Url:http://search.cpan.org/dist/File-HomeDir/
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
-#Source: 
http://www.cpan.org/authors/id/A/AD/ADAMK/File-HomeDir-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Url:http://search.cpan.org/dist/File-HomeDir/
+Source: 
http://www.cpan.org/authors/id/A/AD/ADAMK/File-HomeDir-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++ File-HomeDir-0.97.tar.gz - File-HomeDir-0.98.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-HomeDir-0.97/Changes 
new/File-HomeDir-0.98/Changes
--- old/File-HomeDir-0.97/Changes   2011-02-20 13:59:47.0 +0100
+++ new/File-HomeDir-0.98/Changes   2011-07-07 09:00:42.0 +0200
@@ -1,5 +1,10 @@
 Changes for Perl extension File-HomeDir
 
+0.98 Thu 7 Jul 2011
+   - Updating to Module::Install 1.01
+   - If Win32::GetFolderPath returns a \\UNC type path do not do the
+ normal -d sanity check, as strange and unusual bugs may occur.
+
 0.97 Sun 20 Feb 2011
- Looks good, moving to production release
- This should finally pass on ActivePerl Mac
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-HomeDir-0.97/META.yml 
new/File-HomeDir-0.98/META.yml
--- old/File-HomeDir-0.97/META.yml  2011-02-20 14:00:19.0 +0100
+++ new/File-HomeDir-0.98/META.yml  2011-07-07 09:01:09.0 +0200
@@ -8,7 +8,7 @@
 configure_requires:
   ExtUtils::MakeMaker: 6.42
 distribution_type: module
-generated_by: 'Module::Install version 1.00'
+generated_by: 'Module::Install version 1.01'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -32,4 +32,4 @@
   ChangeLog: http://fisheye2.atlassian.com/changelog/cpan/trunk/File-HomeDir
   license: http://dev.perl.org/licenses/
   repository: http://svn.ali.as/cpan/trunk/File-HomeDir
-version: 0.97
+version: 0.98
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-HomeDir-0.97/Makefile.PL 
new/File-HomeDir-0.98/Makefile.PL
--- old/File-HomeDir-0.97/Makefile.PL   2011-02-20 13:59:47.0 +0100
+++ new/File-HomeDir-0.98/Makefile.PL   2011-07-07 09:00:42.0 +0200
@@ -1,4 +1,4 @@
-use inc::Module::Install 1.00;
+use inc::Module::Install 1.01;
 use Config;
 
 all_from  'lib/File/HomeDir.pm';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-HomeDir-0.97/inc/Module/Install/Base.pm 
new/File-HomeDir-0.98/inc/Module/Install/Base.pm
--- old/File-HomeDir-0.97/inc/Module/Install/Base.pm2011-02-20 
14:00:18.0 +0100
+++ new/File-HomeDir-0.98/inc/Module/Install/Base.pm2011-07-07 
09:01:09.0 +0200
@@ -4,7 +4,7 @@
 use strict 'vars';
 use vars qw{$VERSION};
 BEGIN {
-   $VERSION = '1.00';
+   $VERSION = '1.01';
 }
 
 # Suspend handler for redefined warnings
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-HomeDir-0.97/inc/Module/Install/Can.pm 
new/File-HomeDir-0.98/inc/Module/Install/Can.pm

commit perl-File-HomeDir for openSUSE:Factory

2011-03-31 Thread h_root

Hello community,

here is the log from the commit of package perl-File-HomeDir for 
openSUSE:Factory
checked in at Thu Mar 31 14:35:30 CEST 2011.




--- perl-File-HomeDir/perl-File-HomeDir.changes 2010-11-30 20:25:44.0 
+0100
+++ /mounts/work_src_done/STABLE/perl-File-HomeDir/perl-File-HomeDir.changes
2011-03-31 13:48:46.0 +0200
@@ -1,0 +2,21 @@
+Thu Mar 31 11:47:13 UTC 2011 - co...@novell.com
+
+- update to 0.97
+ - Removed a dubious different users have different data test on Macs
+ - Removed tests for legacy %~ interface
+ - More special casing in tests to deal with stripped down non-root
+   Mac environments (mostly to make BINGOS' automated testing pass)
+ - use Mac::SystemDirectory for each Darwin based MacOS. (REHSACK)
+ - Be less strict about desktop and others on FreeDesktop (ADAMK)
+ - Adding experimental support for my_dist_config() (JQUELIN)
+ - Adding diag comment on which drivers gets used (ADAMK)
+ - Updating to Module::Install 1.00 (ADAMK)
+ - Add a bit more docs, and tweak the existing stuff a bit (ADAMK)
+ - Deprecated the %~ interface. It will continue to exist as an
+   undocumented legacy interface until 2015, warnings will be
+   issued from 2013 (ADAMK)
+ - On FreeDesktop.org systems, root often does not have the relevant
+   directories. Skip tests for them in the same way as we do for the
+   Mac root users on darwin (GARU)
+
+---

calling whatdependson for head-i586


Old:

  File-HomeDir-0.91.tar.bz2

New:

  File-HomeDir-0.97.tar.gz



Other differences:
--
++ perl-File-HomeDir.spec ++
--- /var/tmp/diff_new_pack.6N6CNb/_old  2011-03-31 14:33:02.0 +0200
+++ /var/tmp/diff_new_pack.6N6CNb/_new  2011-03-31 14:33:02.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-File-HomeDir (Version 0.91)
+# spec file for package perl-File-HomeDir
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -15,59 +15,87 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   perl-File-HomeDir
-%define cpan_name File-HomeDir
-Summary:Find your home and other directories, on any platform
-Version:0.91
-Release:2
+Version:0.97
+Release:1
 License:GPL+ or Artistic
-Group:  Development/Libraries/Perl
+%define cpan_name File-HomeDir
+Summary:Find your home and other directories on any platform
 Url:http://search.cpan.org/dist/File-HomeDir/
-#Source: 
http://www.cpan.org/modules/by-module/File/File-HomeDir-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.bz2
+Group:  Development/Libraries/Perl
+#Source: 
http://www.cpan.org/authors/id/A/AD/ADAMK/File-HomeDir-%{version}.tar.gz
+Source: %{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Cwd) = 3.12
+BuildRequires:  perl(File::Path) = 2.01
 BuildRequires:  perl(File::Spec) = 3.12
-# author wants = 0.19, but can't agree this
-#BuildRequires:  perl(File::Temp) = 0.19
-BuildRequires:  perl(File::Temp)
-BuildRequires:  perl(File::Which)
+BuildRequires:  perl(File::Temp) = 0.19
+BuildRequires:  perl(File::Which) = 0.05
 Requires:   perl(Carp)
 Requires:   perl(Cwd) = 3.12
+Requires:   perl(File::Path) = 2.01
 Requires:   perl(File::Spec) = 3.12
-#Requires:   perl(File::Temp) = 0.19
-Requires:   perl(File::Temp)
-Requires:   perl(File::Which)
+Requires:   perl(File::Temp) = 0.19
+Requires:   perl(File::Which) = 0.05
+%{perl_requires}
 
 %description
-File::HomeDir is a module for dealing with issues relating to the location
-of directories that are owned by a user, primarily your user, and to
-solve these issues consistently across a wide variety of platforms.
-
-Thus, a single API is presented that can find your resources on any
-platform.
-
-Authors:
-
-Adam Kennedy ad...@cpan.org
-Sean M. Burke sbu...@cpan.org
-Chris Nandor cnan...@cpan.org
-Stephen Steneker sten...@cpan.org
+*File::HomeDir* is a module for locating the directories that are owned
+by a user (typicaly your user) and to solve the various issues that arise
+trying to find them consistently across a wide variety of platforms.
+
+The end result is a single API that can find your resources on any
+platform, making it relatively trivial to create Perl software that works