From a8545be686e41db0c94247b406a2e91e4f654cb8d14c4c149732f23979decc65 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 11 Apr 2020 07:31:14 +0000 Subject: [PATCH] Accepting request 792966 from home:mia:branches:server:irc - Update to 1.4.4 * fix list management command * figure out username and instance URL from account name - Changes in 1.4.3: * direct messages are now threaded correctly * search works for Mastodon 3.0.0 instances - Changes in 1.4.1: * small improvements to command parsing and feedback * better handling of multiple mentions * better handling of direct messages * possible fix to a crash related to filters OBS-URL: https://build.opensuse.org/request/show/792966 OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee-mastodon?expand=0&rev=3 --- bitlbee-mastodon-1.4.0.tar.gz | 3 --- bitlbee-mastodon-1.4.4.tar.gz | 3 +++ bitlbee-mastodon.changes | 15 +++++++++++++++ bitlbee-mastodon.spec | 10 ++++------ 4 files changed, 22 insertions(+), 9 deletions(-) delete mode 100644 bitlbee-mastodon-1.4.0.tar.gz create mode 100644 bitlbee-mastodon-1.4.4.tar.gz diff --git a/bitlbee-mastodon-1.4.0.tar.gz b/bitlbee-mastodon-1.4.0.tar.gz deleted file mode 100644 index cf0be2c..0000000 --- a/bitlbee-mastodon-1.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:acc66f0a81d7ac7c4b31da48118697d30e7b2a31cd91d6a6d14f5bc68302fe78 -size 64942 diff --git a/bitlbee-mastodon-1.4.4.tar.gz b/bitlbee-mastodon-1.4.4.tar.gz new file mode 100644 index 0000000..600b91f --- /dev/null +++ b/bitlbee-mastodon-1.4.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ecb36a14ea59325f796009a7d3fb86e23d8bb273afe4744c6949c056bf8be48 +size 188810 diff --git a/bitlbee-mastodon.changes b/bitlbee-mastodon.changes index 3100667..6310d86 100644 --- a/bitlbee-mastodon.changes +++ b/bitlbee-mastodon.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Apr 10 15:00:42 UTC 2020 - Mia Herkt + +- Update to 1.4.4 + * fix list management command + * figure out username and instance URL from account name +- Changes in 1.4.3: + * direct messages are now threaded correctly + * search works for Mastodon 3.0.0 instances +- Changes in 1.4.1: + * small improvements to command parsing and feedback + * better handling of multiple mentions + * better handling of direct messages + * possible fix to a crash related to filters + ------------------------------------------------------------------- Wed Dec 12 14:32:48 CET 2018 - mcepl@suse.com diff --git a/bitlbee-mastodon.spec b/bitlbee-mastodon.spec index 9c52a32..cc95a2c 100644 --- a/bitlbee-mastodon.spec +++ b/bitlbee-mastodon.spec @@ -1,7 +1,7 @@ # # spec file for package bitlbee-mastodon # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,15 +17,13 @@ Name: bitlbee-mastodon -Version: 1.4.0 +Version: 1.4.4 Release: 0 Summary: A Mastodon plugin for Bitlbee License: GPL-2.0-only Group: Productivity/Networking/IRC URL: https://github.com/kensanata/bitlbee-mastodon Source: https://github.com/kensanata/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz - # https://github.com/kensanata/bitlbee-mastodon/releases/download/v1.4.0/bitlbee-mastodon-1.4.0.tar.gz - # https://github.com/kensanata/bitlbee-mastodon/archive/v1.4.0.tar.gz BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool @@ -46,9 +44,9 @@ now use any IRC client you want to connect to Mastodon. %setup -q %build -./autogen.sh +sh ./autogen.sh %configure -make %{?_smp_mflags} +%make_build %install %make_install