Accepting request 715358 from home:Dead_Mozay

Update to version 1.5.0

OBS-URL: https://build.opensuse.org/request/show/715358
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/foliate?expand=0&rev=5
This commit is contained in:
Bjørn Lie 2019-07-16 19:31:19 +00:00 committed by Git OBS Bridge
parent 31cb87a1b8
commit 473175fbd6
7 changed files with 64 additions and 10 deletions

View File

@ -5,7 +5,7 @@
<param name="url">https://github.com/johnfactotum/foliate.git</param>
<param name="scm">git</param>
<param name="version">git-master</param>
<param name="versionformat">1.4.0</param>
<param name="versionformat">1.5.0</param>
<param name="revision">master</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">dead_mozay@opensuse.org</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/johnfactotum/foliate.git</param>
<param name="changesrevision">b81b9b01de32de36b26efef5a865051aa3cec408</param></service></servicedata>
<param name="changesrevision">6144d12a71659f3f6a297d19c0c8ae923075ba7d</param></service></servicedata>

View File

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

3
foliate-1.5.0.obscpio Normal file
View File

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

View File

@ -1,3 +1,51 @@
-------------------------------------------------------------------
Sun Jul 14 16:44:18 UTC 2019 - Dead Mozay <dead-mozay@opensuse.org>
- Fix rpmlint error
-------------------------------------------------------------------
Sun Jul 14 15:00:49 UTC 2019 - dead_mozay@opensuse.org
- Update to version 1.5.0:
* Update translations
* Update README.md
* Add .mobi and .azw support with KindleUnpack
* Some cleanup
* Handle situation where there are no annotations
* Use book language for Wikipedia
* Add support for exporting annotations to HTML and plain text
* Add JSON export
* Stop TTS when tts-command is changed
* Update README.md
* Add shortcut for TTS
* Add shortcuts to popovers that don't have shortcuts
* Fix typo
* Improve TTS UI
* Use tts-command value to determine whether or not to show TTS menu items
* Stop reading at the end of the book
* Make TTS command configurable
* Better way to check and use flatpak-spawn
* Replace "smart" punctuation because Festival doesn't understand them
* Stop TTS when window is closed
* Only show TTS menu items when Festival is detected
* Fix `reject()` not called
* Use SIGINT instead of SIGTERM to stop speaking
* Add basic Text-to-Speech support with Festival
* Update Dutch (Netherlands) translation (#121)
* Fix IndexSizeError
* Build instruction fixes in README.md
* Add option to build development version
* Update translations
* Add preference to disable CSP
* Use CSP to block unsafe resources
* Fix typo in README.md (#116)
* Update Brazilian Portuguese translation (#113)
* Update Russian translation (#112)
* Update control
* Fix dictionary not accessible if it's not the default action
* Update French translation (#109)
* Update Dutch translation (#108)
-------------------------------------------------------------------
Sun Jul 07 16:43:41 UTC 2019 - dead_mozay@opensuse.org

View File

@ -1,5 +1,5 @@
name: foliate
version: 1.4.0
mtime: 1562516659
commit: b81b9b01de32de36b26efef5a865051aa3cec408
version: 1.5.0
mtime: 1563115274
commit: 6144d12a71659f3f6a297d19c0c8ae923075ba7d

View File

@ -18,7 +18,7 @@
%define oname com.github.johnfactotum.Foliate
Name: foliate
Version: 1.4.0
Version: 1.5.0
Release: 0
Summary: A simple and modern GTK eBook reader
License: GPL-3.0-only
@ -47,7 +47,13 @@ A simple and modern GTK eBook viewer, built with GJS and Epub.js.
%install
%meson_install
find {README.md,COPYING} -type f -perm /111 -exec chmod 644 {} \;
find %{buildroot}%{_datadir}/* -type f -perm /111 -exec chmod 644 {} \;
find %{buildroot}/%{_datadir}/. -type f -executable -exec chmod -x "{}" \;
for file in %{buildroot}%{_datadir}/%{oname}/assets/KindleUnpack/*; do
chmod a-x $file
done
pushd %{buildroot}%{_datadir}/%{oname}/assets/KindleUnpack/
sed -i -e '/^#!\//, 1d' *.py
popd
%find_lang %{oname} --with-gnome
%files