Accepting request 751349 from GNOME:Next
Submit it now - this is the pango version I build-tested python-gtk against OBS-URL: https://build.opensuse.org/request/show/751349 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=205
This commit is contained in:
parent
a157451784
commit
7c49e1b5cc
5
_service
5
_service
@ -2,8 +2,9 @@
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/pango.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">refs/tags/1.44.7</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="revision">pango-1-44</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service mode="buildtime" name="tar" />
|
||||
<service mode="buildtime" name="recompress">
|
||||
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/pango.git</param>
|
||||
<param name="changesrevision">73b46b04c724335ad73534cc69955baa2388b861</param></service></servicedata>
|
3
pango-1.44.7+11.obscpio
Normal file
3
pango-1.44.7+11.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:104b8b45fbcad3123a9e6a76fdff33a615f5ce4c5151912feb2d141b093c2f3d
|
||||
size 3090956
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e9c6f907c692351a6e185bc9428cbb6677e7fa427c39d8bc42b4bee28bff2608
|
||||
size 3088396
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 27 13:48:56 UTC 2019 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 1.44.7+11:
|
||||
* Add a test for ellipsis shaping
|
||||
* Use shape flags for ellipsis
|
||||
* test-shape: Cosmetics
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 02 17:41:58 UTC 2019 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 1.44.7+8:
|
||||
+ Undo fontset deprecations.
|
||||
+ Adjust expected test outputs.
|
||||
+ Fix ItemProperties handling.
|
||||
+ Don't treat rise as a no-shape attribute.
|
||||
+ Drop an unused ItemProperties use.
|
||||
+ Go back to ignoring underlines for itemization.
|
||||
+ fc: remove another assertion that might trigger.
|
||||
- Switch to using pango 1.44 stable git branch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 25 08:29:17 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: pango
|
||||
version: 1.44.7
|
||||
mtime: 1571975063
|
||||
commit: 9f03d48261cb25e59ba029b194e70881d6ae8f37
|
||||
version: 1.44.7+11
|
||||
mtime: 1572906543
|
||||
commit: 73b46b04c724335ad73534cc69955baa2388b861
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package pango
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: pango
|
||||
Version: 1.44.7
|
||||
Version: 1.44.7+11
|
||||
Release: 0
|
||||
Summary: Library for Layout and Rendering of Text
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user