commit perl-File-Remove for openSUSE:Factory

2020-10-28 Thread root
Hello community,

here is the log from the commit of package perl-File-Remove for 
openSUSE:Factory checked in at 2020-10-28 09:56:48

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


Package is "perl-File-Remove"

Wed Oct 28 09:56:48 2020 rev:28 rq:843669 version:1.60

Changes:

--- /work/SRC/openSUSE:Factory/perl-File-Remove/perl-File-Remove.changes
2020-10-20 16:10:32.358013453 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-File-Remove.new.3463/perl-File-Remove.changes  
2020-10-28 09:57:03.631084249 +0100
@@ -1,0 +2,13 @@
+Fri Oct 23 03:07:15 UTC 2020 - Tina Müller 
+
+- updated to 1.60
+   see /usr/share/doc/packages/perl-File-Remove/Changes
+
+  1.602020-10-22 - Shlomi Fish
+  - Add .tidyallrc + related changes
+  - Fix mismatched $VERSION.
+  - https://rt.cpan.org/Public/Bug/Display.html?id=133562
+  - https://github.com/shlomif/File-Remove/pull/3/files
+  - Thanks to William Storey, PMPERRY, and @briang for the report
+
+---

Old:

  File-Remove-1.59.tar.gz

New:

  File-Remove-1.60.tar.gz



Other differences:
--
++ perl-File-Remove.spec ++
--- /var/tmp/diff_new_pack.k2lvnP/_old  2020-10-28 09:57:06.20308 +0100
+++ /var/tmp/diff_new_pack.k2lvnP/_new  2020-10-28 09:57:06.207086670 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-File-Remove
-Version:1.59
+Version:1.60
 Release:0
 %define cpan_name File-Remove
 Summary:Remove files and directories

++ File-Remove-1.59.tar.gz -> File-Remove-1.60.tar.gz ++
 1811 lines of diff (skipped)




commit perl-File-Remove for openSUSE:Factory

2020-10-20 Thread root
Hello community,

here is the log from the commit of package perl-File-Remove for 
openSUSE:Factory checked in at 2020-10-20 16:03:30

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


Package is "perl-File-Remove"

Tue Oct 20 16:03:30 2020 rev:27 rq:842299 version:1.59

Changes:

--- /work/SRC/openSUSE:Factory/perl-File-Remove/perl-File-Remove.changes
2018-11-12 09:41:00.465224839 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-File-Remove.new.3486/perl-File-Remove.changes  
2020-10-20 16:10:32.358013453 +0200
@@ -1,0 +2,11 @@
+Sat Oct 17 03:12:31 UTC 2020 - Tina Müller 
+
+- updated to 1.59
+   see /usr/share/doc/packages/perl-File-Remove/Changes
+
+  1.592020-10-16 - Shlomi Fish
+  - dist.ini / weaver.ini / .tidyallrc / etc. cleanup
+  - Move to @SHLOMIF
+  - Inspired by Lady_Aleena.
+
+---

Old:

  File-Remove-1.58.tar.gz

New:

  File-Remove-1.59.tar.gz



Other differences:
--
++ perl-File-Remove.spec ++
--- /var/tmp/diff_new_pack.hIPgC6/_old  2020-10-20 16:10:36.130015239 +0200
+++ /var/tmp/diff_new_pack.hIPgC6/_new  2020-10-20 16:10:36.134015241 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-File-Remove
 #
-# 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
@@ -17,13 +17,13 @@
 
 
 Name:   perl-File-Remove
-Version:1.58
+Version:1.59
 Release:0
 %define cpan_name File-Remove
 Summary:Remove files and directories
 License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:https://metacpan.org/release/%{cpan_name}
+URL:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
@@ -49,7 +49,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build
 perl Build.PL installdirs=vendor

++ File-Remove-1.58.tar.gz -> File-Remove-1.59.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Remove-1.58/Build.PL 
new/File-Remove-1.59/Build.PL
--- old/File-Remove-1.58/Build.PL   2018-10-04 11:31:40.0 +0200
+++ new/File-Remove-1.59/Build.PL   2020-10-16 13:11:39.0 +0200
@@ -1,5 +1,5 @@
 
-# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild 
v6.012.
+# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild 
v6.015.
 use strict;
 use warnings;
 
@@ -19,7 +19,7 @@
 "Shlomi Fish "
   ],
   "dist_name" => "File-Remove",
-  "dist_version" => "1.58",
+  "dist_version" => "1.59",
   "license" => "perl",
   "module_name" => "File::Remove",
   "recursive_test_files" => 1,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Remove-1.58/Changes new/File-Remove-1.59/Changes
--- old/File-Remove-1.58/Changes2018-10-04 11:31:40.0 +0200
+++ new/File-Remove-1.59/Changes2020-10-16 13:11:39.0 +0200
@@ -1,5 +1,10 @@
 Revision history for Perl extension File-Remove
 
+1.592020-10-16 - Shlomi Fish
+- dist.ini / weaver.ini / .tidyallrc / etc. cleanup
+- Move to @SHLOMIF
+- Inspired by Lady_Aleena.
+
 1.582018-10-04 - Shlomi Fish
 - Added [MetaJSON] to dist.ini, so releases include a META.json
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Remove-1.58/MANIFEST 
new/File-Remove-1.59/MANIFEST
--- old/File-Remove-1.58/MANIFEST   2018-10-04 11:31:40.0 +0200
+++ new/File-Remove-1.59/MANIFEST   2020-10-16 13:11:39.0 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.012.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.015.
 Build.PL
 Changes
 LICENSE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Remove-1.58/META.json 
new/File-Remove-1.59/META.json
--- old/File-Remove-1.58/META.json  2018-10-04 11:31:40.0 +0200
+++ new/File-Remove-1.59/META.json  2020-10-16 13:11:39.0 +0200
@@ -4,7 +4,7 @@
   "Shlomi Fish "
],
"d

