Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libunibreak for openSUSE:Factory 
checked in at 2024-01-09 20:50:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libunibreak (Old)
 and      /work/SRC/openSUSE:Factory/.libunibreak.new.21961 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libunibreak"

Tue Jan  9 20:50:13 2024 rev:4 rq:1137648 version:5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libunibreak/libunibreak.changes  2021-12-29 
21:10:55.442283916 +0100
+++ /work/SRC/openSUSE:Factory/.libunibreak.new.21961/libunibreak.changes       
2024-01-09 20:50:37.638344750 +0100
@@ -1,0 +2,19 @@
+Tue Jan  2 11:05:48 UTC 2024 - Atri Bhattacharya <[email protected]>
+
+- Update to version 5.1:
+  * Speed up line-break property lookup.
+  * Update the data to conform to Unicode 15.
+- Drop LineBreakTest.txt, WordBreakTest.txt, and
+  GraphemeBreakTest.txt from upstream; these break tests.
+- Add libunibreak-include-test-data.patch: Add data for tests that
+  work with current code, tests fail with upstream Unicode 15
+  datafiles (gh#adah1972/libunibreak#41); patch taken from
+  upstream commits. Add BuildRequires: libtool as patch modifies
+  build files.
+
+-------------------------------------------------------------------
+Tue Jan  2 11:03:25 UTC 2024 - Atri Bhattacharya <[email protected]>
+
+- Resolve specfile conflicts with Factory.
+
+-------------------------------------------------------------------

Old:
----
  GraphemeBreakTest.txt
  LineBreakTest.txt
  WordBreakTest.txt
  libunibreak-5.0.tar.gz

New:
----
  libunibreak-5.1.tar.gz
  libunibreak-include-test-data.patch

BETA DEBUG BEGIN:
  New:  GraphemeBreakTest.txt from upstream; these break tests.
- Add libunibreak-include-test-data.patch: Add data for tests that
  work with current code, tests fail with upstream Unicode 15
BETA DEBUG END:

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

Other differences:
------------------
++++++ libunibreak.spec ++++++
--- /var/tmp/diff_new_pack.RQM0FX/_old  2024-01-09 20:50:38.394372237 +0100
+++ /var/tmp/diff_new_pack.RQM0FX/_new  2024-01-09 20:50:38.394372237 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libunibreak
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,18 +17,20 @@
 
 
 %define         libversion 5
-%define         altver  5_0
+%define         altver  5_1
 Name:           libunibreak
-Version:        5.0
+Version:        5.1
 Release:        0
 Summary:        Unicode line-breaking library
 License:        Zlib
 Group:          Development/Libraries/C and C++
 URL:            https://github.com/adah1972/libunibreak
 Source0:        
https://github.com/adah1972/libunibreak/releases/download/libunibreak_%{altver}/%{name}-%{version}.tar.gz
-Source1:        
http://www.unicode.org/Public/UNIDATA/auxiliary/LineBreakTest.txt
-Source2:        
http://www.unicode.org/Public/UNIDATA/auxiliary/WordBreakTest.txt
-Source3:        
http://www.unicode.org/Public/UNIDATA/auxiliary/GraphemeBreakTest.txt
+# PATCH-FIX-UPSTREAM libunibreak-include-test-data.patch 
gh#adah1972/libunibreak#41 [email protected] -- Include working unicode data 
for tests, as tests fail against upstream unicode 15 data files; upstream 
commits b992362 and 839f06f
+Patch0:         libunibreak-include-test-data.patch
+# Needed because Patch0 modifies Makefile.am files
+BuildRequires:  libtool
+# /
 BuildRequires:  pkgconfig
 Obsoletes:      liblinebreak < 2.1
 Provides:       liblinebreak = 2.1
@@ -64,12 +66,12 @@
 Annex 29.
 
 %prep
-%setup -q
-for source in %{SOURCE1} %{SOURCE2} %{SOURCE3}; do
-       install -m0644 $source src/
-done
+%autosetup -p1
 
 %build
+# Patch0 modifies Makefile.am
+autoreconf -fvi
+# /
 %configure \
        --disable-static
 %make_build

++++++ libunibreak-5.0.tar.gz -> libunibreak-5.1.tar.gz ++++++
++++ 28664 lines of diff (skipped)

++++++ libunibreak-include-test-data.patch ++++++
++++ 10251 lines (skipped)

Reply via email to