1.20 bump
This commit is contained in:
parent
5579512115
commit
0f5e8075cd
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/Unicode-Collate-1.17.tar.gz
|
||||
/Unicode-Collate-1.18.tar.gz
|
||||
/Unicode-Collate-1.19.tar.gz
|
||||
/Unicode-Collate-1.20.tar.gz
|
||||
|
@ -1,24 +0,0 @@
|
||||
diff -up Unicode-Collate-1.19/mklocale.orig Unicode-Collate-1.19/mklocale
|
||||
--- Unicode-Collate-1.19/mklocale.orig 2017-05-11 14:46:13.491501304 +0200
|
||||
+++ Unicode-Collate-1.19/mklocale 2017-05-11 14:48:21.829764058 +0200
|
||||
@@ -546,7 +546,7 @@ for my $txt (@txts) {
|
||||
s/\s*\z/.pm/;
|
||||
my $f = File::Spec->catfile($CUR_DIR, split /::/, $_);
|
||||
$f = 'Korean.pm' if /::Korean\.pm/; # using the newer one
|
||||
- require $f;
|
||||
+ require "./$f";
|
||||
next;
|
||||
}
|
||||
if (/^(alternate)\s+(\S+)/) {
|
||||
diff -up Unicode-Collate-1.19/Makefile.PL.orig Unicode-Collate-1.19/Makefile.PL
|
||||
--- Unicode-Collate-1.19/Makefile.PL.orig 2017-05-11 14:57:57.113506081 +0200
|
||||
+++ Unicode-Collate-1.19/Makefile.PL 2017-05-11 14:57:25.895682439 +0200
|
||||
@@ -6,7 +6,7 @@ my $clean = {};
|
||||
if (-f "Collate.xs") {
|
||||
print "Making header files for XS...\n";
|
||||
|
||||
- do 'mkheader' or die $@ || "mkheader: $!";
|
||||
+ do './mkheader' or die $@ || "mkheader: $!";
|
||||
|
||||
$clean = { FILES => 'ucatbl.h' };
|
||||
}
|
31
Unicode-Collate-1.20-Fixes-for-removal-dot-from-INC.patch
Normal file
31
Unicode-Collate-1.20-Fixes-for-removal-dot-from-INC.patch
Normal file
@ -0,0 +1,31 @@
|
||||
From 1538096643d1197db700fe16969a47ecddfaac99 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
|
||||
Date: Fri, 3 Nov 2017 09:38:44 +0100
|
||||
Subject: [PATCH] Fixes for removal dot from INC
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
CPAN RT#121664
|
||||
|
||||
Signed-off-by: Petr Písař <ppisar@redhat.com>
|
||||
---
|
||||
mklocale | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/mklocale b/mklocale
|
||||
index a1f7092..1e607be 100644
|
||||
--- a/mklocale
|
||||
+++ b/mklocale
|
||||
@@ -546,7 +546,7 @@ for my $txt (@txts) {
|
||||
s/\s*\z/.pm/;
|
||||
my $f = File::Spec->catfile($CUR_DIR, split /::/, $_);
|
||||
$f = 'Korean.pm' if /::Korean\.pm/; # using the newer one
|
||||
- require $f;
|
||||
+ require "./$f";
|
||||
next;
|
||||
}
|
||||
if (/^(alternate)\s+(\S+)/) {
|
||||
--
|
||||
2.13.6
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: perl-Unicode-Collate
|
||||
Version: 1.19
|
||||
Release: 395%{?dist}
|
||||
Version: 1.20
|
||||
Release: 1%{?dist}
|
||||
Summary: Unicode Collation Algorithm
|
||||
# Collate/allkeys.txt: Unicode (the file contains a link to
|
||||
# <http://www.unicode.org/terms_of_use.html>)
|
||||
@ -9,7 +9,8 @@ License: (GPL+ or Artistic) and Unicode
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Unicode-Collate/
|
||||
Source0: http://www.cpan.org/authors/id/S/SA/SADAHIRO/Unicode-Collate-%{version}.tar.gz
|
||||
Patch0: Unicode-Collate-1.19-Fixes-for-removal-dot-from-INC.patch
|
||||
# Adapt to Perl without "." im @INC, CPAN RT#121664
|
||||
Patch0: Unicode-Collate-1.20-Fixes-for-removal-dot-from-INC.patch
|
||||
BuildRequires: gcc
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
@ -68,6 +69,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri Nov 03 2017 Petr Pisar <ppisar@redhat.com> - 1.20-1
|
||||
- 1.20 bump
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.19-395
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user