f37202615d
- Update to version 44.1+12:
* libcheese: Add GtkWidget cast to avoid an
incompatible-pointer-types error
* Fix JSON validation
* Set prgname to application ID
* Apply 1 suggestion(s) to 1 file(s)
* appdata: Fix appdata papercuts
* Updated translations.
- Drop patches merged upstream:
* 73.patch
* cheese-c99.patch
- Switch to current HEAD via source service.
OBS-URL: https://build.opensuse.org/request/show/1308786
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/cheese?expand=0&rev=260
19 lines
706 B
XML
19 lines
706 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/cheese.git</param>
|
|
<param name="revision">c059d4f1</param>
|
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
|
<param name="versionrewrite-pattern">v?(.*)\+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">zst</param>
|
|
</service>
|
|
<service name="set_version" mode="manual" />
|
|
</services>
|