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:
parent
6796ec1d9f
commit
800fdfb8ae
2
_service
2
_service
@ -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.3.0</param>
|
||||
<param name="versionformat">1.3.1</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="changesauthor">dead_mozay@opensuse.org</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/johnfactotum/foliate.git</param>
|
||||
<param name="changesrevision">526ccc6678a786c431c32ffc5549837cb2b4c5d4</param></service></servicedata>
|
||||
<param name="changesrevision">b472cb678e13f0f3b2e5804d1cafb93bc0809896</param></service></servicedata>
|
@ -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
3
foliate-1.3.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a8078ebcfeefac5ded0410effe6e339339acac5e42f7b397ef971c4a73f02d28
|
||||
size 2954252
|
@ -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
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: foliate
|
||||
version: 1.3.0
|
||||
mtime: 1560847373
|
||||
commit: 526ccc6678a786c431c32ffc5549837cb2b4c5d4
|
||||
version: 1.3.1
|
||||
mtime: 1561764019
|
||||
commit: b472cb678e13f0f3b2e5804d1cafb93bc0809896
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define oname com.github.johnfactotum.Foliate
|
||||
Name: foliate
|
||||
Version: 1.3.0
|
||||
Version: 1.3.1
|
||||
Release: 0
|
||||
Summary: A simple and modern GTK eBook reader
|
||||
License: GPL-3.0-only
|
||||
@ -46,7 +46,8 @@ A simple and modern GTK eBook viewer, built with GJS and Epub.js.
|
||||
|
||||
%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
|
||||
|
||||
%files
|
||||
|
Loading…
x
Reference in New Issue
Block a user