Accepting request 792595 from home:namtrac:branches:GNOME:Apps

- Update to version 2.1.1:
  * Fixed wrong version number

- Update to version 2.1.0:
  * New and improved icon (#268)
  * Option to disable turn page on tap (#270)
  * A menu on the welcome screen for opening recent files (#69)
  * Restored shortcuts for showing ToC, annotations, and bookmarks
  * Fixed application not translated (#274)

OBS-URL: https://build.opensuse.org/request/show/792595
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/foliate?expand=0&rev=16
This commit is contained in:
Bjørn Lie 2020-04-10 11:58:59 +00:00 committed by Git OBS Bridge
parent 3b01e0433c
commit 6cc2979af6
7 changed files with 33 additions and 17 deletions

View File

@ -4,11 +4,10 @@
<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.0.0</param> <param name="revision">refs/tags/2.1.1</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>
<param name="changesgenerate">enable</param>
</service> </service>
<service mode="localonly" name="set_version"/> <service mode="localonly" name="set_version"/>
<service name="tar" mode="buildtime"/> <service name="tar" mode="buildtime"/>

View File

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

View File

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

3
foliate-2.1.1.obscpio Normal file
View File

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Apr 9 05:21:32 UTC 2020 - Ismail Dönmez <idonmez@suse.com>
- Update to version 2.1.1:
* Fixed wrong version number
-------------------------------------------------------------------
Wed Apr 08 15:09:46 UTC 2020 - idonmez@suse.com
- Update to version 2.1.0:
* New and improved icon (#268)
* Option to disable turn page on tap (#270)
* A menu on the welcome screen for opening recent files (#69)
* Restored shortcuts for showing ToC, annotations, and bookmarks
* Fixed application not translated (#274)
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Apr 05 16:08:11 UTC 2020 - bjorn.lie@gmail.com Sun Apr 05 16:08:11 UTC 2020 - bjorn.lie@gmail.com

View File

@ -1,5 +1,5 @@
name: foliate name: foliate
version: 2.0.0 version: 2.1.1
mtime: 1586072152 mtime: 1586400793
commit: 01d32d67de021fa452cc354ec2a0ea24d314a8a1 commit: 681c7dfe1f6c97c9d218a79d3b333cc4354e5eb6

View File

@ -18,7 +18,7 @@
%define oname com.github.johnfactotum.Foliate %define oname com.github.johnfactotum.Foliate
Name: foliate Name: foliate
Version: 2.0.0 Version: 2.1.1
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
@ -46,14 +46,19 @@ A simple and modern GTK eBook viewer, built with GJS and Epub.js.
%install %install
%meson_install %meson_install
find {README.md,COPYING} -type f -perm /111 -exec chmod 644 {} \; find {README.md,COPYING} -type f -perm /111 -exec chmod 644 {} \;
find %{buildroot}/%{_datadir}/. -type f -executable -exec chmod -x "{}" \; find %{buildroot}/%{_datadir}/. -type f -executable -exec chmod -x "{}" \;
for file in %{buildroot}%{_datadir}/%{name}/assets/KindleUnpack/*; do rm %{buildroot}/%{_datadir}/com.github.johnfactotum.Foliate/assets/.eslintrc.json
for file in %{buildroot}%{_datadir}/com.github.johnfactotum.Foliate/assets/KindleUnpack/*; do
chmod a-x $file chmod a-x $file
done done
pushd %{buildroot}%{_datadir}/%{name}/assets/KindleUnpack/
sed -i -e '/^#!\//, 1d' *.py pushd %{buildroot}%{_datadir}/com.github.johnfactotum.Foliate/assets/KindleUnpack/
sed -i -e '/^#!/, 1d' *.py
popd popd
%find_lang %{oname} --with-gnome %find_lang %{oname} --with-gnome
%files %files
@ -61,7 +66,7 @@ popd
%doc README.md %doc README.md
%{_bindir}/%{oname} %{_bindir}/%{oname}
%{_datadir}/applications/ %{_datadir}/applications/
%{_datadir}/%{name} %{_datadir}/com.github.johnfactotum.Foliate
%{_datadir}/glib-2.0/schemas/ %{_datadir}/glib-2.0/schemas/
%{_datadir}/metainfo/ %{_datadir}/metainfo/
%{_datadir}/icons/hicolor/ %{_datadir}/icons/hicolor/