Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package hfst for openSUSE:Factory checked in 
at 2025-01-19 21:49:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hfst (Old)
 and      /work/SRC/openSUSE:Factory/.hfst.new.5589 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hfst"

Sun Jan 19 21:49:23 2025 rev:9 rq:1238727 version:3.16.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/hfst/hfst.changes        2024-06-05 
17:40:04.569029361 +0200
+++ /work/SRC/openSUSE:Factory/.hfst.new.5589/hfst.changes      2025-01-19 
21:49:35.542954342 +0100
@@ -1,0 +2,22 @@
+Sat Jan 18 15:56:21 UTC 2025 - Jan Engelhardt <[email protected]>
+
+- Update to release 3.16.2
+  * Removal of n-best paths search for log weight automata
+  * Added an experimental C interface library
+- Delete hfst-sse.diff which made i586 tests fail.
+
+-------------------------------------------------------------------
+Wed Nov 20 10:58:42 UTC 2024 - Jan Engelhardt <[email protected]>
+
+- Update to release 3.16.1
+  * hfst-tokenize escapes both \r and \n now
+  * regexp parsing more robust with comments and linebreaks
+  * new tool "hfst-check-alpha" for checking and comparing
+    alphabets in automata and their metadata
+  * new tool "hfst-dump-alphabets" for reviewing alphabets easier
+    than hfst-summarize grepping
+  * new tool "hfst-kill-paths" for efficient path removal
+- Delete 0001-build-fix-build-failure-with-ICU-75.patch,
+  hfst-nodate.diff (merged)
+
+-------------------------------------------------------------------

Old:
----
  0001-build-fix-build-failure-with-ICU-75.patch
  hfst-nodate.diff
  hfst-sse.diff
  v3.16.0.tar.gz

New:
----
  _scmsync.obsinfo
  build.specials.obscpio
  v3.16.2.tar.gz

BETA DEBUG BEGIN:
  Old:  * new tool "hfst-kill-paths" for efficient path removal
- Delete 0001-build-fix-build-failure-with-ICU-75.patch,
  hfst-nodate.diff (merged)
  Old:- Delete 0001-build-fix-build-failure-with-ICU-75.patch,
  hfst-nodate.diff (merged)
  Old:  * Added an experimental C interface library
- Delete hfst-sse.diff which made i586 tests fail.
BETA DEBUG END:

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

Other differences:
------------------
++++++ hfst.spec ++++++
--- /var/tmp/diff_new_pack.RYdamz/_old  2025-01-19 21:49:37.535036422 +0100
+++ /var/tmp/diff_new_pack.RYdamz/_new  2025-01-19 21:49:37.539036587 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hfst
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           hfst
-Version:        3.16.0
+Version:        3.16.2
 Release:        0
 Summary:        Helsinki Finite-State Transducer Technology
 License:        Apache-2.0 AND GPL-2.0-only AND GPL-2.0-or-later AND 
GPL-3.0-only AND GPL-3.0-or-later AND GPL-3.0-only
@@ -25,9 +25,6 @@
 URL:            https://hfst.github.io/
 
 Source:         https://github.com/hfst/hfst/archive/refs/tags/v%version.tar.gz
-Patch1:         0001-build-fix-build-failure-with-ICU-75.patch
-Patch2:         hfst-nodate.diff
-Patch3:         hfst-sse.diff
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  bison
@@ -41,7 +38,7 @@
 BuildRequires:  pkg-config
 BuildRequires:  python3-base
 BuildRequires:  readline-devel
-#BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  openfst-devel
 BuildRequires:  pkgconfig(icu-uc) >= 50
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(zlib)
@@ -54,7 +51,7 @@
 based on weighted and unweighted finite-state transducer technology.
 
 %package -n libhfst55
-Summary:        Helsinki Finite-State Transducer Technology Libraries
+Summary:        Helsinki Finite-State Transducer C++ API Library
 License:        GPL-3.0-only
 Group:          System/Libraries
 
@@ -63,11 +60,26 @@
 implementation of morphological analyzers and other tools which are
 based on weighted and unweighted finite-state transducer technology.
 
+%ifarch %ix86
+On 32-bit x86, this package requires the presence of SSE2.
+%endif
+
+%package -n libhfst_c0
+Summary:        Helsinki Finite-State Transducer C API Library
+License:        GPL-3.0-only
+Group:          System/Libraries
+
+%description -n libhfst_c0
+The Helsinki Finite-State Transducer software is intended for the
+implementation of morphological analyzers and other tools which are
+based on weighted and unweighted finite-state transducer technology.
+
 %package devel
 Summary:        Development files for the Helsinki Finite-State Transducer
 License:        GPL-3.0-only
 Group:          Development/Libraries/C and C++
 Requires:       libhfst55 = %version
+Requires:       libhfst_c0 = %version
 
 %description devel
 The Helsinki Finite-State Transducer software is intended for the
@@ -98,8 +110,8 @@
 %check
 %make_build check -j1
 
-%post   -n libhfst55 -p /sbin/ldconfig
-%postun -n libhfst55 -p /sbin/ldconfig
+%ldconfig_scriptlets -n libhfst55
+%ldconfig_scriptlets -n libhfst_c0
 
 %files
 %_bindir/hfst*
@@ -110,9 +122,13 @@
 %files -n libhfst55
 %_libdir/libhfst.so.55*
 
+%files -n libhfst_c0
+%_libdir/libhfst_c.so.0*
+
 %files devel
 %_includedir/*
 %_libdir/libhfst.so
+%_libdir/libhfst_c.so
 %_libdir/pkgconfig/*.pc
 %_datadir/aclocal/
 

++++++ _scmsync.obsinfo ++++++
mtime: 1737222539
commit: af8c7c846bb7b0422f3a909a6eb7052a3679bed44ca3a0a1a89a02d3dcdffb48
url: https://src.opensuse.org/jengelh/hfst
revision: master

++++++ v3.16.0.tar.gz -> v3.16.2.tar.gz ++++++
/work/SRC/openSUSE:Factory/hfst/v3.16.0.tar.gz 
/work/SRC/openSUSE:Factory/.hfst.new.5589/v3.16.2.tar.gz differ: char 13, line 1

Reply via email to