forked from pool/omnispeak
Store hash in rpmversion, add curated changelog
OBS-URL: https://build.opensuse.org/package/show/games/omnispeak?expand=0&rev=6
This commit is contained in:
parent
978adb8bf1
commit
c4a130a017
26
_service
26
_service
@ -1,16 +1,16 @@
|
||||
<services>
|
||||
<service mode="manual" name="tar_scm">
|
||||
<param name="url">https://github.com/sulix/omnispeak.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionformat">@PARENT_TAG@+git%cd</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
</service>
|
||||
<service mode="manual" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service mode="manual" name="set_version"/>
|
||||
<service mode="manual" name="tar_scm">
|
||||
<param name="url">https://github.com/sulix/omnispeak.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
</service>
|
||||
<service mode="manual" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service mode="manual" name="set_version"/>
|
||||
</services>
|
||||
|
||||
|
@ -1,4 +0,0 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/sulix/omnispeak.git</param>
|
||||
<param name="changesrevision">b9e215b9372ab9fe4c86673942c66521c8013cc6</param></service></servicedata>
|
3
omnispeak-1.1+git20240123.b9e215b.tar.xz
Normal file
3
omnispeak-1.1+git20240123.b9e215b.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a47718a73308fbc3aac0c0923626ea5a4d34034fea198ebbf7ac41757bd2525e
|
||||
size 1576564
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da16a570846a0f411c4773d6cd55749f2de266593a1e2e169dbe66a9e1da4233
|
||||
size 1575548
|
@ -1,7 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 03 12:26:12 UTC 2024 - mardnh@gmx.de
|
||||
|
||||
- Update to version 1.1+git20240123
|
||||
- Update to snapshot 1.1+git20240123 (b9e215b)
|
||||
* Add liboplhw-based driver
|
||||
* Initial support for OS text events
|
||||
* Initial support for Game Controller bindings
|
||||
* Add infrastructure for detecting soundcards
|
||||
* Allow disabling "pole door glitches"
|
||||
* Re-restrict platform surfing to Ep 5
|
||||
* Add 70Hz ledge grabbing fix.
|
||||
- Drop patch (not longer needed):
|
||||
* 0001-sd_opl2alsa-Don-t-include-x86-specific-headers.patch
|
||||
|
||||
@ -14,4 +21,4 @@ Thu Mar 23 09:38:19 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 21 20:37:27 UTC 2023 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Initial package, version 1.1+git20230213
|
||||
- Initial package, version 1.1+git20230213 (72033b4e5)
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: omnispeak
|
||||
Version: 1.1+git20240123
|
||||
Version: 1.1+git20240123.b9e215b
|
||||
Release: 0
|
||||
Summary: An reimplementation of "Commander Keen in Goodbye Galaxy!"
|
||||
License: GPL-2.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user