Hello community,

here is the log from the commit of package graphite2 for openSUSE:Factory 
checked in at 2018-02-21 14:06:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/graphite2 (Old)
 and      /work/SRC/openSUSE:Factory/.graphite2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "graphite2"

Wed Feb 21 14:06:08 2018 rev:24 rq:577100 version:1.3.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/graphite2/graphite2.changes      2018-01-20 
11:20:23.330111610 +0100
+++ /work/SRC/openSUSE:Factory/.graphite2.new/graphite2.changes 2018-02-21 
14:06:16.189426685 +0100
@@ -1,0 +2,5 @@
+Thu Feb 15 11:02:52 UTC 2018 - sch...@suse.de
+
+- gcc8.patch: return correct value from stream operator
+
+-------------------------------------------------------------------

New:
----
  gcc8.patch

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

Other differences:
------------------
++++++ graphite2.spec ++++++
--- /var/tmp/diff_new_pack.kTlJDn/_old  2018-02-21 14:06:18.001361484 +0100
+++ /var/tmp/diff_new_pack.kTlJDn/_new  2018-02-21 14:06:18.005361340 +0100
@@ -21,7 +21,7 @@
 Version:        1.3.10
 Release:        0
 Summary:        Font rendering capabilities for complex non-Roman writing 
systems
-License:        LGPL-2.1+ OR MPL-2.0+
+License:        LGPL-2.1-or-later OR MPL-2.0+
 Group:          Productivity/Publishing/Word
 Url:            http://graphite.sil.org/
 Source0:        
https://github.com/silnrsi/graphite/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
@@ -31,6 +31,7 @@
 Patch2:         link-gcc-shared.diff
 Patch3:         graphite2-python3_tests.patch
 Patch4:         graphite2-python3_tests_cornercases.patch
+Patch5:         gcc8.patch
 BuildRequires:  cmake
 BuildRequires:  fontconfig-devel
 # Required for tests
@@ -88,6 +89,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 # Make sure to use python3 everywhere

++++++ gcc8.patch ++++++
Index: graphite-1.3.10/tests/bittwiddling/bits.cpp
===================================================================
--- graphite-1.3.10.orig/tests/bittwiddling/bits.cpp
+++ graphite-1.3.10/tests/bittwiddling/bits.cpp
@@ -81,7 +81,7 @@ namespace
     {
         if (!std::numeric_limits<T>::is_signed) o.put('u');
         o << "int" << std::dec << sizeof(T)*8;
-        return 0;
+        return o;
     }
     
        template<typename T>

Reply via email to