Hello community,
here is the log from the commit of package perl-OLE-Storage_Lite for
openSUSE:Factory checked in at 2020-01-12 23:17:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-OLE-Storage_Lite (Old)
and /work/SRC/openSUSE:Factory/.perl-OLE-Storage_Lite.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-OLE-Storage_Lite"
Sun Jan 12 23:17:15 2020 rev:11 rq:762187 version:0.20
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-OLE-Storage_Lite/perl-OLE-Storage_Lite.changes
2019-06-30 10:16:12.539126884 +0200
+++
/work/SRC/openSUSE:Factory/.perl-OLE-Storage_Lite.new.6675/perl-OLE-Storage_Lite.changes
2020-01-12 23:18:00.678674711 +0100
@@ -1,0 +2,12 @@
+Tue Jan 7 15:34:51 UTC 2020 - Tina Müller <[email protected]>
+
+- Add manual license to cpanspec.yml.
+ Remove patch fix-time-local.patch (Source was fixed)
+
+-------------------------------------------------------------------
+Fri Jan 3 03:10:43 UTC 2020 - <[email protected]>
+
+- updated to 0.20
+ see /usr/share/doc/packages/perl-OLE-Storage_Lite/Changes
+
+-------------------------------------------------------------------
Old:
----
OLE-Storage_Lite-0.19.tar.gz
fix-time-local.patch
New:
----
OLE-Storage_Lite-0.20.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-OLE-Storage_Lite.spec ++++++
--- /var/tmp/diff_new_pack.24BqxA/_old 2020-01-12 23:18:01.518675022 +0100
+++ /var/tmp/diff_new_pack.24BqxA/_new 2020-01-12 23:18:01.522675023 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-OLE-Storage_Lite
#
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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
@@ -12,21 +12,21 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
-
Name: perl-OLE-Storage_Lite
-Version: 0.19
-Release: 1
-License: GPL-1.0+ or Artistic-1.0
+Version: 0.20
+Release: 0
+#Upstream: Japan. All rights reserved. You may distribute under the terms of
either the GNU General Public License or the Artistic License, as specified in
the Perl README file.
%define cpan_name OLE-Storage_Lite
-Summary: Simple Class for OLE document interface.
-Url: http://search.cpan.org/dist/OLE-Storage_Lite/
+Summary: Simple Class for OLE document interface
+License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
-Source:
http://www.cpan.org/authors/id/J/JM/JMCNAMARA/%{cpan_name}-%{version}.tar.gz
-Patch0: fix-time-local.patch
+Url: https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/J/JM/JMCNAMARA/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -42,23 +42,19 @@
%prep
%setup -q -n %{cpan_name}-%{version}
-%patch0 -p1
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
%check
-%{__make} test
+make test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
-%clean
-%{__rm} -rf %{buildroot}
-
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
++++++ OLE-Storage_Lite-0.19.tar.gz -> OLE-Storage_Lite-0.20.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/OLE-Storage_Lite-0.19/Changes
new/OLE-Storage_Lite-0.20/Changes
--- old/OLE-Storage_Lite-0.19/Changes 2009-11-25 00:21:39.000000000 +0100
+++ new/OLE-Storage_Lite-0.20/Changes 2020-01-02 14:38:04.000000000 +0100
@@ -1,5 +1,12 @@
Revision history for Perl extension OLE::Storage_Lite.
+0.20 Thu Jan 2 2020
+
+ ! Fixed issue with dates being misinterpreted after 2020.
+ https://rt.cpan.org/Ticket/Display.html?id=124513
+ Reported/fixed by Bernard M Wiedemann and Slaven Rezic.
+
+
0.19 Tue Nov 24 2009
! Fixed bug where the OLE header wasn't been written correctly
@@ -118,4 +125,3 @@
0.01 Sat Nov 4 16:00:00 2000
- original version; created by Kawai Takanori
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/OLE-Storage_Lite-0.19/MANIFEST
new/OLE-Storage_Lite-0.20/MANIFEST
--- old/OLE-Storage_Lite-0.19/MANIFEST 2009-11-24 02:03:12.000000000 +0100
+++ new/OLE-Storage_Lite-0.20/MANIFEST 2020-01-02 14:39:23.000000000 +0100
@@ -18,3 +18,4 @@
t/01_date_conversion.t
META.yml Module meta-data (added by MakeMaker)
+META.json Module JSON meta-data (added by
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/OLE-Storage_Lite-0.19/META.json
new/OLE-Storage_Lite-0.20/META.json
--- old/OLE-Storage_Lite-0.19/META.json 1970-01-01 01:00:00.000000000 +0100
+++ new/OLE-Storage_Lite-0.20/META.json 2020-01-02 14:39:22.000000000 +0100
@@ -0,0 +1,39 @@
+{
+ "abstract" : "Read and write OLE storage files.",
+ "author" : [
+ "Kawai Takanori ([email protected])"
+ ],
+ "dynamic_config" : 1,
+ "generated_by" : "ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter
version 2.142060",
+ "license" : [
+ "unknown"
+ ],
+ "meta-spec" : {
+ "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+ "version" : "2"
+ },
+ "name" : "OLE-Storage_Lite",
+ "no_index" : {
+ "directory" : [
+ "t",
+ "inc"
+ ]
+ },
+ "prereqs" : {
+ "build" : {
+ "requires" : {
+ "ExtUtils::MakeMaker" : "0"
+ }
+ },
+ "configure" : {
+ "requires" : {
+ "ExtUtils::MakeMaker" : "0"
+ }
+ },
+ "runtime" : {
+ "requires" : {}
+ }
+ },
+ "release_status" : "stable",
+ "version" : "0.20"
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/OLE-Storage_Lite-0.19/META.yml
new/OLE-Storage_Lite-0.20/META.yml
--- old/OLE-Storage_Lite-0.19/META.yml 2009-11-25 00:23:14.000000000 +0100
+++ new/OLE-Storage_Lite-0.20/META.yml 2020-01-02 14:39:22.000000000 +0100
@@ -1,21 +1,21 @@
---- #YAML:1.0
-name: OLE-Storage_Lite
-version: 0.19
-abstract: Read and write OLE storage files.
+---
+abstract: 'Read and write OLE storage files.'
author:
- - Kawai Takanori ([email protected])
-license: unknown
-distribution_type: module
-configure_requires:
- ExtUtils::MakeMaker: 0
+ - 'Kawai Takanori ([email protected])'
build_requires:
- ExtUtils::MakeMaker: 0
-requires: {}
-no_index:
- directory:
- - t
- - inc
-generated_by: ExtUtils::MakeMaker version 6.54
+ ExtUtils::MakeMaker: '0'
+configure_requires:
+ ExtUtils::MakeMaker: '0'
+dynamic_config: 1
+generated_by: 'ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version
2.142060'
+license: unknown
meta-spec:
- url: http://module-build.sourceforge.net/META-spec-v1.4.html
- version: 1.4
+ url: http://module-build.sourceforge.net/META-spec-v1.4.html
+ version: '1.4'
+name: OLE-Storage_Lite
+no_index:
+ directory:
+ - t
+ - inc
+requires: {}
+version: '0.20'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/OLE-Storage_Lite-0.19/lib/OLE/Storage_Lite.pm
new/OLE-Storage_Lite-0.20/lib/OLE/Storage_Lite.pm
--- old/OLE-Storage_Lite-0.19/lib/OLE/Storage_Lite.pm 2009-11-25
00:21:12.000000000 +0100
+++ new/OLE-Storage_Lite-0.20/lib/OLE/Storage_Lite.pm 2020-01-02
14:31:46.000000000 +0100
@@ -12,7 +12,7 @@
use strict;
use vars qw($VERSION @ISA);
@ISA = qw(Exporter);
-$VERSION = '0.19';
+$VERSION = '0.20';
#------------------------------------------------------------------------------
# new (OLE::Storage_Lite::PPS)
@@ -171,7 +171,7 @@
use Fcntl;
use vars qw($VERSION @ISA);
@ISA = qw(OLE::Storage_Lite::PPS Exporter);
-$VERSION = '0.19';
+$VERSION = '0.20';
sub _savePpsSetPnt($$$);
sub _savePpsSetPnt2($$$);
#------------------------------------------------------------------------------
@@ -713,7 +713,7 @@
use strict;
use vars qw($VERSION @ISA);
@ISA = qw(OLE::Storage_Lite::PPS Exporter);
-$VERSION = '0.19';
+$VERSION = '0.20';
#------------------------------------------------------------------------------
# new (OLE::Storage_Lite::PPS::File)
#------------------------------------------------------------------------------
@@ -801,7 +801,7 @@
use strict;
use vars qw($VERSION @ISA);
@ISA = qw(OLE::Storage_Lite::PPS Exporter);
-$VERSION = '0.19';
+$VERSION = '0.20';
sub new ($$;$$$) {
my($sClass, $sName, $raTime1st, $raTime2nd, $raChild) = @_;
OLE::Storage_Lite::PPS::_new(
@@ -831,7 +831,7 @@
use vars qw($VERSION @ISA @EXPORT);
@ISA = qw(Exporter);
-$VERSION = '0.19';
+$VERSION = '0.20';
sub _getPpsSearch($$$$$;$);
sub _getPpsTree($$$;$);
#------------------------------------------------------------------------------
@@ -1348,7 +1348,7 @@
#------------------------------------------------------------------------------
# LocalDate2OLE()
#
-# Convert from a a localtime array to a Window FILETIME structure. FILETIME is
+# Convert from a localtime array to a Window FILETIME structure. FILETIME is
# a 64-bit value representing the number of 100-nanosecond intervals since
# January 1 1601.
#
@@ -1364,7 +1364,9 @@
return "\x00" x 8 unless $localtime;
# Convert from localtime (actually gmtime) to seconds.
- my $time = timegm( @{$localtime} );
+ my @localtimecopy = @{$localtime};
+ $localtimecopy[5] += 1900 unless $localtimecopy[5] > 99;
+ my $time = timegm( @localtimecopy );
# Add the number of seconds between the 1601 and 1970 epochs.
$time += 11644473600;
@@ -1516,11 +1518,11 @@
=item Time1st
-Timestamp 1st in array ref as similar fomat of localtime.
+Timestamp 1st in array ref as similar format of localtime.
=item Time2nd
-Timestamp 2nd in array ref as similar fomat of localtime.
+Timestamp 2nd in array ref as similar format of localtime.
=item StartBlock
@@ -1619,7 +1621,7 @@
$oRoot = OLE::Storage_Lite::PPS::File->newFile($sName, $sFile);
-This function makes to use file handle for geting and storing data.
+This function makes to use file handle for getting and storing data.
C<$sName> is name of the PPS.
++++++ 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: Artistic-1.0 OR GPL-1.0-or-later
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module