Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dequis/purple-facebook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2019-01-13 16:56:46 +0300
committerdequis <dx@dxzone.com.ar>2019-01-13 17:11:59 +0300
commit0250907594717f836a767fb2f8e3d8b7918ef315 (patch)
tree33a9370450e6a2f8d0dc50061a859901987ef63f
parent07c1866101eb70cf98c5bd4cf8a93f162bcb5130 (diff)
Release 0.9.6 (2nd try), Fixes sync_sequence_id, tls 1.3 stuff, etc.v0.9.6
Forgot some things. I don't understand m4 so let's do the obvious/dumb thing instead.
-rw-r--r--Makefile.am3
-rw-r--r--configure.ac2
-rw-r--r--patches/17-this-build-system-sucks.patch12
3 files changed, 15 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index bf6048d..9e638c5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,4 +13,5 @@ EXTRA_DIST = \
pidgin/COPYING \
pidgin/COPYRIGHT \
update.sh \
- VERSION
+ VERSION \
+ RELEASE_VERSION
diff --git a/configure.ac b/configure.ac
index 41775f6..4a0dc9a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ AC_PREREQ([2.64])
AC_INIT(
[purple-facebook],
- m4_esyscmd_s([cat RELEASE_VERSION],
+ [0.9.6],
[https://github.com/dequis/purple-facebook/issues],
[purple-facebook],
[https://github.com/dequis/purple-facebook],
diff --git a/patches/17-this-build-system-sucks.patch b/patches/17-this-build-system-sucks.patch
new file mode 100644
index 0000000..eae948b
--- /dev/null
+++ b/patches/17-this-build-system-sucks.patch
@@ -0,0 +1,12 @@
+diff -Naur pidgin/libpurple/protocols/facebook/api.h pidgin2/libpurple/protocols/facebook/api.h
+--- a/libpurple/protocols/facebook/api.h
++++ b/libpurple/protocols/facebook/api.h
+@@ -111,7 +111,7 @@
+ *
+ * The HTTP User-Agent header.
+ */
+-#define FB_API_AGENT "Facebook plugin / Purple / 0.9.5 " FB_ORCA_AGENT
++#define FB_API_AGENT "Facebook plugin / Purple / 0.9.6 " FB_ORCA_AGENT
+
+ /**
+ * FB_API_MQTT_AGENT