Upgrade to 1.27 as provided in perl-5.32.0
This commit is contained in:
parent
e10ff9085e
commit
0427ca54b0
59
Unicode-Normalize-1.25-Upgrade-to-1.27.patch
Normal file
59
Unicode-Normalize-1.25-Upgrade-to-1.27.patch
Normal file
@ -0,0 +1,59 @@
|
|||||||
|
From 95cca0326ee38020d55382493e6d42b16ae889c9 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Jitka Plesnikova <jplesnik@redhat.com>
|
||||||
|
Date: Tue, 21 Apr 2020 13:05:51 +0200
|
||||||
|
Subject: [PATCH] Upgrade to 1.27
|
||||||
|
|
||||||
|
---
|
||||||
|
Normalize.pm | 14 +++++++-------
|
||||||
|
1 file changed, 7 insertions(+), 7 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/Normalize.pm b/Normalize.pm
|
||||||
|
index adf3db5..d06fb8b 100644
|
||||||
|
--- a/Normalize.pm
|
||||||
|
+++ b/Normalize.pm
|
||||||
|
@@ -16,7 +16,7 @@ use Carp;
|
||||||
|
|
||||||
|
no warnings 'utf8';
|
||||||
|
|
||||||
|
-our $VERSION = '1.26';
|
||||||
|
+our $VERSION = '1.27';
|
||||||
|
our $PACKAGE = __PACKAGE__;
|
||||||
|
|
||||||
|
our @EXPORT = qw( NFC NFD NFKC NFKD );
|
||||||
|
@@ -606,27 +606,27 @@ and/or modify it under the same terms as Perl itself.
|
||||||
|
|
||||||
|
=over 4
|
||||||
|
|
||||||
|
-=item http://www.unicode.org/reports/tr15/
|
||||||
|
+=item L<http://www.unicode.org/reports/tr15/>
|
||||||
|
|
||||||
|
Unicode Normalization Forms - UAX #15
|
||||||
|
|
||||||
|
-=item http://www.unicode.org/Public/UNIDATA/CompositionExclusions.txt
|
||||||
|
+=item L<http://www.unicode.org/Public/UNIDATA/CompositionExclusions.txt>
|
||||||
|
|
||||||
|
Composition Exclusion Table
|
||||||
|
|
||||||
|
-=item http://www.unicode.org/Public/UNIDATA/DerivedNormalizationProps.txt
|
||||||
|
+=item L<http://www.unicode.org/Public/UNIDATA/DerivedNormalizationProps.txt>
|
||||||
|
|
||||||
|
Derived Normalization Properties
|
||||||
|
|
||||||
|
-=item http://www.unicode.org/Public/UNIDATA/NormalizationCorrections.txt
|
||||||
|
+=item L<http://www.unicode.org/Public/UNIDATA/NormalizationCorrections.txt>
|
||||||
|
|
||||||
|
Normalization Corrections
|
||||||
|
|
||||||
|
-=item http://www.unicode.org/review/pr-29.html
|
||||||
|
+=item L<http://www.unicode.org/review/pr-29.html>
|
||||||
|
|
||||||
|
Public Review Issue #29: Normalization Issue
|
||||||
|
|
||||||
|
-=item http://www.unicode.org/notes/tn5/
|
||||||
|
+=item L<http://www.unicode.org/notes/tn5/>
|
||||||
|
|
||||||
|
Canonical Equivalence in Applications - UTN #5
|
||||||
|
|
||||||
|
--
|
||||||
|
2.21.1
|
||||||
|
|
@ -1,13 +1,15 @@
|
|||||||
%global base_version 1.25
|
%global base_version 1.25
|
||||||
Name: perl-Unicode-Normalize
|
Name: perl-Unicode-Normalize
|
||||||
Version: 1.26
|
Version: 1.27
|
||||||
Release: 440%{?dist}
|
Release: 456%{?dist}
|
||||||
Summary: Unicode Normalization Forms
|
Summary: Unicode Normalization Forms
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: https://metacpan.org/release/Unicode-Normalize
|
URL: https://metacpan.org/release/Unicode-Normalize
|
||||||
Source0: https://cpan.metacpan.org/authors/id/K/KH/KHW/Unicode-Normalize-%{base_version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/K/KH/KHW/Unicode-Normalize-%{base_version}.tar.gz
|
||||||
# Unbundled from perl 5.28.0-RC1
|
# Unbundled from perl 5.28.0-RC1
|
||||||
Patch0: Unicode-Normalize-1.25-Upgrade-to-1.26.patch
|
Patch0: Unicode-Normalize-1.25-Upgrade-to-1.26.patch
|
||||||
|
# Unbundled from perl 5.32.0
|
||||||
|
Patch1: Unicode-Normalize-1.25-Upgrade-to-1.27.patch
|
||||||
BuildRequires: findutils
|
BuildRequires: findutils
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
@ -58,6 +60,9 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.27-456
|
||||||
|
- Upgrade to 1.27 as provided in perl-5.32.0
|
||||||
|
|
||||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.26-440
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.26-440
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user