Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package hfst for openSUSE:Factory checked in 
at 2021-03-06 21:19:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hfst (Old)
 and      /work/SRC/openSUSE:Factory/.hfst.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hfst"

Sat Mar  6 21:19:17 2021 rev:5 rq:877363 version:3.15.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/hfst/hfst.changes        2019-12-21 
12:32:40.779400280 +0100
+++ /work/SRC/openSUSE:Factory/.hfst.new.2378/hfst.changes      2021-03-06 
21:19:19.357276304 +0100
@@ -1,0 +2,6 @@
+Sat Feb 13 21:59:39 UTC 2021 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 3.15.4
+  * No user visible changes
+
+-------------------------------------------------------------------

Old:
----
  hfst-3.15.2.tar.gz

New:
----
  hfst-3.15.4.tar.bz2

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

Other differences:
------------------
++++++ hfst.spec ++++++
--- /var/tmp/diff_new_pack.I6yBFP/_old  2021-03-06 21:19:19.873276732 +0100
+++ /var/tmp/diff_new_pack.I6yBFP/_new  2021-03-06 21:19:19.877276736 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hfst
 #
-# Copyright (c) 2019 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
@@ -17,14 +17,14 @@
 
 
 Name:           hfst
-Version:        3.15.2
+Version:        3.15.4
 Release:        0
 Summary:        Helsinki Finite-State Transducer Technology
 License:        GPL-3.0-or-later AND GPL-3.0-only AND GPL-2.0-or-later AND 
GPL-2.0-only AND GPL-3.0-only AND Apache-2.0
 Group:          Development/Tools/Other
 URL:            https://hfst.github.io/
 
-Source:         
https://github.com/hfst/hfst/releases/download/v%version/hfst-%version.tar.gz
+Source:         
https://github.com/hfst/hfst/releases/download/v%version/hfst-%version.tar.bz2
 Patch1:         hfst-wrong-flags.diff
 Patch2:         hfst-split-libs.diff
 Patch3:         hfst-nodate.diff

++++++ hfst-3.15.2.tar.gz -> hfst-3.15.4.tar.bz2 ++++++
++++ 210495 lines of diff (skipped)

++++++ hfst-split-libs.diff ++++++
--- /var/tmp/diff_new_pack.I6yBFP/_old  2021-03-06 21:19:20.873277563 +0100
+++ /var/tmp/diff_new_pack.I6yBFP/_new  2021-03-06 21:19:20.873277563 +0100
@@ -10,11 +10,11 @@
  back-ends/sfst/Makefile.am            |    5 +++--
  3 files changed, 8 insertions(+), 4 deletions(-)
 
-Index: hfst-3.15.0/back-ends/foma/Makefile.am
+Index: hfst-3.15.4/back-ends/foma/Makefile.am
 ===================================================================
---- hfst-3.15.0.orig/back-ends/foma/Makefile.am
-+++ hfst-3.15.0/back-ends/foma/Makefile.am
-@@ -9,9 +9,10 @@ AM_CPPFLAGS += -D__NO_MINGW_LFS
+--- hfst-3.15.4.orig/back-ends/foma/Makefile.am
++++ hfst-3.15.4/back-ends/foma/Makefile.am
+@@ -9,7 +9,7 @@ AM_CPPFLAGS += -D__NO_MINGW_LFS
  endif
  
  if WANT_FOMA
@@ -22,11 +22,16 @@
 +lib_LTLIBRARIES = libfoma.la
  endif
  
+ lex.yy.c: regex.l regex.h
+@@ -27,6 +27,7 @@ lex.cmatrix.c: cmatrix.l
+ regex.c regex.h: regex.y constructions.o
+       $(YACC) --defines=regex.h --output=regex.c $<
+ 
 +libfoma_la_LDFLAGS = -release hfst -version-number 0 -no-undefined
  libfoma_la_SOURCES = int_stack.c define.c determinize.c apply.c \
          rewrite.c lexcread.c topsort.c flags.c minimize.c reverse.c \
          extract.c sigma.c structures.c constructions.c \
-@@ -40,6 +41,7 @@ endif
+@@ -55,6 +56,7 @@ endif
  
  if GENERATE_FOMA_WRAPPER
  bin_PROGRAMS=hfst_foma
@@ -34,10 +39,10 @@
  AM_CPPFLAGS += -DZLIB
  endif
  
-Index: hfst-3.15.0/back-ends/openfst/src/lib/Makefile.am
+Index: hfst-3.15.4/back-ends/openfst/src/lib/Makefile.am
 ===================================================================
---- hfst-3.15.0.orig/back-ends/openfst/src/lib/Makefile.am
-+++ hfst-3.15.0/back-ends/openfst/src/lib/Makefile.am
+--- hfst-3.15.4.orig/back-ends/openfst/src/lib/Makefile.am
++++ hfst-3.15.4/back-ends/openfst/src/lib/Makefile.am
 @@ -11,6 +11,7 @@
  
  AUTOMAKE_OPTIONS=subdir-objects
@@ -47,10 +52,10 @@
 +libfst_la_LDFLAGS = -release hfst -version-number 0 -no-undefined
  libfst_la_SOURCES = compat.cc flags.cc fst.cc properties.cc \
        symbol-table.cc symbol-table-ops.cc util.cc
-Index: hfst-3.15.0/back-ends/sfst/Makefile.am
+Index: hfst-3.15.4/back-ends/sfst/Makefile.am
 ===================================================================
---- hfst-3.15.0.orig/back-ends/sfst/Makefile.am
-+++ hfst-3.15.0/back-ends/sfst/Makefile.am
+--- hfst-3.15.4.orig/back-ends/sfst/Makefile.am
++++ hfst-3.15.4/back-ends/sfst/Makefile.am
 @@ -1,12 +1,13 @@
  AM_CPPFLAGS=-Wno-deprecated
  

Reply via email to