commit perl-File-Remove for openSUSE:Factory

2018-11-12 Thread root
Hello community,

here is the log from the commit of package perl-File-Remove for 
openSUSE:Factory checked in at 2018-11-12 09:40:42

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


Package is "perl-File-Remove"

Mon Nov 12 09:40:42 2018 rev:26 rq:647361 version:1.58

Changes:

--- /work/SRC/openSUSE:Factory/perl-File-Remove/perl-File-Remove.changes
2016-11-21 14:25:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-File-Remove.new/perl-File-Remove.changes   
2018-11-12 09:41:00.465224839 +0100
@@ -1,0 +2,9 @@
+Thu Nov  8 06:21:53 UTC 2018 - Stephan Kulow 
+
+- updated to 1.58
+   see /usr/share/doc/packages/perl-File-Remove/Changes
+
+  1.582018-10-04 - Shlomi Fish
+  - Added [MetaJSON] to dist.ini, so releases include a META.json
+
+---

Old:

  File-Remove-1.57.tar.gz

New:

  File-Remove-1.58.tar.gz



Other differences:
--
++ perl-File-Remove.spec ++
--- /var/tmp/diff_new_pack.qEZspw/_old  2018-11-12 09:41:00.969224117 +0100
+++ /var/tmp/diff_new_pack.qEZspw/_new  2018-11-12 09:41:00.973224111 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-File-Remove
 #
-# Copyright (c) 2016 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
@@ -12,33 +12,30 @@
 # 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-Remove
-Version:1.57
+Version:1.58
 Release:0
 %define cpan_name File-Remove
 Summary:Remove files and directories
-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-Remove/
-Source0:
http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
+Url:https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Cwd) >= 3.29
-%if 0%{?suse_version} <= 1110
-BuildRequires:  perl(File::Spec) >= 3.2900
-Requires:   perl(File::Spec) >= 3.2900
-%else
 BuildRequires:  perl(File::Spec) >= 3.29
-Requires:   perl(File::Spec) >= 3.29
-%endif
+BuildRequires:  perl(Module::Build) >= 0.28
+BuildRequires:  perl(Test::More) >= 0.88
 Requires:   perl(Cwd) >= 3.29
+Requires:   perl(File::Spec) >= 3.29
 %{perl_requires}
 
 %description
@@ -55,19 +52,19 @@
 find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Build.PL installdirs=vendor
+./Build build flags=%{?_smp_mflags}
 
 %check
-%{__make} test
+./Build test
 
 %install
-%perl_make_install
-%perl_process_packlist
+./Build install destdir=%{buildroot} create_packlist=0
 %perl_gen_filelist
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes README
+%license LICENSE
 
 %changelog

++ File-Remove-1.57.tar.gz -> File-Remove-1.58.tar.gz ++
 2957 lines of diff (skipped)




commit perl-File-Remove for openSUSE:Factory

2016-11-21 Thread h_root
Hello community,

here is the log from the commit of package perl-File-Remove for 
openSUSE:Factory checked in at 2016-11-21 14:25:50

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


Package is "perl-File-Remove"

Changes:

--- /work/SRC/openSUSE:Factory/perl-File-Remove/perl-File-Remove.changes
2016-05-12 09:33:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-File-Remove.new/perl-File-Remove.changes   
2016-11-21 14:25:52.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 20 18:25:03 UTC 2016 - ch...@computersalat.de
+
+- fix deps for SLE 11
+
+---



Other differences:
--
++ perl-File-Remove.spec ++
--- /var/tmp/diff_new_pack.y633Ze/_old  2016-11-21 14:25:53.0 +0100
+++ /var/tmp/diff_new_pack.y633Ze/_new  2016-11-21 14:25:53.0 +0100
@@ -31,9 +31,14 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Cwd) >= 3.29
+%if 0%{?suse_version} <= 1110
+BuildRequires:  perl(File::Spec) >= 3.2900
+Requires:   perl(File::Spec) >= 3.2900
+%else
 BuildRequires:  perl(File::Spec) >= 3.29
-Requires:   perl(Cwd) >= 3.29
 Requires:   perl(File::Spec) >= 3.29
+%endif
+Requires:   perl(Cwd) >= 3.29
 %{perl_requires}
 
 %description




commit perl-File-Remove for openSUSE:Factory

2016-05-12 Thread h_root
Hello community,

here is the log from the commit of package perl-File-Remove for 
openSUSE:Factory checked in at 2016-05-12 09:33:23

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


Package is "perl-File-Remove"

Changes:

--- /work/SRC/openSUSE:Factory/perl-File-Remove/perl-File-Remove.changes
2016-04-12 19:33:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-File-Remove.new/perl-File-Remove.changes   
2016-05-12 09:33:25.0 +0200
@@ -1,0 +2,10 @@
+Thu May  5 09:17:16 UTC 2016 - co...@suse.com
+
+- updated to 1.57
+   see /usr/share/doc/packages/perl-File-Remove/Changes
+
+  1.572016-04-24 - Shlomi Fish
+  - Correct the copyright holder and year.
+  - Add a test for Kwalitee and 'use warnings'.
+
+---

Old:

  File-Remove-1.56.tar.gz

New:

  File-Remove-1.57.tar.gz



Other differences:
--
++ perl-File-Remove.spec ++
--- /var/tmp/diff_new_pack.XVHJnL/_old  2016-05-12 09:33:26.0 +0200
+++ /var/tmp/diff_new_pack.XVHJnL/_new  2016-05-12 09:33:26.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-File-Remove
-Version:1.56
+Version:1.57
 Release:0
 %define cpan_name File-Remove
 Summary:Remove files and directories

++ File-Remove-1.56.tar.gz -> File-Remove-1.57.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Remove-1.56/Changes new/File-Remove-1.57/Changes
--- old/File-Remove-1.56/Changes2016-03-23 11:22:38.0 +0100
+++ new/File-Remove-1.57/Changes2016-04-24 04:37:52.0 +0200
@@ -1,5 +1,9 @@
 Revision history for Perl extension File-Remove
 
