Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Compress-Raw-Lzma-2.214.0-1.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: perl-Compress-Raw-Lzma Distribution: openSUSE:Factory:zSystems
Version: 2.214.0 Vendor: openSUSE
Release: 1.1 Build date: Sat Oct 25 07:31:10 2025
Group: Unspecified Build host: reproducible
Size: 123387 Source RPM: perl-Compress-Raw-Lzma-2.214.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://metacpan.org/release/Compress-Raw-Lzma
Summary: Low-Level Perl Interface to lzma compression library
'Compress::Raw::Lzma' provides an interface to the in-memory
compression/uncompression functions from the lzma compression library.

Although the primary purpose for the existence of 'Compress::Raw::Lzma' is
for use by the 'IO::Compress::Lzma', 'IO::Uncompress::UnLzma',
'IO::Compress::Xz' and 'IO::Uncompress::UnXz' modules, it can be used on
its own for simple compression/uncompression tasks.

There are two functions, called 'code' and 'flush', used in all the
compression and uncompression interfaces defined in this module. By default
both of these functions overwrites any data stored in its output buffer
parameter. If you want to compress/uncompress to a single buffer, and have
'code' and 'flush' append to that buffer, enable the 'AppendOutput' option
when you create the compression/decompression object.

Provides

Requires

License

Artistic-1.0 OR GPL-1.0-or-later

Changelog

* Sat Oct 25 2025 Tina Müller <timueller+perl@suse.de>
  - updated to 2.214.0 (2.214)
    see /usr/share/doc/packages/perl-Compress-Raw-Lzma/Changes
      2.214 24 October 2025
    * version 2.214
      Fri Oct 24 16:16:13 2025 +0100
      70780d4604b01c15de69128dc50c6eb3dac06efd
    * Add dependabot.yml file to police workflow files
      Thu Sep 4 17:00:13 2025 +0100
      dcd56aa5fe02b1d7b4752f639f393cbb6bc28674
    * Add perl 5.42 to workflow files
      Thu Sep 4 16:59:48 2025 +0100
      d131206fb0452cab425174782c23c7ca3416b113
    * upstream gh mainline version is now 5.8.1
      Sat Apr 5 13:49:36 2025 +0100
      fa22fb1d34b80e627f44c6a5d3680c650313ac24
    * add xz 5.8.1 to workflow
      Thu Apr 3 19:47:09 2025 +0100
      365602dae4e68f73e5da8472fdd2ab41f11b99a0
    * Add xz 5.8.0 to workflow
      Tue Mar 25 22:23:12 2025 +0000
      920b38a54e8e92cf6216ee1937355105e1eaaf6d
    * upstream master version now uses 5.7.2beta
      Sat Mar 15 13:06:36 2025 +0000
      9876aabe6ff9d69d41d53a5ff049bfe17ff5095b
    * use sudo to install
      Mon Jan 27 21:31:00 2025 +0000
      ffed9a55ecbb710cb28f73e53a057e5b1a7f02de
    * Install lzma library
      Mon Jan 27 21:28:54 2025 +0000
      409f73a9e6ab0ec5a57e662bfea48988e3fc7719
    * Add xz 5.6.4 to workflow
      Mon Jan 27 21:01:06 2025 +0000
      868984ef6bf33bfc42a78c79de09e7ca78bef75f
    * Add xz 5.6.3 to workflow
      Tue Oct 1 19:42:12 2024 +0100
      ba88d230309e89d869d7eb41786fe13453b8fd17
* Sat Aug 31 2024 Tina Müller <timueller+perl@suse.de>
  - updated to 2.213.0 (2.213)
    see /usr/share/doc/packages/perl-Compress-Raw-Lzma/Changes
      2.213 28 August 2024
    * no functional changes
* Sun Apr 28 2024 Tina Müller <timueller+perl@suse.de>
  - updated to 2.212
    see /usr/share/doc/packages/perl-Compress-Raw-Lzma/Changes
      2.212 27 April 2024
    * #12 remove 5.6.0 & 5.6.1 from workflow
      Mon Apr 8 09:42:40 2024 +0100
      aa14f89e9fd06ee5ddf8ecceb73b6420086334e8
      2.211 6 April 2024
    * version 2.211
      Sat Apr 6 14:29:03 2024 +0100
      9db8924a5979246370193cd5997e5386d5ce4e63
    * Add xz 5.6.1 to workflow
      Sat Mar 9 14:56:51 2024 +0000
      953082ddbe0b71d87a55a6952b2984a706fbed56
    * fixes for 5.7.0 alpha
      Sat Feb 24 15:05:34 2024 +0000
      f4e0c65dc7ad21d1a9b3defa727bc9606229907a
    * fix for gettext install
      Sat Feb 24 15:01:17 2024 +0000
      3f2488759f7244e4db69003305522a9c230d0993
    * Install gettext for cmake
      Sat Feb 24 14:57:06 2024 +0000
      6a71424f221779702fc7517f33c9c373cf3e49e0
    * Add xz 5.6.0 to workflow
      Sat Feb 24 10:37:19 2024 +0000
      bb252c8d1290cbbbd669a4ccd31e4429a3cf7e8a
