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-08-28 22:28:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Unicode-Collate (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Unicode-Collate.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Unicode-Collate"

Sat Aug 28 22:28:40 2021 rev:7 rq:914270 version:1.31

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Unicode-Collate/perl-Unicode-Collate.changes    
    2021-05-12 19:31:39.615174683 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Unicode-Collate.new.1899/perl-Unicode-Collate.changes
      2021-08-28 22:28:44.725951521 +0200
@@ -1,0 +2,17 @@
+Mon Aug 23 14:53:07 UTC 2021 - Dirk Stoecker <[email protected]>
+
+- updated to 1.31
+   see /usr/share/doc/packages/perl-Unicode-Collate/Changes
+
+  1.31  Sat Aug 21 20:02:21 2021
+      - Someone, not via rt.cpan.org, proposed patches for EBCDIC. Thanks!
+      - Here is an experimental EBCDIC support, that the author has not used 
yet.
+      - Since this distribution on CPAN has a pure-perl module without XSUB,
+        then the internal values should be Unicode, but not native.
+      - All t/*.t files include sub _pack_U and _unpack_U as well as sub ok.
+
+  1.30  Sun Jun  6 21:33:26 2021
+      - [rt.cpan.org #133952] mkheader subject to "print on closed filehandle"
+        warnings
+
+-------------------------------------------------------------------
@@ -330 +346,0 @@
-

Old:
----
  Unicode-Collate-1.29.tar.gz

New:
----
  Unicode-Collate-1.31.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Unicode-Collate.spec ++++++
--- /var/tmp/diff_new_pack.t0vKb9/_old  2021-08-28 22:28:45.421952243 +0200
+++ /var/tmp/diff_new_pack.t0vKb9/_new  2021-08-28 22:28:45.421952243 +0200
@@ -18,35 +18,36 @@
 
 %define cpan_name Unicode-Collate
 Name:           perl-Unicode-Collate
-Version:        1.29
+Version:        1.31
 Release:        0
-Summary:        Unicode Collation Algorithm
 License:        Artistic-1.0 OR GPL-1.0-or-later
-Group:          Development/Libraries/Perl
+Summary:        Unicode Collation Algorithm
 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
 BuildRequires:  perl
 BuildRequires:  perl-macros
+%{perl_requires}
+# MANUAL BEGIN
 # 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}
+# MANUAL END
 
 %description
 This module is an implementation of Unicode Technical Standard #10 (a.k.a.
 UTS #10) - Unicode Collation Algorithm (a.k.a. UCA).
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup  -n %{cpan_name}-%{version}
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
 %make_build
 
 %check
-%make_build test
+make test
 
 %install
 %perl_make_install
@@ -54,7 +55,6 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
 %doc Changes Collate.pmN disableXS enableXS MANIFEST.N mkheader mklocale README
 
 %changelog

++++++ Unicode-Collate-1.29.tar.gz -> Unicode-Collate-1.31.tar.gz ++++++
++++ 8124 lines of diff (skipped)

++++++ cpanspec.yml ++++++
--- /var/tmp/diff_new_pack.t0vKb9/_old  2021-08-28 22:28:45.657952488 +0200
+++ /var/tmp/diff_new_pack.t0vKb9/_new  2021-08-28 22:28:45.657952488 +0200
@@ -6,8 +6,11 @@
 #  - source2
 #patches:
 #  no-dot-inc.patch: -p1
-#preamble: |-
-# BuildRequires:  gcc-c++
+preamble: |-
+ # 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
 #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 

Reply via email to