diff --git a/_service b/_service index 95d265c..0d848df 100644 --- a/_service +++ b/_service @@ -4,7 +4,7 @@ foliate https://github.com/johnfactotum/foliate.git git - refs/tags/2.4.1 + refs/tags/2.4.2 @PARENT_TAG@+@TAG_OFFSET@ (.*)\+0 \1 diff --git a/foliate-2.4.1.obscpio b/foliate-2.4.1.obscpio deleted file mode 100644 index f5e3a27..0000000 --- a/foliate-2.4.1.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e52ee5a42a02359edfec191a313b56c29a4a4190d77646d6b93ea6550d566908 -size 8971789 diff --git a/foliate-2.4.2.obscpio b/foliate-2.4.2.obscpio new file mode 100644 index 0000000..6e96d71 --- /dev/null +++ b/foliate-2.4.2.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7572be2a6c720e7cf932eb2aa100b46d02101d70e5915d26d77ce8d0f9032327 +size 8974861 diff --git a/foliate.changes b/foliate.changes index f5c3049..1e9eee9 100644 --- a/foliate.changes +++ b/foliate.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jul 6 08:10:23 UTC 2020 - Dead Mozay + +- Update to version 2.4.2: + * Fixed unable to open some EPUB files + ------------------------------------------------------------------- Mon Jul 6 06:50:18 UTC 2020 - Dead Mozay diff --git a/foliate.obsinfo b/foliate.obsinfo index e4ea06a..b8da848 100644 --- a/foliate.obsinfo +++ b/foliate.obsinfo @@ -1,5 +1,5 @@ name: foliate -version: 2.4.1 -mtime: 1594012719 -commit: 4945f5de925f1d48946926e80a28f24b74dc1849 +version: 2.4.2 +mtime: 1594020958 +commit: 911b58d518e95c095f99c7eae5774ff171dee56b diff --git a/foliate.spec b/foliate.spec index a7144f8..d5014d2 100644 --- a/foliate.spec +++ b/foliate.spec @@ -19,7 +19,7 @@ %global __requires_exclude typelib\\(Handy\\) = 1 %define oname com.github.johnfactotum.Foliate Name: foliate -Version: 2.4.1 +Version: 2.4.2 Release: 0 Summary: A GTK eBook reader License: GPL-3.0-only @@ -28,12 +28,12 @@ URL: https://johnfactotum.github.io/foliate/ Source: %{name}-%{version}.tar.gz BuildRequires: fdupes BuildRequires: gcc-c++ +BuildRequires: gobject-introspection BuildRequires: meson BuildRequires: pkgconfig BuildRequires: pkgconfig(gjs-1.0) BuildRequires: pkgconfig(glib-2.0) -BuildRequires: gobject-introspection -Requires: typelib(WebKit2) +Requires: typelib(WebKit2) BuildArch: noarch %description