commit perl-Class-Accessor-Lite for openSUSE:Factory

2017-10-04 Thread root
Hello community,

here is the log from the commit of package perl-Class-Accessor-Lite for 
openSUSE:Factory checked in at 2017-10-03 23:18:29

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


Package is "perl-Class-Accessor-Lite"

Tue Oct  3 23:18:29 2017 rev:7 rq:530644 version:0.08

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Class-Accessor-Lite/perl-Class-Accessor-Lite.changes
2015-05-10 10:47:12.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Class-Accessor-Lite.new/perl-Class-Accessor-Lite.changes
   2017-10-03 23:18:31.411960572 +0200
@@ -1,0 +2,5 @@
+Tue Oct  3 03:19:46 UTC 2017 - co...@suse.com
+
+- patch makefile to build with perl 5.26
+
+---



Other differences:
--
++ perl-Class-Accessor-Lite.spec ++
--- /var/tmp/diff_new_pack.iqpCqX/_old  2017-10-03 23:18:32.027873893 +0200
+++ /var/tmp/diff_new_pack.iqpCqX/_new  2017-10-03 23:18:32.027873893 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Class-Accessor-Lite
 #
-# Copyright (c) 2015 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
@@ -24,7 +24,7 @@
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Class-Accessor-Lite/
-Source0:
http://www.cpan.org/authors/id/K/KA/KAZUHO/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/K/KA/KAZUHO/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -39,6 +39,9 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+# MANUAL BEGIN
+sed -i -e 's/use inc::Module::Install;/use lib q[.];\nuse 
inc::Module::Install;/' Makefile.PL
+# MANUAL END
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ cpanspec.yml ++
--- /var/tmp/diff_new_pack.iqpCqX/_old  2017-10-03 23:18:32.079866576 +0200
+++ /var/tmp/diff_new_pack.iqpCqX/_new  2017-10-03 23:18:32.083866012 +0200
@@ -9,9 +9,8 @@
 #  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_prep: |-
+ sed -i -e 's/use inc::Module::Install;/use lib q[.];\nuse 
inc::Module::Install;/' Makefile.PL
 #post_install: |-
 # sed on %{name}.files
 #license: SUSE-NonFree




commit perl-Class-Accessor-Lite for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package perl-Class-Accessor-Lite for 
openSUSE:Factory checked in at 2015-05-10 10:47:11

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


Package is perl-Class-Accessor-Lite

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Class-Accessor-Lite/perl-Class-Accessor-Lite.changes
2015-05-02 21:34:03.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Class-Accessor-Lite.new/perl-Class-Accessor-Lite.changes
   2015-05-10 10:47:12.0 +0200
@@ -1,0 +2,10 @@
+Fri May  8 08:11:25 UTC 2015 - co...@suse.com
+
+- updated to 0.08
+   see /usr/share/doc/packages/perl-Class-Accessor-Lite/Changes
+
+  0.08
+   - unbundle MYMETA.* (thanks to dolmen)
+   - build the archive using GNU tar
+
+---

Old:

  Class-Accessor-Lite-0.07.tar.gz

New:

  Class-Accessor-Lite-0.08.tar.gz



Other differences:
--
++ perl-Class-Accessor-Lite.spec ++
--- /var/tmp/diff_new_pack.JwdfJC/_old  2015-05-10 10:47:12.0 +0200
+++ /var/tmp/diff_new_pack.JwdfJC/_new  2015-05-10 10:47:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Class-Accessor-Lite
-Version:0.07
+Version:0.08
 Release:0
 %define cpan_name Class-Accessor-Lite
 Summary:Minimalistic Variant of Class::Accessor

