Hello community,

here is the log from the commit of package perl-String-CamelCase for 
openSUSE:Factory checked in at 2017-09-12 19:57:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-String-CamelCase (Old)
 and      /work/SRC/openSUSE:Factory/.perl-String-CamelCase.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-String-CamelCase"

Tue Sep 12 19:57:28 2017 rev:2 rq:523580 version:0.03

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-String-CamelCase/perl-String-CamelCase.changes  
    2014-12-10 23:43:48.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-String-CamelCase.new/perl-String-CamelCase.changes
 2017-09-12 19:57:28.445536141 +0200
@@ -1,0 +2,10 @@
+Tue Sep 12 06:12:45 UTC 2017 - [email protected]
+
+- updated to 0.03
+   see /usr/share/doc/packages/perl-String-CamelCase/Changes
+
+  0.03    Mon Sep 11 23:38:29 JST 2017
+          push @INC "." at Makefile.PL
+          Thanks to xsawyerx.
+
+-------------------------------------------------------------------

Old:
----
  String-CamelCase-0.02.tar.gz

New:
----
  String-CamelCase-0.03.tar.gz
  cpanspec.yml

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-String-CamelCase.spec ++++++
--- /var/tmp/diff_new_pack.glT9mW/_old  2017-09-12 19:57:29.085446164 +0200
+++ /var/tmp/diff_new_pack.glT9mW/_new  2017-09-12 19:57:29.089445601 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-String-CamelCase
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,15 @@
 
 
 Name:           perl-String-CamelCase
-Version:        0.02
+Version:        0.03
 Release:        0
 %define cpan_name String-CamelCase
-Summary:        camelcase, de-camelcase
-License:        Artistic-1.0 or GPL-1.0+
+Summary:        Camelcase, de-Camelcase
+License:        GPL-1.0+ or Artistic-1.0
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/String-CamelCase/
-Source:         
http://www.cpan.org/authors/id/H/HI/HIO/%{cpan_name}-%{version}.tar.gz
+Source0:        
https://cpan.metacpan.org/authors/id/H/HI/HIO/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++++++ String-CamelCase-0.02.tar.gz -> String-CamelCase-0.03.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/String-CamelCase-0.02/Changes 
new/String-CamelCase-0.03/Changes
--- old/String-CamelCase-0.02/Changes   2009-12-28 00:33:22.000000000 +0100
+++ new/String-CamelCase-0.03/Changes   2017-09-11 16:38:31.000000000 +0200
@@ -1,5 +1,9 @@
 Revision history for String-CamelCase
 
+0.03    Mon Sep 11 23:38:29 JST 2017
+        push @INC "." at Makefile.PL
+        Thanks to xsawyerx.
+
 0.02    Mon Dec 28 08:28:44 JST 2009
         fix pod syntax (no code changes).
         Thanks to Pedro Melo and Tokuhiro Matsuno.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/String-CamelCase-0.02/META.yml 
new/String-CamelCase-0.03/META.yml
--- old/String-CamelCase-0.02/META.yml  2009-12-28 00:38:19.000000000 +0100
+++ new/String-CamelCase-0.03/META.yml  2017-09-11 16:39:20.000000000 +0200
@@ -1,9 +1,11 @@
 # http://module-build.sourceforge.net/META-spec.html
 name:         String-CamelCase
-version:      0.02
+version:      0.03
 version_from: lib/String/CamelCase.pm
 installdirs:  site
-author:       YAMASHINA Hio <[email protected]>
+author:       author:
+  - YAMASHINA Hio <[email protected]>
+
 abstract:     camelcase, de-camelcase
 license:      perl
 requires:
@@ -15,7 +17,7 @@
     - t
 
 distribution_type: module
-generated_by: ExtUtils::MY_Metafile version 0.09, EUMM-6.17.
+generated_by: ExtUtils::MY_Metafile version 0.09, EUMM-7.24.
 meta-spec:
   version: 1.3
   url: http://module-build.sourceforge.net/META-spec-v1.3.html
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/String-CamelCase-0.02/Makefile.PL 
new/String-CamelCase-0.03/Makefile.PL
--- old/String-CamelCase-0.02/Makefile.PL       2009-12-28 00:37:51.000000000 
+0100
+++ new/String-CamelCase-0.03/Makefile.PL       2017-09-11 16:37:48.000000000 
+0200
@@ -1,6 +1,8 @@
 use strict;
 use warnings;
 use ExtUtils::MakeMaker;