+1.572016-04-24 - Shlomi Fish
+- Correct the copyright holder and year.
+- Add a test for Kwalitee and 'use warnings'.
+
 1.562016-03-23 - Shlomi Fish
 - Remove the Build.PL so there won't be two build files.
 - https://github.com/shlomif/File-Remove/pull/1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Remove-1.56/LICENSE new/File-Remove-1.57/LICENSE
--- old/File-Remove-1.56/LICENSE2016-03-23 11:22:38.0 +0100
+++ new/File-Remove-1.57/LICENSE2016-04-24 04:37:52.0 +0200
@@ -1,4 +1,4 @@
-This software is copyright (c) 2016 by Shlomi Fish.
+This software is copyright (c) 1998 by Gabor Egressy and others.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Remove-1.56/MANIFEST 
new/File-Remove-1.57/MANIFEST
--- old/File-Remove-1.56/MANIFEST   2016-03-23 11:22:38.0 +0100
+++ new/File-Remove-1.57/MANIFEST   2016-04-24 04:37:52.0 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.043.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.046.
 Changes
 LICENSE
 MANIFEST
@@ -22,5 +22,6 @@
 t/author-pod-coverage.t
 t/author-pod-syntax.t
 t/release-cpan-changes.t
+t/release-kwalitee.t
 t/release-trailing-space.t
 weaver.ini
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Remove-1.56/MANIFEST.SKIP 
new/File-Remove-1.57/MANIFEST.SKIP
--- old/File-Remove-1.56/MANIFEST.SKIP  2016-03-23 11:22:38.0 +0100
+++ new/File-Remove-1.57/MANIFEST.SKIP  2016-04-24 04:37:52.0 +0200
@@ -1 +1,2 @@
 ~$
+^README\.markdown$
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Remove-1.56/META.yml 
new/File-Remove-1.57/META.yml
--- old/File-Remove-1.56/META.yml   2016-03-23 11:22:38.0 +0100
+++ new/File-Remove-1.57/META.yml   2016-04-24 04:37:52.0 +0200
@@ -12,11 +12,10 @@
   Test::More: '0'
   blib: '1.01'
   perl: '5.006'
-  warnings: '0'
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.043, CPAN::Meta::Converter version 
2.150005'
+generated_by: 'Dist::Zilla version 5.046, CPAN::Meta::Converter version 
2.150001'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -31,7 +30,8 @@
   perl: '5.006'
   strict: '0'
   vars: '0'
+  warnings: '0'
 resources:
   bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=File-Remove
   repository: git://github.com/shlomif/File-Remove.git
-version: '1.56'
+version: '1.57'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Remove-1

commit perl-File-Remove for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package perl-File-Remove for 
openSUSE:Factory checked in at 2016-04-12 19:33:27

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


Package is "perl-File-Remove"

Changes:

--- /work/SRC/openSUSE:Factory/perl-File-Remove/perl-File-Remove.changes
2016-03-16 10:36:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-File-Remove.new/perl-File-Remove.changes   
2016-04-12 19:33:28.0 +0200
@@ -1,0 +2,13 @@
+Mon Apr  4 09:42:40 UTC 2016 - co...@suse.com
+
+- updated to 1.56
+   see /usr/share/doc/packages/perl-File-Remove/Changes
+
+  1.562016-03-23 - Shlomi Fish
+  - Remove the Build.PL so there won't be two build files.
+  - https://github.com/shlomif/File-Remove/pull/1
+  - I think it doesn't matter too much with Dist-Zilla, but to avoid
+  future complaints, I decided to comply with the request.
+  - Thanks to Karen Etheridge (ETHER) for the report.
+
+---

Old:

  File-Remove-1.55.tar.gz

New:

  File-Remove-1.56.tar.gz



Other differences:
--
++ perl-File-Remove.spec ++
--- /var/tmp/diff_new_pack.BJ9Lsw/_old  2016-04-12 19:33:28.0 +0200
+++ /var/tmp/diff_new_pack.BJ9Lsw/_new  2016-04-12 19:33:28.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-File-Remove
 #
-# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,7 +17,7 @@
 
 
 Name:   perl-File-Remove
-Version:1.55
+Version:1.56
 Release:0
 %define cpan_name File-Remove
 Summary:Remove files and directories
@@ -32,7 +32,6 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(Cwd) >= 3.29
 BuildRequires:  perl(File::Spec) >= 3.29
-BuildRequires:  perl(Module::Build) >= 0.2800
 Requires:   perl(Cwd) >= 3.29
 Requires:   perl(File::Spec) >= 3.29
 %{perl_requires}
