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-08-08 10:58:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zathura (Old)
 and      /work/SRC/openSUSE:Factory/.zathura.new.7232 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zathura"

Thu Aug  8 10:58:38 2024 rev:23 rq:1192489 version:0.5.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/zathura/zathura.changes  2024-06-18 
22:52:40.232170780 +0200
+++ /work/SRC/openSUSE:Factory/.zathura.new.7232/zathura.changes        
2024-08-08 10:59:10.645541684 +0200
@@ -1,0 +2,15 @@
+Tue Aug  6 11:56:44 UTC 2024 - Jan Kužílek <jan.kuzi...@suse.com>
+
+- Update no-parallel-xvfb.patch to current version
+- Update to 0.5.8:
+  * Bump plugin ABI
+- Update to 0.5.7:
+  * Split sandbox functionality into separate zathura-sandbox binary
+  * Split off new command bjump from blist
+  * Add initial landlock support to sandbox
+  * Fix repeated search
+  * Implement jumplist command
+  * Fix issues with document with multiple page sizes
+  * Various fixes and improvements
+
+-------------------------------------------------------------------

Old:
----
  zathura-0.5.6.tar.xz

New:
----
  zathura-0.5.8.tar.xz

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

Other differences:
------------------
++++++ zathura.spec ++++++
--- /var/tmp/diff_new_pack.fZ7XyF/_old  2024-08-08 10:59:11.081559608 +0200
+++ /var/tmp/diff_new_pack.fZ7XyF/_new  2024-08-08 10:59:11.081559608 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           zathura
-Version:        0.5.6
+Version:        0.5.8
 Release:        0
 Summary:        A customizable document viewer
 License:        Zlib
@@ -116,8 +116,10 @@
 %license LICENSE
 %doc README.md AUTHORS
 %{_bindir}/%{name}
+%{_bindir}/%{name}-sandbox
 %{_datadir}/dbus-1/interfaces/org.pwmt.%{name}.xml
 %{_mandir}/man1/%{name}.1%{?ext_man}
+%{_mandir}/man1/%{name}-sandbox.1%{?ext_man}
 %{_mandir}/man5/%{name}rc.5%{?ext_man}
 %{_datadir}/applications/org.pwmt.zathura.desktop
 %{_datadir}/icons/hicolor/*/apps/org.pwmt.zathura.*

++++++ no-parallel-xvfb.patch ++++++
--- /var/tmp/diff_new_pack.fZ7XyF/_old  2024-08-08 10:59:11.105560595 +0200
+++ /var/tmp/diff_new_pack.fZ7XyF/_new  2024-08-08 10:59:11.109560759 +0200
@@ -1,28 +1,24 @@
- tests/meson.build | 6 ++++--
- 1 file changed, 4 insertions(+), 2 deletions(-)
+ tests/meson.build | 2 ++
+ 1 file changed, 2 insertions(+)
 
 diff --git a/tests/meson.build b/tests/meson.build
-index 10531a5..85c1a67 100644
+index d2df447..f7c3e85 100644
 --- a/tests/meson.build
 +++ b/tests/meson.build
-@@ -52,7 +52,8 @@ if check.found()
-     )
+@@ -66,6 +66,7 @@ if get_option('tests').allowed()
      test('session', xvfb,
        args: xvfb_args + [session],
--      timeout: 60*60
-+      timeout: 60*60,
-+      is_parallel: false
-     )
- 
-     if seccomp.found()
-@@ -63,7 +64,8 @@ if check.found()
-       )
+       timeout: 60*60,
++      is_parallel: false,
+       protocol: 'tap',
+       env: [
+         'G_TEST_SRCDIR=@0@'.format(meson.current_source_dir()),
+@@ -86,6 +87,7 @@ if get_option('tests').allowed()
        test('sandbox', xvfb,
          args: xvfb_args + [sandbox],
--        timeout: 60*60
-+        timeout: 60*60,
-+        is_parallel: false
-       )
-     endif
-   endif
+         timeout: 60*60,
++        is_parallel: false,
+         protocol: 'tap',
+         env: [
+           'G_TEST_SRCDIR=@0@'.format(meson.current_source_dir()),
 

++++++ zathura-0.5.6.tar.xz -> zathura-0.5.8.tar.xz ++++++
++++ 37458 lines of diff (skipped)

Reply via email to