Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package bitlbee-facebook for
openSUSE:Factory checked in at 2021-02-15 23:15:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bitlbee-facebook (Old)
and /work/SRC/openSUSE:Factory/.bitlbee-facebook.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bitlbee-facebook"
Mon Feb 15 23:15:18 2021 rev:5 rq:871240 version:1.2.1+git.1611145185.49ea312
Changes:
--------
--- /work/SRC/openSUSE:Factory/bitlbee-facebook/bitlbee-facebook.changes
2019-06-01 09:50:29.711303896 +0200
+++
/work/SRC/openSUSE:Factory/.bitlbee-facebook.new.28504/bitlbee-facebook.changes
2021-02-15 23:17:21.583490746 +0100
@@ -1,0 +2,25 @@
+Thu Feb 04 14:08:56 UTC 2021 - [email protected]
+
+- Update to version 1.2.1+git.1611145185.49ea312:
+ * Bump the FB_ORCA_AGENT version once again (#208)
+ * Remove bash-ism in configure.ac
+ * Port away from deprecated g_type_class_add_private() and friends
+ * Increase default sync_interval from 5 to 1440
+ * travis: replace python-m2crypto dependency with python3-m2crypto
+ * facebook-api: Fix id assertion in fb_api_cb_publish_mst() (#204)
+ * travis: add python-m2crypto to dependencies for OBS deploy
+ * Release 1.2.1 with fixes for a couple of server changes
+ * Fix taNewMessage bug (#202)
+ * fb_api_cb_publish_pt: check field is stop (#199)
+
+-------------------------------------------------------------------
+Sun Oct 25 17:03:27 UTC 2020 - Matej Cepl <[email protected]>
+
+- Update to 1.2.1:
+ - Fix "Parse error: unexpected identifier 'taNewMessage'"
+ (gh#bitlbee/bitlbee-facebook#200)
+ - Fix "Failed to read thrift: facebook-api.c:1929
+ fb_api_cb_publish_pt: assertion 'fb_thrift_read_stop(thft)' failed"
+ (gh#bitlbee/bitlbee-facebook#197)
+
+-------------------------------------------------------------------
Old:
----
bitlbee-facebook-1.2.0.tar.gz
New:
----
_service
_servicedata
bitlbee-facebook-1.2.1+git.1611145185.49ea312.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ bitlbee-facebook.spec ++++++
--- /var/tmp/diff_new_pack.aKqCpp/_old 2021-02-15 23:17:22.059491457 +0100
+++ /var/tmp/diff_new_pack.aKqCpp/_new 2021-02-15 23:17:22.059491457 +0100
@@ -1,7 +1,7 @@
#
# spec file for package bitlbee-facebook
#
-# Copyright (c) 2016 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
@@ -12,25 +12,29 @@
# 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 from_checkout 1
Name: bitlbee-facebook
-Version: 1.2.0
+Version: 1.2.1+git.1611145185.49ea312
Release: 0
Summary: The Facebook protocol plugin for bitlbee
-License: GPL-2.0
+License: GPL-2.0-only
Group: Productivity/Networking/IRC
-Url: https://github.com/bitlbee/bitlbee-facebook
+URL: https://github.com/bitlbee/bitlbee-facebook
+%if 0%{?from_checkout}
+Source: %{name}-%{version}.tar.gz
+%else
Source:
https://github.com/bitlbee/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
+%endif
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: pkgconfig(bitlbee)
BuildRequires: pkgconfig(json-glib-1.0)
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
The Facebook protocol plugin for bitlbee. This plugin uses the Facebook Mobile
API.
@@ -39,7 +43,9 @@
%setup -q
%build
-autoreconf -fvi
+%if 0%{?from_checkout}
+./autogen.sh
+%endif
%configure
make %{?_smp_mflags}
@@ -48,7 +54,6 @@
rm %{buildroot}%{_libdir}/bitlbee/facebook.la
%files
-%defattr(-,root,root)
%doc ChangeLog README COPYING
%dir %{_libdir}/bitlbee
%{_libdir}/bitlbee/facebook.so
++++++ _service ++++++
<services>
<service name="tar_scm" mode="disabled">
<param name="versionprefix">1.2.1+git</param>
<param name="url">https://github.com/bitlbee/bitlbee-facebook.git</param>
<param name="scm">git</param>
<param name="exclude">.git*</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">[email protected]</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="set_version" mode="disabled" />
</services>
++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
<param
name="url">https://github.com/bitlbee/bitlbee-facebook.git</param>
<param
name="changesrevision">49ea312d98b0578b9b2c1ff759e2cfa820a41f4d</param></service></servicedata>