commit perl-bareword-filehandles for openSUSE:Factory

2019-06-03 Thread root
Hello community,

here is the log from the commit of package perl-bareword-filehandles for 
openSUSE:Factory checked in at 2019-06-03 18:57:31

Comparing /work/SRC/openSUSE:Factory/perl-bareword-filehandles (Old)
 and  /work/SRC/openSUSE:Factory/.perl-bareword-filehandles.new.5148 (New)


Package is "perl-bareword-filehandles"

Mon Jun  3 18:57:31 2019 rev:6 rq:707105 version:0.007

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-bareword-filehandles/perl-bareword-filehandles.changes
  2018-05-03 12:33:37.693617551 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-bareword-filehandles.new.5148/perl-bareword-filehandles.changes
2019-06-03 18:57:33.876380022 +0200
@@ -1,0 +2,9 @@
+Tue May 28 05:35:18 UTC 2019 - Stephan Kulow 
+
+- updated to 0.007
+   see /usr/share/doc/packages/perl-bareword-filehandles/Changes
+
+  0.007 2019-05-27 20:15:54+01:00 Europe/London
+   - Disable checking filetest ops on perl < 5.31.1 (RT#127073)
+
+---

Old:

  bareword-filehandles-0.006.tar.gz

New:

  bareword-filehandles-0.007.tar.gz



Other differences:
--
++ perl-bareword-filehandles.spec ++
--- /var/tmp/diff_new_pack.xa1HPm/_old  2019-06-03 18:57:34.572379764 +0200
+++ /var/tmp/diff_new_pack.xa1HPm/_new  2019-06-03 18:57:34.576379762 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-bareword-filehandles
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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,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-bareword-filehandles
-Version:0.006
+Version:0.007
 Release:0
 %define cpan_name bareword-filehandles
-Summary:Disables Bareword Filehandles
+Summary:Disables bareword filehandles
 License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/bareword-filehandles/
+Url:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/I/IL/ILMARI/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -44,11 +44,11 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install

++ bareword-filehandles-0.006.tar.gz -> bareword-filehandles-0.007.tar.gz 
++
 3447 lines of diff (skipped)




commit perl-bareword-filehandles for openSUSE:Factory

2018-05-03 Thread root
Hello community,

here is the log from the commit of package perl-bareword-filehandles for 
openSUSE:Factory checked in at 2018-05-03 12:33:34

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


Package is "perl-bareword-filehandles"

Thu May  3 12:33:34 2018 rev:5 rq:603045 version:0.006

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-bareword-filehandles/perl-bareword-filehandles.changes
  2017-04-24 09:50:05.028925116 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-bareword-filehandles.new/perl-bareword-filehandles.changes
 2018-05-03 12:33:37.693617551 +0200
@@ -1,0 +2,9 @@
+Fri Apr 27 06:08:40 UTC 2018 - co...@suse.com
+
+- updated to 0.006
+   see /usr/share/doc/packages/perl-bareword-filehandles/Changes
+
+  0.006 2018-04-26 22:36:49+01:00 Europe/London
+   - Only use Lexical::SealRequireHints before perl 5.12
+
+---

Old:

  bareword-filehandles-0.005.tar.gz

New:

  bareword-filehandles-0.006.tar.gz



Other differences:
--
++ perl-bareword-filehandles.spec ++
--- /var/tmp/diff_new_pack.2HYTeN/_old  2018-05-03 12:33:38.517588201 +0200
+++ /var/tmp/diff_new_pack.2HYTeN/_new  2018-05-03 12:33:38.517588201 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-bareword-filehandles
 #
-# 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-bareword-filehandles
-Version:0.005
+Version:0.006
 Release:0
 %define cpan_name bareword-filehandles
 Summary:Disables Bareword Filehandles
-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/bareword-filehandles/
 Source0:
https://cpan.metacpan.org/authors/id/I/IL/ILMARI/%{cpan_name}-%{version}.tar.gz
@@ -31,10 +31,8 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(B::Hooks::OP::Check)
 BuildRequires:  perl(ExtUtils::Depends)
-BuildRequires:  perl(Lexical::SealRequireHints)
 BuildRequires:  perl(Test::More) >= 0.88
 Requires:   perl(B::Hooks::OP::Check)
-Requires:   perl(Lexical::SealRequireHints)
 %{perl_requires}
 
 %description

++ bareword-filehandles-0.005.tar.gz -> bareword-filehandles-0.006.tar.gz 
++
 3249 lines of diff (skipped)




commit perl-bareword-filehandles for openSUSE:Factory

2017-04-24 Thread root
Hello community,

here is the log from the commit of package perl-bareword-filehandles for 
openSUSE:Factory checked in at 2017-04-24 09:50:01

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


Package is "perl-bareword-filehandles"

Mon Apr 24 09:50:01 2017 rev:4 rq:489832 version:0.005

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-bareword-filehandles/perl-bareword-filehandles.changes
  2016-05-25 21:29:12.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-bareword-filehandles.new/perl-bareword-filehandles.changes
 2017-04-24 09:50:05.028925116 +0200
@@ -1,0 +2,11 @@
+Fri Apr 21 07:09:21 UTC 2017 - co...@suse.com
+
+- updated to 0.005
+   see /usr/share/doc/packages/perl-bareword-filehandles/Changes
+
+  0.005 2017-04-20 16:27:24+01:00 Europe/London
+   - Switch to Dist::Zilla::PluginBundle::Starter
+ and ::Plugin::DymamicPrereqs
+   - Use Devel::PPPort insted of hand-rolled compat macros
+
+---

Old:

  bareword-filehandles-0.004.tar.gz

New:

  bareword-filehandles-0.005.tar.gz



Other differences:
--
++ perl-bareword-filehandles.spec ++
--- /var/tmp/diff_new_pack.iqJ9le/_old  2017-04-24 09:50:05.752822732 +0200
+++ /var/tmp/diff_new_pack.iqJ9le/_new  2017-04-24 09:50:05.752822732 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-bareword-filehandles
 #
-# Copyright (c) 2016 SUSE LINUX 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,14 +17,14 @@
 
 
 Name:   perl-bareword-filehandles
-Version:0.004
+Version:0.005
 Release:0
 %define cpan_name bareword-filehandles
 Summary:Disables Bareword Filehandles
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/bareword-filehandles/
-Source0:
http://www.cpan.org/authors/id/I/IL/ILMARI/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/I/IL/ILMARI/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -59,6 +59,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes README
+%license LICENSE
 
 %changelog

++ bareword-filehandles-0.004.tar.gz -> bareword-filehandles-0.005.tar.gz 
++
 5500 lines of diff (skipped)




commit perl-bareword-filehandles for openSUSE:Factory

2016-05-25 Thread h_root
Hello community,

here is the log from the commit of package perl-bareword-filehandles for 
openSUSE:Factory checked in at 2016-05-25 21:29:10

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


Package is "perl-bareword-filehandles"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-bareword-filehandles/perl-bareword-filehandles.changes
  2014-02-28 21:16:26.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-bareword-filehandles.new/perl-bareword-filehandles.changes
 2016-05-25 21:29:12.0 +0200
@@ -1,0 +2,11 @@
+Mon May 23 13:08:18 UTC 2016 - co...@suse.com
+
+- updated to 0.004
+   see /usr/share/doc/packages/perl-bareword-filehandles/Changes
+
+  0.004 2016-05-16 19:18:36+01:00 Europe/London
+   - fix POD typo (RT#76421)
+   - Use "bareword::filehandles/disabled" as the hint hash key
+   - Fix building on -DPERL_OP_PARENT perls (RT#114394)
+
+---

Old:

  bareword-filehandles-0.003.tar.gz

New:

  bareword-filehandles-0.004.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-bareword-filehandles.spec ++
--- /var/tmp/diff_new_pack.gFFwvf/_old  2016-05-25 21:29:13.0 +0200
+++ /var/tmp/diff_new_pack.gFFwvf/_new  2016-05-25 21:29:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-bareword-filehandles
 #
-# Copyright (c) 2014 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,14 +17,15 @@
 
 
 Name:   perl-bareword-filehandles
-Version:0.003
+Version:0.004
 Release:0
 %define cpan_name bareword-filehandles
-Summary:disables bareword filehandles
+Summary:Disables Bareword Filehandles
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/bareword-filehandles/
-Source: 
http://www.cpan.org/authors/id/I/IL/ILMARI/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/I/IL/ILMARI/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
@@ -38,7 +39,7 @@
 
 %description
 This module lexically disables the use of bareword filehandles with builtin
-functions, except for the special builitin filehandles 'STDIN', 'STDOUT',
+functions, except for the special builtin filehandles 'STDIN', 'STDOUT',
 'STDERR', 'ARGV', 'ARGVOUT' and 'DATA'.
 
 %prep
@@ -58,6 +59,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README weaver.ini
+%doc Changes LICENSE README
 
 %changelog

++ bareword-filehandles-0.003.tar.gz -> bareword-filehandles-0.004.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bareword-filehandles-0.003/Changes 
new/bareword-filehandles-0.004/Changes
--- old/bareword-filehandles-0.003/Changes  2011-03-15 14:03:08.0 
+0100
+++ new/bareword-filehandles-0.004/Changes  2016-05-16 20:18:38.0 
+0200
@@ -1,5 +1,10 @@
 Revision history for bareword::filehandles
 
+0.004 2016-05-16 19:18:36+01:00 Europe/London
+ - fix POD typo (RT#76421)
+ - Use "bareword::filehandles/disabled" as the hint hash key
+ - Fix building on -DPERL_OP_PARENT perls (RT#114394)
+
 0.003 2011-03-15 13:03:07 Europe/London
  - use ppport.h for backwards compatibility
  - work around erroneous op descriptions in perl < 5.8.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bareword-filehandles-0.003/LICENSE 
new/bareword-filehandles-0.004/LICENSE
--- old/bareword-filehandles-0.003/LICENSE  2011-03-15 14:03:09.0 
+0100
+++ new/bareword-filehandles-0.004/LICENSE  2016-05-16 20:18:38.0 
+0200
@@ -18,15 +18,16 @@
 
   The GNU General Public License, Version 1, February 1989
 
-   GNU GENERAL PUBLIC LICENSE
-Version 1, February 1989
+GNU GENERAL PUBLIC LICENSE
+ Version 1, February 1989
 
  Copyright (C) 1989 Free Software Foundation, Inc.
-59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
+ 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
-   Preamble
+Preamble