++ Class-Accessor-Lite-0.07.tar.gz - Class-Accessor-Lite-0.08.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Accessor-Lite-0.07/.gitignore 
new/Class-Accessor-Lite-0.08/.gitignore
--- old/Class-Accessor-Lite-0.07/.gitignore 2015-04-28 02:46:01.0 
+0200
+++ new/Class-Accessor-Lite-0.08/.gitignore 1970-01-01 01:00:00.0 
+0100
@@ -1,6 +0,0 @@
-inc*
-blib*
-META.*
-MYMETA.*
-Makefile
-pm_to_blib
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Accessor-Lite-0.07/Changes 
new/Class-Accessor-Lite-0.08/Changes
--- old/Class-Accessor-Lite-0.07/Changes2015-04-28 02:47:24.0 
+0200
+++ new/Class-Accessor-Lite-0.08/Changes2015-05-05 23:12:29.0 
+0200
@@ -1,5 +1,9 @@
 Revision history for Perl extension Class::Accessor::Lite.
 
+0.08
+   - unbundle MYMETA.* (thanks to dolmen)
+   - build the archive using GNU tar
+
 0.07
- lazy Carp loading (thanks to qsimpleq)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Accessor-Lite-0.07/MANIFEST 
new/Class-Accessor-Lite-0.08/MANIFEST
--- old/Class-Accessor-Lite-0.07/MANIFEST   2015-04-28 02:46:49.0 
+0200
+++ new/Class-Accessor-Lite-0.08/MANIFEST   2015-05-05 23:12:47.0 
+0200
@@ -1,4 +1,3 @@
-.gitignore
 Changes
 inc/Module/AutoInstall.pm
 inc/Module/Install.pm
@@ -16,8 +15,6 @@
 Makefile.PL
 MANIFEST   This list of files
 META.yml
-MYMETA.json
-MYMETA.yml
 README
 t/00-base.t
 t/01-new.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Accessor-Lite-0.07/META.yml 
new/Class-Accessor-Lite-0.08/META.yml
--- old/Class-Accessor-Lite-0.07/META.yml   2015-04-28 02:47:46.0 
+0200
+++ new/Class-Accessor-Lite-0.08/META.yml   2015-05-05 23:12:44.0 
+0200
@@ -8,7 +8,7 @@
   ExtUtils::MakeMaker: 6.36
 distribution_type: module
 dynamic_config: 1
-generated_by: 'Module::Install version 1.08'
+generated_by: 'Module::Install version 1.14'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -21,4 +21,4 @@
 resources:
   license: http://dev.perl.org/licenses/
   repository: https://github.com/kazuho/p5-Class-Accessor-Lite
