Hello community,
here is the log from the commit of package perl-Unicode-Normalize for
openSUSE:Factory checked in at 2017-10-02 16:44:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Unicode-Normalize (Old)
and /work/SRC/openSUSE:Factory/.perl-Unicode-Normalize.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Unicode-Normalize"
Mon Oct 2 16:44:56 2017 rev:2 rq:528720 version:1.25
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Unicode-Normalize/perl-Unicode-Normalize.changes
2016-03-17 16:46:18.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Unicode-Normalize.new/perl-Unicode-Normalize.changes
2017-10-02 16:45:00.867786994 +0200
@@ -1,0 +2,5 @@
+Tue Sep 26 06:21:33 UTC 2017 - [email protected]
+
+- add perl526.patch to work with perl 5.26
+
+-------------------------------------------------------------------
New:
----
cpanspec.yml
perl526.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Unicode-Normalize.spec ++++++
--- /var/tmp/diff_new_pack.1D173y/_old 2017-10-02 16:45:02.499557571 +0200
+++ /var/tmp/diff_new_pack.1D173y/_new 2017-10-02 16:45:02.499557571 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Unicode-Normalize
#
-# 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,7 +24,9 @@
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Unicode-Normalize/
-Source0:
http://www.cpan.org/authors/id/K/KH/KHW/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/K/KH/KHW/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
+Patch0: perl526.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
@@ -46,6 +48,7 @@
%prep
%setup -q -n %{cpan_name}-%{version}
+%patch0 -p1
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
@@ -61,6 +64,7 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes disableXS enableXS LICENSE MANIFEST.N mkheader Normalize.pmN
README
+%doc Changes disableXS enableXS MANIFEST.N mkheader Normalize.pmN README
+%license LICENSE
%changelog
++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
# - source1
# - source2
patches:
perl526.patch: -p1
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module
++++++ perl526.patch ++++++
Index: Unicode-Normalize-1.25/Makefile.PL
===================================================================
--- Unicode-Normalize-1.25.orig/Makefile.PL
+++ Unicode-Normalize-1.25/Makefile.PL
@@ -8,7 +8,7 @@ my $mm_ver = ExtUtils::MakeMaker->VERSIO
if (-f "Normalize.xs") {
print STDERR "Making header files for XS...\n";
- do 'mkheader' or die $@ || "mkheader: $!";
+ do './mkheader' or die $@ || "mkheader: $!";
$clean = { FILES => 'unfcan.h unfcmb.h unfcmp.h unfcpt.h unfexc.h' };
}