Accepting request 712451 from home:Dead_Mozay

Update to version 1.3.1

OBS-URL: https://build.opensuse.org/request/show/712451
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/foliate?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2019-07-02 09:55:21 +00:00 committed by Git OBS Bridge
parent 6796ec1d9f
commit 800fdfb8ae
7 changed files with 22 additions and 10 deletions

View File

@ -5,7 +5,7 @@
<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="version">git-master</param> <param name="version">git-master</param>
<param name="versionformat">1.3.0</param> <param name="versionformat">1.3.1</param>
<param name="revision">master</param> <param name="revision">master</param>
<param name="changesgenerate">enable</param> <param name="changesgenerate">enable</param>
<param name="changesauthor">dead_mozay@opensuse.org</param> <param name="changesauthor">dead_mozay@opensuse.org</param>

View File

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

View File

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

3
foliate-1.3.1.obscpio Normal file
View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Jun 29 02:49:00 UTC 2019 - dead_mozay@opensuse.org
- Update to version 1.3.1:
* Remove unnecessary set_value call
* Update Russian translation (#90)
* Update Italian translation (#89)
* Update Brazilian Portuguese translation (#84)
* Update Russian translation (#83)
* Updated Dutch translation (#82)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 18 09:15:34 UTC 2019 - dead_mozay@opensuse.org Tue Jun 18 09:15:34 UTC 2019 - dead_mozay@opensuse.org

View File

@ -1,5 +1,5 @@
name: foliate name: foliate
version: 1.3.0 version: 1.3.1
mtime: 1560847373 mtime: 1561764019
commit: 526ccc6678a786c431c32ffc5549837cb2b4c5d4 commit: b472cb678e13f0f3b2e5804d1cafb93bc0809896

View File

@ -18,7 +18,7 @@
%define oname com.github.johnfactotum.Foliate %define oname com.github.johnfactotum.Foliate
Name: foliate Name: foliate
Version: 1.3.0 Version: 1.3.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,7 +46,8 @@ A simple and modern GTK eBook viewer, built with GJS and Epub.js.
%install %install
%meson_install %meson_install
find README.md -type f -perm /111 -exec chmod 644 {} \; find {README.md,COPYING} -type f -perm /111 -exec chmod 644 {} \;
find %{buildroot}%{_datadir}/* -type f -perm /111 -exec chmod 644 {} \;
%find_lang %{oname} --with-gnome %find_lang %{oname} --with-gnome
%files %files