Accepting request 793060 from server:irc
OBS-URL: https://build.opensuse.org/request/show/793060 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bitlbee-mastodon?expand=0&rev=2
This commit is contained in:
commit
1282d9472f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:acc66f0a81d7ac7c4b31da48118697d30e7b2a31cd91d6a6d14f5bc68302fe78
|
|
||||||
size 64942
|
|
3
bitlbee-mastodon-1.4.4.tar.gz
Normal file
3
bitlbee-mastodon-1.4.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5ecb36a14ea59325f796009a7d3fb86e23d8bb273afe4744c6949c056bf8be48
|
||||||
|
size 188810
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 10 15:00:42 UTC 2020 - Mia Herkt <mia@0x0.st>
|
||||||
|
|
||||||
|
- 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
|
Wed Dec 12 14:32:48 CET 2018 - mcepl@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package bitlbee-mastodon
|
# 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
|
# 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,15 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: bitlbee-mastodon
|
Name: bitlbee-mastodon
|
||||||
Version: 1.4.0
|
Version: 1.4.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Mastodon plugin for Bitlbee
|
Summary: A Mastodon plugin for Bitlbee
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: Productivity/Networking/IRC
|
Group: Productivity/Networking/IRC
|
||||||
URL: https://github.com/kensanata/bitlbee-mastodon
|
URL: https://github.com/kensanata/bitlbee-mastodon
|
||||||
Source: https://github.com/kensanata/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
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: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
@ -46,9 +44,9 @@ now use any IRC client you want to connect to Mastodon.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
sh ./autogen.sh
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
Loading…
Reference in New Issue
Block a user