Accepting request 946981 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/946981 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PerlIO-utf8_strict?expand=0&rev=7
This commit is contained in:
commit
2e573ca7a6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5f798ded50dcc7d421b57850f837310666d817f4c67c15ba0f5a1d38c74df459
|
||||
size 95180
|
3
PerlIO-utf8_strict-0.009.tar.gz
Normal file
3
PerlIO-utf8_strict-0.009.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ba82cf144820655d6d4836d12dde65f8895a3d905aeb4aa0b421249f43284c14
|
||||
size 139918
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 9 03:08:25 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.009
|
||||
see /usr/share/doc/packages/perl-PerlIO-utf8_strict/Changes
|
||||
|
||||
0.009 2022-01-08 17:26:23+01:00 Europe/Amsterdam
|
||||
- Mark functions that croak as noreturn
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 19 03:10:56 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-PerlIO-utf8_strict
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,18 +16,16 @@
|
||||
#
|
||||
|
||||
|
||||
Name: perl-PerlIO-utf8_strict
|
||||
Version: 0.008
|
||||
Release: 0
|
||||
%define cpan_name PerlIO-utf8_strict
|
||||
Name: perl-PerlIO-utf8_strict
|
||||
Version: 0.009
|
||||
Release: 0
|
||||
Summary: Fast and correct UTF-8 IO
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
Patch0: no-return-in-nonvoid-function.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Test::Exception)
|
||||
@ -39,12 +37,11 @@ This module provides a fast and correct UTF-8 PerlIO layer. Unlike perl's
|
||||
default ':utf8' layer it checks the input for correctness.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%patch0 -p1
|
||||
%autosetup -n %{cpan_name}-%{version} -p1
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%check
|
||||
make test
|
||||
@ -55,7 +52,6 @@ make test
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README
|
||||
%license LICENSE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user