* Fri Mar 08 2024 Tina Müller <tina.mueller@suse.com>
  - Fix disabling of __perllib_provides
* Tue Feb 20 2024 Tina Müller <timueller+perl@suse.de>
  - updated to 2.209
    see /usr/share/doc/packages/perl-Compress-Raw-Lzma/Changes
* Wed Jul 26 2023 Tina Müller <timueller+perl@suse.de>
  - updated to 2.206
    see /usr/share/doc/packages/perl-Compress-Raw-Lzma/Changes
      2.206 25July 2023
    * 2.206
      Tue, 25 Jul 2023 16:24:23 +0100
      e4ceaeac2d96b3c1cf0830549c857a5909778e35
    * Add instructions to deal with build failure on Ubuntu/Debian
      https://github.com/pmqs/Compress-Raw-Lzma/issues/7
      Tue, 18 Jul 2023 09:17:53 +0100
      b2d20bb04a940f29e743b83396253794cde33a2d
      2.205 16 July 2023
    * 2.205
      Sun, 16 Jul 2023 16:27:25 +0100
      0a62359512bc744b92b2ab5006cda4fb11288e91
    * Test::More isn't warns in Perl 5.38
      Sun, 9 Jul 2023 22:14:20 +0100
      b1618e085c274c8c60256cb0517bbf86ea790007
    * perl 5.38
      Sun, 9 Jul 2023 22:13:15 +0100
      e590230d24b6b4e5bac7056d143cd1fff6e45481
    * add on workflow_dispatch
      Fri, 9 Jun 2023 16:33:15 +0100
      7839cc6e574f400ed58e89f8944f4e5c2b960a98
    * update action/checkout version
      Wed, 8 Feb 2023 22:30:51 +0000
      419479d0974fa40a9a91d0f47c433a8196896893
* Thu Feb 09 2023 Tina Müller <timueller+perl@suse.de>
  - updated to 2.204
    see /usr/share/doc/packages/perl-Compress-Raw-Lzma/Changes
      2.204 8 February 2023
    * Use GIMME_V instead of GIMME
      54e3c1e18b61f0892056925240bbc80f76e2f038
* Sun Jun 26 2022 Tina Müller <timueller+perl@suse.de>
  - updated to 2.201
    see /usr/share/doc/packages/perl-Compress-Raw-Lzma/Changes
      2.201 25 June 2022
    * 2.201
      Sat Jun 25 09:50:04 2022 +0100
      367f6414d5eb54e5f0d1d07ceb1c909ce5ac84d8
* Wed Apr 13 2022 Dirk Stoecker <opensuse@dstoecker.de>
  - separate BuildRequires
* Wed Apr 06 2022 Tina Müller <timueller+perl@suse.de>
  - updated to 2.103 3 April 2022
    * No changes

Files

/usr/lib/perl5/vendor_perl/5.42.0/s390x-linux-thread-multi/Compress
/usr/lib/perl5/vendor_perl/5.42.0/s390x-linux-thread-multi/Compress/Raw
/usr/lib/perl5/vendor_perl/5.42.0/s390x-linux-thread-multi/Compress/Raw/Lzma.pm
/usr/lib/perl5/vendor_perl/5.42.0/s390x-linux-thread-multi/auto/Compress
/usr/lib/perl5/vendor_perl/5.42.0/s390x-linux-thread-multi/auto/Compress/Raw
/usr/lib/perl5/vendor_perl/5.42.0/s390x-linux-thread-multi/auto/Compress/Raw/Lzma
/usr/lib/perl5/vendor_perl/5.42.0/s390x-linux-thread-multi/auto/Compress/Raw/Lzma/Lzma.so
/usr/lib/perl5/vendor_perl/5.42.0/s390x-linux-thread-multi/auto/Compress/Raw/Lzma/autosplit.ix
/usr/share/doc/packages/perl-Compress-Raw-Lzma
/usr/share/doc/packages/perl-Compress-Raw-Lzma/Changes
/usr/share/doc/packages/perl-Compress-Raw-Lzma/README
/usr/share/man/man3/Compress::Raw::Lzma.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Nov 7 23:30:16 2025