Accepting request 654098 from server:irc
- Update to version 0.4.2 This release contains mostly fixes to catch up with recent changes in the way discord operates plus a couple of new convenience options. OBS-URL: https://build.opensuse.org/request/show/654098 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bitlbee-discord?expand=0&rev=2
This commit is contained in:
commit
34060daf12
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c1872804091dcdb4effa3ae29ea82dee37cd65b2c9f0e313394372671eed98af
|
||||
size 28577
|
3
bitlbee-discord-0.4.2.tar.gz
Normal file
3
bitlbee-discord-0.4.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de45b8bb05b513eb012e5a5992a87255de7cf2713bbe66d86457beb97a9b6c52
|
||||
size 33704
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 03 22:18:18 UTC 2018 - 9+suse@cirno.systems
|
||||
|
||||
- Update to version 0.4.2
|
||||
This release contains mostly fixes to catch up with recent
|
||||
changes in the way discord operates plus a couple of new
|
||||
convenience options.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 9 06:10:37 UTC 2018 - 9@cirno.systems
|
||||
|
||||
|
@ -12,20 +12,18 @@
|
||||
# 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
|
||||
Name: bitlbee-discord
|
||||
Version: 0.4.2
|
||||
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
|
||||
URL: https://github.com/sm00th/bitlbee-discord
|
||||
Source: https://github.com/sm00th/bitlbee-discord/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: libtool
|
||||
@ -45,12 +43,13 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%make_install
|
||||
rm %{buildroot}%{_libdir}/bitlbee/%{short_name}.la
|
||||
rm %{buildroot}%{_libdir}/bitlbee/discord.la
|
||||
|
||||
%files
|
||||
%doc LICENSE README
|
||||
%license LICENSE
|
||||
%doc README
|
||||
%dir %{_libdir}/bitlbee
|
||||
%{_libdir}/bitlbee/%{short_name}.so
|
||||
%{_datadir}/bitlbee/%{short_name}-help.txt
|
||||
%{_libdir}/bitlbee/discord.so
|
||||
%{_datadir}/bitlbee/discord-help.txt
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user