Dominique Leuenberger
c19c9cab57
- Update to version 3.24.42: + GtkFileChooser: - Avoid warnings about floating refs. - Improve performance of recursive search. - Populate search model in an idle. + GtkGLArea: Fix a regression in transparency handling. + Printing: Avoid accessing freed printers. + Accessibility: Drop support for the deprecated atk_focus_tracker. + Wayland: - Fix monitor sizes. - Fix a crash related to tablet removal. - Infer resizable edges for tiled windows. - Always commit soon after acking a configure. + gdk: - Use css cursor names as far as possible. - Sync DND cursor use with GTK4. + build: Allow building against sysprof-capture-4. + Updated translations. OBS-URL: https://build.opensuse.org/request/show/1175574 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=454
19 lines
699 B
XML
19 lines
699 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="url">https://gitlab.gnome.org/GNOME/gtk.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">3.24.42</param>
|
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
|
<param name="versionrewrite-pattern">(.*)\+0</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<param name="changesgenerate">disable</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="manual"/>
|
|
</services>
|