- Update to version 48.3:
+ This is a bugfix release that contains a stability fix for
lengthy, and subsequently cancelled, find/replace operations.
+ Changes and bugfixes since 48.1:
- findrep: Cancelling find ops should allow to search again
right away
- lib: Fix lifetimes issue with threaded find/rep operations
+ This release includes libgtkhex 4.10.1.
OBS-URL: https://build.opensuse.org/request/show/1315536
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/ghex?expand=0&rev=111
20 lines
700 B
XML
20 lines
700 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/ghex.git</param>
|
|
<param name="revision">48.3</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">zst</param>
|
|
</service>
|
|
<service name="set_version" mode="manual" />
|
|
</services>
|
|
|