Hello community,

here is the log from the commit of package firebird for openSUSE:Factory 
checked in at 2018-01-09 14:48:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/firebird (Old)
 and      /work/SRC/openSUSE:Factory/.firebird.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "firebird"

Tue Jan  9 14:48:55 2018 rev:47 rq:561703 version:3.0.2.32703

Changes:
--------
--- /work/SRC/openSUSE:Factory/firebird/firebird.changes        2017-07-04 
11:54:46.923869797 +0200
+++ /work/SRC/openSUSE:Factory/.firebird.new/firebird.changes   2018-01-09 
14:49:00.963552533 +0100
@@ -1,0 +2,5 @@
+Thu Jan  4 13:29:21 UTC 2018 - [email protected]
+
+- Add firebird-icu60.patch: Fix build with icu 60.x.
+
+-------------------------------------------------------------------

New:
----
  firebird-icu60.patch

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

Other differences:
------------------
++++++ firebird.spec ++++++
--- /var/tmp/diff_new_pack.pzbWLf/_old  2018-01-09 14:49:01.707517652 +0100
+++ /var/tmp/diff_new_pack.pzbWLf/_new  2018-01-09 14:49:01.707517652 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package firebird
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -57,6 +57,7 @@
 Patch10:        Backported-fix-for-CORE-5562-Firebird-crashes-when-U.patch
 Patch11:        Workaround-for-CORE-5566-Server-crashes-while-restor.patch
 Patch12:        Fixed-CORE-5567-Direct-system-table-modifications-ar.patch
+Patch13:        firebird-icu60.patch
 # work around a problem with old g++
 Patch91:        work-around-g-problem-in-SLE11.patch
 
@@ -90,6 +91,7 @@
 %patch10 -p1
 %patch11 -p1
 %patch12 -p1
+%patch13 -p1
 # --
 # work around a problem with old g++
 %if 0%{?suse_version} < 1140

++++++ firebird-icu60.patch ++++++
Index: Firebird-3.0.2.32703-0/src/common/unicode_util.cpp
===================================================================
--- Firebird-3.0.2.32703-0.orig/src/common/unicode_util.cpp
+++ Firebird-3.0.2.32703-0/src/common/unicode_util.cpp
@@ -1149,7 +1149,7 @@ UnicodeUtil::ConversionICU& UnicodeUtil:
        LocalStatus ls;
        CheckStatusWrapper lastError(&ls);
        string version;
-       const int majorArray[] = {5, 51, 52, 53, 54, 55, 56, 57, 58, 59, 4, 3, 
6, 0};
+       const int majorArray[] = {5, 51, 52, 53, 54, 55, 56, 57, 58, 59, 4, 3, 
6, 60, 0};
 
        for (const int* major = majorArray; *major; ++major)
        {

Reply via email to