- Change version format of _service file: version+offset.gh
* Filed upstream issue to tag version bumps in the future so that we can hopefully stop packaging random Git commits, or at least use them for PARENT_TAG - Update to version 0.4.1+0.g3e435b0: * Allow getting backlog of private messages * Fix use-after-free on OPCODE_RECONNECT/INVALID_SESSION OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee-discord?expand=0&rev=3
This commit is contained in:
parent
8ea55ebd31
commit
14e649a10e
6
_service
6
_service
@ -1,13 +1,13 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="localonly">
|
<service name="tar_scm" mode="localonly">
|
||||||
<param name="filename">bitlbee-discord</param>
|
<param name="filename">bitlbee-discord</param>
|
||||||
<param name="versionprefix">0</param>
|
<param name="versionformat">0.4.1+@TAG_OFFSET@.g%h</param>
|
||||||
<param name="versionformat">%ct.%h</param>
|
<!-- not a tag: 0.4.1 version bump commit -->
|
||||||
|
<param name="parent-tag">3e435b0c6b24d57766d52c12d0fab5f69068c1ef</param>
|
||||||
<param name="url">git://github.com/sm00th/bitlbee-discord.git</param>
|
<param name="url">git://github.com/sm00th/bitlbee-discord.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">master</param>
|
<param name="revision">master</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="changesauthor">okurz@suse.com</param>
|
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="localonly">
|
<service name="recompress" mode="localonly">
|
||||||
<param name="compression">xz</param>
|
<param name="compression">xz</param>
|
||||||
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<servicedata>
|
||||||
|
<service name="tar_scm">
|
||||||
|
<param name="url">git://github.com/sm00th/bitlbee-discord.git</param>
|
||||||
|
<param name="changesrevision">3e435b0c6b24d57766d52c12d0fab5f69068c1ef</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1ae781a4ce9a76a003e5957d7f80d677e9f35763e83d3c8223217706ae083add
|
|
||||||
size 24732
|
|
3
bitlbee-discord-0.4.1+0.g3e435b0.tar.xz
Normal file
3
bitlbee-discord-0.4.1+0.g3e435b0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f7cf494e76ce90e204c2af2bcbeaf9ea35055b41105ce6225c5d0fa0917df785
|
||||||
|
size 24804
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 07 05:23:23 UTC 2018 - 9@cirno.systems
|
||||||
|
|
||||||
|
- Change version format of _service file: version+offset.gh
|
||||||
|
* Filed upstream issue to tag version bumps in the future so that
|
||||||
|
we can hopefully stop packaging random Git commits, or at least
|
||||||
|
use them for PARENT_TAG
|
||||||
|
- Update to version 0.4.1+0.g3e435b0:
|
||||||
|
* Allow getting backlog of private messages
|
||||||
|
* Fix use-after-free on OPCODE_RECONNECT/INVALID_SESSION
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 29 09:24:46 UTC 2017 - 9@cirno.systems
|
Fri Dec 29 09:24:46 UTC 2017 - 9@cirno.systems
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
%define github_user sm00th
|
%define github_user sm00th
|
||||||
%define short_name discord
|
%define short_name discord
|
||||||
Name: bitlbee-%{short_name}
|
Name: bitlbee-%{short_name}
|
||||||
Version: 0.1514391956.6a03db1
|
Version: 0.4.1+0.g3e435b0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Bitlbee plugin for Discord
|
Summary: Bitlbee plugin for Discord
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user