Hello community,
here is the log from the commit of package perl-Unicode-Collate for
openSUSE:Factory checked in at 2019-10-07 13:38:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Unicode-Collate (Old)
and /work/SRC/openSUSE:Factory/.perl-Unicode-Collate.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Unicode-Collate"
Mon Oct 7 13:38:24 2019 rev:4 rq:733996 version:1.27
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Unicode-Collate/perl-Unicode-Collate.changes
2018-04-25 09:59:35.970699603 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Unicode-Collate.new.2352/perl-Unicode-Collate.changes
2019-10-07 13:38:25.504774214 +0200
@@ -1,0 +2,17 @@
+Fri Sep 27 10:17:42 UTC 2019 - <[email protected]>
+
+- updated to 1.27
+ see /usr/share/doc/packages/perl-Unicode-Collate/Changes
+
+ 1.27 Wed Jan 2 19:42:56 2019
+ - DUCET is updated (for Unicode 10.0.0) as Collate/allkeys.txt.
+ - The default UCA_Version is 36.
+ - Locale/*.pl and CJK/Korean.pm are updated.
+
+ 1.26 Mon Dec 31 14:32:07 2018
+ - U::C::Locale newly supports locale: cu.
+ - tailoring Cyrillic YI as BYELORUSSIAN-UKRAINIAN I with DIAERESIS.
+ (affected locale: kk)
+ - added loc_cu.t in t.
+
+-------------------------------------------------------------------
Old:
----
Unicode-Collate-1.25.tar.gz
New:
----
Unicode-Collate-1.27.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Unicode-Collate.spec ++++++
--- /var/tmp/diff_new_pack.EY50lx/_old 2019-10-07 13:38:26.036772743 +0200
+++ /var/tmp/diff_new_pack.EY50lx/_new 2019-10-07 13:38:26.036772743 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Unicode-Collate
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,18 +12,18 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Unicode-Collate
-Version: 1.25
+Version: 1.27
Release: 0
%define cpan_name Unicode-Collate
Summary: Unicode Collation Algorithm
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/Unicode-Collate/
+Url: https://metacpan.org/release/%{cpan_name}
Source0:
https://cpan.metacpan.org/authors/id/S/SA/SADAHIRO/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -39,11 +39,11 @@
%setup -q -n %{cpan_name}-%{version}
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
%check
-%{__make} test
+make test
%install
%perl_make_install
++++++ Unicode-Collate-1.25.tar.gz -> Unicode-Collate-1.27.tar.gz ++++++
++++ 71966 lines of diff (skipped)
++++++ cpanspec.yml ++++++
--- /var/tmp/diff_new_pack.EY50lx/_old 2019-10-07 13:38:26.288772045 +0200
+++ /var/tmp/diff_new_pack.EY50lx/_new 2019-10-07 13:38:26.288772045 +0200
@@ -4,8 +4,8 @@
#sources:
# - source1
# - source2
-patches:
- no-dot-inc.patch: -p1
+#patches:
+# no-dot-inc.patch: -p1
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-