From fcbfd8177331c64a84c081c211f968845afa3e56d2ea6160169b8f0f284e285b Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 6 Jul 2020 07:46:03 +0000 Subject: [PATCH 1/4] Accepting request 818418 from home:Charadon:branches:GNOME:Apps - Fixed dependency issue - Added symlink "foliate" targetting main binary. ================= I tried gobject-introspection, and unfortunately it does NOT fix the issue of not getting dependencies. I don't know if other dependencies are missing still, all I know is that if this one (webkit) was missing, the program would refuse to launch. As for the .changes file, let me know how to actually format that, because I can't for the life of me figure out what i'm doing wrong compared to the ones before me. OBS-URL: https://build.opensuse.org/request/show/818418 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/foliate?expand=0&rev=31 --- foliate.changes | 6 ++++++ foliate.spec | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/foliate.changes b/foliate.changes index 7ef6a88..8edd53b 100644 --- a/foliate.changes +++ b/foliate.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jul 2 22:31:18 UTC 2020 - Scott Young + +- Fixed dependency issue +- Added symlink "foliate" targetting main binary. + ------------------------------------------------------------------- Thu Jul 2 08:26:09 UTC 2020 - Dead Mozay diff --git a/foliate.spec b/foliate.spec index 7d367fd..5858c91 100644 --- a/foliate.spec +++ b/foliate.spec @@ -32,6 +32,8 @@ BuildRequires: meson BuildRequires: pkgconfig BuildRequires: pkgconfig(gjs-1.0) BuildRequires: pkgconfig(glib-2.0) +BuildRequires: gobject-introspection +Requires: typelib(WebKit2) BuildArch: noarch %description @@ -61,10 +63,13 @@ popd %find_lang %{oname} --with-gnome +ln -sr %{buildroot}/%{_bindir}/%{oname} %{buildroot}/%{_bindir}/%{name} + %files %license COPYING %doc README.md %{_bindir}/%{oname} +%{_bindir}/%{name} %{_datadir}/applications/ %{_datadir}/com.github.johnfactotum.Foliate %{_datadir}/glib-2.0/schemas/ From 628916920d27569199c7d2284498b6eae153c42c180e144f43ccb7fd50b262c8 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 6 Jul 2020 07:46:42 +0000 Subject: [PATCH 2/4] Accepting request 818932 from home:Dead_Mozay Update to 2.4.1 OBS-URL: https://build.opensuse.org/request/show/818932 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/foliate?expand=0&rev=32 --- _service | 2 +- foliate-2.4.0.obscpio | 3 --- foliate-2.4.1.obscpio | 3 +++ foliate.changes | 6 ++++++ foliate.obsinfo | 6 +++--- foliate.spec | 2 +- 6 files changed, 14 insertions(+), 8 deletions(-) delete mode 100644 foliate-2.4.0.obscpio create mode 100644 foliate-2.4.1.obscpio diff --git a/_service b/_service index 18b10b9..95d265c 100644 --- a/_service +++ b/_service @@ -4,7 +4,7 @@ foliate https://github.com/johnfactotum/foliate.git git - refs/tags/2.4.0 + refs/tags/2.4.1 @PARENT_TAG@+@TAG_OFFSET@ (.*)\+0 \1 diff --git a/foliate-2.4.0.obscpio b/foliate-2.4.0.obscpio deleted file mode 100644 index bc7c575..0000000 --- a/foliate-2.4.0.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:13c9dfe49f533ea057ed63397aa8f9b07897741341a3a7f3e0a4d75fef188494 -size 8963085 diff --git a/foliate-2.4.1.obscpio b/foliate-2.4.1.obscpio new file mode 100644 index 0000000..f5e3a27 --- /dev/null +++ b/foliate-2.4.1.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e52ee5a42a02359edfec191a313b56c29a4a4190d77646d6b93ea6550d566908 +size 8971789 diff --git a/foliate.changes b/foliate.changes index 8edd53b..74bb344 100644 --- a/foliate.changes +++ b/foliate.changes @@ -4,6 +4,12 @@ Thu Jul 2 22:31:18 UTC 2020 - Scott Young - Fixed dependency issue - Added symlink "foliate" targetting main binary. +------------------------------------------------------------------- +Mon Jul 6 06:50:18 UTC 2020 - Dead Mozay + +- Update to version 2.4.1: + * Fixed unable to open Mobipocket files + ------------------------------------------------------------------- Thu Jul 2 08:26:09 UTC 2020 - Dead Mozay diff --git a/foliate.obsinfo b/foliate.obsinfo index 322d299..e4ea06a 100644 --- a/foliate.obsinfo +++ b/foliate.obsinfo @@ -1,5 +1,5 @@ name: foliate -version: 2.4.0 -mtime: 1593673556 -commit: 9b5169563925f16a197451616e6aa84ce4745749 +version: 2.4.1 +mtime: 1594012719 +commit: 4945f5de925f1d48946926e80a28f24b74dc1849 diff --git a/foliate.spec b/foliate.spec index 5858c91..a7144f8 100644 --- a/foliate.spec +++ b/foliate.spec @@ -19,7 +19,7 @@ %global __requires_exclude typelib\\(Handy\\) = 1 %define oname com.github.johnfactotum.Foliate Name: foliate -Version: 2.4.0 +Version: 2.4.1 Release: 0 Summary: A GTK eBook reader License: GPL-3.0-only From 59c9f2ac6b807001264724143c91846383f0235bf63e9c5b5974526e63839139 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 6 Jul 2020 07:47:10 +0000 Subject: [PATCH 3/4] OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/foliate?expand=0&rev=33 --- foliate.changes | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/foliate.changes b/foliate.changes index 74bb344..f5c3049 100644 --- a/foliate.changes +++ b/foliate.changes @@ -1,15 +1,15 @@ -------------------------------------------------------------------- -Thu Jul 2 22:31:18 UTC 2020 - Scott Young - -- Fixed dependency issue -- Added symlink "foliate" targetting main binary. - ------------------------------------------------------------------- Mon Jul 6 06:50:18 UTC 2020 - Dead Mozay - Update to version 2.4.1: * Fixed unable to open Mobipocket files +------------------------------------------------------------------- +Thu Jul 2 22:31:18 UTC 2020 - Scott Young + +- Fixed dependency issue +- Added symlink "foliate" targetting main binary. + ------------------------------------------------------------------- Thu Jul 2 08:26:09 UTC 2020 - Dead Mozay From 5ea684fac679482a788afe528149bf839929627f8746dd86fca51228d502b00e Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 10 Jul 2020 10:05:07 +0000 Subject: [PATCH 4/4] Accepting request 818960 from home:Dead_Mozay - Update to version 2.4.2: * Fixed unable to open some EPUB files OBS-URL: https://build.opensuse.org/request/show/818960 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/foliate?expand=0&rev=34 --- _service | 2 +- foliate-2.4.1.obscpio | 3 --- foliate-2.4.2.obscpio | 3 +++ foliate.changes | 6 ++++++ foliate.obsinfo | 6 +++--- foliate.spec | 6 +++--- 6 files changed, 16 insertions(+), 10 deletions(-) delete mode 100644 foliate-2.4.1.obscpio create mode 100644 foliate-2.4.2.obscpio diff --git a/_service b/_service index 95d265c..0d848df 100644 --- a/_service +++ b/_service @@ -4,7 +4,7 @@ foliate https://github.com/johnfactotum/foliate.git git - refs/tags/2.4.1 + refs/tags/2.4.2 @PARENT_TAG@+@TAG_OFFSET@ (.*)\+0 \1 diff --git a/foliate-2.4.1.obscpio b/foliate-2.4.1.obscpio deleted file mode 100644 index f5e3a27..0000000 --- a/foliate-2.4.1.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e52ee5a42a02359edfec191a313b56c29a4a4190d77646d6b93ea6550d566908 -size 8971789 diff --git a/foliate-2.4.2.obscpio b/foliate-2.4.2.obscpio new file mode 100644 index 0000000..6e96d71 --- /dev/null +++ b/foliate-2.4.2.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7572be2a6c720e7cf932eb2aa100b46d02101d70e5915d26d77ce8d0f9032327 +size 8974861 diff --git a/foliate.changes b/foliate.changes index f5c3049..1e9eee9 100644 --- a/foliate.changes +++ b/foliate.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jul 6 08:10:23 UTC 2020 - Dead Mozay + +- Update to version 2.4.2: + * Fixed unable to open some EPUB files + ------------------------------------------------------------------- Mon Jul 6 06:50:18 UTC 2020 - Dead Mozay diff --git a/foliate.obsinfo b/foliate.obsinfo index e4ea06a..b8da848 100644 --- a/foliate.obsinfo +++ b/foliate.obsinfo @@ -1,5 +1,5 @@ name: foliate -version: 2.4.1 -mtime: 1594012719 -commit: 4945f5de925f1d48946926e80a28f24b74dc1849 +version: 2.4.2 +mtime: 1594020958 +commit: 911b58d518e95c095f99c7eae5774ff171dee56b diff --git a/foliate.spec b/foliate.spec index a7144f8..d5014d2 100644 --- a/foliate.spec +++ b/foliate.spec @@ -19,7 +19,7 @@ %global __requires_exclude typelib\\(Handy\\) = 1 %define oname com.github.johnfactotum.Foliate Name: foliate -Version: 2.4.1 +Version: 2.4.2 Release: 0 Summary: A GTK eBook reader License: GPL-3.0-only @@ -28,12 +28,12 @@ URL: https://johnfactotum.github.io/foliate/ Source: %{name}-%{version}.tar.gz BuildRequires: fdupes BuildRequires: gcc-c++ +BuildRequires: gobject-introspection BuildRequires: meson BuildRequires: pkgconfig BuildRequires: pkgconfig(gjs-1.0) BuildRequires: pkgconfig(glib-2.0) -BuildRequires: gobject-introspection -Requires: typelib(WebKit2) +Requires: typelib(WebKit2) BuildArch: noarch %description