diff --git a/_service b/_service
new file mode 100644
index 0000000..7b6124d
--- /dev/null
+++ b/_service
@@ -0,0 +1,15 @@
+
+
+ 1.2.1+git
+ https://github.com/bitlbee/bitlbee-facebook.git
+ git
+ .git*
+ enable
+ mcepl@cepl.eu
+
+
+ *.tar
+ gz
+
+
+
diff --git a/_servicedata b/_servicedata
new file mode 100644
index 0000000..d6cfba9
--- /dev/null
+++ b/_servicedata
@@ -0,0 +1,4 @@
+
+
+ https://github.com/bitlbee/bitlbee-facebook.git
+ 49ea312d98b0578b9b2c1ff759e2cfa820a41f4d
\ No newline at end of file
diff --git a/bitlbee-facebook-1.2.0.tar.gz b/bitlbee-facebook-1.2.0.tar.gz
deleted file mode 100644
index 892ab98..0000000
--- a/bitlbee-facebook-1.2.0.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:be46e29af4c27cce4dab2249d23ce398c27ddecf9172ce2d4adf6f802a7c566a
-size 409444
diff --git a/bitlbee-facebook-1.2.1+git.1611145185.49ea312.tar.gz b/bitlbee-facebook-1.2.1+git.1611145185.49ea312.tar.gz
new file mode 100644
index 0000000..657179b
--- /dev/null
+++ b/bitlbee-facebook-1.2.1+git.1611145185.49ea312.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b01bad8e6c1e1179211b7fd9990f3e7a5aad66633747f744bc8390ea056f383e
+size 74351
diff --git a/bitlbee-facebook.changes b/bitlbee-facebook.changes
index 424439f..445ebe6 100644
--- a/bitlbee-facebook.changes
+++ b/bitlbee-facebook.changes
@@ -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
+
+- 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
diff --git a/bitlbee-facebook.spec b/bitlbee-facebook.spec
index 7630a43..5e00165 100644
--- a/bitlbee-facebook.spec
+++ b/bitlbee-facebook.spec
@@ -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