SHA256
1
0
forked from pool/libraqm

12 Commits

Author SHA256 Message Date
cd5556885e Accepting request 1324617 from devel:libraries:c_c++
- update to 0.10.3:
  * Fix raqm_set_text_utf8/utf16 reading beyond len for
    multibyte.
  * Support building against SheenBidi 2.9.
  * Fix deprecation warning with latest HarfBuzz.

OBS-URL: https://build.opensuse.org/request/show/1324617
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libraqm?expand=0&rev=11
2025-12-29 14:17:04 +00:00
546af09232 - update to 0.10.3:
* Fix raqm_set_text_utf8/utf16 reading beyond len for
    multibyte.
  * Support building against SheenBidi 2.9.
  * Fix deprecation warning with latest HarfBuzz.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libraqm?expand=0&rev=24
2025-12-28 23:31:53 +00:00
1b55c82ae8 Accepting request 1204387 from devel:libraries:c_c++
- update to 0.10.2:
  * Fix Unicode codepoint conversion from UTF-16.

OBS-URL: https://build.opensuse.org/request/show/1204387
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libraqm?expand=0&rev=10
2024-09-30 13:38:09 +00:00
1d03a5fe40 - update to 0.10.2:
* Fix Unicode codepoint conversion from UTF-16.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libraqm?expand=0&rev=22
2024-09-28 16:55:11 +00:00
5184d9f704 Accepting request 1140307 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1140307
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libraqm?expand=0&rev=9
2024-01-22 19:33:55 +00:00
edb84e5963 Accepting request 1083361 from devel:libraries:c_c++
- update to 0.10.1:
  * Make combining marks always inherit the script of their base.

OBS-URL: https://build.opensuse.org/request/show/1083361
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libraqm?expand=0&rev=8
2023-04-28 14:23:36 +00:00
99e6d62680 Accepting request 1061811 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1061811
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libraqm?expand=0&rev=7
2023-01-29 13:11:11 +00:00
083d6d4e3b Accepting request 950279 from devel:libraries:c_c++
- update to 0.9.0:
  * raqm_t objects can now be reused by calling raqm_clear_contents()
    before re-use, to potentially reduce the number memory allocations.
  * don't hardcode python3 in tests.
  * new API:
    * raqm_set_freetype_load_flags_range()
    * raqm_clear_contents()
- Remove 0001-Pass_version_to_meson_library.patch as it was upstreamed (forwarded request 950205 from polslinux)

OBS-URL: https://build.opensuse.org/request/show/950279
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libraqm?expand=0&rev=6
2022-01-31 21:57:31 +00:00
76531e0f93 Accepting request 924870 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/924870
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libraqm?expand=0&rev=5
2021-10-12 19:49:53 +00:00
77985d9549 Accepting request 917271 from devel:libraries:c_c++
resolve build failure

OBS-URL: https://build.opensuse.org/request/show/917271
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libraqm?expand=0&rev=4
2021-09-07 19:21:40 +00:00
e24097444d Accepting request 886302 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/886302
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libraqm?expand=0&rev=3
2021-04-17 21:25:15 +00:00
7031cff57e Accepting request 802926 from devel:libraries:c_c++
Build version 0.7.0 (forwarded request 802925 from worldcitizen)

OBS-URL: https://build.opensuse.org/request/show/802926
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libraqm?expand=0&rev=2
2020-05-12 20:33:50 +00:00
4 changed files with 20 additions and 5 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Dec 28 23:31:41 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 0.10.3:
* Fix raqm_set_text_utf8/utf16 reading beyond len for
multibyte.
* Support building against SheenBidi 2.9.
* Fix deprecation warning with latest HarfBuzz.
-------------------------------------------------------------------
Sat Sep 28 16:54:11 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.10.2:
* Fix Unicode codepoint conversion from UTF-16.
-------------------------------------------------------------------
Thu Jan 18 12:48:55 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libraqm
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define sover 0
Name: libraqm
Version: 0.10.1
Version: 0.10.3
Release: 0
Summary: Complex Textlayout Library
License: MIT

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4d76a358358d67c5945684f2f10b3b08fb80e924371bf3ebf8b15cd2e321d05d
size 216576

3
raqm-0.10.3.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:34c4d0340a18d62a6962ea36c76b06c2bc00bd2017b2d8952a85bb673cfcfcfa
size 217420