Hello community,

here is the log from the commit of package hfst for openSUSE:Factory checked in 
at 2017-09-05 15:19:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hfst (Old)
 and      /work/SRC/openSUSE:Factory/.hfst.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hfst"

Tue Sep  5 15:19:55 2017 rev:2 rq:521031 version:3.12.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/hfst/hfst.changes        2017-06-13 
16:07:52.340647284 +0200
+++ /work/SRC/openSUSE:Factory/.hfst.new/hfst.changes   2017-09-05 
15:19:56.457423032 +0200
@@ -1,0 +2,5 @@
+Tue Sep  5 00:44:15 UTC 2017 - jeng...@inai.de
+
+- Add gcc7.diff
+
+-------------------------------------------------------------------

New:
----
  gcc7.diff

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

Other differences:
------------------
++++++ hfst.spec ++++++
--- /var/tmp/diff_new_pack.JG7nh2/_old  2017-09-05 15:19:57.093333646 +0200
+++ /var/tmp/diff_new_pack.JG7nh2/_new  2017-09-05 15:19:57.093333646 +0200
@@ -29,6 +29,7 @@
 Patch3:         hfst-split-libs.diff
 Patch4:         hfst-scripts-install.diff
 Patch5:         hfst-nodate.diff
+Patch6:         gcc7.diff
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  bison
@@ -110,7 +111,7 @@
 
 %prep
 %setup -q
-%patch -P 2 -P 3 -P 4 -P 5 -p1
+%patch -P 2 -P 3 -P 4 -P 5 -P 6 -p1
 
 %build
 autoreconf -fiv

++++++ gcc7.diff ++++++
>From 134d5a5aac3fd015c4955b6f5fdfede42159e402 Mon Sep 17 00:00:00 2001
From: Tino Didriksen <t...@didriksen.cc>
Date: Tue, 8 Aug 2017 11:28:03 +0000
Subject: [PATCH] Works around issue #358

---
 back-ends/openfst/src/include/fst/replace.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/back-ends/openfst/src/include/fst/replace.h 
b/back-ends/openfst/src/include/fst/replace.h
index 5cf4759c..791a6ff8 100644
--- a/back-ends/openfst/src/include/fst/replace.h
+++ b/back-ends/openfst/src/include/fst/replace.h
@@ -1050,7 +1050,7 @@ class ArcIterator< ReplaceFst<A, T> > {
 
     // If state is already cached, use cached arcs array.
     if (fst_.GetImpl()->HasArcs(state_)) {
-      (fst_.GetImpl())->template CacheImpl<A>::InitArcIterator(state_,
+      (fst_.GetImpl())->CacheImpl<A>::InitArcIterator(state_,
                                                                &cache_data_);
       num_arcs_ = cache_data_.narcs;
       arcs_ = cache_data_.arcs;      // 'arcs_' is a ptr to the cached arcs.
-- 
2.14.1


Reply via email to