commit perl-Compress-Raw-Lzma for openSUSE:Factory

2020-08-04 Thread root
Hello community,

here is the log from the commit of package perl-Compress-Raw-Lzma for 
openSUSE:Factory checked in at 2020-08-04 20:18:58

Comparing /work/SRC/openSUSE:Factory/perl-Compress-Raw-Lzma (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Compress-Raw-Lzma.new.3592 (New)


Package is "perl-Compress-Raw-Lzma"

Tue Aug  4 20:18:58 2020 rev:12 rq:824125 version:2.096

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Compress-Raw-Lzma/perl-Compress-Raw-Lzma.changes
2020-07-17 20:51:03.060932863 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Compress-Raw-Lzma.new.3592/perl-Compress-Raw-Lzma.changes
  2020-08-04 20:19:20.480955283 +0200
@@ -1,0 +2,11 @@
+Sat Aug  1 03:08:57 UTC 2020 - Tina Müller 
+
+- updated to 2.096
+   see /usr/share/doc/packages/perl-Compress-Raw-Lzma/Changes
+
+2.096 31 July 2020
+* No changes
+2.095 19 July 2020
+* No changes
+
+---

Old:

  Compress-Raw-Lzma-2.094.tar.gz

New:

  Compress-Raw-Lzma-2.096.tar.gz



Other differences:
--
++ perl-Compress-Raw-Lzma.spec ++
--- /var/tmp/diff_new_pack.Bfmsvd/_old  2020-08-04 20:19:21.892955921 +0200
+++ /var/tmp/diff_new_pack.Bfmsvd/_new  2020-08-04 20:19:21.896955923 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Compress-Raw-Lzma
-Version:2.094
+Version:2.096
 Release:0
 %define cpan_name Compress-Raw-Lzma
 Summary:Low-Level Interface to lzma compression library

++ Compress-Raw-Lzma-2.094.tar.gz -> Compress-Raw-Lzma-2.096.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.094/Changes 
new/Compress-Raw-Lzma-2.096/Changes
--- old/Compress-Raw-Lzma-2.094/Changes 2020-07-13 11:56:48.0 +0200
+++ new/Compress-Raw-Lzma-2.096/Changes 2020-07-31 22:32:46.0 +0200
@@ -1,6 +1,14 @@
 CHANGES
 ---
 
+  2.096 31 July 2020
+
+  * No changes
+
+  2.095 19 July 2020
+
+  * No changes
+
   2.094 13 July 2020
 
   * Issue with Append mode & SvOOK
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.094/META.json 
new/Compress-Raw-Lzma-2.096/META.json
--- old/Compress-Raw-Lzma-2.094/META.json   2020-07-13 12:39:41.0 
+0200
+++ new/Compress-Raw-Lzma-2.096/META.json   2020-07-31 22:39:43.0 
+0200
@@ -45,6 +45,6 @@
  "web" : "https://github.com/pmqs/Compress-Raw-Lzma;
   }
},
-   "version" : "2.094",
+   "version" : "2.096",
"x_serialization_backend" : "JSON::PP version 4.02"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.094/META.yml 
new/Compress-Raw-Lzma-2.096/META.yml
--- old/Compress-Raw-Lzma-2.094/META.yml2020-07-13 12:39:41.0 
+0200
+++ new/Compress-Raw-Lzma-2.096/META.yml2020-07-31 22:39:43.0 
+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.094'
+version: '2.096'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.094/README 
new/Compress-Raw-Lzma-2.096/README
--- old/Compress-Raw-Lzma-2.094/README  2020-07-13 11:55:04.0 +0200
+++ new/Compress-Raw-Lzma-2.096/README  2020-07-31 17:23:02.0 +0200
@@ -1,9 +1,9 @@
 
 Compress-Raw-Lzma
 
-  Version 2.094
+Version 2.096
 
-   13 July 2020
+ 31 July 2020
 
Copyright (c) 2009-2020 Paul Marquess. All rights reserved.
   This program is free software; you can redistribute it
@@ -193,7 +193,7 @@
 If you haven't installed Compress-Raw-Lzma then search 
Compress::Raw::Lzma.pm
 for a line like this:
 
-  $VERSION = "2.094" ;
+  $VERSION = "2.096" ;
 
  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.094/lib/Compress/Raw/Lzma.pm 
