Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package purple-mattermost for
openSUSE:Factory checked in at 2021-05-18 18:26:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/purple-mattermost (Old)
and /work/SRC/openSUSE:Factory/.purple-mattermost.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "purple-mattermost"
Tue May 18 18:26:57 2021 rev:2 rq:893821 version:2.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/purple-mattermost/purple-mattermost.changes
2018-08-13 09:55:32.094977192 +0200
+++
/work/SRC/openSUSE:Factory/.purple-mattermost.new.2988/purple-mattermost.changes
2021-05-18 18:27:20.830727137 +0200
@@ -1,0 +2,6 @@
+Tue May 11 22:04:56 UTC 2021 - Jan Engelhardt <[email protected]>
+
+- Update to release 2.0
+ * Mattermost API v4 Support
+
+-------------------------------------------------------------------
Old:
----
purple-mattermost-1.2.tar.gz
New:
----
v2.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ purple-mattermost.spec ++++++
--- /var/tmp/diff_new_pack.Yk3Jh5/_old 2021-05-18 18:27:21.330724969 +0200
+++ /var/tmp/diff_new_pack.Yk3Jh5/_new 2021-05-18 18:27:21.334724952 +0200
@@ -1,7 +1,7 @@
#
# spec file for package purple-mattermost
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,19 +12,19 @@
# 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 _name mattermost
Name: purple-mattermost
-Version: 1.2
+Version: 2.0
Release: 0
Summary: A libpurple/Pidgin plugin to connect to Mattermost
License: GPL-3.0-or-later
Group: Productivity/Networking/Instant Messenger
URL: https://github.com/EionRobb/purple-mattermost
-Source:
https://github.com/EionRobb/purple-mattermost/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source:
https://github.com/EionRobb/purple-mattermost/archive/v%{version}.tar.gz
BuildRequires: pkgconfig
BuildRequires: pkgconfig(json-glib-1.0)
BuildRequires: pkgconfig(libmarkdown)
@@ -70,7 +70,7 @@
%setup -q
%build
-make %{?_smp_mflags} V=1 \
+%make_build V=1 \
CFLAGS="%{optflags} -DMATTERMOST_PLUGIN_VERSION='\"%{version}\"'"
%install