diff --git a/gtranslator-3.36.0.tar.xz b/gtranslator-3.36.0.tar.xz
deleted file mode 100644
index ee78f32..0000000
--- a/gtranslator-3.36.0.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:2daa1d3b59b4a35ef54df087345b03e1703e725081f9dac543539228a715add3
-size 2121776
diff --git a/gtranslator-3.38.0.tar.xz b/gtranslator-3.38.0.tar.xz
new file mode 100644
index 0000000..15a0bf9
--- /dev/null
+++ b/gtranslator-3.38.0.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:dbcda9b81a22d9233be18e99fd5c448f6ab05759d1e94c10580bb831ca2d7635
+size 1440104
diff --git a/gtranslator-remove-statusbar.patch b/gtranslator-remove-statusbar.patch
new file mode 100644
index 0000000..031825f
--- /dev/null
+++ b/gtranslator-remove-statusbar.patch
@@ -0,0 +1,33 @@
+diff -Naur a/doc/reference/gtranslator-docs.sgml b/doc/reference/gtranslator-docs.sgml
+--- a/doc/reference/gtranslator-docs.sgml 2020-09-18 02:20:52.751001000 -0500
++++ b/doc/reference/gtranslator-docs.sgml 2020-10-07 21:06:17.131336942 -0500
+@@ -50,7 +50,6 @@
+
+
+
+-
+
+
+
+diff -Naur a/doc/reference/gtranslator.types b/doc/reference/gtranslator.types
+--- a/doc/reference/gtranslator.types 2020-09-18 02:20:52.751001000 -0500
++++ b/doc/reference/gtranslator.types 2020-10-07 21:06:34.699107985 -0500
+@@ -10,7 +10,6 @@
+ #include "gtr-notebook.h"
+ #include "gtr-po.h"
+ #include "gtr-profile.h"
+-#include "gtr-statusbar.h"
+ #include "gtr-tab.h"
+ #include "gtr-utils.h"
+ #include "gtr-view.h"
+diff -Naur a/plugins/dictionary/gtr-dict-panel.c b/plugins/dictionary/gtr-dict-panel.c
+--- a/plugins/dictionary/gtr-dict-panel.c 2020-09-18 02:20:52.775001000 -0500
++++ b/plugins/dictionary/gtr-dict-panel.c 2020-10-07 21:06:57.058816577 -0500
+@@ -22,7 +22,6 @@
+ #include "gtr-dict-panel.h"
+ #include "gtr-gdict-sidebar.h"
+ #include "gtr-window.h"
+-#include "gtr-statusbar.h"
+ #include "gtr-dirs.h"
+
+ #include
diff --git a/gtranslator.changes b/gtranslator.changes
index 6bea5cf..51ec7db 100644
--- a/gtranslator.changes
+++ b/gtranslator.changes
@@ -1,3 +1,21 @@
+-------------------------------------------------------------------
+Thu Oct 8 02:09:52 UTC 2020 - malcolmlewis@opensuse.org
+
+- Add gtranslator-remove-statusbar.patch: Remove leftovers of
+ statusbar, (glgo#GNOME/gtranslator!70).
+
+-------------------------------------------------------------------
+Mon Oct 5 16:31:01 UTC 2020 - dimstar@opensuse.org
+
+- Update to version 3.38.0:
+ + Add save file dialog when open from DL.
+ + Enable wrap-around by default in search bar.
+ + search-bar: error style when not found.
+ + Use base language to get the plural form on assistant.
+ + Download DL files to Download folder.
+ + Use GtkFileChooserNative for open and save dialogs.
+ + Editor font configurable on preferences.
+
-------------------------------------------------------------------
Sat Mar 14 11:18:27 UTC 2020 - Bjørn Lie
diff --git a/gtranslator.spec b/gtranslator.spec
index ea96ebd..5cb45cf 100644
--- a/gtranslator.spec
+++ b/gtranslator.spec
@@ -17,15 +17,16 @@
Name: gtranslator
-Version: 3.36.0
+Version: 3.38.0
Release: 0
Summary: A gettext po file editor for the GNOME desktop
License: GPL-3.0-or-later
Group: Development/Tools/Other
URL: https://wiki.gnome.org/Apps/Gtranslator
-Source0: https://download.gnome.org/sources/gtranslator/3.36/%{name}-%{version}.tar.xz
+Source0: https://download.gnome.org/sources/gtranslator/3.38/%{name}-%{version}.tar.xz
Source99: gtranslator-rpmlintrc
-
+#PATCH-FIX-UPSTREAM gtranslator-remove-statusbar.patch glgo#GNOME/gtranslator!70 malcolmlewis@opensuse.org -- Remove leftovers of statusbar.
+Patch0: gtranslator-remove-statusbar.patch
BuildRequires: fdupes
BuildRequires: gettext-tools
BuildRequires: intltool