From 800fdfb8aea83097df2d309e075f2885b84b713da6362d1328017f567a5ddcd2 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 2 Jul 2019 09:55:21 +0000 Subject: [PATCH] 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 --- _service | 2 +- _servicedata | 2 +- foliate-1.3.0.obscpio | 3 --- foliate-1.3.1.obscpio | 3 +++ foliate.changes | 11 +++++++++++ foliate.obsinfo | 6 +++--- foliate.spec | 5 +++-- 7 files changed, 22 insertions(+), 10 deletions(-) delete mode 100644 foliate-1.3.0.obscpio create mode 100644 foliate-1.3.1.obscpio diff --git a/_service b/_service index ccb620b..d08c69e 100644 --- a/_service +++ b/_service @@ -5,7 +5,7 @@ https://github.com/johnfactotum/foliate.git git git-master - 1.3.0 + 1.3.1 master enable dead_mozay@opensuse.org diff --git a/_servicedata b/_servicedata index 9382d9d..c67dd6a 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/johnfactotum/foliate.git - 526ccc6678a786c431c32ffc5549837cb2b4c5d4 \ No newline at end of file + b472cb678e13f0f3b2e5804d1cafb93bc0809896 \ No newline at end of file diff --git a/foliate-1.3.0.obscpio b/foliate-1.3.0.obscpio deleted file mode 100644 index d755bf5..0000000 --- a/foliate-1.3.0.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4462779eda74ddd93781f12354c252d527b872c2193ace618819ca55da41310 -size 2951180 diff --git a/foliate-1.3.1.obscpio b/foliate-1.3.1.obscpio new file mode 100644 index 0000000..4d2fcf5 --- /dev/null +++ b/foliate-1.3.1.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8078ebcfeefac5ded0410effe6e339339acac5e42f7b397ef971c4a73f02d28 +size 2954252 diff --git a/foliate.changes b/foliate.changes index 3e50417..ab72336 100644 --- a/foliate.changes +++ b/foliate.changes @@ -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 diff --git a/foliate.obsinfo b/foliate.obsinfo index a32af06..82cd0f2 100644 --- a/foliate.obsinfo +++ b/foliate.obsinfo @@ -1,5 +1,5 @@ name: foliate -version: 1.3.0 -mtime: 1560847373 -commit: 526ccc6678a786c431c32ffc5549837cb2b4c5d4 +version: 1.3.1 +mtime: 1561764019 +commit: b472cb678e13f0f3b2e5804d1cafb93bc0809896 diff --git a/foliate.spec b/foliate.spec index d33fc68..7b3d3ca 100644 --- a/foliate.spec +++ b/foliate.spec @@ -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