commit perl-Readonly for openSUSE:Factory

2014-09-20 Thread h_root
Hello community,

here is the log from the commit of package perl-Readonly for openSUSE:Factory 
checked in at 2014-09-20 15:49:56

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


Package is "perl-Readonly"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Readonly/perl-Readonly.changes  
2014-02-02 07:36:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Readonly.new/perl-Readonly.changes 
2014-09-20 15:49:59.0 +0200
@@ -1,0 +2,35 @@
+Wed Sep 17 14:55:28 UTC 2014 - co...@suse.com
+
+- updated to 2.00
+ - Deprecation of Readonly::XS as a requirement for fast, readonly
+   scalars is complete. Report any lingering issues on the tracker
+   ASAP.
+ 
+ 1.61 2014-06-28T11:22:13Z
+ - Normal constants (strings, numbers) do not appear to be read only to
+   Internals::SvREADONLY($) but perl itself doesn't miss a beat when you
+   attempt to assign a value to them. Fixing test regression in
+   t/general/reassign.t
+ 
+ 1.60 2014-06-27T15:59:27Z
+ - Fix array and hash tie() while in XS mode (exposed by Params::Validate 
tests)
+ - Fix implicit undef value regression resolves #8
+ - Minor documentation fixes (spell check, etc.)
+ - Patch from Gregor Herrmann  resolves #7
+ 
+ v1.500.0 2014-06-25T19:56:18Z
+ - PLEASE NOTE: Readonly::XS is no longer needed!
+ - Again, Readonly::XS is no longer needed.
+ - Merged typo fix from David Steinbrunner RT#86350/#2
+ - Merged patch (w/ tests, yay!) from Daniel P. Risse RT#37864
+ - Upstream magic related bugs were reported to p5p and fixed in perl
+   itself so we can resolve the following local issues: RT#70167, RT#57382,
+   RT#29487, RT#36653, RT#24216.
+ - Reported RT#120122 (tie + smartmatch bug) upstream to p5p. Will
+   eventually resolve local [RT#59256].
+ - Note: Resolved RT#16167 (benchmark.pl being installed) in 1.04.
+ - Use readonly support exposed in Internals on perl >=5.8.x
+ - Have I mentioned you don't need to install Readonly::XS anymore?
+ - Checking $Readonly::XSokay is no longer suggested. ...never should have 
been
+
+---

Old:

  Readonly-1.04.tar.gz

New:

  Readonly-2.00.tar.gz



Other differences:
--
++ perl-Readonly.spec ++
--- /var/tmp/diff_new_pack.Nwa9jg/_old  2014-09-20 15:49:59.0 +0200
+++ /var/tmp/diff_new_pack.Nwa9jg/_new  2014-09-20 15:49:59.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Readonly
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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-Readonly
-Version:1.04
+Version:2.00
 Release:0
 %define cpan_name Readonly
 Summary:Facility for creating read-only scalars, arrays, hashes
@@ -32,7 +32,6 @@
 BuildRequires:  perl(CPAN::Meta)
 BuildRequires:  perl(CPAN::Meta::Prereqs)
 BuildRequires:  perl(Module::Build) >= 0.38
-Recommends: perl(Readonly::XS) >= 1.06
 %{perl_requires}
 
 %description
@@ -54,6 +53,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes cpanfile LICENSE README.md TODO
+%doc Changes cpanfile LICENSE README.md
 
 %changelog

++ Readonly-1.04.tar.gz -> Readonly-2.00.tar.gz ++
 3086 lines of diff (skipped)

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



commit perl-Readonly for openSUSE:Factory

2011-11-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Readonly for openSUSE:Factory 
checked in at 2011-11-18 15:47:33

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


Package is "perl-Readonly", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/perl-Readonly/perl-Readonly.changes  
2011-09-23 12:38:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Readonly.new/perl-Readonly.changes 
2011-11-18 15:47:43.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 18 08:43:46 UTC 2011 - co...@suse.com
+
+- use original tar.gz
+
+---

Old:

  Readonly-1.03.tar.bz2

New:

  Readonly-1.03.tar.gz



Other differences:
--
++ perl-Readonly.spec ++
--- /var/tmp/diff_new_pack.g039EF/_old  2011-11-18 15:47:48.0 +0100
+++ /var/tmp/diff_new_pack.g039EF/_new  2011-11-18 15:47:48.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-Readonly (Version 1.03)
+# spec file for package perl-Readonly
 #
-# 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
@@ -19,14 +19,14 @@
 
 
 Name:   perl-Readonly
-%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
+%define cpan_name Readonly
 Summary:Facility for creating read-only scalars, arrays, hashes
 Version:1.03
 Release:7
 License:Artistic License, GPL, see package
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Readonly/
-Source0:%{cpan_name}-%{version}.tar.bz2
+Source0:%{cpan_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 BuildRequires:  perl

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



commit perl-Readonly for openSUSE:Factory

2012-05-08 Thread h_root
Hello community,

here is the log from the commit of package perl-Readonly for openSUSE:Factory 
checked in at 2012-05-08 18:01:34

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


Package is "perl-Readonly", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/perl-Readonly/perl-Readonly.changes  
2011-11-18 15:47:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Readonly.new/perl-Readonly.changes 
2012-05-08 18:01:39.0 +0200
@@ -1,0 +2,6 @@
+Tue May  8 14:11:24 UTC 2012 - cfarr...@suse.com
+
+- license update: Artistic-1.0 or GPL-1.0+
+  Use SPDX format (http://www.spdx.org/licenses)
+
+---



Other differences:
--
++ perl-Readonly.spec ++
--- /var/tmp/diff_new_pack.Ufchle/_old  2012-05-08 18:01:40.0 +0200
+++ /var/tmp/diff_new_pack.Ufchle/_new  2012-05-08 18:01:40.0 +0200
@@ -23,7 +23,7 @@
 Summary:Facility for creating read-only scalars, arrays, hashes
 Version:1.03
 Release:7
-License:Artistic License, GPL, see package
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Readonly/
 Source0:%{cpan_name}-%{version}.tar.gz

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



commit perl-Readonly for openSUSE:Factory

2014-02-01 Thread h_root
Hello community,

here is the log from the commit of package perl-Readonly for openSUSE:Factory 
checked in at 2014-02-02 07:36:50

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


Package is "perl-Readonly"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Readonly/perl-Readonly.changes  
2014-01-10 21:13:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Readonly.new/perl-Readonly.changes 
2014-02-02 07:36:51.0 +0100
@@ -1,0 +2,16 @@
+Mon Dec 30 14:30:37 UTC 2013 - rschweik...@suse.com
+
+- eliminate attempt to remove the benchmark test. The new install process
+  no longer installs the benchmark test into the target tree, thus the
+  removal of the file to hide it from the package is obsolete.
+  + Fixes the build failure on all distros
+
+---
+Tue Nov 26 07:33:04 UTC 2013 - co...@suse.com
+
+- updated to 1.04
+- Module now maintained by Sanko Robinson. Please see TODO for a possible
+  set of changes to this module that may effect code written for old, pre-
+  perl 5.14.0 platforms!!!
+
+---

Old:

  Readonly-1.03.tar.gz

New:

  Readonly-1.04.tar.gz



Other differences:
--
++ perl-Readonly.spec ++
--- /var/tmp/diff_new_pack.fuQwY7/_old  2014-02-02 07:36:51.0 +0100
+++ /var/tmp/diff_new_pack.fuQwY7/_new  2014-02-02 07:36:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Readonly
 #
-# Copyright (c) 2011 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
@@ -15,53 +15,45 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-Readonly
+Version:1.04
+Release:0
 %define cpan_name Readonly
 Summary:Facility for creating read-only scalars, arrays, hashes
-Version:1.03
-Release:7
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Readonly/
-Source0:%{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/S/SA/SANKO/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Test::More)
-Provides:   %{cpan_name}
+BuildRequires:  perl(CPAN::Meta)
+BuildRequires:  perl(CPAN::Meta::Prereqs)
+BuildRequires:  perl(Module::Build) >= 0.38
+Recommends: perl(Readonly::XS) >= 1.06
+%{perl_requires}
 
 %description
-Readonly.pm provides a facility for creating non-modifiable scalars,
-arrays, and hashes.
-
-Authors:
-Eric J. Roode, ro...@cpan.org
+Facility for creating read-only scalars, arrays, hashes
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
-%{__make} %{?_smp_mflags}
+%{__perl} Build.PL installdirs=vendor
+./Build build flags=%{?_smp_mflags}
 
 %check
-%{__make} test
+./Build test
 
 %install
-%perl_make_install
-%{__rm} $RPM_BUILD_ROOT%{perl_vendorlib}/benchmark.pl
-%perl_process_packlist
+./Build install destdir=%{buildroot} create_packlist=0
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.files
-%defattr(-,root,root)
-%doc Changes README benchmark.pl
+%defattr(-,root,root,755)
+%doc Changes cpanfile LICENSE README.md TODO
 
 %changelog

++ Readonly-1.03.tar.gz -> Readonly-1.04.tar.gz ++
 3937 lines of diff (skipped)

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



commit perl-Readonly for openSUSE:Factory

2014-01-03 Thread h_root
Hello community,

here is the log from the commit of package perl-Readonly for openSUSE:Factory 
checked in at 2014-01-03 19:47:56

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


Package is "perl-Readonly"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Readonly/perl-Readonly.changes  
2012-05-08 18:01:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Readonly.new/perl-Readonly.changes 
2014-01-03 19:47:57.0 +0100
@@ -1,0 +2,16 @@
+Mon Dec 30 14:30:37 UTC 2013 - rschweik...@suse.com
+
+- eliminate attempt to remove the benchmark test. The new install process
+  no longer installs the benchmark test into the target tree, thus the
+  removal of the file to hide it from the package is obsolete.
+  + Fixes the build failure on all distros
+
+---
+Tue Nov 26 07:33:04 UTC 2013 - co...@suse.com
+
+- updated to 1.04
+- Module now maintained by Sanko Robinson. Please see TODO for a possible
+  set of changes to this module that may effect code written for old, pre-
+  perl 5.14.0 platforms!!!
+
+---

Old:

  Readonly-1.03.tar.gz

New:

  Readonly-1.04.tar.gz



Other differences:
--
++ perl-Readonly.spec ++
--- /var/tmp/diff_new_pack.kGvczX/_old  2014-01-03 19:47:58.0 +0100
+++ /var/tmp/diff_new_pack.kGvczX/_new  2014-01-03 19:47:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Readonly
 #
-# Copyright (c) 2011 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
@@ -15,53 +15,45 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-Readonly
+Version:1.04
+Release:0
 %define cpan_name Readonly
 Summary:Facility for creating read-only scalars, arrays, hashes
-Version:1.03
-Release:7
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Readonly/
-Source0:%{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/S/SA/SANKO/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Test::More)
-Provides:   %{cpan_name}
+BuildRequires:  perl(CPAN::Meta)
+BuildRequires:  perl(CPAN::Meta::Prereqs)
+BuildRequires:  perl(Module::Build) >= 0.38
+Recommends: perl(Readonly::XS) >= 1.06
+%{perl_requires}
 
 %description
-Readonly.pm provides a facility for creating non-modifiable scalars,
-arrays, and hashes.
-
-Authors:
-Eric J. Roode, ro...@cpan.org
+Facility for creating read-only scalars, arrays, hashes
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
-%{__make} %{?_smp_mflags}
+%{__perl} Build.PL installdirs=vendor
+./Build build flags=%{?_smp_mflags}
 
 %check
-%{__make} test
+./Build test
 
 %install
-%perl_make_install
-%{__rm} $RPM_BUILD_ROOT%{perl_vendorlib}/benchmark.pl
-%perl_process_packlist
+./Build install destdir=%{buildroot} create_packlist=0
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.files
-%defattr(-,root,root)
-%doc Changes README benchmark.pl
+%defattr(-,root,root,755)
+%doc Changes cpanfile LICENSE README.md TODO
 
 %changelog

++ Readonly-1.03.tar.gz -> Readonly-1.04.tar.gz ++
 3937 lines of diff (skipped)

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



commit perl-Readonly for openSUSE:Factory

2014-01-10 Thread h_root
Hello community,

here is the log from the commit of package perl-Readonly for openSUSE:Factory 
checked in at 2014-01-10 21:13:14

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


Package is "perl-Readonly"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Readonly/perl-Readonly.changes  
2014-01-03 19:47:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Readonly.new/perl-Readonly.changes 
2014-01-10 21:13:15.0 +0100
@@ -2,16 +1,0 @@
-Mon Dec 30 14:30:37 UTC 2013 - rschweik...@suse.com
-
-- eliminate attempt to remove the benchmark test. The new install process
-  no longer installs the benchmark test into the target tree, thus the
-  removal of the file to hide it from the package is obsolete.
-  + Fixes the build failure on all distros
-

-Tue Nov 26 07:33:04 UTC 2013 - co...@suse.com
-
-- updated to 1.04
-- Module now maintained by Sanko Robinson. Please see TODO for a possible
-  set of changes to this module that may effect code written for old, pre-
-  perl 5.14.0 platforms!!!
-


Old:

  Readonly-1.04.tar.gz

New:

  Readonly-1.03.tar.gz



Other differences:
--
++ perl-Readonly.spec ++
--- /var/tmp/diff_new_pack.XIO02z/_old  2014-01-10 21:13:16.0 +0100
+++ /var/tmp/diff_new_pack.XIO02z/_new  2014-01-10 21:13:16.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Readonly
 #
-# Copyright (c) 2013 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,45 +15,53 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+# norootforbuild
+
 
 Name:   perl-Readonly
-Version:1.04
-Release:0
 %define cpan_name Readonly
 Summary:Facility for creating read-only scalars, arrays, hashes
+Version:1.03
+Release:7
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Readonly/
-Source: 
http://www.cpan.org/authors/id/S/SA/SANKO/%{cpan_name}-%{version}.tar.gz
-BuildArch:  noarch
+Source0:%{cpan_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(CPAN::Meta)
-BuildRequires:  perl(CPAN::Meta::Prereqs)
-BuildRequires:  perl(Module::Build) >= 0.38
-Recommends: perl(Readonly::XS) >= 1.06
-%{perl_requires}
+BuildRequires:  perl(Test::More)
+Provides:   %{cpan_name}
 
 %description
-Facility for creating read-only scalars, arrays, hashes
+Readonly.pm provides a facility for creating non-modifiable scalars,
+arrays, and hashes.
+
+Authors:
+Eric J. Roode, ro...@cpan.org
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build build flags=%{?_smp_mflags}
+perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
+%{__make} %{?_smp_mflags}
 
 %check
-./Build test
+%{__make} test
 
 %install
-./Build install destdir=%{buildroot} create_packlist=0
+%perl_make_install
+%{__rm} $RPM_BUILD_ROOT%{perl_vendorlib}/benchmark.pl
+%perl_process_packlist
 %perl_gen_filelist
 
+%clean
+%{__rm} -rf $RPM_BUILD_ROOT
+
 %files -f %{name}.files
-%defattr(-,root,root,755)
-%doc Changes cpanfile LICENSE README.md TODO
+%defattr(-,root,root)
+%doc Changes README benchmark.pl
 
 %changelog

++ Readonly-1.04.tar.gz -> Readonly-1.03.tar.gz ++
 3937 lines of diff (skipped)

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



commit perl-Readonly for openSUSE:Factory

2016-03-16 Thread h_root
Hello community,

here is the log from the commit of package perl-Readonly for openSUSE:Factory 
checked in at 2016-03-16 10:24:47

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


Package is "perl-Readonly"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Readonly/perl-Readonly.changes  
2014-09-20 15:49:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Readonly.new/perl-Readonly.changes 
2016-03-16 10:24:53.0 +0100
@@ -1,0 +2,12 @@
+Tue Mar  8 10:55:38 UTC 2016 - co...@suse.com
+
+- updated to 2.01
+   see /usr/share/doc/packages/perl-Readonly/Changes
+
+  2.01 2016-02-24T16:01:12Z
+  - Disallow initialization of Readonly variables by assignment
+allowed by Perl prototype changes in v5.16.  Assignment initialization
+of scalars sets scalar variables to undef and lists and hashes
+initialized by assignment are not read only.
+
+---

Old:

  Readonly-2.00.tar.gz

New:

  Readonly-2.01.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Readonly.spec ++
--- /var/tmp/diff_new_pack.sz9MbX/_old  2016-03-16 10:24:54.0 +0100
+++ /var/tmp/diff_new_pack.sz9MbX/_new  2016-03-16 10:24:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Readonly
 #
-# 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,21 +17,20 @@
 
 
 Name:   perl-Readonly
-Version:2.00
+Version:2.01
 Release:0
 %define cpan_name Readonly
 Summary:Facility for creating read-only scalars, arrays, hashes
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Readonly/
-Source: 
http://www.cpan.org/authors/id/S/SA/SANKO/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/S/SA/SANKO/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(CPAN::Meta)
-BuildRequires:  perl(CPAN::Meta::Prereqs)
-BuildRequires:  perl(Module::Build) >= 0.38
+BuildRequires:  perl(Module::Build::Tiny) >= 0.035
 %{perl_requires}
 
 %description
@@ -41,18 +40,18 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build build flags=%{?_smp_mflags}
+%{__perl} Build.PL --installdirs=vendor
+./Build build --flags=%{?_smp_mflags}
 
 %check
 ./Build test
 
 %install
-./Build install destdir=%{buildroot} create_packlist=0
+./Build install --destdir=%{buildroot} --create_packlist=0
 %perl_gen_filelist
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes cpanfile LICENSE README.md
+%doc Changes LICENSE README.md
 
 %changelog

++ Readonly-2.00.tar.gz -> Readonly-2.01.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Readonly-2.00/Build.PL new/Readonly-2.01/Build.PL
--- old/Readonly-2.00/Build.PL  2014-06-30 13:15:39.0 +0200
+++ new/Readonly-2.01/Build.PL  2016-02-24 17:01:31.0 +0100
@@ -4,69 +4,9 @@
 # =
 
 use 5.008_001;
-
 use strict;
-use warnings;
-use utf8;
-
-use Module::Build;
-use File::Basename;
-use File::Spec;
-use CPAN::Meta;
-use CPAN::Meta::Prereqs;
-
-my %args = (
-license  => 'perl',
-dynamic_config   => 0,
-
-configure_requires => {
-'Module::Build' => 0.38,
-},
-
-name=> 'Readonly',
-module_name => 'Readonly',
-allow_pureperl => 0,
-
-script_files => [glob('script/*'), glob('bin/*')],
-c_source => [qw()],
-PL_files => {},
-
-test_files   => ((-d '.git' || $ENV{RELEASE_TESTING}) && -d 'xt') 
? 't/ xt/' : 't/',
-recursive_test_files => 1,
-
 
-);
-if (-d 'share') {
-$args{share_dir} = 'share';
-}
+use Module::Build::Tiny 0.035;
 
-my $builder = Module::Build->subclass(
-class => 'MyBuilder',
-code => q{
-sub ACTION_distmeta {
-die "Do not run distmeta. Install Minilla and `minil install` 
instead.\n";
-}
-sub ACTION_installdeps {
-die "Do not run installdeps. Run `cpanm --installdeps .` 
instead.\n";
-}
-}
-)->new(%args);
-$builder->create_build_script();
+Build_PL();
 
-my $mbmeta = CPAN::Meta->load_file('MYMETA.jso

commit perl-Readonly for openSUSE:Factory

2016-07-03 Thread h_root
Hello community,

here is the log from the commit of package perl-Readonly for openSUSE:Factory 
checked in at 2016-07-03 12:18:27

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


Package is "perl-Readonly"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Readonly/perl-Readonly.changes  
2016-03-16 10:24:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Readonly.new/perl-Readonly.changes 
2016-07-03 12:18:28.0 +0200
@@ -1,0 +2,28 @@
+Sun Jun 12 13:41:59 UTC 2016 - co...@suse.com
+
+- updated to 2.05
+   see /usr/share/doc/packages/perl-Readonly/Changes
+
+  2.05 2016-06-10T17:03:28Z
+  - Fix deref when using the stupid and utterly unnecessary Readonly::Clone
+
+---
+Mon May 23 12:37:09 UTC 2016 - co...@suse.com
+
+- updated to 2.04
+   see /usr/share/doc/packages/perl-Readonly/Changes
+
+  2.04 2016-05-07T15:38:37Z
+  - Quiet compile time warnings about function prototypes and vars being
+used only once
+  
+  2.03 2016-05-06T22:27:44Z
+   - Rewording some documentation
+   - No longer require an explicit version of perl in META.json or cpanfile
+  
+  2.02 2016-05-06T21:56:10Z
+   - Create mutable clones of readonly structures with Readonly::Clone
+   - Still not convinced this is useful but... fixes #13
+   - Minor typo patch from Gregor Herrmann  fixes #21
+
+---

Old:

  Readonly-2.01.tar.gz

New:

  Readonly-2.05.tar.gz



Other differences:
--
++ perl-Readonly.spec ++
--- /var/tmp/diff_new_pack.QEs7bw/_old  2016-07-03 12:18:29.0 +0200
+++ /var/tmp/diff_new_pack.QEs7bw/_new  2016-07-03 12:18:29.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Readonly
-Version:2.01
+Version:2.05
 Release:0
 %define cpan_name Readonly
 Summary:Facility for creating read-only scalars, arrays, hashes
@@ -52,6 +52,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README.md
+%doc Changes LICENSE minil.toml README.md
 
 %changelog

++ Readonly-2.01.tar.gz -> Readonly-2.05.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Readonly-2.01/Changes new/Readonly-2.05/Changes
--- old/Readonly-2.01/Changes   2016-02-24 17:01:31.0 +0100
+++ new/Readonly-2.05/Changes   2016-06-10 19:03:44.0 +0200
@@ -1,5 +1,21 @@
 Revision history for Perl extension Readonly.
 
+2.05 2016-06-10T17:03:28Z
+- Fix deref when using the stupid and utterly unnecessary Readonly::Clone
+
+2.04 2016-05-07T15:38:37Z
+- Quiet compile time warnings about function prototypes and vars being
+  used only once
+
+2.03 2016-05-06T22:27:44Z
+   - Rewording some documentation
+   - No longer require an explicit version of perl in META.json or cpanfile
+
+2.02 2016-05-06T21:56:10Z
+   - Create mutable clones of readonly structures with Readonly::Clone
+   - Still not convinced this is useful but... fixes #13
+   - Minor typo patch from Gregor Herrmann  fixes #21
+
 2.01 2016-02-24T16:01:12Z
 - Disallow initialization of Readonly variables by assignment
   allowed by Perl prototype changes in v5.16.  Assignment initialization
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Readonly-2.01/MANIFEST new/Readonly-2.05/MANIFEST
--- old/Readonly-2.01/MANIFEST  2016-02-24 17:01:31.0 +0100
+++ new/Readonly-2.05/MANIFEST  2016-06-10 19:03:45.0 +0200
@@ -1,12 +1,16 @@
+Build.PL
 Changes
 LICENSE
+META.json
 README.md
 cpanfile
 eg/benchmark.pl
 lib/Readonly.pm
+minil.toml
 t/bugs/001_assign.t
 t/bugs/007_implicit_undef.t
 t/general/array.t
+t/general/clone.t
 t/general/deepa.t
 t/general/deeph.t
 t/general/deeps.t
@@ -17,7 +21,5 @@
 t/general/reassign.t
 t/general/scalar.t
 t/general/tie.t
-META.json
 META.yml
-MANIFEST
-Build.PL
\ No newline at end of file
+MANIFEST
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Readonly-2.01/META.json new/Readonly-2.05/META.json
--- old/Readonly-2.01/META.json 2016-02-24 17:01:31.0 +0100
+++ new/Readonly-2.05/META.json 2016-06-10 19:03:44.0 +0200
@@ -6,7 +6,7 @@
"dynamic_config" : 0,
"generated_by" : "Minilla/v3.0.1",
"license" : [
-  "perl_5"
+  "artistic_2"
],
"meta-spec" : {
   "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
@@ -41,11 +41,8 @@
  }
   },
   "runtime" : {
- "recommends" : {
-"perl" : "v5.20