- Update to version 0.4.2+20200207.g69e16be:
* Call imcb_connected only after we parsed the whole READY message * Sync private groups as well * Per-channel sync * Remove pending sync var * Don't wait for GUILD_SYNC on login * Add BITLBEE_LIBS to discord_la_LDFLAGS * Fix paste_buffer OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee-discord?expand=0&rev=11
This commit is contained in:
parent
50353eecd0
commit
1e5a3ce958
15
_service
Normal file
15
_service
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<services>
|
||||||
|
<service name="obs_scm" mode="disabled">
|
||||||
|
<param name="scm">git</param>
|
||||||
|
<param name="url">https://github.com/sm00th/bitlbee-discord.git</param>
|
||||||
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@.g%h</param>
|
||||||
|
<param name="package-meta">yes</param>
|
||||||
|
<param name="changesgenerate">enable</param>
|
||||||
|
</service>
|
||||||
|
<service name="tar" mode="buildtime"/>
|
||||||
|
<service name="recompress" mode="buildtime">
|
||||||
|
<param name="file">*.tar</param>
|
||||||
|
<param name="compression">xz</param>
|
||||||
|
</service>
|
||||||
|
<service name="set_version" mode="buildtime"/>
|
||||||
|
</services>
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<servicedata>
|
||||||
|
<service name="tar_scm">
|
||||||
|
<param name="url">https://github.com/sm00th/bitlbee-discord.git</param>
|
||||||
|
<param name="changesrevision">69e16be9d1d427e9bb085eabb9e4caecaa97dfc6</param></service></servicedata>
|
3
bitlbee-discord-0.4.2+9.g69e16be.obscpio
Normal file
3
bitlbee-discord-0.4.2+9.g69e16be.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:819c7d5cedcbc86e677c9f5a205f67fa2fc2e1570b61410833bb76f8f9f0f8b3
|
||||||
|
size 542220
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:de45b8bb05b513eb012e5a5992a87255de7cf2713bbe66d86457beb97a9b6c52
|
|
||||||
size 33704
|
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 11 15:50:58 UTC 2020 - 9+suse@cirno.systems
|
||||||
|
|
||||||
|
- Update to version 0.4.2+20200207.g69e16be:
|
||||||
|
* Call imcb_connected only after we parsed the whole READY message
|
||||||
|
* Sync private groups as well
|
||||||
|
* Per-channel sync
|
||||||
|
* Remove pending sync var
|
||||||
|
* Don't wait for GUILD_SYNC on login
|
||||||
|
* Add BITLBEE_LIBS to discord_la_LDFLAGS
|
||||||
|
* Fix paste_buffer
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 17 14:40:58 UTC 2019 - Richard Brown <rbrown@suse.com>
|
Thu Oct 17 14:40:58 UTC 2019 - Richard Brown <rbrown@suse.com>
|
||||||
|
|
||||||
|
5
bitlbee-discord.obsinfo
Normal file
5
bitlbee-discord.obsinfo
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
name: bitlbee-discord
|
||||||
|
version: 0.4.2+9.g69e16be
|
||||||
|
mtime: 1581114225
|
||||||
|
commit: 69e16be9d1d427e9bb085eabb9e4caecaa97dfc6
|
||||||
|
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package bitlbee-discord
|
# spec file for package bitlbee-discord
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,12 +17,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: bitlbee-discord
|
Name: bitlbee-discord
|
||||||
Version: 0.4.2
|
Version: 0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Bitlbee plugin for Discord
|
Summary: Bitlbee plugin for Discord
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
URL: https://github.com/sm00th/bitlbee-discord
|
URL: https://github.com/sm00th/bitlbee-discord
|
||||||
Source: https://github.com/sm00th/bitlbee-discord/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source: %{name}-%{version}.tar.xz
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
|
Loading…
Reference in New Issue
Block a user