diff --git a/2c28932c6266cbeddbe49d7aa6ca8d70d125e96f.patch b/2c28932c6266cbeddbe49d7aa6ca8d70d125e96f.patch
deleted file mode 100644
index b521915..0000000
--- a/2c28932c6266cbeddbe49d7aa6ca8d70d125e96f.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 2c28932c6266cbeddbe49d7aa6ca8d70d125e96f Mon Sep 17 00:00:00 2001
-From: John Factotum <50942278+johnfactotum@users.noreply.github.com>
-Date: Sat, 20 Mar 2021 22:52:23 +0800
-Subject: [PATCH] Don't write to construct only property after construction
-
-Fixes #689
----
- src/window.js | 8 +++++++-
- 1 file changed, 7 insertions(+), 1 deletion(-)
-
-diff --git a/src/window.js b/src/window.js
-index 824781b..464edc0 100644
---- a/src/window.js
-+++ b/src/window.js
-@@ -1022,8 +1022,14 @@ var Window = GObject.registerClass({
- this.loading = true
- this._setTitle(_('Foliate'))
- }
-+ get file() {
-+ return this._file || null
-+ }
-+ set file(file) {
-+ this._file = file
-+ }
- open(file) {
-- this.file = file
-+ this._file = file
- this._epub.open(file)
- }
- _connectEpub() {
diff --git a/_service b/_service
index 119434c..b8f7c08 100644
--- a/_service
+++ b/_service
@@ -4,7 +4,7 @@
foliate
https://github.com/johnfactotum/foliate.git
git
- refs/tags/2.5.0
+ refs/tags/2.6.1
@PARENT_TAG@+@TAG_OFFSET@
(.*)\+0
\1
diff --git a/foliate-2.5.0.obscpio b/foliate-2.5.0.obscpio
deleted file mode 100644
index d98c0ba..0000000
--- a/foliate-2.5.0.obscpio
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:b42c5d06c2b69c7b842a27930f56dfe084c068d127cfd00d68b7dfd6b33e8d27
-size 9186317
diff --git a/foliate-2.6.1.obscpio b/foliate-2.6.1.obscpio
new file mode 100644
index 0000000..5c904ff
--- /dev/null
+++ b/foliate-2.6.1.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bbddd4220242333c20c67a130ec46bf1bbd6e6b79713ee81b716938417654092
+size 9452045
diff --git a/foliate.changes b/foliate.changes
index 0977a78..7da0b8f 100644
--- a/foliate.changes
+++ b/foliate.changes
@@ -1,3 +1,28 @@
+-------------------------------------------------------------------
+Wed Mar 24 11:19:17 UTC 2021 - Dead Mozay
+
+- Remove 2c28932c6266cbeddbe49d7aa6ca8d70d125e96f.patch
+ Included in release 2.6.0.
+
+-------------------------------------------------------------------
+Wed Mar 24 06:36:39 UTC 2021 - Dead Mozay
+
+- Update to version 2.6.1:
+ * Fixed automatic layout.
+
+-------------------------------------------------------------------
+Wed Mar 24 04:27:45 UTC 2021 - Dead Mozay
+
+- Update to version 2.6.0:
+ * Added support for opening HTML files.
+ * Consistent inner and outer margins.
+ * The automatic layout no longer supports 4 columns.
+ * Fixed long words overflowing.
+ * Fixed custom themes not saved across sessions.
+ * Fixed shortcuts for key pads.
+ * Fixed opening non-UTF-8 zipped FB2 files.
+ * Fixed books not opening on GNOME 40.
+
-------------------------------------------------------------------
Sun Mar 21 15:03:26 UTC 2021 - Marcus Rueckert
diff --git a/foliate.obsinfo b/foliate.obsinfo
index 5413c6c..381f59a 100644
--- a/foliate.obsinfo
+++ b/foliate.obsinfo
@@ -1,5 +1,5 @@
name: foliate
-version: 2.5.0
-mtime: 1602723164
-commit: c570ba1b03d5188aa335a485784b121f430ebcd1
+version: 2.6.1
+mtime: 1616567421
+commit: 6b65728ac2b8222b2d4ee716005dfebc624c7dc6
diff --git a/foliate.spec b/foliate.spec
index 3829e60..0fc6f4a 100644
--- a/foliate.spec
+++ b/foliate.spec
@@ -19,14 +19,13 @@
%global __requires_exclude typelib\\(Handy\\) = 0.0
%define oname com.github.johnfactotum.Foliate
Name: foliate
-Version: 2.5.0
+Version: 2.6.1
Release: 0
Summary: A GTK eBook reader
License: GPL-3.0-only
Group: Productivity/Office/Other
URL: https://johnfactotum.github.io/foliate/
Source: %{name}-%{version}.tar.gz
-Patch: https://github.com/johnfactotum/foliate/commit/2c28932c6266cbeddbe49d7aa6ca8d70d125e96f.patch
BuildRequires: fdupes
BuildRequires: gcc-c++