Hello community,

here is the log from the commit of package perl-File-ShareDir-Install for 
openSUSE:Factory checked in at 2015-04-15 16:25:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-File-ShareDir-Install (Old)
 and      /work/SRC/openSUSE:Factory/.perl-File-ShareDir-Install.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-File-ShareDir-Install"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-File-ShareDir-Install/perl-File-ShareDir-Install.changes
    2014-09-17 17:25:52.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-File-ShareDir-Install.new/perl-File-ShareDir-Install.changes
       2015-04-15 16:25:29.000000000 +0200
@@ -1,0 +2,10 @@
+Tue Apr 14 19:58:55 UTC 2015 - [email protected]
+
+- updated to 0.10
+   see /usr/share/doc/packages/perl-File-ShareDir-Install/Changes
+
+  0.10  Dec 10 2014
+      - Recurse with $def in _scan_share_dir
+          Thank you KENTNL for rt95749
+
+-------------------------------------------------------------------

Old:
----
  File-ShareDir-Install-0.09.tar.gz

New:
----
  File-ShareDir-Install-0.10.tar.gz

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

Other differences:
------------------
++++++ perl-File-ShareDir-Install.spec ++++++
--- /var/tmp/diff_new_pack.GR5iJT/_old  2015-04-15 16:25:29.000000000 +0200
+++ /var/tmp/diff_new_pack.GR5iJT/_new  2015-04-15 16:25:29.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-File-ShareDir-Install
 #
-# 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,11 +17,11 @@
 
 
 Name:           perl-File-ShareDir-Install
-Version:        0.09
+Version:        0.10
 Release:        0
 %define cpan_name File-ShareDir-Install
 Summary:        Install shared files
-License:        Artistic-1.0 or GPL-1.0+
+License:        GPL-1.0+ or Artistic-1.0
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/File-ShareDir-Install/
 Source:         
http://www.cpan.org/authors/id/G/GW/GWYN/%{cpan_name}-%{version}.tar.gz

++++++ File-ShareDir-Install-0.09.tar.gz -> File-ShareDir-Install-0.10.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-ShareDir-Install-0.09/Changes 
new/File-ShareDir-Install-0.10/Changes
--- old/File-ShareDir-Install-0.09/Changes      2014-07-07 20:20:18.000000000 
+0200
+++ new/File-ShareDir-Install-0.10/Changes      2014-12-10 20:08:14.000000000 
+0100
@@ -1,5 +1,9 @@
 Revision history for Perl extension File::ShareDir::Install.
 
+0.10  Dec 10 2014
+    - Recurse with $def in _scan_share_dir
+        Thank you KENTNL for rt95749
+
 0.09  Jul 7 2014
     - Get rid of DB::single 
         Thank you [email protected]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-ShareDir-Install-0.09/MANIFEST 
new/File-ShareDir-Install-0.10/MANIFEST
--- old/File-ShareDir-Install-0.09/MANIFEST     2014-07-07 20:21:17.000000000 
+0200
+++ new/File-ShareDir-Install-0.10/MANIFEST     2014-12-10 20:08:33.000000000 
+0100
@@ -17,5 +17,4 @@
 t/share/.something
 t/share/honk
 t/12_delete.t
-META.yml                                 Module YAML meta-data (added by 
MakeMaker)
-META.json                                Module JSON meta-data (added by 
MakeMaker)
+META.yml                                 Module meta-data (added by MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-ShareDir-Install-0.09/META.json 
new/File-ShareDir-Install-0.10/META.json
--- old/File-ShareDir-Install-0.09/META.json    2014-07-07 20:21:17.000000000 
+0200
+++ new/File-ShareDir-Install-0.10/META.json    1970-01-01 01:00:00.000000000 
+0100
@@ -1,43 +0,0 @@
-{
-   "abstract" : "Install shared files",
-   "author" : [
-      "Philip Gwyn <gwyn-at-cpan.org>"
-   ],
-   "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter 
version 2.112150",
-   "license" : [
-      "perl_5"
-   ],
-   "meta-spec" : {
-      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
-      "version" : "2"
-   },
-   "name" : "File-ShareDir-Install",
-   "no_index" : {
-      "directory" : [
-         "t",
-         "inc"
-      ]
-   },
-   "prereqs" : {
-      "build" : {
-         "requires" : {
-            "ExtUtils::MakeMaker" : 0
-         }
-      },
-      "configure" : {
-         "requires" : {
-            "ExtUtils::MakeMaker" : 0
-         }
-      },
-      "runtime" : {
-         "requires" : {
-            "ExtUtils::MakeMaker" : "6.11",
-            "File::Spec" : 0,
-            "IO::Dir" : 0
-         }
-      }
-   },
-   "release_status" : "stable",
-   "version" : "0.09"
-}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-ShareDir-Install-0.09/META.yml 
new/File-ShareDir-Install-0.10/META.yml
--- old/File-ShareDir-Install-0.09/META.yml     2014-07-07 20:21:17.000000000 
+0200
+++ new/File-ShareDir-Install-0.10/META.yml     2014-12-10 20:08:33.000000000 
+0100
@@ -1,24 +1,13 @@
----
-abstract: 'Install shared files'
-author:
-  - 'Philip Gwyn <gwyn-at-cpan.org>'
-build_requires:
-  ExtUtils::MakeMaker: 0
-configure_requires:
-  ExtUtils::MakeMaker: 0
-dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 
2.112150'
-license: perl
-meta-spec:
-  url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
-name: File-ShareDir-Install
-no_index:
-  directory:
-    - t
-    - inc
+# http://module-build.sourceforge.net/META-spec.html
+#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
+name:         File-ShareDir-Install
+version:      0.10
+version_from: lib/File/ShareDir/Install.pm
+installdirs:  site
 requires:
-  ExtUtils::MakeMaker: 6.11
-  File::Spec: 0
-  IO::Dir: 0
-version: 0.09
+    ExtUtils::MakeMaker:           6.11
+    File::Spec:                    0
+    IO::Dir:                       0
+
+distribution_type: module
+generated_by: ExtUtils::MakeMaker version 6.30
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/File-ShareDir-Install-0.09/lib/File/ShareDir/Install.pm 
new/File-ShareDir-Install-0.10/lib/File/ShareDir/Install.pm
--- old/File-ShareDir-Install-0.09/lib/File/ShareDir/Install.pm 2014-07-07 
20:19:35.000000000 +0200
+++ new/File-ShareDir-Install-0.10/lib/File/ShareDir/Install.pm 2014-12-10 
20:06:55.000000000 +0100
@@ -9,7 +9,7 @@
 use File::Spec;
 use IO::Dir;
 
-our $VERSION = '0.09';
+our $VERSION = '0.10';
 
 our @DIRS;
 our %ALREADY;
@@ -215,7 +215,7 @@
             else {
                 next if $entry =~ /^\./;
             }
-            _scan_share_dir( $files, File::Spec->catdir( $idir, $entry ), 
$full );
+            _scan_share_dir( $files, File::Spec->catdir( $idir, $entry ), 
$full, $def );
         }
     }
 }


Reply via email to