SHA256
8
0
forked from pool/libraqm

27 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
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
Joop Boonen
964f5c8610 Accepting request 1139708 from home:dirkmueller:Factory
- fix build on non-suse distributions

- Build the opensuse version of this package

OBS-URL: https://build.opensuse.org/request/show/1139708
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libraqm?expand=0&rev=20
2024-01-21 14:13:23 +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
6b5955249b - update to 0.10.1:
* Make combining marks always inherit the script of their base.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libraqm?expand=0&rev=18
2023-04-27 22:27:56 +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
b776ee7a16 Accepting request 1059298 from home:dirkmueller:Factory
- update to v0.10.0:
  * Implement raqm_set_text_utf16
  * Fix font feature range
  * Fix resolved direction for all neutral text
  * Implement letter and word spacing support

OBS-URL: https://build.opensuse.org/request/show/1059298
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libraqm?expand=0&rev=16
2023-01-28 21:19:36 +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
Joop Boonen
4959da2a7b Accepting request 950205 from home:polslinux:branches: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

OBS-URL: https://build.opensuse.org/request/show/950205
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libraqm?expand=0&rev=15
2022-01-31 18:36:32 +00:00
348d8ada9e Accepting request 941714 from home:dirkmueller:Factory
- update to 0.8.0:
  * Support using SheenBiDi instead of FriBiDi for Unicode BiDi support.
  * Fix running tests with Python <= 3.6.
  * New API:
    * raqm_get_par_resolved_direction
    * raqm_get_direction_at_index

OBS-URL: https://build.opensuse.org/request/show/941714
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libraqm?expand=0&rev=14
2022-01-10 12:46:27 +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
4f431761cf Accepting request 922343 from home:cgiboudeaux:branches:devel:libraries:c_c++
- Update to 0.7.2
  * Fix test failure with newer HarfBuzz versions.
  * Apply FT_Face transformation matrix when built against FreeType
    2.11 or later.
  * Add meson build system. Autotools build system will be dropped
    in next release.
  * Improve MSVC support (#134).
  * Build and documentation fixes.
- Drop upstream patch:
  * libraqm-fix-cursor_position-GB8a.patch
- Add upstream change:
  * 0001-Pass_version_to_meson_library.patch

OBS-URL: https://build.opensuse.org/request/show/922343
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libraqm?expand=0&rev=13
2021-10-12 13:00:06 +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
eb159e06ab - Drop libraqm-test.patch altogether, testsuite completes now
on TW and SLE15.
- Remove unnecessary ldconfig calls.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libraqm?expand=0&rev=12
2021-09-07 12:12:10 +00:00
6867e304aa [manually import rq 917215 due to conflict]
- Add libraqm-fix-cursor_position-GB8a.patch: Fix test suite run,
  patch cherry-picked from upstream commit 9badec46.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libraqm?expand=0&rev=11
2021-09-07 12:06:07 +00:00
c69dba79ca Accepting request 913506 from home:fusionfuture:branches:devel:libraries:c_c++
- Make libraqm-test.patch apply to all suse versions to fix build.
- Use "pkgconfig(harfbuzz) >= 1.7.2" as build requirement.

OBS-URL: https://build.opensuse.org/request/show/913506
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libraqm?expand=0&rev=10
2021-09-07 12:01:53 +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
85c2869090 Accepting request 882666 from home:jgwang:branches:devel:libraries:c_c++
Update to version 0.7.1

OBS-URL: https://build.opensuse.org/request/show/882666
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libraqm?expand=0&rev=8
2021-04-17 14:17:38 +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
Joop Boonen
675f76e1b9 Accepting request 802925 from home:worldcitizen:branches:devel:libraries:c_c++
Build version 0.7.0

OBS-URL: https://build.opensuse.org/request/show/802925
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libraqm?expand=0&rev=6
2020-05-12 10:39:06 +00:00
Joop Boonen
413bc3077a Accepting request 802923 from home:worldcitizen:branches:devel:libraries:c_c++
Build version 0.7.0

OBS-URL: https://build.opensuse.org/request/show/802923
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libraqm?expand=0&rev=5
2020-05-12 10:25:58 +00:00
Joop Boonen
85aee0a5ec Accepting request 802711 from home:worldcitizen:branches:devel:libraries:c_c++
Build version 0.7.0

OBS-URL: https://build.opensuse.org/request/show/802711
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libraqm?expand=0&rev=4
2020-05-11 14:32:19 +00:00
b8e180d6f6 Accepting request 686874 from devel:libraries:c_c++
Please add libraqm to  openSUSE:Factory as it's needed for Supertux2

OBS-URL: https://build.opensuse.org/request/show/686874
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libraqm?expand=0&rev=1
2019-04-12 07:14:21 +00:00
Joop Boonen
b2968a735d Accepting request 674350 from home:jengelh:branches:devel:libraries:c_c++
- Rename %soname to %sover to better reflect its use.
- Rename libraqm-docs to libraqm-doc to better match the
  rest of openSUSE packages.
- Fix RPM groups.
- Avoid double-shipping doc files.

OBS-URL: https://build.opensuse.org/request/show/674350
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libraqm?expand=0&rev=2
2019-02-20 19:39:02 +00:00
fcffafb127 Accepting request 672975 from home:worldcitizen:branches:games
Build the opensuse version of this package

OBS-URL: https://build.opensuse.org/request/show/672975
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libraqm?expand=0&rev=1
2019-02-12 23:36:57 +00:00
5 changed files with 14 additions and 8 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
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>

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.2
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

View File

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

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