@@ -51,14 +50,15 @@
 find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build build flags=%{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 
 %check
-./Build test
+%{__make} test
 
 %install
-./Build install destdir=%{buildroot} create_packlist=0
+%perl_make_install
+%perl_process_packlist
 %perl_gen_filelist
 
 %files -f %{name}.files

++ File-Remove-1.55.tar.gz -> File-Remove-1.56.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Remove-1.55/Build.PL 
new/File-Remove-1.56/Build.PL
--- old/File-Remove-1.55/Build.PL   2016-01-11 15:12:07.0 +0100
+++ new/File-Remove-1.56/Build.PL   1970-01-01 01:00:00.0 +0100
@@ -1,74 +0,0 @@
-
-# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild 
v5.043.
-use strict;
-use warnings;
-
-use Module::Build 0.28;
-
-
-my %module_build_args = (
-  "build_requires" => {
-"Module::Build" => "0.28"
-  },
-  "configure_requires" => {
-"ExtUtils::MakeMaker" => 0,
-"Module::Build" => "0.28"
-  },
-  "dist_abstract" => "Remove files and directories",
-  "dist_author" => [
-"Shlomi Fish "
-  ],
-  "dist_name" => "File-Remove",
-  "dist_version" => "1.55",
-  "license" => "perl",
-  "module_name" => "File::Remove",
-  "recursive_test_files" => 1,
-  "requires" => {
-"Cwd" => "3.29",
-"File::Glob" => 0,
-"File::Path" => 0,
-"File::Spec" => "3.29",
-"constant" => 0,
-"perl" => "5.006",
-"strict" => 0,
-"vars" => 0
-  },
-  "test_requires" => {
-"File::Copy" => 0,
-"File::Spec" => "3.29",
-"File::Spec::Functions" => 0,
-"File::Temp" => 0,
-"IO::Handle" => 0,
-"IPC::Open3" => 0,
-"Test::More" => 0,
-"blib" => "1.01",
-"perl" => "5.006",
-"warnings" => 0
-  }
-);
-
-
-my %fallback_build_requires = (
-  "File::Copy" => 0,
-  "File::Spec" => "3.29",
-  "File::Spec::Functions" => 0,
-  "File::Temp" => 0,
-  "IO::Handle" => 0,
-  "IPC::Open3" => 0,
-  "Module::Build" => "0.28",
-  "Test::More" => 0,
-  "blib" => "1.01",
-  "perl" => "5.006",
-  "warnings" => 0
-);
-
-
-unless ( eval { Module::Build->VERSION(0.4004) } ) {
-  delete $module_build_args{test_requires};
-  $module_build_args{build_requires} = \%fallback_build_requires;
-}
-
-my $build = Module::Build->new(%module_build_args);
-
-
-$build->create_build_script;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.

commit perl-File-Remove for openSUSE:Factory

2016-03-16 Thread h_root
Hello community,

here is the log from the commit of package perl-File-Remove for 
openSUSE:Factory checked in at 2016-03-16 10:35:50

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


Package is "perl-File-Remove"

Changes:

--- /work/SRC/openSUSE:Factory/perl-File-Remove/perl-File-Remove.changes
2016-01-15 10:42:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-File-Remove.new/perl-File-Remove.changes   
2016-03-16 10:36:03.0 +0100
@@ -1,0 +2,6 @@
+Sun Mar 13 01:29:07 UTC 2016 - ch...@computersalat.de
+
+- fix dep for Module::Build >= 0.2800
+  * the developper usally uses 4 digits and not 6
+
+---



Other differences:
--
++ perl-File-Remove.spec ++
--- /var/tmp/diff_new_pack.xQfpoa/_old  2016-03-16 10:36:04.0 +0100
+++ /var/tmp/diff_new_pack.xQfpoa/_new  2016-03-16 10:36:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-File-Remove
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -32,7 +32,7 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(Cwd) >= 3.29
 BuildRequires:  perl(File::Spec) >= 3.29
-BuildRequires:  perl(Module::Build) >= 0.28
+BuildRequires:  perl(Module::Build) >= 0.2800
 Requires:   perl(Cwd) >= 3.29
 Requires:   perl(File::Spec) >= 3.29
 %{perl_requires}




commit perl-File-Remove for openSUSE:Factory

2016-01-15 Thread h_root
Hello community,

here is the log from the commit of package perl-File-Remove for 
openSUSE:Factory checked in at 2016-01-15 10:42:11

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


Package is "perl-File-Remove"

Changes:

--- /work/SRC/openSUSE:Factory/perl-File-Remove/perl-File-Remove.changes
2013-01-29 14:30:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-File-Remove.new/perl-File-Remove.changes   
2016-01-15 10:42:12.0 +0100
@@ -1,0 +2,6 @@
+Wed Jan 13 09:56:12 UTC 2016 - co...@suse.com
+
+- updated to 1.55
+   see /usr/share/doc/packages/perl-File-Remove/Changes
+
+---

Old:

  File-Remove-1.52.tar.gz

New:

  File-Remove-1.55.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-File-Remove.spec ++
--- /var/tmp/diff_new_pack.jEHrsA/_old  2016-01-15 10:42:13.0 +0100
+++ /var/tmp/diff_new_pack.jEHrsA/_new  2016-01-15 10:42:13.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-File-Remove
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,29 +17,26 @@
 
 
 Name:   perl-File-Remove
-Version:1.52
+Version:1.55
 Release:0
 %define cpan_name File-Remove
 Summary:Remove files and directories
-License:GPL-1.0+ or Artistic-1.0
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/File-Remove/
-Source: 
http://www.cpan.org/authors/id/A/AD/ADAMK/File-Remove-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Cwd) >= 3.29
 BuildRequires:  perl(File::Spec) >= 3.29
+BuildRequires:  perl(Module::Build) >= 0.28
 Requires:   perl(Cwd) >= 3.29
 Requires:   perl(File::Spec) >= 3.29
 %{perl_requires}
 
-%if 0%{?suse_version} <= 1110
-BuildRequires:  perl-PathTools
-Requires:   perl-PathTools
-%endif
-
 %description
 *File::Remove::remove* removes files and directories. It acts like
 */bin/rm*, for the most part. Although 'unlink' can be given a list of
@@ -51,30 +48,21 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%if 0%{?suse_version} <= 1110
-for i in `find lib t -type f` ; do
-sed -i -e "s@^\s*use\s\s*File::Spec@use lib '%{perl_vendorlib}';\nuse 
File::Spec@" $i
-sed -i -e "s@^\s*use\s\s*Test::More@use lib '%{perl_vendorlib}';\nuse 
Test::More@" $i
-done
-%endif
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+%{__perl} Build.PL installdirs=vendor
+./Build build flags=%{?_smp_mflags}
 
 %check
-%{__make} test
+./Build test
 
 %install
-%perl_make_install
-%perl_process_packlist
+./Build install destdir=%{buildroot} create_packlist=0
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
+%defattr(-,root,root,755)
 %doc Changes LICENSE README
 
 %changelog

++ File-Remove-1.52.tar.gz -> File-Remove-1.55.tar.gz ++
 4181 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 test
#ignore_requires: Bizarre::Module



commit perl-File-Remove for openSUSE:Factory

2013-01-29 Thread h_root
Hello community,

here is the log from the commit of package perl-File-Remove for 
openSUSE:Factory checked in at 2013-01-29 14:28:35

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


Package is "perl-File-Remove", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/perl-File-Remove/perl-File-Remove.changes
2012-03-19 09:52:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-File-Remove.new/perl-File-Remove.changes   
2013-01-29 14:30:35.0 +0100
@@ -1,0 +2,10 @@
+Fri Jan 25 13:19:38 UTC 2013 - ch...@computersalat.de
+
+- update to 1.52
+  * No functional changes
+  * Updating Module::Install to 1.06
+  * Moved File::Spec dependency to 3.29 to fix problems with
+four-digit decimal dependencies in some downstream packaging
+systems.
+
+---

Old:

  File-Remove-1.51.tar.gz

New:

  File-Remove-1.52.tar.gz



Other differences:
--
++ perl-File-Remove.spec ++
--- /var/tmp/diff_new_pack.RSGUjr/_old  2013-01-29 14:30:37.0 +0100
+++ /var/tmp/diff_new_pack.RSGUjr/_new  2013-01-29 14:30:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-File-Remove
 #
-# 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-Remove
-Version:1.51
+Version:1.52
 Release:0
 %define cpan_name File-Remove
 Summary:Remove files and directories
@@ -25,19 +25,20 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/File-Remove/
 Source: 
http://www.cpan.org/authors/id/A/AD/ADAMK/File-Remove-%{version}.tar.gz
-BuildRequires:  perl(Cwd) >= 3.27.01
-BuildRequires:  perl(File::Spec) >= 3.27.01
+BuildArch:  noarch
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  perl
+BuildRequires:  perl-macros
+BuildRequires:  perl(Cwd) >= 3.29
+BuildRequires:  perl(File::Spec) >= 3.29
+Requires:   perl(Cwd) >= 3.29
+Requires:   perl(File::Spec) >= 3.29
+%{perl_requires}
+
 %if 0%{?suse_version} <= 1110
 BuildRequires:  perl-PathTools
 Requires:   perl-PathTools
 %endif
-BuildRequires:  perl
-BuildRequires:  perl-macros
-Requires:   perl(Cwd) >= 3.27.01
-Requires:   perl(File::Spec) >= 3.27.01
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
-%{perl_requires}
 
 %description
 *File::Remove::remove* removes files and directories. It acts like

++ File-Remove-1.51.tar.gz -> File-Remove-1.52.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Remove-1.51/Changes new/File-Remove-1.52/Changes
--- old/File-Remove-1.51/Changes2011-10-27 02:25:40.0 +0200
+++ new/File-Remove-1.52/Changes2012-03-19 06:14:57.0 +0100
@@ -1,5 +1,12 @@
 Revision history for Perl extension File-Remove
 
+1.52 Mon 19 Mar 2012 - Adam Kennedy
+   - No functional changes
+   - Updating Module::Install to 1.06
+   - Moved File::Spec dependency to 3.29 to fix problems with
+ four-digit decimal dependencies in some downstream packaging
+ systems.
+
 1.51 Thu 27 Oct 2011 - Adam Kennedy
- END-time deletion by clear() is now fork-safe, it will only remove
  paths created in the same process.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Remove-1.51/LICENSE new/File-Remove-1.52/LICENSE
--- old/File-Remove-1.51/LICENSE2011-10-27 02:25:40.0 +0200
+++ new/File-Remove-1.52/LICENSE2012-03-19 06:14:57.0 +0100
@@ -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

commit perl-File-Remove for openSUSE:Factory

2012-03-19 Thread h_root
Hello community,

here is the log from the commit of package perl-File-Remove for 
openSUSE:Factory checked in at 2012-03-19 09:50:56

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


Package is "perl-File-Remove", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/perl-File-Remove/perl-File-Remove.changes
2011-11-21 12:39:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-File-Remove.new/perl-File-Remove.changes   
2012-03-19 09:52:12.0 +0100
@@ -1,0 +2,5 @@
+Tue Mar  6 17:49:07 CET 2012 - r...@suse.de
+
+- fix build on sle11 
+
+---

Old:

  perl-File-Remove-old_File-Spec.patch



Other differences:
--
++ perl-File-Remove.spec ++
--- /var/tmp/diff_new_pack.pYFVGE/_old  2012-03-19 09:52:14.0 +0100
+++ /var/tmp/diff_new_pack.pYFVGE/_new  2012-03-19 09:52:14.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-File-Remove
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -16,17 +16,15 @@
 #
 
 
-
 Name:   perl-File-Remove
 Version:1.51
-Release:5
-License:GPL-1.0+ or Artistic-1.0
+Release:0
 %define cpan_name File-Remove
 Summary:Remove files and directories
-Url:http://search.cpan.org/dist/File-Remove/
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/File-Remove/
 Source: 
http://www.cpan.org/authors/id/A/AD/ADAMK/File-Remove-%{version}.tar.gz
-Patch1: perl-File-Remove-old_File-Spec.patch
 BuildRequires:  perl(Cwd) >= 3.27.01
 BuildRequires:  perl(File::Spec) >= 3.27.01
 %if 0%{?suse_version} <= 1110
@@ -53,8 +51,10 @@
 %prep
 %setup -q -n %{cpan_name}-%{version}
 %if 0%{?suse_version} <= 1110
-%patch1 -p1
-sed -i "s|__vendorperl__|%{perl_vendorlib}|g" lib/File/Remove.pm t/*.t
+for i in `find lib t -type f` ; do
+sed -i -e "s@^\s*use\s\s*File::Spec@use lib '%{perl_vendorlib}';\nuse 
File::Spec@" $i
+sed -i -e "s@^\s*use\s\s*Test::More@use lib '%{perl_vendorlib}';\nuse 
Test::More@" $i
+done
 %endif
 
 %build

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-File-Remove for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-File-Remove for 
openSUSE:Factory checked in at 2011-12-06 18:41:25

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


Package is "perl-File-Remove", Maintainer is ""

Changes:




Other differences:
--
++ perl-File-Remove.spec ++
--- /var/tmp/diff_new_pack.knLaGQ/_old  2011-12-06 19:08:33.0 +0100
+++ /var/tmp/diff_new_pack.knLaGQ/_new  2011-12-06 19:08:33.0 +0100
@@ -20,7 +20,7 @@
 Name:   perl-File-Remove
 Version:1.51
 Release:5
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-1.0
 %define cpan_name File-Remove
 Summary:Remove files and directories
 Url:http://search.cpan.org/dist/File-Remove/

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-File-Remove for openSUSE:Factory

2011-11-21 Thread h_root
Hello community,

here is the log from the commit of package perl-File-Remove for 
openSUSE:Factory checked in at 2011-11-21 12:39:55

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


Package is "perl-File-Remove", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/perl-File-Remove/perl-File-Remove.changes
2011-09-23 12:37:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-File-Remove.new/perl-File-Remove.changes   
2011-11-21 12:39:58.0 +0100
@@ -1,0 +2,8 @@
+Fri Nov 18 11:49:33 UTC 2011 - co...@suse.com
+
+- update to 1.51
+- END-time deletion by clear() is now fork-safe, it will only remove
+  paths created in the same process.
+- Adding a second skip for the known-bad cygwin file permissions problem
+
+---

Old:

  File-Remove-1.49.tar.gz

New:

  File-Remove-1.51.tar.gz



Other differences:
--
++ perl-File-Remove.spec ++
--- /var/tmp/diff_new_pack.rW5phT/_old  2011-11-21 12:39:59.0 +0100
+++ /var/tmp/diff_new_pack.rW5phT/_new  2011-11-21 12:40:00.0 +0100
@@ -18,15 +18,14 @@
 
 
 Name:   perl-File-Remove
-Version:1.49
+Version:1.51
 Release:5
 License:GPL+ or Artistic
 %define cpan_name File-Remove
 Summary:Remove files and directories
 Url:http://search.cpan.org/dist/File-Remove/
 Group:  Development/Libraries/Perl
-#Source: 
http://www.cpan.org/authors/id/A/AD/ADAMK/File-Remove-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/A/AD/ADAMK/File-Remove-%{version}.tar.gz
 Patch1: perl-File-Remove-old_File-Spec.patch
 BuildRequires:  perl(Cwd) >= 3.27.01
 BuildRequires:  perl(File::Spec) >= 3.27.01

++ File-Remove-1.49.tar.gz -> File-Remove-1.51.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Remove-1.49/Changes new/File-Remove-1.51/Changes
--- old/File-Remove-1.49/Changes2011-03-14 01:32:09.0 +0100
+++ new/File-Remove-1.51/Changes2011-10-27 02:25:40.0 +0200
@@ -1,5 +1,12 @@
 Revision history for Perl extension File-Remove
 
+1.51 Thu 27 Oct 2011 - Adam Kennedy
+   - END-time deletion by clear() is now fork-safe, it will only remove
+ paths created in the same process.
+
+1.50 Mon 11 Jul 2011 - Adam Kennedy
+   - Adding a second skip for the known-bad cygwin file permissions problem
+
 1.49 Wed 14 Mar 2011 - Adam Kennedy
- Restoring 02_directoreis to no_plan as it runs different test counts
  on different systems.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Remove-1.49/MANIFEST 
new/File-Remove-1.51/MANIFEST
--- old/File-Remove-1.49/MANIFEST   2011-03-14 01:32:31.0 +0100
+++ new/File-Remove-1.51/MANIFEST   2011-10-27 02:26:14.0 +0200
@@ -22,6 +22,7 @@
 t/06_curly.t
 t/07_cwd.t
 t/08_spaces.t
+t/09_fork.t
 xt/meta.t
 xt/pmv.t
 xt/pod.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Remove-1.49/META.yml 
new/File-Remove-1.51/META.yml
--- old/File-Remove-1.49/META.yml   2011-03-14 01:32:31.0 +0100
+++ new/File-Remove-1.51/META.yml   2011-10-27 02:26:14.0 +0200
@@ -3,12 +3,13 @@
 author:
   - 'Adam Kennedy '
 build_requires:
-  ExtUtils::MakeMaker: 6.42
+  ExtUtils::MakeMaker: 6.36
   Test::More: 0.42
 configure_requires:
-  ExtUtils::MakeMaker: 6.42
+  ExtUtils::MakeMaker: 6.36
 distribution_type: module
-generated_by: 'Module::Install version 1.00'
+dynamic_config: 0
+generated_by: 'Module::Install version 1.04'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -28,4 +29,4 @@
   ChangeLog: http://fisheye2.atlassian.com/changelog/cpan/trunk/File-Remove
   license: http://dev.perl.org/licenses/
   repository: http://svn.ali.as/cpan/trunk/File-Remove
-version: 1.49
+version: 1.51
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Remove-1.49/Makefile.PL 
new/File-Remove-1.51/Makefile.PL
--- old/File-Remove-1.49/Makefile.PL2011-03-14 01:32:09.0 +0100
+++ new/File-Remove-1.51/Makefile.PL2011-10-27 02:25:40.0 +0200
@@ -1,4 +1,4 @@
-use inc::Module::Install::DSL 1.00;
+use inc::Module::Install::DSL 1.04;
 
 all_from  lib/File/Remove.pm
 requires_from lib/File/Remove.pm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Remove-1.49/inc/Module/Install/Base.pm 
new/File-Remove

commit perl-File-Remove for openSUSE:Factory

2011-06-08 Thread h_root

Hello community,

here is the log from the commit of package perl-File-Remove for openSUSE:Factory
checked in at Wed Jun 8 16:33:14 CEST 2011.




--- perl-File-Remove/perl-File-Remove.changes   2011-03-24 20:31:57.0 
+0100
+++ /mounts/work_src_done/STABLE/perl-File-Remove/perl-File-Remove.changes  
2011-06-05 05:31:08.0 +0200
@@ -1,0 +2,7 @@
+Sun Jun  5 03:29:10 UTC 2011 - l...@linux-schulserver.de
+
+- fix build for SLE 11 by patching the lib and test files
+  ( perl-File-Remove-old_File-Spec.patch ) and requiring 
+  perl-PathTools
+
+---

calling whatdependson for head-i586


New:

  perl-File-Remove-old_File-Spec.patch



Other differences:
--
++ perl-File-Remove.spec ++
--- /var/tmp/diff_new_pack.MR5bP2/_old  2011-06-08 16:31:53.0 +0200
+++ /var/tmp/diff_new_pack.MR5bP2/_new  2011-06-08 16:31:53.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   perl-File-Remove
 Version:1.49
-Release:3
+Release:5
 License:GPL+ or Artistic
 %define cpan_name File-Remove
 Summary:Remove files and directories
@@ -27,8 +27,13 @@
 Group:  Development/Libraries/Perl
 #Source: 
http://www.cpan.org/authors/id/A/AD/ADAMK/File-Remove-%{version}.tar.gz
 Source: %{cpan_name}-%{version}.tar.gz
+Patch1: perl-File-Remove-old_File-Spec.patch
 BuildRequires:  perl(Cwd) >= 3.27.01
 BuildRequires:  perl(File::Spec) >= 3.27.01
+%if 0%{?suse_version} <= 1110
+BuildRequires:  perl-PathTools
+Requires:   perl-PathTools
+%endif
 BuildRequires:  perl
 BuildRequires:  perl-macros
 Requires:   perl(Cwd) >= 3.27.01
@@ -48,6 +53,10 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+%if 0%{?suse_version} <= 1110
+%patch1 -p1
+sed -i "s|__vendorperl__|%{perl_vendorlib}|g" lib/File/Remove.pm t/*.t
+%endif
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ perl-File-Remove-old_File-Spec.patch ++
Index: File-Remove-1.49/lib/File/Remove.pm
===
--- File-Remove-1.49.orig/lib/File/Remove.pm
+++ File-Remove-1.49/lib/File/Remove.pm
@@ -14,7 +14,7 @@ BEGIN {
 
 # If we ever need a Mac::Glue object we will want to cache it.
 my $glue;
-
+use lib '__vendorperl__';
 use File::Path ();
 use File::Glob ();
 use File::Spec 3.2701 ();
Index: File-Remove-1.49/t/03_deep_readonly.t
===
--- File-Remove-1.49.orig/t/03_deep_readonly.t
+++ File-Remove-1.49/t/03_deep_readonly.t
@@ -8,6 +8,7 @@ BEGIN {
$^W = 1;
 }
 
+use lib '__vendorperl__';
 use Test::More tests => 12;
 use File::Spec::Functions ':ALL';
 use File::Copy   ();
Index: File-Remove-1.49/t/04_can_delete.t
===
--- File-Remove-1.49.orig/t/04_can_delete.t
+++ File-Remove-1.49/t/04_can_delete.t
@@ -8,6 +8,7 @@ BEGIN {
$^W = 1;
 }
 
+use lib '__vendorperl__';
 use Test::More tests => 12;
 use File::Spec::Functions ':ALL';
 use File::Copy   ();
Index: File-Remove-1.49/t/05_links.t
===
--- File-Remove-1.49.orig/t/05_links.t
+++ File-Remove-1.49/t/05_links.t
@@ -6,6 +6,7 @@ BEGIN {
$^W = 1;
 }
 
+use lib '__vendorperl__';
 use Test::More;
 use File::Spec::Functions ':ALL';
 use File::Remove ();
Index: File-Remove-1.49/t/06_curly.t
===
--- File-Remove-1.49.orig/t/06_curly.t
+++ File-Remove-1.49/t/06_curly.t
@@ -10,6 +10,7 @@ BEGIN {
$^W = 1;
 }
 
+use lib '__vendorperl__';
 use Test::More tests => 6;
 use File::Spec::Functions ':ALL';
 use File::Remove ();
Index: File-Remove-1.49/t/07_cwd.t
===
--- File-Remove-1.49.orig/t/07_cwd.t
+++ File-Remove-1.49/t/07_cwd.t
@@ -6,6 +6,7 @@ BEGIN {
$^W = 1;
 }
 
+use lib '__vendorperl__';
 use Test::More tests => 13;
 use File::Spec::Functions ':ALL';
 use File::Remove ();
Index: File-Remove-1.49/t/08_spaces.t
===
--- File-Remove-1.49.orig/t/08_spaces.t
+++ File-Remove-1.49/t/08_spaces.t
@@ -9,6 +9,7 @@ BEGIN {
$^W = 1;
 }
 
+use lib '__vendorperl__';
 use Test::More qw(no_plan);
 use File::Spec::Functions ':ALL';
 use File::Copy   ();





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-File-Remove for openSUSE:Factory

2011-03-25 Thread h_root

Hello community,

here is the log from the commit of package perl-File-Remove for openSUSE:Factory
checked in at Fri Mar 25 08:49:07 CET 2011.




--- perl-File-Remove/perl-File-Remove.changes   2011-03-24 12:26:39.0 
+0100
+++ /mounts/work_src_done/STABLE/perl-File-Remove/perl-File-Remove.changes  
2011-03-24 20:31:57.0 +0100
@@ -1,0 +2,5 @@
+Thu Mar 24 19:31:20 UTC 2011 - co...@novell.com
+
+- rpm does not know that 2701 is smaller than 33 for perl
+
+---

calling whatdependson for head-i586




Other differences:
--
++ perl-File-Remove.spec ++
--- /var/tmp/diff_new_pack.4LDO7i/_old  2011-03-25 08:48:42.0 +0100
+++ /var/tmp/diff_new_pack.4LDO7i/_new  2011-03-25 08:48:42.0 +0100
@@ -19,7 +19,7 @@
 
 Name:   perl-File-Remove
 Version:1.49
-Release:1
+Release:3
 License:GPL+ or Artistic
 %define cpan_name File-Remove
 Summary:Remove files and directories
@@ -27,12 +27,12 @@
 Group:  Development/Libraries/Perl
 #Source: 
http://www.cpan.org/authors/id/A/AD/ADAMK/File-Remove-%{version}.tar.gz
 Source: %{cpan_name}-%{version}.tar.gz
-BuildRequires:  perl(Cwd) >= 3.2701
-BuildRequires:  perl(File::Spec) >= 3.2701
+BuildRequires:  perl(Cwd) >= 3.27.01
+BuildRequires:  perl(File::Spec) >= 3.27.01
 BuildRequires:  perl
 BuildRequires:  perl-macros
-Requires:   perl(Cwd) >= 3.2701
-Requires:   perl(File::Spec) >= 3.2701
+Requires:   perl(Cwd) >= 3.27.01
+Requires:   perl(File::Spec) >= 3.27.01
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 %{perl_requires}






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-File-Remove for openSUSE:Factory

2011-03-24 Thread h_root

Hello community,

here is the log from the commit of package perl-File-Remove for openSUSE:Factory
checked in at Thu Mar 24 17:31:00 CET 2011.




--- perl-File-Remove/perl-File-Remove.changes   2011-01-17 16:08:45.0 
+0100
+++ /mounts/work_src_done/STABLE/perl-File-Remove/perl-File-Remove.changes  
2011-03-24 12:26:39.0 +0100
@@ -1,0 +2,18 @@
+Thu Mar 24 11:25:37 UTC 2011 - co...@novell.com
+
+- update to 1.49
+   - Restoring 02_directoreis to no_plan as it runs different test counts
+ on different systems.
+   - Promoting dev code to production version
+   - Fixed a major bug in the 1.46 logic that works out what to change the
+ cwd to when deleting while inside a directory.
+   - Add test counts to all test scripts
+   - Added a test for space-safe globs
+   - Updated to Module::Install::DSL 1.00
+   - Skip test on cygwin due to non-root users not being able to deny
+ themselves write permissions to files.
+   - Added a test to delete directories when the current working
+ directory is inside the location to delete (ADAMK)
+   - Fixes for trash() with callbacks and on Mac (MIYAGAWA)
+
+---

calling whatdependson for head-i586


Old:

  File-Remove-1.42.tar.gz

New:

  File-Remove-1.49.tar.gz



Other differences:
--
++ perl-File-Remove.spec ++
--- /var/tmp/diff_new_pack.Ck1sj1/_old  2011-03-24 17:25:11.0 +0100
+++ /var/tmp/diff_new_pack.Ck1sj1/_new  2011-03-24 17:25:11.0 +0100
@@ -15,55 +15,57 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   perl-File-Remove
-Version:1.42
-Release:2
+Version:1.49
+Release:1
+License:GPL+ or Artistic
 %define cpan_name File-Remove
-Summary:File::Remove::remove removes files and directories
-License:GPL, Artistic License
+Summary:Remove files and directories
+Url:http://search.cpan.org/dist/File-Remove/
 Group:  Development/Libraries/Perl
-Url:
http://search.cpan.org/~adamk/File-Remove-1.42/lib/File/Remove.pm
-Source0:%{cpan_name}-%{version}.tar.gz
+#Source: 
http://www.cpan.org/authors/id/A/AD/ADAMK/File-Remove-%{version}.tar.gz
+Source: %{cpan_name}-%{version}.tar.gz
+BuildRequires:  perl(Cwd) >= 3.2701
+BuildRequires:  perl(File::Spec) >= 3.2701
+BuildRequires:  perl
+BuildRequires:  perl-macros
+Requires:   perl(Cwd) >= 3.2701
+Requires:   perl(File::Spec) >= 3.2701
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 %{perl_requires}
-BuildRequires:  perl perl-macros
 
 %description
-File::Remove::remove removes files and directories. It acts like
-/bin/rm, for the most part. Although unlink can be given a list of
-files, it will not remove directories; this module remedies that. It
-also accepts wildcards, * and ?, as arguments for filenames.
-
-Author:

-Adam Kennedy 
-   Richard Soderberg
+*File::Remove::remove* removes files and directories. It acts like
+*/bin/rm*, for the most part. Although 'unlink' can be given a list of
+files, it will not remove directories; this module remedies that. It also
+accepts wildcards, * and ?, as arguments for filenames.
+
+*File::Remove::trash* accepts the same arguments as *remove*, with the
+addition of an optional, infrequently used "other platforms" hashref.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%__perl Makefile.PL
-%__make
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 
 %check
-%__make test
+%{__make} test
 
 %install
 %perl_make_install
 %perl_process_packlist
+%perl_gen_filelist
 
 %clean
-%__rm -rf %{BuildRoot}
+%{__rm} -rf %{buildroot}
 
-%files
-%defattr(-, root, root)
-%doc Changes README LICENSE
-%dir %{perl_vendorlib}/File
-%{perl_vendorlib}/File/Remove.pm
-%{_mandir}/man3/File::Remove.3pm.*
+%files -f %{name}.files
+%defattr(644,root,root,755)
+%doc Changes LICENSE README
 
 %changelog

++ File-Remove-1.42.tar.gz -> File-Remove-1.49.tar.gz ++
 4522 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org