forked from pool/bitlbee-discord
- Reintroduce _service -- current release no longer works
- Update to version 0.4.1+52.g167450a: * Remove account-wide nonce * Make nonces unique * websockets: handel SSL_AGAIN in non-connecting state * websockets: continue logging in on SSL_AGAIN * Additional debuginfo on websocket switch failure. * Set user real name to untouched nickname * Add auto_join* option description to readme * Fixed crashing problems upon rejecting more than one friend request. (#172) OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee-discord?expand=0&rev=7
This commit is contained in:
parent
34a19195fe
commit
2cac51c04d
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="filename">bitlbee-discord</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@.g%h</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="disabled"/>
|
||||
</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">167450a870607eeff849b7be10e4b058d63b6261</param></service></servicedata>
|
3
bitlbee-discord-0.4.1+52.g167450a.obscpio
Normal file
3
bitlbee-discord-0.4.1+52.g167450a.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:214355610a1f4c38792b41e33756047a22ec08cbc767bce0e1eff4e14d3ffa55
|
||||
size 147979
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c1872804091dcdb4effa3ae29ea82dee37cd65b2c9f0e313394372671eed98af
|
||||
size 28577
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 03 22:18:18 UTC 2018 - 9+suse@cirno.systems
|
||||
|
||||
- Reintroduce _service -- current release no longer works
|
||||
- Update to version 0.4.1+52.g167450a:
|
||||
* Remove account-wide nonce
|
||||
* Make nonces unique
|
||||
* websockets: handel SSL_AGAIN in non-connecting state
|
||||
* websockets: continue logging in on SSL_AGAIN
|
||||
* Additional debuginfo on websocket switch failure.
|
||||
* Set user real name to untouched nickname
|
||||
* Add auto_join* option description to readme
|
||||
* Fixed crashing problems upon rejecting more than one friend request. (#172)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 9 06:10:37 UTC 2018 - 9@cirno.systems
|
||||
|
||||
|
5
bitlbee-discord.obsinfo
Normal file
5
bitlbee-discord.obsinfo
Normal file
@ -0,0 +1,5 @@
|
||||
name: bitlbee-discord
|
||||
version: 0.4.1+52.g167450a
|
||||
mtime: 1543606548
|
||||
commit: 167450a870607eeff849b7be10e4b058d63b6261
|
||||
|
@ -12,20 +12,20 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define github_user sm00th
|
||||
%define short_name discord
|
||||
Name: bitlbee-%{short_name}
|
||||
Version: 0.4.1
|
||||
Version: 0.4.1+52.g167450a
|
||||
Release: 0
|
||||
Summary: Bitlbee plugin for Discord
|
||||
License: GPL-2.0
|
||||
License: GPL-2.0-only
|
||||
Group: Productivity/Networking/IRC
|
||||
URL: https://github.com/%{github_user}/%{name}
|
||||
Source: https://github.com/%{github_user}/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: libtool
|
||||
@ -48,8 +48,8 @@ make %{?_smp_mflags}
|
||||
rm %{buildroot}%{_libdir}/bitlbee/%{short_name}.la
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc LICENSE README
|
||||
%license LICENSE
|
||||
%doc README
|
||||
%dir %{_libdir}/bitlbee
|
||||
%{_libdir}/bitlbee/%{short_name}.so
|
||||
%{_datadir}/bitlbee/%{short_name}-help.txt
|
||||
|
Loading…
Reference in New Issue
Block a user