Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package zathura for openSUSE:Factory checked 
in at 2024-01-03 12:32:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zathura (Old)
 and      /work/SRC/openSUSE:Factory/.zathura.new.28375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zathura"

Wed Jan  3 12:32:39 2024 rev:20 rq:1136435 version:0.5.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/zathura/zathura.changes  2022-12-08 
16:52:18.567828478 +0100
+++ /work/SRC/openSUSE:Factory/.zathura.new.28375/zathura.changes       
2024-01-03 12:33:15.265601990 +0100
@@ -1,0 +2,7 @@
+Sun Dec 31 11:47:11 UTC 2023 - Joshua Smith <jsmith...@gmail.com>
+
+- update to 0.5.4:
+  * Various fixes and improvements
+- added no-parallel-xvfb.patch from ALT
+
+-------------------------------------------------------------------

Old:
----
  zathura-0.5.2.tar.xz

New:
----
  no-parallel-xvfb.patch
  zathura-0.5.4.tar.xz

BETA DEBUG BEGIN:
  New:  * Various fixes and improvements
- added no-parallel-xvfb.patch from ALT
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ zathura.spec ++++++
--- /var/tmp/diff_new_pack.Nk7bxL/_old  2024-01-03 12:33:15.689617504 +0100
+++ /var/tmp/diff_new_pack.Nk7bxL/_new  2024-01-03 12:33:15.689617504 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package zathura
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,13 @@
 
 
 Name:           zathura
-Version:        0.5.2
+Version:        0.5.4
 Release:        0
 Summary:        A customizable document viewer
 License:        Zlib
 URL:            https://pwmt.org/projects/zathura/
 Source:         %{url}/download/%{name}-%{version}.tar.xz
+Patch0:         no-parallel-xvfb.patch
 BuildRequires:  appstream-glib
 BuildRequires:  cmake
 BuildRequires:  desktop-file-utils
@@ -32,9 +33,10 @@
 BuildRequires:  pkgconfig
 BuildRequires:  python3-Sphinx
 BuildRequires:  rsvg-convert
+BuildRequires:  xvfb-run
 BuildRequires:  zsh
 BuildRequires:  pkgconfig(check)
-BuildRequires:  pkgconfig(girara-gtk3) >= 0.3.7
+BuildRequires:  pkgconfig(girara-gtk3) >= 0.4.1
 BuildRequires:  pkgconfig(libseccomp)
 BuildRequires:  pkgconfig(sqlite3)
 Recommends:     %{name}-lang
@@ -88,6 +90,7 @@
 
 %prep
 %setup -q
+%patch -p1 0
 
 %build
 export CFLAGS="%{optflags}"

++++++ no-parallel-xvfb.patch ++++++
 tests/meson.build | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/tests/meson.build b/tests/meson.build
index 1b2e81a..6b4ff87 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -43,7 +43,8 @@ if check.found()
     )
     test('session', xvfb,
       args: ['-a', '-s', '-screen 0 1400x900x24 -ac +extension GLX +render 
-noreset', session],
-      timeout: 60*60
+      timeout: 60*60,
+      is_parallel: false
     )
 
     if seccomp.found()
@@ -54,7 +55,8 @@ if check.found()
       )
       test('sandbox', xvfb,
         args: ['-a', '-s', '-screen 0 1400x900x24 -ac +extension GLX +render 
-noreset', sandbox],
-        timeout: 60*60
+        timeout: 60*60,
+        is_parallel: false
       )
     endif
   endif

++++++ zathura-0.5.2.tar.xz -> zathura-0.5.4.tar.xz ++++++
++++ 23762 lines of diff (skipped)

Reply via email to