Accepting request 1177029 from GNOME:Next
- Update to version 1.52.2: + coretext: Implement reload_font. + coretext: Use Menlo instead of Courier for monospace. + win32: Avoid a double free. + Update to Unicode 15.1. + Simplify hexbox drawing. - Changes from version 1.52.1: + Fix hexbox drawing. OBS-URL: https://build.opensuse.org/request/show/1177029 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=258
This commit is contained in:
parent
2c6078aa5f
commit
5a456f889e
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.0</param>
|
||||
<param name="revision">1.52.2</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:86286575dec8be514689ed6bf878c68fe2fbdec0a86027a456b8bebdf5c8aa5d
|
||||
size 6982669
|
3
pango-1.52.2.obscpio
Normal file
3
pango-1.52.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c2207a518305f00e665ba6ded7ceee3cb72428642e59f03850beda856c0a27d9
|
||||
size 7109645
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 4 08:04:25 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 1.52.2:
|
||||
+ coretext: Implement reload_font.
|
||||
+ coretext: Use Menlo instead of Courier for monospace.
|
||||
+ win32: Avoid a double free.
|
||||
+ Update to Unicode 15.1.
|
||||
+ Simplify hexbox drawing.
|
||||
- Changes from version 1.52.1:
|
||||
+ Fix hexbox drawing.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 31 22:30:53 UTC 2024 - Michael Pujos <pujos.michael@gmail.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: pango
|
||||
version: 1.52.0
|
||||
mtime: 1708910222
|
||||
commit: fed7be510f58ed848f23f653f3fba45f44eb3b9c
|
||||
version: 1.52.2
|
||||
mtime: 1711879106
|
||||
commit: 7fe0a98f6180069732aa819fb5f1f2fa4f5d10f1
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: pango
|
||||
Version: 1.52.0
|
||||
Version: 1.52.2
|
||||
Release: 0
|
||||
Summary: Library for Layout and Rendering of Text
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user