pango/_service
Dominique Leuenberger 38f3eb1e2b Accepting request 828263 from GNOME:Next
Not sure if the distro is ready for this one yet, but subbing anyway!

- Update to version 1.46.1:
  + Revert an unintentional PangoRenderer abi break in 1.46.0.
  + Various small fixes.
- Update to version 1.46.0:
  + Undo a recent change
  + test-break: Add a legend
  + test-break: Improve output
  + Adjust "Since" tags to refer to 1.46
- Changes from version 1.45.5:
  + Fix g-i annotation of pango_parse_color_with_alpha and add since tag
  + Bump the version
  + tests: Add tests for pango_parse_color_with_alpha
  + Export pango_parse_color_with_alpha
  + pango-color: Tweak semantics of _pango_parse_color_with_alpha
- Changes from version 1.45.4:
  + testsuite: Don't use g_test_skip
  + Add a reproducer for a pidgin crash
  + layout: Avoid a crash with short strings
  + Remove hb-glib use
  + Fix a few memory leaks in tests
  + Initialise out arguments
  + pangocoretext: Fix Cairo scaling
  + fcfontmap: Always reject unsupported font formats
  + pango-attributes.c: Fix on older compilers
- Update to 1.45.3:
  + Fix pango_attr_list_change
  + Fix crashes with empty attribute lists
  + Fix several crashes in gtk2 applications
  + Revert an unintentional introspection API change
  + Include HarfBuzz when igenerating introspection data
  + Undo PangoFontsetSimple deprecation
  + Annotation fixes for various apis
  + Add api to compare attribute lists
  + Update data tables to Unicode 13.0
  + Various test improvements
  + Require GLib 2.60
  + Some new font enumeration apis:
    pango_font_map_get_family
    pango_font_family_get_face
    pango_font_face_get_family
    pango_font_get_face
  + Support for line-wide underlines
  + Support for overlines

OBS-URL: https://build.opensuse.org/request/show/828263
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=207
2020-08-24 13:36:01 +00:00

17 lines
634 B
Plaintext

<services>
<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">1.46.1</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
</service>
<service mode="buildtime" name="tar" />
<service mode="buildtime" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="disabled" name="set_version" />
</services>