new/Compress-Raw-Lzma-2.096/lib/Compress/Raw/Lzma.pm
--- old/Compress-Raw-Lzma-2.094/lib/Compress/Raw/Lzma.pm2020-07-13 
11:43:02.0 +0200
+++ new/Compress-Raw-Lzma-2.096/lib/Compress/Raw/Lzma.pm2020-07-31 
17:21:02.0 +0200
@@ -12,7 +12,7 @@
 use bytes ;
 our ($VERSION, $XS_VERSION, @ISA, @EXPORT, 

commit perl-Compress-Raw-Lzma for openSUSE:Factory

2020-07-17 Thread root
Hello community,

here is the log from the commit of package perl-Compress-Raw-Lzma for 
openSUSE:Factory checked in at 2020-07-17 20:50:22

Comparing /work/SRC/openSUSE:Factory/perl-Compress-Raw-Lzma (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Compress-Raw-Lzma.new.3592 (New)


Package is "perl-Compress-Raw-Lzma"

Fri Jul 17 20:50:22 2020 rev:11 rq:821417 version:2.094

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Compress-Raw-Lzma/perl-Compress-Raw-Lzma.changes
2019-12-09 21:35:38.310088344 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Compress-Raw-Lzma.new.3592/perl-Compress-Raw-Lzma.changes
  2020-07-17 20:51:03.060932863 +0200
@@ -1,0 +2,12 @@
+Tue Jul 14 03:08:58 UTC 2020 - Tina Müller 
+
+- updated to 2.094
+   see /usr/share/doc/packages/perl-Compress-Raw-Lzma/Changes
+
+2.094 13 July 2020
+
+* Issue with Append mode & SvOOK
+  Issue https://github.com/pmqs/Compress-Raw-Lzma/issues/4
+  10fbd83afbf02b255bfac79fc38f6b507bc93b4e
+
+---

Old:

  Compress-Raw-Lzma-2.093.tar.gz

New:

  Compress-Raw-Lzma-2.094.tar.gz



Other differences:
--
++ perl-Compress-Raw-Lzma.spec ++
--- /var/tmp/diff_new_pack.UhPeNO/_old  2020-07-17 20:51:04.224934078 +0200
+++ /var/tmp/diff_new_pack.UhPeNO/_new  2020-07-17 20:51:04.228934081 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Compress-Raw-Lzma
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   perl-Compress-Raw-Lzma
-Version:2.093
+Version:2.094
 Release:0
 %define cpan_name Compress-Raw-Lzma
 Summary:Low-Level Interface to lzma compression library
 License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:https://metacpan.org/release/%{cpan_name}
+URL:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/P/PM/PMQS/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ Compress-Raw-Lzma-2.093.tar.gz -> Compress-Raw-Lzma-2.094.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.093/Changes 
new/Compress-Raw-Lzma-2.094/Changes
--- old/Compress-Raw-Lzma-2.093/Changes 2019-12-07 16:02:42.0 +0100
+++ new/Compress-Raw-Lzma-2.094/Changes 2020-07-13 11:56:48.0 +0200
@@ -1,6 +1,12 @@
 CHANGES
 ---
 
+  2.094 13 July 2020
+
+  * Issue with Append mode & SvOOK
+Issue https://github.com/pmqs/Compress-Raw-Lzma/issues/4
+10fbd83afbf02b255bfac79fc38f6b507bc93b4e
+
   2.093 7 December 2019
 
   * Lzma.xs -- add allocator to lzma_properties_decode
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.093/Lzma.xs 
new/Compress-Raw-Lzma-2.094/Lzma.xs
--- old/Compress-Raw-Lzma-2.093/Lzma.xs 2019-12-07 15:41:02.0 +0100
+++ new/Compress-Raw-Lzma-2.094/Lzma.xs 2020-05-30 17:39:42.0 +0200
@@ -15,10 +15,10 @@
 #include "perl.h"
 #include "XSUB.h"
 
-#include "lzma.h" 
+#include "lzma.h"
 
 #define NEED_sv_2pv_nolen
-#include "ppport.h" 
+#include "ppport.h"
 
 #if PERL_REVISION == 5 && (PERL_VERSION < 8 || (PERL_VERSION == 8 && 
PERL_SUBVERSION < 4 ))
 
@@ -53,18 +53,18 @@
 //bool is_tainted;
 boolforZip;
 void*   extraAddress ;
-lzma_stream stream ; 
+lzma_stream stream ;
 
 lzma_filter filters[LZMA_FILTERS_MAX + 1];
 SV* sv_filters[LZMA_FILTERS_MAX];
 
-uInt bufsize; 
+uInt bufsize;
 int  last_error ;
 
 uint64_tbytesInflated ;
 uint64_tcompressedBytes ;
 uint64_tuncompressedBytes ;
-
+
 } di_stream;
 
 typedef di_stream * deflateStream ;
@@ -169,7 +169,7 @@
 sv_setpv(var, ((err) ? GetErrorString(err) : "")) ; \
 SvNOK_on(var);
 
-   
+
 #if defined(__SYMBIAN32__)
 # define NO_WRITEABLE_DATA
 #endif
@@ -201,8 +201,8 @@
 {
 dTHX;
 char * errstr ;
-  
-errstr = (char*) my_l_errmsg[error_no]; 
+
+errstr = (char*) my_l_errmsg[error_no];
 
 return errstr ;
 }
@@ -296,7 +296,7 @@
 PERL_UNUSED_VAR(opaque);
 safefree(ptr);
 
-return; 
+return;
 }
 
 static di_stream *
@@ -320,7 +320,7 @@
 s->stream.allocator = allocator;
 
 return s ;
-
+
 }
 
 static void
