diff --git a/_service b/_service index be3d86d..89a696b 100644 --- a/_service +++ b/_service @@ -5,7 +5,7 @@ https://github.com/johnfactotum/foliate.git git git-master - 1.4.0 + 1.5.0 master enable dead_mozay@opensuse.org diff --git a/_servicedata b/_servicedata index 713c60a..8e11684 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/johnfactotum/foliate.git - b81b9b01de32de36b26efef5a865051aa3cec408 \ No newline at end of file + 6144d12a71659f3f6a297d19c0c8ae923075ba7d \ No newline at end of file diff --git a/foliate-1.4.0.obscpio b/foliate-1.4.0.obscpio deleted file mode 100644 index 007b0c0..0000000 --- a/foliate-1.4.0.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:582631cdfda9ed0f164d7fa806237ce8d71ad012896a399293bb537ad8e921fa -size 3304460 diff --git a/foliate-1.5.0.obscpio b/foliate-1.5.0.obscpio new file mode 100644 index 0000000..1eafed8 --- /dev/null +++ b/foliate-1.5.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fbc3f2b6f5ef4058026e838b148dd2dc827b688f3f7d57e329ba2af3145789d +size 3663884 diff --git a/foliate.changes b/foliate.changes index b138104..fc150eb 100644 --- a/foliate.changes +++ b/foliate.changes @@ -1,3 +1,51 @@ +------------------------------------------------------------------- +Sun Jul 14 16:44:18 UTC 2019 - Dead Mozay + +- 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 diff --git a/foliate.obsinfo b/foliate.obsinfo index 9cd93ed..448ca40 100644 --- a/foliate.obsinfo +++ b/foliate.obsinfo @@ -1,5 +1,5 @@ name: foliate -version: 1.4.0 -mtime: 1562516659 -commit: b81b9b01de32de36b26efef5a865051aa3cec408 +version: 1.5.0 +mtime: 1563115274 +commit: 6144d12a71659f3f6a297d19c0c8ae923075ba7d diff --git a/foliate.spec b/foliate.spec index e66ba29..75125bb 100644 --- a/foliate.spec +++ b/foliate.spec @@ -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