- Change version to 5.1.0+71.22977b2: + This tarball is created from git master, which is 71 commits AHEAD of 5.1.0; thus, 5.1.0~xxx is wrong, as this implies a version leading up to 5.1.0. Other than that, there is no change in the sources: it's the same commit as before (22977b2). OBS-URL: https://build.opensuse.org/request/show/727161 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/wavpack?expand=0&rev=28
17 lines
561 B
Plaintext
17 lines
561 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@.%h</param>
|
|
<param name="url">git@github.com:dbry/WavPack.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="filename">wavpack</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="compression">xz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|
|
|