pango/_service
Bjørn Lie 876032a83c Accepting request 953047 from GNOME:Next
- Update to version 1.50.4:
  + Tweak synthetic space size.
  + itemize: Try harder to avoid NULL fonts.
  + docs: Some additions.
  + Pass synthetic slant to harfbuzz.
  + Make sloped carets work with uneven scales.
  + Fix serialiation on arm.
  + Avoid an uninitialized variable warning.
  + Reinstate previous behavior of pango_attr_list_splice.
  + Deprecated pango_coverage_ref/unref.
  + Fix serialization on non-glibc systems.
  + Fix allow-breaks handling.

OBS-URL: https://build.opensuse.org/request/show/953047
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=232
2022-02-10 11:32:21 +00:00

17 lines
644 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">refs/tags/1.50.4</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>