@@ -347,11 +347,11 @@
 if (properties) {
 s->filters[0].id = 

commit perl-Compress-Raw-Lzma for openSUSE:Factory

2019-12-09 Thread root
Hello community,

here is the log from the commit of package perl-Compress-Raw-Lzma for 
openSUSE:Factory checked in at 2019-12-09 21:35:25

Comparing /work/SRC/openSUSE:Factory/perl-Compress-Raw-Lzma (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Compress-Raw-Lzma.new.4691 (New)


Package is "perl-Compress-Raw-Lzma"

Mon Dec  9 21:35:25 2019 rev:10 rq:755147 version:2.093

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Compress-Raw-Lzma/perl-Compress-Raw-Lzma.changes
2019-12-03 12:43:31.710113696 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Compress-Raw-Lzma.new.4691/perl-Compress-Raw-Lzma.changes
  2019-12-09 21:35:38.310088344 +0100
@@ -1,0 +2,13 @@
+Sun Dec  8 03:15:19 UTC 2019 -  
+
+- updated to 2.093
+   see /usr/share/doc/packages/perl-Compress-Raw-Lzma/Changes
+
+2.093 7 December 2019
+  
+* Lzma.xs -- add allocator to lzma_properties_decode
+  Fixes chach on Windows.
+  Issue https://github.com/pmqs/Compress-Raw-Lzma/issues/2
+  155b1730163301f59260316b2c011ec41ff4e378
+
+---

Old:

  Compress-Raw-Lzma-2.092.tar.gz

New:

  Compress-Raw-Lzma-2.093.tar.gz



Other differences:
--
++ perl-Compress-Raw-Lzma.spec ++
--- /var/tmp/diff_new_pack.0VFo3w/_old  2019-12-09 21:35:38.850088131 +0100
+++ /var/tmp/diff_new_pack.0VFo3w/_new  2019-12-09 21:35:38.854088129 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Compress-Raw-Lzma
-Version:2.092
+Version:2.093
 Release:0
 %define cpan_name Compress-Raw-Lzma
 Summary:Low-Level Interface to lzma compression library

++ Compress-Raw-Lzma-2.092.tar.gz -> Compress-Raw-Lzma-2.093.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.092/Changes 
new/Compress-Raw-Lzma-2.093/Changes
--- old/Compress-Raw-Lzma-2.092/Changes 2019-12-01 21:19:38.0 +0100
+++ new/Compress-Raw-Lzma-2.093/Changes 2019-12-07 16:02:42.0 +0100
@@ -1,6 +1,13 @@
 CHANGES
 ---
 
+  2.093 7 December 2019
+
+  * Lzma.xs -- add allocator to lzma_properties_decode
+Fixes chach on Windows.
+Issue https://github.com/pmqs/Compress-Raw-Lzma/issues/2
+155b1730163301f59260316b2c011ec41ff4e378
+
   2.092 1 December 2019
 
   * use lzma_llocator
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.092/Lzma.xs 
new/Compress-Raw-Lzma-2.093/Lzma.xs
--- old/Compress-Raw-Lzma-2.092/Lzma.xs 2019-12-01 21:13:12.0 +0100
+++ new/Compress-Raw-Lzma-2.093/Lzma.xs 2019-12-07 15:41:02.0 +0100
@@ -347,7 +347,7 @@
 if (properties) {
 s->filters[0].id = LZMA_FILTER_LZMA1;
 
-if (lzma_properties_decode(>filters[0], NULL, 
+if (lzma_properties_decode(>filters[0], s->stream.allocator, 
 (const uint8_t*)properties, 5) != LZMA_OK)
 return FALSE;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.092/META.json 
new/Compress-Raw-Lzma-2.093/META.json
--- old/Compress-Raw-Lzma-2.092/META.json   2019-12-01 21:20:29.0 
+0100
+++ new/Compress-Raw-Lzma-2.093/META.json   2019-12-07 16:16:37.0 
+0100
@@ -45,6 +45,6 @@
  "web" : "https://github.com/pmqs/Compress-Raw-Lzma;
   }
},
-   "version" : "2.092",
+   "version" : "2.093",
"x_serialization_backend" : "JSON::PP version 2.27300"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.092/META.yml 
new/Compress-Raw-Lzma-2.093/META.yml
--- old/Compress-Raw-Lzma-2.092/META.yml2019-12-01 21:20:29.0 
+0100
+++ new/Compress-Raw-Lzma-2.093/META.yml2019-12-07 16:16:37.0 
+0100
@@ -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.092'
+version: '2.093'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.092/README 
new/Compress-Raw-Lzma-2.093/README
--- old/Compress-Raw-Lzma-2.092/README  2019-12-01 21:18:58.0 +0100
+++ new/Compress-Raw-Lzma-2.093/README  2019-12-07 16:01:21.0 +0100
@@ -1,9 +1,9 @@
 
 Compress-Raw-Lzma
 
-  Version 2.092
+ Version 2.093
 
- 1 December 2019
+7 December 2019
 
Copyright (c) 2009-2019 

commit perl-Compress-Raw-Lzma for openSUSE:Factory

2019-12-03 Thread root
Hello community,

here is the log from the commit of package perl-Compress-Raw-Lzma for 
openSUSE:Factory checked in at 2019-12-03 12:43:04

Comparing /work/SRC/openSUSE:Factory/perl-Compress-Raw-Lzma (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Compress-Raw-Lzma.new.4691 (New)


Package is "perl-Compress-Raw-Lzma"

Tue Dec  3 12:43:04 2019 rev:9 rq:753105 version:2.092

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Compress-Raw-Lzma/perl-Compress-Raw-Lzma.changes
2019-11-26 17:02:01.724054988 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Compress-Raw-Lzma.new.4691/perl-Compress-Raw-Lzma.changes
  2019-12-03 12:43:31.710113696 +0100
@@ -1,0 +2,12 @@
+Mon Dec  2 03:07:29 UTC 2019 -  
+
+- updated to 2.092
+   see /usr/share/doc/packages/perl-Compress-Raw-Lzma/Changes
+
+2.092 1 December 2019
+  
+* use lzma_llocator
+  Issue https://github.com/pmqs/Compress-Raw-Lzma/issues/2
+  2cf13f99ef6ce862b138f83f6d3d9597d59106b9
+
+---

Old:

  Compress-Raw-Lzma-2.091.tar.gz

New:

  Compress-Raw-Lzma-2.092.tar.gz



Other differences:
--
++ perl-Compress-Raw-Lzma.spec ++
--- /var/tmp/diff_new_pack.LWmEmX/_old  2019-12-03 12:43:32.366113514 +0100
+++ /var/tmp/diff_new_pack.LWmEmX/_new  2019-12-03 12:43:32.370113513 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Compress-Raw-Lzma
-Version:2.091
+Version:2.092
 Release:0
 %define cpan_name Compress-Raw-Lzma
 Summary:Low-Level Interface to lzma compression library
@@ -53,7 +53,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" ! -path "*/bin/*" 
! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"

++ Compress-Raw-Lzma-2.091.tar.gz -> Compress-Raw-Lzma-2.092.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.091/Changes 
new/Compress-Raw-Lzma-2.092/Changes
--- old/Compress-Raw-Lzma-2.091/Changes 2019-11-23 17:43:46.0 +0100
+++ new/Compress-Raw-Lzma-2.092/Changes 2019-12-01 21:19:38.0 +0100
@@ -1,6 +1,12 @@
 CHANGES
 ---
 
+  2.092 1 December 2019
+
+  * use lzma_llocator
+Issue https://github.com/pmqs/Compress-Raw-Lzma/issues/2
+2cf13f99ef6ce862b138f83f6d3d9597d59106b9
+
   2.091 23 November 2019
 
   * More updates for memory leak in raw_decoder
@@ -23,7 +29,7 @@
   2.089 3 November 2019
 
   * No Changes
-  
+
   2.088 31 October 2019
 
   * Add SUPPPORT section
@@ -40,7 +46,7 @@
   2.085 12 January 2019
 
   * t/050interop-xz.t
-  Test harness can use a lot of memory. 
+  Test harness can use a lot of memory.
   On systems with small memory t/050interop-xz.t can fail.
   Free memory before invoking xz.
   [rt.cpan.org #128194]  may fail (memory leak?)
@@ -115,10 +121,10 @@
 
   * fix typos
 [RT #86418]
-
+
   2.061 19 May 2013
 
-  * silence compiler warning by making 2nd parameter to 
+  * silence compiler warning by making 2nd parameter to
 DispStream a const char*
 
   2.060 7 January 2013
@@ -192,7 +198,7 @@
   * A number of changes to facilitate adding LZMA support to
 IO::Compress::Zip & IO::Uncompress::Unzip
 
-  * Added preset filters Lzma::Filter::Lzma1::Preset & 
+  * Added preset filters Lzma::Filter::Lzma1::Preset &
 Lzma::Filter::Lzma2::Preset
 
   * Added forZip option to Compress::Raw::Lzma::Encoder
@@ -229,7 +235,7 @@
 
   2.028 3 May 2010
 
-  * Remove 'Persistent' option from  Lzma::Filter::Lzma. 
+  * Remove 'Persistent' option from  Lzma::Filter::Lzma.
 The underlying lzma library doesn't support it anymore.
 [RT #57080]
 
@@ -256,7 +262,7 @@
 
   * Fixed a problem with the code that generated the LZMA constants.
 This issue was found in with the version of the lzma library that
-comes with Ubuntu 9.10 
+comes with Ubuntu 9.10
 Pronlem reported by Graham Jenkins
 
   2.023 9 November 2009
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.091/Lzma.xs 
new/Compress-Raw-Lzma-2.092/Lzma.xs
--- old/Compress-Raw-Lzma-2.091/Lzma.xs 2019-11-21 21:05:53.0 +0100
+++ new/Compress-Raw-Lzma-2.092/Lzma.xs 2019-12-01 21:13:12.0 +0100
@@ -52,7 +52,7 @@
 
 //bool is_tainted;
 boolforZip;
-bool

commit perl-Compress-Raw-Lzma for openSUSE:Factory

2019-11-26 Thread root
Hello community,

here is the log from the commit of package perl-Compress-Raw-Lzma for 
openSUSE:Factory checked in at 2019-11-26 17:01:29

Comparing /work/SRC/openSUSE:Factory/perl-Compress-Raw-Lzma (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Compress-Raw-Lzma.new.26869 (New)


Package is "perl-Compress-Raw-Lzma"

Tue Nov 26 17:01:29 2019 rev:8 rq:750746 version:2.091

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Compress-Raw-Lzma/perl-Compress-Raw-Lzma.changes
2019-11-06 14:04:28.216683306 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Compress-Raw-Lzma.new.26869/perl-Compress-Raw-Lzma.changes
 2019-11-26 17:02:01.724054988 +0100
@@ -1,0 +2,30 @@
+Mon Nov 25 11:45:56 UTC 2019 -  
+
+- updated to 2.091
+   see /usr/share/doc/packages/perl-Compress-Raw-Lzma/Changes
+
+2.091 23 November 2019
+  
+* More updates for memory leak in raw_decoder
+  Issue https://github.com/pmqs/Compress-Raw-Lzma/issues/1
+  08e80080b0d94e17eb1e9ceed589b145cdaf8495
+  ac9b6e5c9c6966a40d1a6caf2f2c6dc021ed50d9
+  
+* Silence compiler warning
+  https://github.com/pmqs/Compress-Raw-Lzma/issues/1
+  c496f8716b3651cab2753cf90a3aa47a7ce0a339
+
+---
+Sun Nov 10 10:02:21 UTC 2019 -  
+
+- updated to 2.090
+   see /usr/share/doc/packages/perl-Compress-Raw-Lzma/Changes
+
+2.090 9 November 2019
+  
+* Memory leak in raw_decoder
+  Issue https://github.com/pmqs/Compress-Raw-Lzma/issues/1
+  05c0eac3ab1edd05e5bc945463af004dcbc88c00
+  b020045e17a7ab7338c010f5100ec63e8e8e9040
+
+---

Old:

  Compress-Raw-Lzma-2.089.tar.gz

New:

  Compress-Raw-Lzma-2.091.tar.gz



Other differences:
--
++ perl-Compress-Raw-Lzma.spec ++
--- /var/tmp/diff_new_pack.p20Ly5/_old  2019-11-26 17:02:02.568054710 +0100
+++ /var/tmp/diff_new_pack.p20Ly5/_new  2019-11-26 17:02:02.576054707 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Compress-Raw-Lzma
-Version:2.089
+Version:2.091
 Release:0
 %define cpan_name Compress-Raw-Lzma
 Summary:Low-Level Interface to lzma compression library

++ Compress-Raw-Lzma-2.089.tar.gz -> Compress-Raw-Lzma-2.091.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.089/Changes 
new/Compress-Raw-Lzma-2.091/Changes
--- old/Compress-Raw-Lzma-2.089/Changes 2019-11-03 20:44:30.0 +0100
+++ new/Compress-Raw-Lzma-2.091/Changes 2019-11-23 17:43:46.0 +0100
@@ -1,6 +1,25 @@
 CHANGES
 ---
 
+  2.091 23 November 2019
+
+  * More updates for memory leak in raw_decoder
+Issue https://github.com/pmqs/Compress-Raw-Lzma/issues/1
+08e80080b0d94e17eb1e9ceed589b145cdaf8495
+ac9b6e5c9c6966a40d1a6caf2f2c6dc021ed50d9
+
+  * Silence compiler warning
+https://github.com/pmqs/Compress-Raw-Lzma/issues/1
+c496f8716b3651cab2753cf90a3aa47a7ce0a339
+
+
+  2.090 9 November 2019
+
+  * Memory leak in raw_decoder
+Issue https://github.com/pmqs/Compress-Raw-Lzma/issues/1
+05c0eac3ab1edd05e5bc945463af004dcbc88c00
+b020045e17a7ab7338c010f5100ec63e8e8e9040
+
   2.089 3 November 2019
 
   * No Changes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.089/Lzma.xs 
new/Compress-Raw-Lzma-2.091/Lzma.xs
--- old/Compress-Raw-Lzma-2.089/Lzma.xs 2019-03-16 17:48:33.0 +0100
+++ new/Compress-Raw-Lzma-2.091/Lzma.xs 2019-11-21 21:05:53.0 +0100
@@ -52,6 +52,7 @@
 
 //bool is_tainted;
 boolforZip;
+boolextraFree ;
 lzma_stream stream ; 
 
 lzma_filter filters[LZMA_FILTERS_MAX + 1];
@@ -298,6 +299,7 @@
 
 /* lzma_memory_usage(lzma_preset_lzma, TRUE); */
 
+s->extraFree = FALSE;
 return s ;
 
 }
@@ -324,7 +326,9 @@
 int i = 0;
 
 if (properties) {
+s->extraFree = TRUE;
 s->filters[i].id = LZMA_FILTER_LZMA1;
+
 if (lzma_properties_decode(>filters[i], NULL, 
 (const uint8_t*)properties, 5) != LZMA_OK)
 return FALSE;
@@ -361,6 +365,10 @@
 if (s)
 {
 int i;
+
+if (s->extraFree)
+free(s->filters[0].options) ;
+
 for (i = 0; i < LZMA_FILTERS_MAX; ++i)
 {
 if (s->sv_filters[i])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.089/META.json 
new/Compress-Raw-Lzma-2.091/META.json
--- old/Compress-Raw-Lzma-2.089/META.json   2019-11-03 20:50:49.0 
+0100
+++ 

commit perl-Compress-Raw-Lzma for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package perl-Compress-Raw-Lzma for 
openSUSE:Factory checked in at 2019-11-06 14:04:27

Comparing /work/SRC/openSUSE:Factory/perl-Compress-Raw-Lzma (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Compress-Raw-Lzma.new.2990 (New)


Package is "perl-Compress-Raw-Lzma"

Wed Nov  6 14:04:27 2019 rev:7 rq:745270 version:2.089

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Compress-Raw-Lzma/perl-Compress-Raw-Lzma.changes
2019-08-13 13:22:21.545401101 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Compress-Raw-Lzma.new.2990/perl-Compress-Raw-Lzma.changes
  2019-11-06 14:04:28.216683306 +0100
@@ -1,0 +2,15 @@
+Mon Nov  4 11:11:47 UTC 2019 -  
+
+- updated to 2.089
+   see /usr/share/doc/packages/perl-Compress-Raw-Lzma/Changes
+
+2.089 3 November 2019
+  
+* No Changes
+
+2.088 31 October 2019
+  
+* Add SUPPPORT section
+  11a43c1b8053a0502d7a89bcfeb62f8fe5da7f14
+
+---

Old:

  Compress-Raw-Lzma-2.087.tar.gz

New:

  Compress-Raw-Lzma-2.089.tar.gz



Other differences:
--
++ perl-Compress-Raw-Lzma.spec ++
--- /var/tmp/diff_new_pack.5d7y0r/_old  2019-11-06 14:04:28.660683770 +0100
+++ /var/tmp/diff_new_pack.5d7y0r/_new  2019-11-06 14:04:28.660683770 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Compress-Raw-Lzma
-Version:2.087
+Version:2.089
 Release:0
 %define cpan_name Compress-Raw-Lzma
 Summary:Low-Level Interface to lzma compression library
@@ -53,7 +53,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" ! -path "*/bin/*" 
! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"

++ Compress-Raw-Lzma-2.087.tar.gz -> Compress-Raw-Lzma-2.089.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.087/Changes 
new/Compress-Raw-Lzma-2.089/Changes
--- old/Compress-Raw-Lzma-2.087/Changes 2019-03-31 18:29:47.0 +0200
+++ new/Compress-Raw-Lzma-2.089/Changes 2019-11-03 20:44:30.0 +0100
@@ -1,6 +1,15 @@
 CHANGES
 ---
 
+  2.089 3 November 2019
+
+  * No Changes
+  
+  2.088 31 October 2019
+
+  * Add SUPPPORT section
+11a43c1b8053a0502d7a89bcfeb62f8fe5da7f14
+
   2.086 31 March 2019
 
   * Moved source to github https://github.com/pmqs/Compress-Raw-Lzma
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.087/META.json 
new/Compress-Raw-Lzma-2.089/META.json
--- old/Compress-Raw-Lzma-2.087/META.json   2019-08-10 11:15:51.0 
+0200
+++ new/Compress-Raw-Lzma-2.089/META.json   2019-11-03 20:50:49.0 
+0100
@@ -45,6 +45,6 @@
  "web" : "https://github.com/pmqs/Compress-Raw-Lzma;
   }
},
-   "version" : "2.087",
+   "version" : "2.089",
"x_serialization_backend" : "JSON::PP version 2.27300"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.087/META.yml 
new/Compress-Raw-Lzma-2.089/META.yml
--- old/Compress-Raw-Lzma-2.087/META.yml2019-08-10 11:15:51.0 
+0200
+++ new/Compress-Raw-Lzma-2.089/META.yml2019-11-03 20:50:49.0 
+0100
@@ -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.087'
+version: '2.089'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.087/README 
new/Compress-Raw-Lzma-2.089/README
--- old/Compress-Raw-Lzma-2.087/README  2019-08-10 11:10:15.0 +0200
+++ new/Compress-Raw-Lzma-2.089/README  2019-11-03 20:43:56.0 +0100
@@ -1,9 +1,9 @@
 
 Compress-Raw-Lzma
 
-  Version 2.087
+ Version 2.089
 
-  10 August 2019
+ 3 November 2019
 
Copyright (c) 2009-2019 Paul Marquess. All rights reserved.
   This program is free software; you can redistribute it
@@ -153,6 +153,13 @@
 is necessary to have first built the lzma library with the -fpic
 option.
 
+SUPPORT
+---
+
+General feedback/questions/bug reports should be sent to 
+https://github.com/pmqs/Compress-Raw-Lzma/issues (preferred) or

commit perl-Compress-Raw-Lzma for openSUSE:Factory

2019-08-13 Thread root
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 
+
+- 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.0 
+0200
+++ new/Compress-Raw-Lzma-2.087/META.json   2019-08-10 11:15:51.0 
+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.yml2019-03-31 20:53:53.0 
+0200
+++ new/Compress-Raw-Lzma-2.087/META.yml2019-08-10 11:15:51.0 
+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.0 +0200
+++ new/Compress-Raw-Lzma-2.087/README  2019-08-10 11:10:15.0 +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.pm2019-03-31 
11:25:56.0 +0200
+++ new/Compress-Raw-Lzma-2.087/lib/Compress/Raw/Lzma.pm2019-08-10 
10:58:21.0 +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;
 




commit perl-Compress-Raw-Lzma for openSUSE:Factory

2019-04-03 Thread root
Hello community,

here is the log from the commit of package perl-Compress-Raw-Lzma for 
openSUSE:Factory checked in at 2019-04-03 10:51:29

Comparing /work/SRC/openSUSE:Factory/perl-Compress-Raw-Lzma (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Compress-Raw-Lzma.new.25356 (New)


Package is "perl-Compress-Raw-Lzma"

Wed Apr  3 10:51:29 2019 rev:5 rq:690856 version:2.086

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Compress-Raw-Lzma/perl-Compress-Raw-Lzma.changes
2019-01-21 10:59:35.395334646 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Compress-Raw-Lzma.new.25356/perl-Compress-Raw-Lzma.changes
 2019-04-03 10:51:36.429934890 +0200
@@ -1,0 +2,14 @@
+Wed Apr  3 06:48:34 UTC 2019 - Stephan Kulow 
+
+- updated to 2.086
+   see /usr/share/doc/packages/perl-Compress-Raw-Lzma/Changes
+
+2.086 31 March 2019
+  
+* Moved source to github https://github.com/pmqs/Compress-Raw-Lzma
+  
+* Add META_MERGE to Makefile.PL
+  
+* Added meta-json.t & meta-yaml.t
+
+---

Old:

  Compress-Raw-Lzma-2.085.tar.gz

New:

  Compress-Raw-Lzma-2.086.tar.gz



Other differences:
--
++ perl-Compress-Raw-Lzma.spec ++
--- /var/tmp/diff_new_pack.OWDS5M/_old  2019-04-03 10:51:36.941935028 +0200
+++ /var/tmp/diff_new_pack.OWDS5M/_new  2019-04-03 10:51:36.941935028 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Compress-Raw-Lzma
-Version:2.085
+Version:2.086
 Release:0
 %define cpan_name Compress-Raw-Lzma
 Summary:Low-Level Interface to lzma compression library

++ Compress-Raw-Lzma-2.085.tar.gz -> Compress-Raw-Lzma-2.086.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.085/Changes 
new/Compress-Raw-Lzma-2.086/Changes
--- old/Compress-Raw-Lzma-2.085/Changes 2019-01-12 16:01:53.0 +0100
+++ new/Compress-Raw-Lzma-2.086/Changes 2019-03-31 18:29:47.0 +0200
@@ -1,6 +1,14 @@
 CHANGES
 ---
 
+  2.086 31 March 2019
+
+  * Moved source to github https://github.com/pmqs/Compress-Raw-Lzma
+
+  * Add META_MERGE to Makefile.PL
+
+  * Added meta-json.t & meta-yaml.t
+
   2.085 12 January 2019
 
   * t/050interop-xz.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.085/MANIFEST 
new/Compress-Raw-Lzma-2.086/MANIFEST
--- old/Compress-Raw-Lzma-2.085/MANIFEST2019-01-12 22:07:29.0 
+0100
+++ new/Compress-Raw-Lzma-2.086/MANIFEST2019-03-31 18:23:43.0 
+0200
@@ -16,6 +16,8 @@
 t/050interop-xz.t  
 t/19nonpv.t
 t/99pod.t
+t/meta-json.t 
+t/meta-yaml.t
 t/compress/CompTestUtils.pm
 t/Test/Builder.pm
 t/Test/More.pm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.085/META.json 
new/Compress-Raw-Lzma-2.086/META.json
--- old/Compress-Raw-Lzma-2.085/META.json   2019-01-12 22:07:29.0 
+0100
+++ new/Compress-Raw-Lzma-2.086/META.json   2019-03-31 20:53:53.0 
+0200
@@ -34,6 +34,17 @@
   }
},
"release_status" : "stable",
-   "version" : "2.085",
+   "resources" : {
+  "bugtracker" : {
+ "web" : "https://github.com/pmqs/Compress-Raw-Lzma/issues;
+  },
+  "homepage" : "https://github.com/pmqs/Compress-Raw-Lzma;,
+  "repository" : {
+ "type" : "git",
+ "url" : "git://github.com/pmqs/Compress-Raw-Lzma.git",
+ "web" : "https://github.com/pmqs/Compress-Raw-Lzma;
+  }
+   },
+   "version" : "2.086",
"x_serialization_backend" : "JSON::PP version 2.27300"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.085/META.yml 
new/Compress-Raw-Lzma-2.086/META.yml
--- old/Compress-Raw-Lzma-2.085/META.yml2019-01-12 22:07:28.0 
+0100
+++ new/Compress-Raw-Lzma-2.086/META.yml2019-03-31 20:53:53.0 
+0200
@@ -19,5 +19,9 @@
 - inc
 - t
 - private
-version: '2.085'
+resources:
+  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'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.085/Makefile.PL 
new/Compress-Raw-Lzma-2.086/Makefile.PL
--- old/Compress-Raw-Lzma-2.085/Makefile.PL 2017-02-04 19:26:20.0 
+0100
+++ new/Compress-Raw-Lzma-2.086/Makefile.PL 2019-03-31 11:22:43.0 
+0200
@@ -47,11 +47,33 @@
 : ()
 ),
 
-META_MERGE => {
- 

commit perl-Compress-Raw-Lzma for openSUSE:Factory

2019-01-21 Thread root
Hello community,

here is the log from the commit of package perl-Compress-Raw-Lzma for 
openSUSE:Factory checked in at 2019-01-21 10:58:24

Comparing /work/SRC/openSUSE:Factory/perl-Compress-Raw-Lzma (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Compress-Raw-Lzma.new.28833 (New)


Package is "perl-Compress-Raw-Lzma"

Mon Jan 21 10:58:24 2019 rev:4 rq:666525 version:2.085

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Compress-Raw-Lzma/perl-Compress-Raw-Lzma.changes
2019-01-03 18:08:28.352042048 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Compress-Raw-Lzma.new.28833/perl-Compress-Raw-Lzma.changes
 2019-01-21 10:59:35.395334646 +0100
@@ -1,0 +2,24 @@
+Wed Jan 16 06:05:00 UTC 2019 - Stephan Kulow 
+
+- updated to 2.085
+   see /usr/share/doc/packages/perl-Compress-Raw-Lzma/Changes
+
+2.085 12 January 2019
+  
+* t/050interop-xz.t
+Test harness can use a lot of memory. 
+On systems with small memory t/050interop-xz.t can fail.
+Free memory before invoking xz.
+[rt.cpan.org #128194]  may fail (memory leak?)
+
+---
+Mon Jan  7 06:03:32 UTC 2019 - Stephan Kulow 
+
+- updated to 2.084
+   see /usr/share/doc/packages/perl-Compress-Raw-Lzma/Changes
+
+2.084 5 January 2019
+  
+* No Changes
+
+---

Old:

  Compress-Raw-Lzma-2.083.tar.gz

New:

  Compress-Raw-Lzma-2.085.tar.gz



Other differences:
--
++ perl-Compress-Raw-Lzma.spec ++
--- /var/tmp/diff_new_pack.Sp3Bri/_old  2019-01-21 10:59:36.495333217 +0100
+++ /var/tmp/diff_new_pack.Sp3Bri/_new  2019-01-21 10:59:36.499333212 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Compress-Raw-Lzma
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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-Compress-Raw-Lzma
-Version:2.083
+Version:2.085
 Release:0
 %define cpan_name Compress-Raw-Lzma
 Summary:Low-Level Interface to lzma compression library

++ Compress-Raw-Lzma-2.083.tar.gz -> Compress-Raw-Lzma-2.085.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.083/Changes 
new/Compress-Raw-Lzma-2.085/Changes
--- old/Compress-Raw-Lzma-2.083/Changes 2018-12-30 10:06:09.0 +0100
+++ new/Compress-Raw-Lzma-2.085/Changes 2019-01-12 16:01:53.0 +0100
@@ -1,6 +1,18 @@
 CHANGES
 ---
 
+  2.085 12 January 2019
+
+  * t/050interop-xz.t
+  Test harness can use a lot of memory. 
+  On systems with small memory t/050interop-xz.t can fail.
+  Free memory before invoking xz.
+  [rt.cpan.org #128194]  may fail (memory leak?)
+
+  2.084 5 January 2019
+
+  * No Changes
+
   2.083 30 December 2018
 
   * No Changes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.083/META.json 
new/Compress-Raw-Lzma-2.085/META.json
--- old/Compress-Raw-Lzma-2.083/META.json   2018-12-30 17:13:40.0 
+0100
+++ new/Compress-Raw-Lzma-2.085/META.json   2019-01-12 22:07:29.0 
+0100
@@ -34,6 +34,6 @@
   }
},
"release_status" : "stable",
-   "version" : "2.083",
+   "version" : "2.085",
"x_serialization_backend" : "JSON::PP version 2.27300"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.083/META.yml 
new/Compress-Raw-Lzma-2.085/META.yml
--- old/Compress-Raw-Lzma-2.083/META.yml2018-12-30 17:13:39.0 
+0100
+++ new/Compress-Raw-Lzma-2.085/META.yml2019-01-12 22:07:28.0 
+0100
@@ -19,5 +19,5 @@
 - inc
 - t
 - private
-version: '2.083'
+version: '2.085'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.083/README 
new/Compress-Raw-Lzma-2.085/README
--- old/Compress-Raw-Lzma-2.083/README  2018-12-30 01:29:55.0 +0100
+++ new/Compress-Raw-Lzma-2.085/README  2019-01-12 22:06:48.0 +0100
@@ -1,11 +1,11 @@
 
 Compress-Raw-Lzma
 
- Version 2.083
+ Version 2.085
 
-29 Dec 2018
+12 Jan 2019
 
-   Copyright (c) 2009-2018 Paul Marquess. All rights reserved.
+   Copyright (c) 2009-2019 Paul Marquess. All rights reserved.
 

commit perl-Compress-Raw-Lzma for openSUSE:Factory

2019-01-03 Thread root
Hello community,

here is the log from the commit of package perl-Compress-Raw-Lzma for 
openSUSE:Factory checked in at 2019-01-03 18:08:22

Comparing /work/SRC/openSUSE:Factory/perl-Compress-Raw-Lzma (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Compress-Raw-Lzma.new.28833 (New)


Package is "perl-Compress-Raw-Lzma"

Thu Jan  3 18:08:22 2019 rev:3 rq:662422 version:2.083

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Compress-Raw-Lzma/perl-Compress-Raw-Lzma.changes
2018-04-25 10:01:39.842154936 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Compress-Raw-Lzma.new.28833/perl-Compress-Raw-Lzma.changes
 2019-01-03 18:08:28.352042048 +0100
@@ -1,0 +2,10 @@
+Mon Dec 31 06:04:06 UTC 2018 - Stephan Kulow 
+
+- updated to 2.083
+   see /usr/share/doc/packages/perl-Compress-Raw-Lzma/Changes
+
+2.083 30 December 2018
+  
+* No Changes
+
+---

Old:

  Compress-Raw-Lzma-2.082.tar.gz

New:

  Compress-Raw-Lzma-2.083.tar.gz



Other differences:
--
++ perl-Compress-Raw-Lzma.spec ++
--- /var/tmp/diff_new_pack.9mCZnk/_old  2019-01-03 18:08:28.856041600 +0100
+++ /var/tmp/diff_new_pack.9mCZnk/_new  2019-01-03 18:08:28.856041600 +0100
@@ -12,18 +12,18 @@
 # 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-Compress-Raw-Lzma
-Version:2.082
+Version:2.083
 Release:0
 %define cpan_name Compress-Raw-Lzma
 Summary:Low-Level Interface to lzma compression library
 License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Compress-Raw-Lzma/
+Url:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/P/PM/PMQS/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -56,11 +56,11 @@
 find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install

++ Compress-Raw-Lzma-2.082.tar.gz -> Compress-Raw-Lzma-2.083.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.082/Changes 
new/Compress-Raw-Lzma-2.083/Changes
--- old/Compress-Raw-Lzma-2.082/Changes 2018-04-15 17:45:15.0 +0200
+++ new/Compress-Raw-Lzma-2.083/Changes 2018-12-30 10:06:09.0 +0100
@@ -1,6 +1,10 @@
 CHANGES
 ---
 
+  2.083 30 December 2018
+
+  * No Changes
+
   2.082 15 April 2018
   * README
 Document clash with older version of liblzma
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.082/Lzma.xs 
new/Compress-Raw-Lzma-2.083/Lzma.xs
--- old/Compress-Raw-Lzma-2.082/Lzma.xs 2017-02-19 21:19:06.0 +0100
+++ new/Compress-Raw-Lzma-2.083/Lzma.xs 2018-07-28 15:46:25.0 +0200
@@ -1323,6 +1323,7 @@
 Safefree(s->options) ;
 Safefree(s) ;
 
+
 MODULE = Lzma::Filter::Lzma PACKAGE = Lzma::Filter::Lzma
 
 Lzma::Filter::Lzma
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.082/META.json 
new/Compress-Raw-Lzma-2.083/META.json
--- old/Compress-Raw-Lzma-2.082/META.json   2018-04-15 17:45:21.0 
+0200
+++ new/Compress-Raw-Lzma-2.083/META.json   2018-12-30 17:13:40.0 
+0100
@@ -4,7 +4,7 @@
   "Paul Marquess "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150010",
+   "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter 
version 2.150005",
"license" : [
   "perl_5"
],
@@ -34,6 +34,6 @@
   }
},
"release_status" : "stable",
-   "version" : "2.082",
-   "x_serialization_backend" : "JSON::PP version 2.27400_02"
+   "version" : "2.083",
+   "x_serialization_backend" : "JSON::PP version 2.27300"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.082/META.yml 
new/Compress-Raw-Lzma-2.083/META.yml
--- old/Compress-Raw-Lzma-2.082/META.yml2018-04-15 17:45:21.0 
+0200
+++ new/Compress-Raw-Lzma-2.083/META.yml2018-12-30 17:13:39.0 
+0100
@@ -7,7 +7,7 @@
 configure_requires:
   

commit perl-Compress-Raw-Lzma for openSUSE:Factory

2018-04-25 Thread root
Hello community,

here is the log from the commit of package perl-Compress-Raw-Lzma for 
openSUSE:Factory checked in at 2018-04-25 10:01:36

Comparing /work/SRC/openSUSE:Factory/perl-Compress-Raw-Lzma (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Compress-Raw-Lzma.new (New)


Package is "perl-Compress-Raw-Lzma"

Wed Apr 25 10:01:36 2018 rev:2 rq:599903 version:2.082

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Compress-Raw-Lzma/perl-Compress-Raw-Lzma.changes
2017-07-21 22:46:52.522089843 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Compress-Raw-Lzma.new/perl-Compress-Raw-Lzma.changes
   2018-04-25 10:01:39.842154936 +0200
@@ -1,0 +2,34 @@
+Sat Apr 21 05:06:15 UTC 2018 - co...@suse.com
+
+- updated to 2.082
+   see /usr/share/doc/packages/perl-Compress-Raw-Lzma/Changes
+
+2.082 15 April 2018
+* README
+  Document clash with older version of liblzma
+  #125046: Undefined symbol "lzma_properties_size"
+  
+* Lzma.pm
+  #125093: [PATCH] fix spelling mistakes: defaut -> default
+
+---
+Wed Apr 11 05:07:02 UTC 2018 - co...@suse.com
+
+- updated to 2.081
+   see /usr/share/doc/packages/perl-Compress-Raw-Lzma/Changes
+
+2.081 4 April 2018
+  
+* previous release used $^W instead of use warnings. Fixed.
+
+---
+Wed Apr  4 05:08:24 UTC 2018 - co...@suse.com
+
+- updated to 2.080
+   see /usr/share/doc/packages/perl-Compress-Raw-Lzma/Changes
+
+2.080 2 April 2018
+  
+* No Changes
+
+---

Old:

  Compress-Raw-Lzma-2.074.tar.gz

New:

  Compress-Raw-Lzma-2.082.tar.gz



Other differences:
--
++ perl-Compress-Raw-Lzma.spec ++
--- /var/tmp/diff_new_pack.Hexwkq/_old  2018-04-25 10:01:41.338100049 +0200
+++ /var/tmp/diff_new_pack.Hexwkq/_new  2018-04-25 10:01:41.342099902 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Compress-Raw-Lzma
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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-Compress-Raw-Lzma
-Version:2.074
+Version:2.082
 Release:0
 %define cpan_name Compress-Raw-Lzma
 Summary:Low-Level Interface to lzma compression library
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Compress-Raw-Lzma/
 Source0:
https://cpan.metacpan.org/authors/id/P/PM/PMQS/%{cpan_name}-%{version}.tar.gz

++ Compress-Raw-Lzma-2.074.tar.gz -> Compress-Raw-Lzma-2.082.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.074/Changes 
new/Compress-Raw-Lzma-2.082/Changes
--- old/Compress-Raw-Lzma-2.074/Changes 2017-02-19 21:54:45.0 +0100
+++ new/Compress-Raw-Lzma-2.082/Changes 2018-04-15 17:45:15.0 +0200
@@ -1,6 +1,22 @@
 CHANGES
 ---
 
+  2.082 15 April 2018
+  * README
+Document clash with older version of liblzma
+#125046: Undefined symbol "lzma_properties_size"
+
+  * Lzma.pm
+#125093: [PATCH] fix spelling mistakes: defaut -> default
+
+  2.081 4 April 2018
+
+  * previous release used $^W instead of use warnings. Fixed.
+
+  2.080 2 April 2018
+
+  * No Changes
+
   2.074 18 Feb 2017
 
   * Lzma.xs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Raw-Lzma-2.074/META.json 
new/Compress-Raw-Lzma-2.082/META.json
--- old/Compress-Raw-Lzma-2.074/META.json   2017-02-19 23:06:42.0 
+0100
+++ new/Compress-Raw-Lzma-2.082/META.json   2018-04-15 17:45:21.0 
+0200
@@ -4,7 +4,7 @@
   "Paul Marquess "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.1001, CPAN::Meta::Converter 
version 2.150005",
+   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150010",
"license" : [
   "perl_5"
],
@@ -31,12 +31,9 @@
  "requires" : {
 "ExtUtils::MakeMaker" : "0"
  }
-  },
-  "runtime" : {
- "requires" : {}
   }
},
"release_status" : "stable",
-   "version" : "2.074",
-   "x_serialization_backend" : "JSON::PP version 2.27300"
+   "version" : "2.082",
+   "x_serialization_backend" : "JSON::PP version 2.27400_02"
 }
diff -urN