Accepting request 819929 from GNOME:Apps
- Update to version 2.4.2: * Fixed unable to open some EPUB files (forwarded request 818960 from Dead_Mozay) OBS-URL: https://build.opensuse.org/request/show/819929 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/foliate?expand=0&rev=10
This commit is contained in:
commit
6079c2590e
2
_service
2
_service
@ -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.0</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>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:13c9dfe49f533ea057ed63397aa8f9b07897741341a3a7f3e0a4d75fef188494
|
||||
size 8963085
|
3
foliate-2.4.2.obscpio
Normal file
3
foliate-2.4.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7572be2a6c720e7cf932eb2aa100b46d02101d70e5915d26d77ce8d0f9032327
|
||||
size 8974861
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Update to version 2.4.1:
|
||||
* Fixed unable to open Mobipocket files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 2 22:31:18 UTC 2020 - Scott Young <dev@iotib.net>
|
||||
|
||||
- Fixed dependency issue
|
||||
- Added symlink "foliate" targetting main binary.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 2 08:26:09 UTC 2020 - Dead Mozay <dead_mozay@opensuse.org>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: foliate
|
||||
version: 2.4.0
|
||||
mtime: 1593673556
|
||||
commit: 9b5169563925f16a197451616e6aa84ce4745749
|
||||
version: 2.4.2
|
||||
mtime: 1594020958
|
||||
commit: 911b58d518e95c095f99c7eae5774ff171dee56b
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%global __requires_exclude typelib\\(Handy\\) = 1
|
||||
%define oname com.github.johnfactotum.Foliate
|
||||
Name: foliate
|
||||
Version: 2.4.0
|
||||
Version: 2.4.2
|
||||
Release: 0
|
||||
Summary: A GTK eBook reader
|
||||
License: GPL-3.0-only
|
||||
@ -28,10 +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)
|
||||
Requires: typelib(WebKit2)
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@ -61,10 +63,13 @@ popd
|
||||
|
||||
%find_lang %{oname} --with-gnome
|
||||
|
||||
ln -sr %{buildroot}/%{_bindir}/%{oname} %{buildroot}/%{_bindir}/%{name}
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc README.md
|
||||
%{_bindir}/%{oname}
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/applications/
|
||||
%{_datadir}/com.github.johnfactotum.Foliate
|
||||
%{_datadir}/glib-2.0/schemas/
|
||||
|
Loading…
x
Reference in New Issue
Block a user