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:
Dominique Leuenberger 2021-10-04 16:40:48 +00:00 committed by Git OBS Bridge
commit 8d5973c8db
6 changed files with 26 additions and 10 deletions

View File

@ -1,4 +1,4 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">https://github.com/sm00th/bitlbee-discord.git</param> <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>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9654058d8c6a1ae52bfc35c0f868831eefc45c3ac14c8633bb55b2afb0c368de
size 553996

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5ae3693172c0fed84e8d89310a6d252dd912f583a6773c6e2319f02ba755d2b8
size 572428

View File

@ -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 Fri Apr 10 17:53:46 UTC 2020 - mia@0x0.st

View File

@ -1,5 +1,5 @@
name: bitlbee-discord name: bitlbee-discord
version: 0.4.3+0.g9466079 version: 0.4.3+7.g607f988
mtime: 1585686038 mtime: 1632847128
commit: 9466079361c49639cef7cc2eb54dba94544be307 commit: 607f9887ca85f246e970778e3d40aa5c346365a7

View File

@ -1,7 +1,7 @@
# #
# spec file for package bitlbee-discord # 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 # 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,7 +17,7 @@
Name: bitlbee-discord Name: bitlbee-discord
Version: 0.4.3+0.g9466079 Version: 0.4.3+7.g607f988
Release: 0 Release: 0
Summary: Bitlbee plugin for Discord Summary: Bitlbee plugin for Discord
License: GPL-2.0-only License: GPL-2.0-only
@ -46,7 +46,7 @@ rm %{buildroot}%{_libdir}/bitlbee/discord.la
%files %files
%license LICENSE %license LICENSE
%doc README %doc README.md
%dir %{_libdir}/bitlbee %dir %{_libdir}/bitlbee
%{_libdir}/bitlbee/discord.so %{_libdir}/bitlbee/discord.so
%{_datadir}/bitlbee/discord-help.txt %{_datadir}/bitlbee/discord-help.txt