Hello community,

here is the log from the commit of package libraqm for openSUSE:Leap:15.2 
checked in at 2020-05-13 13:47:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/libraqm (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.libraqm.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libraqm"

Wed May 13 13:47:42 2020 rev:2 rq:804870 version:0.7.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/libraqm/libraqm.changes        2020-02-29 
17:14:42.464827761 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.libraqm.new.2738/libraqm.changes      
2020-05-13 13:47:50.437372948 +0200
@@ -1,0 +2,23 @@
+Mon May 11 12:52:36 UTC 2020 - Joop Boonen <[email protected]>
+
+- Build version 0.7.0
+  * New functions:
+       raqm_version()
+       raqm_version_string()
+       raqm_version_atleast()
+  * New macros:
+       RAQM_VERSION_MAJOR
+       RAQM_VERSION_MICRO
+       RAQM_VERSION_MINOR
+       RAQM_VERSION_STRING
+       RAQM_VERSION_ATLEAST()
+- Since version 0.6.0
+  *  Fix TTB direction regression from the previous release (#81)
+  *  Add raqm_set_invisible_glyph() (#92)
+  *  Correctly detect script of Common and Inherite characters at start of 
text (#95)
+  *  Undef HAVE_CONFIG_H workaround, for older versions of Fribidi (#101)
+  *  Drop test suite dependency on GLib
+  *  Port test runner to Python instead of shell script
+- Renamed patch libraqm-GB8a.patch to libraqm-test.patch
+
+-------------------------------------------------------------------

Old:
----
  libraqm-GB8a.patch
  raqm-0.5.0.tar.gz

New:
----
  libraqm-test.patch
  raqm-0.7.0.tar.gz

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

Other differences:
------------------
++++++ libraqm.spec ++++++
--- /var/tmp/diff_new_pack.2lbqdq/_old  2020-05-13 13:47:51.337374886 +0200
+++ /var/tmp/diff_new_pack.2lbqdq/_new  2020-05-13 13:47:51.341374894 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libraqm
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,15 @@
 
 %define sover 0
 Name:           libraqm
-Version:        0.5.0
+Version:        0.7.0
 Release:        0
 Summary:        Complex Textlayout Library
 License:        MIT
 Group:          Development/Libraries/C and C++
 URL:            https://github.com/HOST-Oman/libraqm
 Source:         
https://github.com/HOST-Oman/libraqm/releases/download/v%{version}/raqm-%{version}.tar.gz
-Patch0:         libraqm-GB8a.patch
+# PATCH-FIX-OPENSUSE disable some tests for old SuSE Versions
+Patch0:         libraqm-test.patch
 BuildRequires:  freetype2-devel
 BuildRequires:  fribidi-devel
 BuildRequires:  gcc
@@ -63,9 +64,12 @@
 
 %prep
 %setup -q -n raqm-%{version}
-%if 0%{?suse_version} <= 1500
+%if 0%{?suse_version} <= 1510
 %patch0 -p1
 %endif
+%if 0%{?suse_version} >= 1500
+sed s:python:%{__python3}:g -i tests/Makefile.in #Fixed in next release on 
upstream
+%endif
 %configure --enable-gtk-doc
 
 %build
@@ -89,6 +93,7 @@
 
 %files devel
 %{_includedir}/raqm.h
+%{_includedir}/raqm-version.h
 %{_libdir}/libraqm.so
 %{_libdir}/pkgconfig/raqm.pc
 

++++++ libraqm-test.patch ++++++
diff -Naur raqm-0.7.0.orig/tests/Makefile.in raqm-0.7.0/tests/Makefile.in
--- raqm-0.7.0.orig/tests/Makefile.in   2019-05-27 20:51:18.000000000 +0200
+++ raqm-0.7.0/tests/Makefile.in        2020-05-11 15:56:46.357998026 +0200
@@ -592,11 +592,9 @@
     cursor_position_GB3.test \
     cursor_position_GB4.test \
     cursor_position_GB5.test \
-    cursor_position_GB8a.test \
     cursor_position_GB9.test \
     cursor_position_GB9a.test \
     invisible_glyph_hidden.test \
-    invisible_glyph_space.test \
     invisible_glyph_explicit.test
 
 TEST_EXTENSIONS = \
++++++ raqm-0.5.0.tar.gz -> raqm-0.7.0.tar.gz ++++++
++++ 8916 lines of diff (skipped)


Reply via email to