Hello community,

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

Package is "perl-File-FcntlLock"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-File-FcntlLock/perl-File-FcntlLock.changes  
2014-07-26 09:42:19.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-File-FcntlLock.new/perl-File-FcntlLock.changes 
    2015-04-15 16:25:26.000000000 +0200
@@ -1,0 +2,14 @@
+Tue Apr 14 18:13:28 UTC 2015 - [email protected]
+
+- updated to 0.22
+   see /usr/share/doc/packages/perl-File-FcntlLock/Changes
+
+  0.22  Thu July 31 2014
+       - Exports still didn't work from the XS, Pure and Inline modules,
+         hopefully fixed.
+  
+  0.21  Thu July 31 2014
+       - Missing @EXPORT of constants fixed with patch supplied by
+         Raphaël Hertzog <[email protected]> (thank you;-)
+
+-------------------------------------------------------------------

Old:
----
  File-FcntlLock-0.20.tar.gz

New:
----
  File-FcntlLock-0.22.tar.gz

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

Other differences:
------------------
++++++ perl-File-FcntlLock.spec ++++++
--- /var/tmp/diff_new_pack.uTqlLL/_old  2015-04-15 16:25:27.000000000 +0200
+++ /var/tmp/diff_new_pack.uTqlLL/_new  2015-04-15 16:25:27.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-File-FcntlLock
 #
-# 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,7 +17,7 @@
 
 
 Name:           perl-File-FcntlLock
-Version:        0.20
+Version:        0.22
 Release:        0
 %define cpan_name File-FcntlLock
 Summary:        File locking with L<fcntl(2)>

++++++ File-FcntlLock-0.20.tar.gz -> File-FcntlLock-0.22.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-FcntlLock-0.20/Changes 
new/File-FcntlLock-0.22/Changes
--- old/File-FcntlLock-0.20/Changes     2014-05-27 16:38:09.000000000 +0200
+++ new/File-FcntlLock-0.22/Changes     2014-07-31 22:11:46.000000000 +0200
@@ -1,5 +1,13 @@
 Revision history for Perl extension File::FcntlLock
 
+0.22  Thu July 31 2014
+       - Exports still didn't work from the XS, Pure and Inline modules,
+         hopefully fixed.
+
+0.21  Thu July 31 2014
+       - Missing @EXPORT of constants fixed with patch supplied by
+         Raphaël Hertzog <[email protected]> (thank you;-)
+
 0.20  Tue May 27 2014
     - Problem on GNU Hurd hopefully fixed and some cosmetic changes.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-FcntlLock-0.20/Inline_build/Inline.pm.in 
new/File-FcntlLock-0.22/Inline_build/Inline.pm.in
--- old/File-FcntlLock-0.20/Inline_build/Inline.pm.in   2014-05-27 
15:19:22.000000000 +0200
+++ new/File-FcntlLock-0.22/Inline_build/Inline.pm.in   2014-07-31 
22:04:06.000000000 +0200
@@ -24,6 +24,8 @@
 
 our $VERSION = File::FcntlLock::Core->VERSION;
 
+our @EXPORT = @File::FcntlLock::Core::EXPORT;
+
 
 my ( $packstr, @member_list );
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-FcntlLock-0.20/META.yml 
new/File-FcntlLock-0.22/META.yml
--- old/File-FcntlLock-0.20/META.yml    2014-05-27 16:39:44.000000000 +0200
+++ new/File-FcntlLock-0.22/META.yml    2014-07-31 22:14:05.000000000 +0200
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               File-FcntlLock
-version:            0.20
+version:            0.22
 abstract:           File locking with L<fcntl(2)>
 author:
     - Jens Thoms Toerring [email protected]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-FcntlLock-0.20/Pure_build/Pure.tmpl 
new/File-FcntlLock-0.22/Pure_build/Pure.tmpl
--- old/File-FcntlLock-0.20/Pure_build/Pure.tmpl        2014-05-27 
16:38:35.000000000 +0200
+++ new/File-FcntlLock-0.22/Pure_build/Pure.tmpl        2014-07-31 
22:03:49.000000000 +0200
@@ -20,6 +20,8 @@
 
 our $VERSION = File::FcntlLock::Core->VERSION;
 
+our @EXPORT = @File::FcntlLock::Core::EXPORT;
+
 
 ###########################################################
 # Function for doing the actual fcntl() call: assembles the binary
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-FcntlLock-0.20/lib/File/FcntlLock/Core.pm 
new/File-FcntlLock-0.22/lib/File/FcntlLock/Core.pm
--- old/File-FcntlLock-0.20/lib/File/FcntlLock/Core.pm  2014-05-27 
15:26:53.000000000 +0200
+++ new/File-FcntlLock-0.22/lib/File/FcntlLock/Core.pm  2014-07-31 
22:10:21.000000000 +0200
@@ -18,7 +18,7 @@
 use base qw( File::FcntlLock::Errors Exporter );
 
 
-our $VERSION = '0.20';
+our $VERSION = '0.22';
 
 
 # Items to export into callers namespace by default.
@@ -29,6 +29,16 @@
 
 
 ###########################################################
+#
+# Make our exports exportable by child classes
+
+sub import
+{
+    File::FcntlLock::Core->export_to_level( 1, @_ );
+}
+
+
+###########################################################
 # Method for creating the object
 
 sub new {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-FcntlLock-0.20/lib/File/FcntlLock/XS.pm 
new/File-FcntlLock-0.22/lib/File/FcntlLock/XS.pm
--- old/File-FcntlLock-0.20/lib/File/FcntlLock/XS.pm    2014-05-26 
15:23:21.000000000 +0200
+++ new/File-FcntlLock-0.22/lib/File/FcntlLock/XS.pm    2014-07-31 
22:04:40.000000000 +0200
@@ -17,6 +17,8 @@
 
 our $VERSION = File::FcntlLock->VERSION;
 
+our @EXPORT = @File::FcntlLock::EXPORT;
+
 
 1;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-FcntlLock-0.20/lib/File/FcntlLock.pm 
new/File-FcntlLock-0.22/lib/File/FcntlLock.pm
--- old/File-FcntlLock-0.20/lib/File/FcntlLock.pm       2014-05-27 
16:38:47.000000000 +0200
+++ new/File-FcntlLock-0.22/lib/File/FcntlLock.pm       2014-07-31 
22:10:14.000000000 +0200
@@ -17,11 +17,23 @@
 use base qw( File::FcntlLock::Core DynaLoader );
 
 
-our $VERSION = '0.20';
+our $VERSION = '0.22';
 
 
 bootstrap File::FcntlLock $VERSION;
 
+our @EXPORT = @File::FcntlLock::Core::EXPORT;
+
+
+###########################################################
+#
+# Make our exports exportable by child classes
+
+sub import
+{
+    File::FcntlLock->export_to_level( 1, @_ );
+}
+
 
 ###########################################################
 #


Reply via email to