Accepting request 923045 from server:irc
- Update to version 0.4.3+7.g607f988: * Fix empty gateway->path with glib > 2.68 * Additional debuginfo on websocket upgrade - Update to version 0.4.3+5.g068ed17: * Basic implementation of discord's replies * Update README.md * Update and rename README to README.md * Add verbosity toggle OBS-URL: https://build.opensuse.org/request/show/923045 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bitlbee-discord?expand=0&rev=5
This commit is contained in:
commit
8d5973c8db
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/sm00th/bitlbee-discord.git</param>
|
||||
<param name="changesrevision">9466079361c49639cef7cc2eb54dba94544be307</param></service></servicedata>
|
||||
<param name="changesrevision">607f9887ca85f246e970778e3d40aa5c346365a7</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9654058d8c6a1ae52bfc35c0f868831eefc45c3ac14c8633bb55b2afb0c368de
|
||||
size 553996
|
3
bitlbee-discord-0.4.3+7.g607f988.obscpio
Normal file
3
bitlbee-discord-0.4.3+7.g607f988.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5ae3693172c0fed84e8d89310a6d252dd912f583a6773c6e2319f02ba755d2b8
|
||||
size 572428
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 04 14:08:12 UTC 2021 - mia@0x0.st
|
||||
|
||||
- Update to version 0.4.3+7.g607f988:
|
||||
* Fix empty gateway->path with glib > 2.68
|
||||
* Additional debuginfo on websocket upgrade
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 09 17:52:09 UTC 2021 - mia@0x0.st
|
||||
|
||||
- Update to version 0.4.3+5.g068ed17:
|
||||
* Basic implementation of discord's replies
|
||||
* Update README.md
|
||||
* Update and rename README to README.md
|
||||
* Add verbosity toggle
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 10 17:53:46 UTC 2020 - mia@0x0.st
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: bitlbee-discord
|
||||
version: 0.4.3+0.g9466079
|
||||
mtime: 1585686038
|
||||
commit: 9466079361c49639cef7cc2eb54dba94544be307
|
||||
version: 0.4.3+7.g607f988
|
||||
mtime: 1632847128
|
||||
commit: 607f9887ca85f246e970778e3d40aa5c346365a7
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package bitlbee-discord
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: bitlbee-discord
|
||||
Version: 0.4.3+0.g9466079
|
||||
Version: 0.4.3+7.g607f988
|
||||
Release: 0
|
||||
Summary: Bitlbee plugin for Discord
|
||||
License: GPL-2.0-only
|
||||
@ -46,7 +46,7 @@ rm %{buildroot}%{_libdir}/bitlbee/discord.la
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc README
|
||||
%doc README.md
|
||||
%dir %{_libdir}/bitlbee
|
||||
%{_libdir}/bitlbee/discord.so
|
||||
%{_datadir}/bitlbee/discord-help.txt
|
||||
|
Loading…
Reference in New Issue
Block a user