-version: '0.07'
+version: '0.08'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Accessor-Lite-0.07/MYMETA.json 
new/Class-Accessor-Lite-0.08/MYMETA.json
--- old/Class-Accessor-Lite-0.07/MYMETA.json2015-04-28 02:47:46.0 
+0200
+++ new/Class-Accessor-Lite-0.08/MYMETA.json1970-01-01 01:00:00.0 
+0100
@@ -1,47 +0,0 @@
-{
-   abstract : a minimalistic variant of Class::Accessor,
-   author : [
-  Copyright (C) 2008 - 2010 Kazuho Oku
-   ],
-   dynamic_config : 0,
-   generated_by : Module::Install version 1.08, CPAN::Meta::Converter 
version 2.143240,
-   license : [
-  perl_5
-   ],
-   meta-spec : {
-  url : http://search.cpan.org/perldoc?CPAN::Meta::Spec;,
-  version : 2
-   },
-   name : Class-Accessor-Lite,
-   no_index : {
-  directory : [
- inc,
- t
-  ]
-   },
-   prereqs : {
-  build : {

commit perl-Class-Accessor-Lite for openSUSE:Factory

2015-05-02 Thread h_root
Hello community,

here is the log from the commit of package perl-Class-Accessor-Lite for 
openSUSE:Factory checked in at 2015-05-02 21:34:02

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


Package is perl-Class-Accessor-Lite

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Class-Accessor-Lite/perl-Class-Accessor-Lite.changes
2014-03-09 18:34:08.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Class-Accessor-Lite.new/perl-Class-Accessor-Lite.changes
   2015-05-02 21:34:03.0 +0200
@@ -1,0 +2,9 @@
+Tue Apr 28 06:07:01 UTC 2015 - co...@suse.com
+
+- updated to 0.07
+   see /usr/share/doc/packages/perl-Class-Accessor-Lite/Changes
+
+  0.07
+   - lazy Carp loading (thanks to qsimpleq)
+
+---

Old:

  Class-Accessor-Lite-0.06.tar.gz

New:

  Class-Accessor-Lite-0.07.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Class-Accessor-Lite.spec ++
--- /var/tmp/diff_new_pack.oADHQc/_old  2015-05-02 21:34:03.0 +0200
+++ /var/tmp/diff_new_pack.oADHQc/_new  2015-05-02 21:34:03.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Class-Accessor-Lite
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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-Class-Accessor-Lite
-Version:0.06
+Version:0.07
 Release:0
 %define cpan_name Class-Accessor-Lite
-Summary:a minimalistic variant of Class::Accessor
+Summary:Minimalistic Variant of Class::Accessor
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Class-Accessor-Lite/
-Source: 
http://www.cpan.org/authors/id/K/KA/KAZUHO/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/K/KA/KAZUHO/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++ Class-Accessor-Lite-0.06.tar.gz - Class-Accessor-Lite-0.07.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Accessor-Lite-0.06/.gitignore 
new/Class-Accessor-Lite-0.07/.gitignore
--- old/Class-Accessor-Lite-0.06/.gitignore 1970-01-01 01:00:00.0 
+0100
+++ new/Class-Accessor-Lite-0.07/.gitignore 2015-04-28 02:46:01.0 
+0200
@@ -0,0 +1,6 @@
+inc*
+blib*
+META.*
+MYMETA.*
+Makefile
+pm_to_blib
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Accessor-Lite-0.06/Changes 
new/Class-Accessor-Lite-0.07/Changes
--- old/Class-Accessor-Lite-0.06/Changes2014-01-31 08:55:56.0 
+0100
+++ new/Class-Accessor-Lite-0.07/Changes2015-04-28 02:47:24.0 
+0200
@@ -1,5 +1,8 @@
 Revision history for Perl extension Class::Accessor::Lite.
 
+0.07
+   - lazy Carp loading (thanks to qsimpleq)
+
 0.06
- fix documentation issues (thanks to magnolia-k)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Accessor-Lite-0.06/MANIFEST 
new/Class-Accessor-Lite-0.07/MANIFEST
--- old/Class-Accessor-Lite-0.06/MANIFEST   2010-12-06 08:03:40.0 
+0100
+++ new/Class-Accessor-Lite-0.07/MANIFEST   2015-04-28 02:46:49.0 
+0200
@@ -1,3 +1,4 @@
+.gitignore
 Changes
 inc/Module/AutoInstall.pm
 inc/Module/Install.pm
@@ -15,6 +16,8 @@
 Makefile.PL
 MANIFEST   This list of files
 META.yml
+MYMETA.json
+MYMETA.yml
 README
 t/00-base.t
 t/01-new.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Accessor-Lite-0.06/META.yml 
new/Class-Accessor-Lite-0.07/META.yml
--- old/Class-Accessor-Lite-0.06/META.yml   2014-01-31 08:57:10.0 
+0100
+++ new/Class-Accessor-Lite-0.07/META.yml   2015-04-28 02:47:46.0 
+0200
@@ -3,11 +3,12 @@
 author:
   - 'Copyright (C) 2008 - 2010 Kazuho Oku'
 build_requires:
-  ExtUtils::MakeMaker: 6.42
+  ExtUtils::MakeMaker: 6.36
 configure_requires:
-  ExtUtils::MakeMaker: 6.42
+  ExtUtils::MakeMaker: 6.36
 distribution_type: module
-generated_by: 'Module::Install version 1.00'
+dynamic_config: 1
+generated_by: 'Module::Install version 1.08'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -19,4 +20,5 @@
 - t
 resources:
   license: 

commit perl-Class-Accessor-Lite for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package perl-Class-Accessor-Lite for 
openSUSE:Factory checked in at 2014-03-09 18:34:07

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


Package is perl-Class-Accessor-Lite

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Class-Accessor-Lite/perl-Class-Accessor-Lite.changes
2013-06-21 13:36:39.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Class-Accessor-Lite.new/perl-Class-Accessor-Lite.changes
   2014-03-09 18:34:08.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  7 06:55:21 UTC 2014 - co...@suse.com
+
+- updated to 0.06
+ - fix documentation issues (thanks to magnolia-k)
+
+---

Old:

  Class-Accessor-Lite-0.05.tar.gz

New:

  Class-Accessor-Lite-0.06.tar.gz



Other differences:
--
++ perl-Class-Accessor-Lite.spec ++
--- /var/tmp/diff_new_pack.cqMtSf/_old  2014-03-09 18:34:09.0 +0100
+++ /var/tmp/diff_new_pack.cqMtSf/_new  2014-03-09 18:34:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Class-Accessor-Lite
 #
-# 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-Class-Accessor-Lite
-Version:0.05
+Version:0.06
 Release:0
 %define cpan_name Class-Accessor-Lite
 Summary:a minimalistic variant of Class::Accessor

++ Class-Accessor-Lite-0.05.tar.gz - Class-Accessor-Lite-0.06.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Accessor-Lite-0.05/Changes 
new/Class-Accessor-Lite-0.06/Changes
--- old/Class-Accessor-Lite-0.05/Changes2010-12-06 08:03:25.0 
+0100
+++ new/Class-Accessor-Lite-0.06/Changes2014-01-31 08:55:56.0 
+0100
@@ -1,5 +1,8 @@
 Revision history for Perl extension Class::Accessor::Lite.
 
+0.06
+   - fix documentation issues (thanks to magnolia-k)
+
 0.05
- improve usage error checking: assert that the accessor lists passed 
through the import function are arrayrefs
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Accessor-Lite-0.05/META.yml 
new/Class-Accessor-Lite-0.06/META.yml
--- old/Class-Accessor-Lite-0.05/META.yml   2010-12-06 08:03:36.0 
+0100
+++ new/Class-Accessor-Lite-0.06/META.yml   2014-01-31 08:57:10.0 
+0100
@@ -19,4 +19,4 @@
 - t
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.05
+version: 0.06
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Accessor-Lite-0.05/README 
new/Class-Accessor-Lite-0.06/README
--- old/Class-Accessor-Lite-0.05/README 2010-12-06 08:03:36.0 +0100
+++ new/Class-Accessor-Lite-0.06/README 2014-01-31 08:57:09.0 +0100
@@ -30,11 +30,11 @@
 passed through as an arrayref
 
 ro = \@name_of_the_properties
-creates a write-only accessor for the name of the properties passed
+creates a read-only accessor for the name of the properties passed
 through as an arrayref
 
-rw = \@name_of_the_properties
-creates a read-only accessor for the name of the properties passed
+wo = \@name_of_the_properties
+creates a write-only accessor for the name of the properties passed
 through as an arrayref
 
 For more detailed explanation read the following section describing the
@@ -70,11 +70,11 @@
 FAQ
   Can I use Class::Accessor::Lite in an inherited module?
 Yes in most cases, when the class object in the super class is
-implemeted using a hashref. However you _should_ _not_ create the
+implemented using a hashref. However you _should_ _not_ create the
 constructor for the inherited class by calling
-Class::Accessor::Lite-new() or by use Class::Accessor::Lite (new =
-1). The only other thing that Class::Accessor::Lite does is to set up
-the accessor functions for given property names through a blessed
+Class::Accessor::Lite-new() or by use Class::Accessor::Lite (new
+= 1). The only other thing that Class::Accessor::Lite does is to
+set up the accessor functions for given property names through a blessed
 hashref.
 
   What happens when passing more than one arguments to the accessor?
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore'