Accepting request 818960 from home:Dead_Mozay

- Update to version 2.4.2:
  * Fixed unable to open some EPUB files

OBS-URL: https://build.opensuse.org/request/show/818960
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/foliate?expand=0&rev=34
This commit is contained in:
Dominique Leuenberger 2020-07-10 10:05:07 +00:00 committed by Git OBS Bridge
parent 59c9f2ac6b
commit 5ea684fac6
6 changed files with 16 additions and 10 deletions

View File

@ -4,7 +4,7 @@
<param name="filename">foliate</param>
<param name="url">https://github.com/johnfactotum/foliate.git</param>
<param name="scm">git</param>
<param name="revision">refs/tags/2.4.1</param>
<param name="revision">refs/tags/2.4.2</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e52ee5a42a02359edfec191a313b56c29a4a4190d77646d6b93ea6550d566908
size 8971789

3
foliate-2.4.2.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7572be2a6c720e7cf932eb2aa100b46d02101d70e5915d26d77ce8d0f9032327
size 8974861

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jul 6 08:10:23 UTC 2020 - Dead Mozay <dead_mozay@opensuse.org>
- Update to version 2.4.2:
* Fixed unable to open some EPUB files
-------------------------------------------------------------------
Mon Jul 6 06:50:18 UTC 2020 - Dead Mozay <dead_mozay@opensuse.org>

View File

@ -1,5 +1,5 @@
name: foliate
version: 2.4.1
mtime: 1594012719
commit: 4945f5de925f1d48946926e80a28f24b74dc1849
version: 2.4.2
mtime: 1594020958
commit: 911b58d518e95c095f99c7eae5774ff171dee56b

View File

@ -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