Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Unicode-Collate for
openSUSE:Factory checked in at 2021-05-12 19:31:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Unicode-Collate (Old)
and /work/SRC/openSUSE:Factory/.perl-Unicode-Collate.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Unicode-Collate"
Wed May 12 19:31:28 2021 rev:6 rq:891843 version:1.29
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Unicode-Collate/perl-Unicode-Collate.changes
2020-10-08 13:05:52.818829994 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Unicode-Collate.new.2988/perl-Unicode-Collate.changes
2021-05-12 19:31:39.615174683 +0200
@@ -1,0 +2,6 @@
+Thu May 6 10:30:46 UTC 2021 - Dirk M??ller <[email protected]>
+
+- ensure rebuild to be always newer than the perl-core provided
+ version (see bsc#1185600)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Unicode-Collate.spec ++++++
--- /var/tmp/diff_new_pack.I8idrE/_old 2021-05-12 19:31:40.139172591 +0200
+++ /var/tmp/diff_new_pack.I8idrE/_new 2021-05-12 19:31:40.143172574 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Unicode-Collate
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,19 +16,22 @@
#
+%define cpan_name Unicode-Collate
Name: perl-Unicode-Collate
Version: 1.29
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: 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
BuildRequires: perl
BuildRequires: perl-macros
+# special case as perl itself provides Unicode-Collate as well, however
+# in an older version. we need to rebuild on version updates
+# to ensure we are always newer than the perl-core provided version
(bsc#1185600)
+%requires_eq perl
%{perl_requires}
%description
@@ -40,10 +43,10 @@
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-make %{?_smp_mflags}
+%make_build
%check
-make test
+%make_build test
%install
%perl_make_install