Hello community,
here is the log from the commit of package perl-Unicode-Collate for
openSUSE:Factory checked in at 2017-10-02 16:42:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Unicode-Collate (Old)
and /work/SRC/openSUSE:Factory/.perl-Unicode-Collate.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Unicode-Collate"
Mon Oct 2 16:42:52 2017 rev:2 rq:528476 version:1.19
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Unicode-Collate/perl-Unicode-Collate.changes
2017-06-25 19:20:48.675482620 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Unicode-Collate.new/perl-Unicode-Collate.changes
2017-10-02 16:42:58.261025146 +0200
@@ -1,0 +2,6 @@
+Sun Sep 24 06:55:18 UTC 2017 - [email protected]
+
+- add no-dot-inc.patch to compile with perl 5.26
+ (https://rt.cpan.org/Public/Bug/Display.html?id=121664)
+
+-------------------------------------------------------------------
New:
----
no-dot-inc.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Unicode-Collate.spec ++++++
--- /var/tmp/diff_new_pack.Uz9yIw/_old 2017-10-02 16:42:58.804948673 +0200
+++ /var/tmp/diff_new_pack.Uz9yIw/_new 2017-10-02 16:42:58.808948110 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Unicode-Collate
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -24,8 +24,9 @@
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Unicode-Collate/
-Source0:
http://www.cpan.org/authors/id/S/SA/SADAHIRO/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/S/SA/SADAHIRO/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
+Patch0: no-dot-inc.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
@@ -37,6 +38,7 @@
%prep
%setup -q -n %{cpan_name}-%{version}
+%patch0 -p1
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
++++++ cpanspec.yml ++++++
--- /var/tmp/diff_new_pack.Uz9yIw/_old 2017-10-02 16:42:58.868939676 +0200
+++ /var/tmp/diff_new_pack.Uz9yIw/_new 2017-10-02 16:42:58.868939676 +0200
@@ -4,9 +4,8 @@
#sources:
# - source1
# - source2
-#patches:
-# foo.patch: -p1
-# bar.patch:
+patches:
+ no-dot-inc.patch: -p1
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
++++++ no-dot-inc.patch ++++++
Index: Unicode-Collate-1.19/Makefile.PL
===================================================================
--- Unicode-Collate-1.19.orig/Makefile.PL
+++ Unicode-Collate-1.19/Makefile.PL
@@ -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' };
}