Accepting request 1179614 from GNOME:Next
- Update to version 1.54.0: + Build fixes. + Memory leak fixes. + Drop the install-tests build option. + Add build-examples and build-tests build options. + Require meson 0.63. + Add pango_item_get_char_offset. + Update to Unicode 15.1. + Fix wrong use of GWeakRef, leading to crashes. - Drop -Dinstall-tests meson parameter: no longer supported. OBS-URL: https://build.opensuse.org/request/show/1179614 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=260
This commit is contained in:
parent
5a456f889e
commit
eb4ba3dc78
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/pango.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">1.52.2</param>
|
||||
<param name="revision">1.54.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c2207a518305f00e665ba6ded7ceee3cb72428642e59f03850beda856c0a27d9
|
||||
size 7109645
|
BIN
pango-1.54.0.obscpio
(Stored with Git LFS)
Normal file
BIN
pango-1.54.0.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 06:50:37 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 1.54.0:
|
||||
+ Build fixes.
|
||||
+ Memory leak fixes.
|
||||
+ Drop the install-tests build option.
|
||||
+ Add build-examples and build-tests build options.
|
||||
+ Require meson 0.63.
|
||||
+ Add pango_item_get_char_offset.
|
||||
+ Update to Unicode 15.1.
|
||||
+ Fix wrong use of GWeakRef, leading to crashes.
|
||||
- Drop -Dinstall-tests meson parameter: no longer supported.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 4 08:04:25 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: pango
|
||||
version: 1.52.2
|
||||
mtime: 1711879106
|
||||
commit: 7fe0a98f6180069732aa819fb5f1f2fa4f5d10f1
|
||||
version: 1.54.0
|
||||
mtime: 1717956509
|
||||
commit: 5b1551e933d069d15169eb7c8bd6b2e95cbfe230
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: pango
|
||||
Version: 1.52.2
|
||||
Version: 1.54.0
|
||||
Release: 0
|
||||
Summary: Library for Layout and Rendering of Text
|
||||
License: LGPL-2.1-or-later
|
||||
@ -29,7 +29,7 @@ Source99: baselibs.conf
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: help2man
|
||||
BuildRequires: meson >= 0.55.3
|
||||
BuildRequires: meson >= 0.63.0
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(cairo) >= 1.12.10
|
||||
BuildRequires: pkgconfig(fontconfig) >= 2.13
|
||||
@ -124,7 +124,6 @@ to develop applications that require these.
|
||||
%build
|
||||
%meson \
|
||||
-Dintrospection=enabled \
|
||||
-Dinstall-tests=false \
|
||||
%{nil}
|
||||
%meson_build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user