pangomm/_service
Bjørn Lie 4332680bc0 Accepting request 953074 from GNOME:Next
- Update to version 2.50.0:
  * CI: Comment out 'meson test'
  * Attribute: Add some create_attr_*() methods
  * AttrList: Add to_string() and from_string()
  * Regenerate docs.xml and .defs files, using files from pango
    1.50.0
  * build: Support Visual Studio 2022 builds
  * Add FontMap::get_family()
  * Add the CairoFontMapImpl class
  * CI: Switching to debian:testing
  * AttrList: Add get_attributes(), update(), equal()
  * docs/reference/Doxyfile.in: Remove obsolete entry
  * CI: Add .gitlab-ci.yml
  * Don't include individual pango headers, part 2
  * Don't include individual pango headers
  * Use pango from the main branch
  * 2.49.1
  * Add dependencies to Doxygen tag files in subprojects
  * Fix build as subproject without building documentation
  * Visual Studio builds: Clean up build files
  * Subprojects can use meson.add_dist_script() if meson.version()
    >= 0.58.0
  * Meson build: No implicit_include_directories
  * Meson build: No implicit_include_directories
  * Meson build: Make it possible to use pangomm as a subproject
  * pangommconfig.h.*: Don't dllimport on MinGW
  * Meson build: Use relative paths to untracked/
  * GlyphItem: Make most methods public
  * Layout, LayoutIter: Add get_const_line() and get_const_lines()

OBS-URL: https://build.opensuse.org/request/show/953074
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pangomm?expand=0&rev=77
2022-02-10 11:32:25 +00:00

21 lines
718 B
XML

<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/pangomm.git</param>
<param name="revision">refs/tags/2.50.0</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param>
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled" />
</services>