Files
showtime/_service
Dominique Leuenberger ebe3037570 - Update to version 49.1:
+ When the window resizes, it will now stay in the center on
    supported systems.
  + Screenshots can now be saved to a directory of your choice.
    This additionally fixes an issue with translated folder names
    and improves security.
  + The application name should now correctly show up in the Sound
    panel of Settings.
  + Small localization improvements for right-to-left languages.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/showtime?expand=0&rev=14
2025-11-24 07:44:07 +00:00

15 lines
525 B
XML

<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/Incubator/showtime.git</param>
<param name="revision">49.1</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
</service>
<service name="set_version" mode="manual" />
<service name="tar" mode="buildtime"/>
</services>