diff --git a/bitlbee-discord-0.4.1.tar.gz b/bitlbee-discord-0.4.1.tar.gz deleted file mode 100644 index 3f17c38..0000000 --- a/bitlbee-discord-0.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1872804091dcdb4effa3ae29ea82dee37cd65b2c9f0e313394372671eed98af -size 28577 diff --git a/bitlbee-discord-0.4.2.tar.gz b/bitlbee-discord-0.4.2.tar.gz new file mode 100644 index 0000000..45ed3c8 --- /dev/null +++ b/bitlbee-discord-0.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de45b8bb05b513eb012e5a5992a87255de7cf2713bbe66d86457beb97a9b6c52 +size 33704 diff --git a/bitlbee-discord.changes b/bitlbee-discord.changes index def677a..55874bb 100644 --- a/bitlbee-discord.changes +++ b/bitlbee-discord.changes @@ -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 diff --git a/bitlbee-discord.spec b/bitlbee-discord.spec index 36fd3b0..061488b 100644 --- a/bitlbee-discord.spec +++ b/bitlbee-discord.spec @@ -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