diff --git a/_service b/_service
index 23126a5..287ee10 100644
--- a/_service
+++ b/_service
@@ -4,7 +4,7 @@
foliate
https://github.com/johnfactotum/foliate.git
git
- refs/tags/2.1.1
+ refs/tags/2.2.0
@PARENT_TAG@+@TAG_OFFSET@
(.*)\+0
\1
diff --git a/foliate-2.1.1.obscpio b/foliate-2.1.1.obscpio
deleted file mode 100644
index 7d5d5e2..0000000
--- a/foliate-2.1.1.obscpio
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:c32ae8e205566be410fe1b2d1aaf66657c259bb60f2b847b8cdf33135337cce1
-size 4994572
diff --git a/foliate-2.2.0.obscpio b/foliate-2.2.0.obscpio
new file mode 100644
index 0000000..f103bfd
--- /dev/null
+++ b/foliate-2.2.0.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:488e0131c9cbaa32a6715eae6681e898c33d3fbb663d4fdd00e89bab471637fe
+size 8031757
diff --git a/foliate.changes b/foliate.changes
index 0d26ead..24cb422 100644
--- a/foliate.changes
+++ b/foliate.changes
@@ -1,3 +1,51 @@
+-------------------------------------------------------------------
+Fri May 29 08:07:24 UTC 2020 - Dead Mozay
+
+- Update to version 2.2.0:
+ * Library:
+ - A library view showing recent books and reading progress
+ - Search books by metadata
+ - E-book discovery with OPDS
+ * New supported formats:
+ - FictionBook (.fb2, .fb2.zip) (#128)
+ - Comic book archive (.cbr, .cbz, .cbt, .cb7)
+ - Plain text (.txt) (#226)
+ - Unpacked EPUB files
+ * Layout:
+ - Option to set maximum page width
+ - The "Automatic" layout will now show four columns
+ when the page width is wide
+ * Image viewer:
+ - Improved image viewer, with new shortcuts and the ability
+ to rotate and invert images
+ - Option to disable image viewer, or to open images on double,
+ middle, or right click
+ * Text-to-speech:
+ - Improved text-to-speech configuration UI
+ - Ability to set text-to-speech voice based on book language
+ * Annotations
+ - Import annotations from JSON
+ - Search in annotations
+ - Annotations are now sorted in the same order as they appear
+ in the book
+ * Security:
+ - "Allow Unsafe Content" now only enables JavaScript; external
+ content will no longer be loaded. This is an important
+ security fix. If you are running an old version of Foliate
+ and cannot upgrade, you should disable
+ "Allow Unsafe Content".
+ - WebKit processes are now sandboxed
+ * Other featues and fixes:
+ - Improved support for vertical and right-to-left books
+ - Support for StarDict dictionaries
+ - Fixed current location not preserved when resizing
+ - Fixed auto-hiding header bar under some themes
+ - Command-line options for showing version and adding books
+ to library
+ - Option to clear or disable cache
+ - When an HTML page contains invalid self-closing anchor tags,
+ it is now parsed as XHTML
+
-------------------------------------------------------------------
Thu Apr 9 05:21:32 UTC 2020 - Ismail Dönmez
diff --git a/foliate.obsinfo b/foliate.obsinfo
index 902a191..f812a5f 100644
--- a/foliate.obsinfo
+++ b/foliate.obsinfo
@@ -1,5 +1,5 @@
name: foliate
-version: 2.1.1
-mtime: 1586400793
-commit: 681c7dfe1f6c97c9d218a79d3b333cc4354e5eb6
+version: 2.2.0
+mtime: 1590736248
+commit: eca3aa7b2f963bf85ccf13c6100a67d1dc950682
diff --git a/foliate.spec b/foliate.spec
index e0cddfb..cbe7016 100644
--- a/foliate.spec
+++ b/foliate.spec
@@ -18,13 +18,14 @@
%define oname com.github.johnfactotum.Foliate
Name: foliate
-Version: 2.1.1
+Version: 2.2.0
Release: 0
Summary: A simple and modern GTK eBook reader
License: GPL-3.0-only
Group: Productivity/Office/Other
URL: https://johnfactotum.github.io/foliate/
Source: %{name}-%{version}.tar.gz
+BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: meson
BuildRequires: pkgconfig
@@ -58,6 +59,7 @@ done
pushd %{buildroot}%{_datadir}/com.github.johnfactotum.Foliate/assets/KindleUnpack/
sed -i -e '/^#!/, 1d' *.py
popd
+%fdupes %{buildroot}/%{_datadir}/%{oname}
%find_lang %{oname} --with-gnome