Files
qca/_service
Christophe Marin d47ef407b1 Accepting request 1251579 from home:Vogtinator:other6
- Update to version 2.3.10:
  * Increase version number
  * Avoid some clang-format incompatibility issues
  * Port away from CMP0042
  * CI: Remove build_clazy_clang_tidy build
  * CI: Use clang-format 19
  * CI: Fix FreeBSD build
  * Retire KF5 Android CI
  * Avoid using QtTest module include which slows down compilation
- Switch _service to use mode="manual"

OBS-URL: https://build.opensuse.org/request/show/1251579
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt6/qca?expand=0&rev=33
2025-03-10 14:38:43 +00:00

16 lines
593 B
Plaintext

<services>
<service mode="manual" name="obs_scm">
<param name="url">https://invent.kde.org/libraries/qca.git</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v(.*?)(\+git0)?$</param>
</service>
<service mode="manual" name="set_version" />
<service mode="buildtime" name="tar" />
<service mode="buildtime" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
</services>