8
0

Accepting request 1203066 from devel:languages:perl:autoupdate

- updated to 2.213
   see /usr/share/doc/packages/perl-Compress-Raw-Zlib/Changes
    2.213 28 August 2024
        * version 2.213
          
          6db34434df59999e57aacfcb52a9cc8cb5161155
        * Add zlib-ng 2.2.1 to workflow
          
          fe3cd4a98c1e432fa06aed1617599424048d6ac8
        * add zlib-ng 2.1.7 & 2.2.0
          
          293d041abfa7763d3e8c4be8fa41024a80cd9a4b
        * Add zlib-ng 2.1.7 & 2.2.0 to github workflow
          
          2db84c21e4441a23d289e593f201597f0d863fe4
        * remove Werror from clang legacy builds
          
          d6440a3e08254c64bb8e5d8d805697d19895745b
        * use -xc++ when building with C++
          
          da8e6b716f81148e9720257414e41c724dc43cc0
        * Add perl 5.40 to workflows
          
          f7d1764f4e5a944c35ae3d27ae488c707e21784b

OBS-URL: https://build.opensuse.org/request/show/1203066
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Compress-Raw-Zlib?expand=0&rev=60
This commit is contained in:
2024-12-31 00:29:10 +00:00
committed by Git OBS Bridge
parent b8f030501a
commit 2f797d0360
4 changed files with 35 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6d9de0c11921fd520dfd99a3f6b0ca9f1fd9850274f8bec10bbaa4f6803cc049
size 551286

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:56b21c99cb3a3a7f7876a74dd05daa3f41fc9143ddd4dc98f8e46710a106af45
size 551722

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Sat Aug 31 05:31:20 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 2.213
see /usr/share/doc/packages/perl-Compress-Raw-Zlib/Changes
2.213 28 August 2024
* version 2.213
Wed Aug 28 15:42:15 2024 +0100
6db34434df59999e57aacfcb52a9cc8cb5161155
* Add zlib-ng 2.2.1 to workflow
Tue Jul 2 15:28:39 2024 +0100
fe3cd4a98c1e432fa06aed1617599424048d6ac8
* add zlib-ng 2.1.7 & 2.2.0
Wed Jun 19 17:07:02 2024 +0100
293d041abfa7763d3e8c4be8fa41024a80cd9a4b
* Add zlib-ng 2.1.7 & 2.2.0 to github workflow
Wed Jun 19 16:57:56 2024 +0100
2db84c21e4441a23d289e593f201597f0d863fe4
* remove Werror from clang legacy builds
Mon Jun 17 10:41:34 2024 +0100
d6440a3e08254c64bb8e5d8d805697d19895745b
* use -xc++ when building with C++
Mon Jun 17 08:04:20 2024 +0100
da8e6b716f81148e9720257414e41c724dc43cc0
* Add perl 5.40 to workflows
Sun Jun 16 17:42:29 2024 +0100
f7d1764f4e5a944c35ae3d27ae488c707e21784b
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Apr 28 03:08:37 UTC 2024 - Tina Müller <timueller+perl@suse.de> Sun Apr 28 03:08:37 UTC 2024 - Tina Müller <timueller+perl@suse.de>

View File

@@ -18,20 +18,16 @@
%define cpan_name Compress-Raw-Zlib %define cpan_name Compress-Raw-Zlib
Name: perl-Compress-Raw-Zlib Name: perl-Compress-Raw-Zlib
Version: 2.212.0 Version: 2.213
Release: 0 Release: 0
# 2.212 -> normalize -> 2.212.0
%define cpan_version 2.212
#Upstream: Artistic-1.0 or GPL-1.0-or-later #Upstream: Artistic-1.0 or GPL-1.0-or-later
License: (Artistic-1.0 OR GPL-1.0-or-later) AND Zlib License: (Artistic-1.0 OR GPL-1.0-or-later) AND Zlib
Summary: Perl interface to zlib/zlib-ng compression libraries Summary: Perl interface to zlib/zlib-ng compression libraries
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}-%{cpan_version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/P/PM/PMQS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
Provides: perl(Compress::Raw::Zlib) = %{version}
%undefine __perllib_provides
%{perl_requires} %{perl_requires}
%description %description
@@ -43,7 +39,7 @@ In the text below all references to _zlib_ are also applicable to _zlib-ng_
unless otherwise stated. unless otherwise stated.
%prep %prep
%autosetup -n %{cpan_name}-%{cpan_version} %autosetup -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644