Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gap-browse for openSUSE:Factory checked in at 2026-05-15 23:55:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gap-browse (Old) and /work/SRC/openSUSE:Factory/.gap-browse.new.1966 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gap-browse" Fri May 15 23:55:59 2026 rev:5 rq:1353367 version:1.8.22 Changes: -------- --- /work/SRC/openSUSE:Factory/gap-browse/gap-browse.changes 2025-06-06 22:42:33.235553355 +0200 +++ /work/SRC/openSUSE:Factory/.gap-browse.new.1966/gap-browse.changes 2026-05-15 23:57:13.114268155 +0200 @@ -1,0 +2,7 @@ +Fri May 15 08:24:57 UTC 2026 - Jan Engelhardt <[email protected]> + +- Update to release 1.8.22 + * Fixed C prototypes for functions with no argument. + * Fixed an incompatibility with ncurses 6.5. + +------------------------------------------------------------------- Old: ---- Browse-1.8.21.tar.xz sanitize_source.sh New: ---- Browse-1.8.22.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gap-browse.spec ++++++ --- /var/tmp/diff_new_pack.I354v8/_old 2026-05-15 23:57:13.742294007 +0200 +++ /var/tmp/diff_new_pack.I354v8/_new 2026-05-15 23:57:13.742294007 +0200 @@ -1,7 +1,7 @@ # # spec file for package gap-browse # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: gap-browse -Version: 1.8.21 +Version: 1.8.22 Release: 0 Summary: GAP: ncurses interface and browsing applications License: GPL-3.0-or-later ++++++ Browse-1.8.21.tar.xz -> Browse-1.8.22.tar.xz ++++++ ++++ 2380 lines of diff (skipped) ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.I354v8/_old 2026-05-15 23:57:14.082308004 +0200 +++ /var/tmp/diff_new_pack.I354v8/_new 2026-05-15 23:57:14.090308333 +0200 @@ -1,5 +1,5 @@ -mtime: 1749149693 -commit: 1dc5093b57d9246a898d2d42a357d5eeab60ea96e4c0df56623105202df862df +mtime: 1778833571 +commit: 33d757b1bb730dd5d9a70e436800b8213463f73e5ad3b4403b2fa20df9422f5e url: https://src.opensuse.org/jengelh/gap-browse revision: master ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sanitize_source.sh new/sanitize_source.sh --- old/sanitize_source.sh 1970-01-01 01:00:00.000000000 +0100 +++ new/sanitize_source.sh 2026-05-15 10:26:11.000000000 +0200 @@ -0,0 +1,7 @@ +#!/bin/sh -ex +v="1.8.22" +wget -c "https://www.math.rwth-aachen.de/homes/Browse/Browse-$v.tar.bz2" +tar -xf "Browse-$v.tar.bz2" +# Delete CC-BY-NC files +rm -Rf "Browse-$v/bibl" +find "Browse-$v" -print0 | sort -z | tar --use=xz --null -T- -cf "Browse-$v.tar.xz" "Browse-$v/" ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-05-15 10:26:11.000000000 +0200 @@ -0,0 +1 @@ +.osc diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sanitize_source.sh new/sanitize_source.sh --- old/sanitize_source.sh 1970-01-01 01:00:00.000000000 +0100 +++ new/sanitize_source.sh 2026-05-15 10:26:11.000000000 +0200 @@ -0,0 +1,7 @@ +#!/bin/sh -ex +v="1.8.22" +wget -c "https://www.math.rwth-aachen.de/homes/Browse/Browse-$v.tar.bz2" +tar -xf "Browse-$v.tar.bz2" +# Delete CC-BY-NC files +rm -Rf "Browse-$v/bibl" +find "Browse-$v" -print0 | sort -z | tar --use=xz --null -T- -cf "Browse-$v.tar.xz" "Browse-$v/"
