Hello community,
here is the log from the commit of package perl-Compress-Raw-Lzma for
openSUSE:Factory checked in at 2019-08-13 13:21:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Compress-Raw-Lzma (Old)
and /work/SRC/openSUSE:Factory/.perl-Compress-Raw-Lzma.new.9556 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Compress-Raw-Lzma"
Tue Aug 13 13:21:18 2019 rev:6 rq:722335 version:2.087
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Compress-Raw-Lzma/perl-Compress-Raw-Lzma.changes
2019-04-03 10:51:36.429934890 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Compress-Raw-Lzma.new.9556/perl-Compress-Raw-Lzma.changes
2019-08-13 13:22:21.545401101 +0200
@@ -1,0 +2,6 @@
+Sun Aug 11 05:04:30 UTC 2019 - Stephan Kulow <[email protected]>
+
+- updated to 2.087
+ see /usr/share/doc/packages/perl-Compress-Raw-Lzma/Changes
+
+-------------------------------------------------------------------
Old:
----
Compress-Raw-Lzma-2.086.tar.gz
New:
----
Compress-Raw-Lzma-2.087.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Compress-Raw-Lzma.spec ++++++
--- /var/tmp/diff_new_pack.7EtFyT/_old 2019-08-13 13:22:21.965400990 +0200
+++ /var/tmp/diff_new_pack.7EtFyT/_new 2019-08-13 13:22:21.969400989 +0200
@@ -17,7 +17,7 @@
Name: perl-Compress-Raw-Lzma
-Version: 2.086
+Version: 2.087
Release: 0
%define cpan_name Compress-Raw-Lzma
Summary: Low-Level Interface to lzma compression library
++++++ Compress-Raw-Lzma-2.086.tar.gz -> Compress-Raw-Lzma-2.087.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.086/META.json
new/Compress-Raw-Lzma-2.087/META.json
--- old/Compress-Raw-Lzma-2.086/META.json 2019-03-31 20:53:53.000000000
+0200
+++ new/Compress-Raw-Lzma-2.087/META.json 2019-08-10 11:15:51.000000000
+0200
@@ -45,6 +45,6 @@
"web" : "https://github.com/pmqs/Compress-Raw-Lzma"
}
},
- "version" : "2.086",
+ "version" : "2.087",
"x_serialization_backend" : "JSON::PP version 2.27300"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.086/META.yml
new/Compress-Raw-Lzma-2.087/META.yml
--- old/Compress-Raw-Lzma-2.086/META.yml 2019-03-31 20:53:53.000000000
+0200
+++ new/Compress-Raw-Lzma-2.087/META.yml 2019-08-10 11:15:51.000000000
+0200
@@ -23,5 +23,5 @@
bugtracker: https://github.com/pmqs/Compress-Raw-Lzma/issues
homepage: https://github.com/pmqs/Compress-Raw-Lzma
repository: git://github.com/pmqs/Compress-Raw-Lzma.git
-version: '2.086'
+version: '2.087'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.086/README
new/Compress-Raw-Lzma-2.087/README
--- old/Compress-Raw-Lzma-2.086/README 2019-03-31 17:50:18.000000000 +0200
+++ new/Compress-Raw-Lzma-2.087/README 2019-08-10 11:10:15.000000000 +0200
@@ -1,9 +1,9 @@
Compress-Raw-Lzma
- Version 2.086
+ Version 2.087
- 31 March 2019
+ 10 August 2019
Copyright (c) 2009-2019 Paul Marquess. All rights reserved.
This program is free software; you can redistribute it
@@ -186,7 +186,7 @@
If you haven't installed Compress-Raw-Lzma then search
Compress::Raw::Lzma.pm
for a line like this:
- $VERSION = "2.086" ;
+ $VERSION = "2.087" ;
c. The version of lzma you have used.
If you have successfully installed Compress-Raw-Lzma, this one-liner
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.086/lib/Compress/Raw/Lzma.pm
new/Compress-Raw-Lzma-2.087/lib/Compress/Raw/Lzma.pm
--- old/Compress-Raw-Lzma-2.086/lib/Compress/Raw/Lzma.pm 2019-03-31
11:25:56.000000000 +0200
+++ new/Compress-Raw-Lzma-2.087/lib/Compress/Raw/Lzma.pm 2019-08-10
10:58:21.000000000 +0200
@@ -12,7 +12,7 @@
use bytes ;
our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD);
-$VERSION = '2.086';
+$VERSION = '2.087';
$XS_VERSION = $VERSION;
$VERSION = eval $VERSION;