+
+BEGIN { push @INC, "." }
 use inc::ExtUtils::MY_Metafile qw(my_metafile);
 
 my_metafile {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/String-CamelCase-0.02/SIGNATURE 
new/String-CamelCase-0.03/SIGNATURE
--- old/String-CamelCase-0.02/SIGNATURE 2009-12-28 00:38:16.000000000 +0100
+++ new/String-CamelCase-0.03/SIGNATURE 1970-01-01 01:00:00.000000000 +0100
@@ -1,36 +0,0 @@
-This file contains message digests of all files listed in MANIFEST,
-signed via the Module::Signature module, version 0.55.
-
-To verify the content in this distribution, first make sure you have
-Module::Signature installed, then type:
-
-    % cpansign -v
-
-It will check each file's integrity, as well as the signature's
-validity.  If "==> Signature verified OK! <==" is not displayed,
-the distribution may already have been compromised, and you should
-not run its Makefile.PL or Build.PL.
-
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-SHA1 d779df0dbbfea1744975ede76a0639b6999e638b Changes
-SHA1 29ce977d168c8284df2b66f377cea8b369e317e8 MANIFEST
-SHA1 59671270af4b03bb448113c1d47cf11f5f114adb META.yml
-SHA1 cddfa65461d0571b8403103290f8aba584bc05b7 Makefile.PL
-SHA1 ae23f3ad169930ff89b9a6cc3d24986ce004d49d README
-SHA1 80e8631165eda1b36369ff589883c57fc6baee73 inc/ExtUtils/MY_Metafile.pm
-SHA1 c941267e6f144c4fde9fbcb218b49d7944ab9703 lib/String/CamelCase.pm
-SHA1 c088dfba4b96c047b451a8fceff29e804b2b51d8 t/00-load.t
-SHA1 886be3c6977dcdbcf06261b2cda2cdc026bb5ab8 t/01-basic.t
-SHA1 de966e57fbdb45b6bdfcdeef306a2d54a17dea92 t/02-more.t
-SHA1 d5360204f683074c93498d18a6506a4f57864c8e t/boilerplate.t
-SHA1 6da39b48ce64b584e4c3274bff96fc76ff484820 t/pod-coverage.t
-SHA1 0190346d7072d458c8a10a45c19f86db641dcc48 t/pod.t
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFLN+/oewjCT38k4dkRAsmCAJ45n+96An5VqLRp3SKkcEuaWnWzbQCfcXFr
-pWnKlk0mw+iLbzb8D0UG2BI=
-=06Od
------END PGP SIGNATURE-----
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/String-CamelCase-0.02/inc/ExtUtils/MY_Metafile.pm 
new/String-CamelCase-0.03/inc/ExtUtils/MY_Metafile.pm
--- old/String-CamelCase-0.02/inc/ExtUtils/MY_Metafile.pm       2008-08-05 
11:00:53.000000000 +0200
+++ new/String-CamelCase-0.03/inc/ExtUtils/MY_Metafile.pm       2017-09-11 
16:37:15.000000000 +0200
@@ -267,6 +267,22 @@
        $yaml->{license}      = $this->{LICENSE};
        foreach my $key (keys %$yaml)
        {
+               if( ref($yaml->{$key}) eq 'ARRAY' )
+               {
+                       my $val = $yaml->{$key};
+                       if( @$val == 0 )
+                       {
+                               my $pad = ' 'x(12-length($key));
+                               $yaml->{$key} = sprintf('%s:%s %s', $key, $pad, 
'[]');
+                       }else
+                       {
+                               $yaml->{$key} = "$key:\n";
+                               foreach my $elem (@$val)
+                               {
+                                       $yaml->{$key} .= '  - ' . $elem . "\n";
+                               }
+                       }
+               }
                if( $yaml->{$key} )
                {
                        my $pad = ' 'x(12-length($key));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/String-CamelCase-0.02/lib/String/CamelCase.pm 
new/String-CamelCase-0.03/lib/String/CamelCase.pm
--- old/String-CamelCase-0.02/lib/String/CamelCase.pm   2009-12-28 
00:28:35.000000000 +0100
+++ new/String-CamelCase-0.03/lib/String/CamelCase.pm   2017-09-11 
16:37:48.000000000 +0200
@@ -12,7 +12,7 @@
 use warnings;
 use strict;
 
-our $VERSION = '0.02';
+our $VERSION = '0.03';
 
 use base qw(Exporter);
 our @EXPORT_OK = qw(camelize decamelize wordsplit);
@@ -52,7 +52,7 @@
 
 =head1 VERSION
 
-Version 0.01
+Version 0.03
 
 =head1 SYNOPSIS
 

++++++ 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

Reply via email to