forked from pool/perl-Test-utf8
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
09686c1363 | |||
b96330b532 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df82f09c5940830b25a49f1c8162fa24d371e602880edef8d9a4d4bfd66b8bd7
|
||||
size 32036
|
3
Test-utf8-1.03.tar.gz
Normal file
3
Test-utf8-1.03.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a24737b31ec016189a16c7f0e4de2ff0cbd705ccaef7066387195139c5bc2439
|
||||
size 33813
|
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 12 16:38:53 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.30.0 (1.03)
|
||||
see /usr/share/doc/packages/perl-Test-utf8/CHANGES
|
||||
|
||||
1.03 2024-11-14
|
||||
- Fix tests to adapt to Perl now removing
|
||||
apostrophe as package separator [RT#154915]
|
||||
- upgraded distro files like packaged Module::Install version
|
||||
and META.yml, to avoid other looming Perl deprecation issues
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 2 03:17:32 UTC 2020 - <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Test-utf8
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,20 +16,23 @@
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Test-utf8
|
||||
Version: 1.02
|
||||
Release: 0
|
||||
%define cpan_name Test-utf8
|
||||
Summary: Handy utf8 tests
|
||||
Name: perl-Test-utf8
|
||||
Version: 1.30.0
|
||||
Release: 0
|
||||
# 1.03 -> normalize -> 1.30.0
|
||||
%define cpan_version 1.03
|
||||
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/M/MA/MARKF/%{cpan_name}-%{version}.tar.gz
|
||||
Summary: Handy utf8 tests
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/S/SC/SCHWIGON/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.59
|
||||
Provides: perl(Test::utf8) = %{version}
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -41,11 +44,11 @@ valid and not corrupt, whereas the characteristics tests will check that
|
||||
string has a given set of characteristics.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
|
||||
%build
|
||||
PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%check
|
||||
make test
|
||||
@@ -56,7 +59,6 @@ make test
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc CHANGES README
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user