Accepting request 871240 from server:irc

- 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)

- 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)

OBS-URL: https://build.opensuse.org/request/show/871240
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bitlbee-facebook?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2021-02-15 22:15:18 +00:00 committed by Git OBS Bridge
commit 13f1129317
6 changed files with 61 additions and 12 deletions

15
_service Normal file
View File

@ -0,0 +1,15 @@
<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">mcepl@cepl.eu</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>

4
_servicedata Normal file
View File

@ -0,0 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/bitlbee/bitlbee-facebook.git</param>
<param name="changesrevision">49ea312d98b0578b9b2c1ff759e2cfa820a41f4d</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:be46e29af4c27cce4dab2249d23ce398c27ddecf9172ce2d4adf6f802a7c566a
size 409444

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b01bad8e6c1e1179211b7fd9990f3e7a5aad66633747f744bc8390ea056f383e
size 74351

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Thu Feb 04 14:08:56 UTC 2021 - mcepl@cepl.eu
- 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 <mcepl@suse.com>
- 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)
-------------------------------------------------------------------
Thu Mar 14 14:20:03 UTC 2019 - Tomas Cech <sleep_walker@opensuse.org>

View File

@ -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,16 +43,17 @@ The Facebook protocol plugin for bitlbee. This plugin uses the Facebook Mobile A
%setup -q
%build
autoreconf -fvi
%if 0%{?from_checkout}
./autogen.sh
%endif
%configure
make %{?_smp_mflags}
%install
make %{?_smp_mflags} DESTDIR=%{buildroot} install
rm %{buildroot}%{_libdir}/bitlbee/facebook.la
%files
%defattr(-,root,root)
%doc ChangeLog README COPYING
%dir %{_libdir}/bitlbee
%{_libdir}/bitlbee/facebook.so