Accepting request 810144 from home:Dead_Mozay
Update to 2.2.0 OBS-URL: https://build.opensuse.org/request/show/810144 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/foliate?expand=0&rev=19
This commit is contained in:
parent
9cb452ff97
commit
efe12b15de
2
_service
2
_service
@ -4,7 +4,7 @@
|
|||||||
<param name="filename">foliate</param>
|
<param name="filename">foliate</param>
|
||||||
<param name="url">https://github.com/johnfactotum/foliate.git</param>
|
<param name="url">https://github.com/johnfactotum/foliate.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">refs/tags/2.1.1</param>
|
<param name="revision">refs/tags/2.2.0</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c32ae8e205566be410fe1b2d1aaf66657c259bb60f2b847b8cdf33135337cce1
|
|
||||||
size 4994572
|
|
3
foliate-2.2.0.obscpio
Normal file
3
foliate-2.2.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:488e0131c9cbaa32a6715eae6681e898c33d3fbb663d4fdd00e89bab471637fe
|
||||||
|
size 8031757
|
@ -1,3 +1,51 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 29 08:07:24 UTC 2020 - Dead Mozay <dead_mozay@opensuse.org>
|
||||||
|
|
||||||
|
- 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 <idonmez@suse.com>
|
Thu Apr 9 05:21:32 UTC 2020 - Ismail Dönmez <idonmez@suse.com>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: foliate
|
name: foliate
|
||||||
version: 2.1.1
|
version: 2.2.0
|
||||||
mtime: 1586400793
|
mtime: 1590736248
|
||||||
commit: 681c7dfe1f6c97c9d218a79d3b333cc4354e5eb6
|
commit: eca3aa7b2f963bf85ccf13c6100a67d1dc950682
|
||||||
|
|
||||||
|
@ -18,13 +18,14 @@
|
|||||||
|
|
||||||
%define oname com.github.johnfactotum.Foliate
|
%define oname com.github.johnfactotum.Foliate
|
||||||
Name: foliate
|
Name: foliate
|
||||||
Version: 2.1.1
|
Version: 2.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A simple and modern GTK eBook reader
|
Summary: A simple and modern GTK eBook reader
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
Group: Productivity/Office/Other
|
Group: Productivity/Office/Other
|
||||||
URL: https://johnfactotum.github.io/foliate/
|
URL: https://johnfactotum.github.io/foliate/
|
||||||
Source: %{name}-%{version}.tar.gz
|
Source: %{name}-%{version}.tar.gz
|
||||||
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
@ -58,6 +59,7 @@ done
|
|||||||
pushd %{buildroot}%{_datadir}/com.github.johnfactotum.Foliate/assets/KindleUnpack/
|
pushd %{buildroot}%{_datadir}/com.github.johnfactotum.Foliate/assets/KindleUnpack/
|
||||||
sed -i -e '/^#!/, 1d' *.py
|
sed -i -e '/^#!/, 1d' *.py
|
||||||
popd
|
popd
|
||||||
|
%fdupes %{buildroot}/%{_datadir}/%{oname}
|
||||||
|
|
||||||
%find_lang %{oname} --with-gnome
|
%find_lang %{oname} --with-gnome
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user