commit post-build-checks for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package post-build-checks for openSUSE:Factory checked in at 2024-03-29 13:08:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/post-build-checks (Old) and /work/SRC/openSUSE:Factory/.post-build-checks.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "post-build-checks" Fri Mar 29 13:08:56 2024 rev:117 rq:1162852 version:84.87+git20240327.7996a0f Changes: -------- --- /work/SRC/openSUSE:Factory/post-build-checks/post-build-checks.changes 2024-02-22 20:56:17.486298746 +0100 +++ /work/SRC/openSUSE:Factory/.post-build-checks.new.1905/post-build-checks.changes 2024-03-29 13:08:57.466719836 +0100 @@ -1,0 +2,6 @@ +Wed Mar 27 09:38:48 UTC 2024 - ro@suse.com + +- Update to version 84.87+git20240327.7996a0f: + * Guard against "integer expression expected" error + +------------------------------------------------------------------- Old: ---- post-build-checks-84.87+git20240215.a1dbe5c.tar.xz New: ---- post-build-checks-84.87+git20240327.7996a0f.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ post-build-checks.spec ++++++ --- /var/tmp/diff_new_pack.1SFqzr/_old 2024-03-29 13:08:59.506794822 +0100 +++ /var/tmp/diff_new_pack.1SFqzr/_new 2024-03-29 13:08:59.518795263 +0100 @@ -20,7 +20,7 @@ Summary: post checks for build after rpms have been created License: GPL-2.0-or-later Group: Development/Tools/Building -Version: 84.87+git20240215.a1dbe5c +Version: 84.87+git20240327.7996a0f Release: 0 PreReq: aaa_base PreReq: permissions ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.1SFqzr/_old 2024-03-29 13:08:59.770804525 +0100 +++ /var/tmp/diff_new_pack.1SFqzr/_new 2024-03-29 13:08:59.774804673 +0100 @@ -4,6 +4,6 @@ <param name="changesrevision">9a72096c56008474c812a087e25d6e84eb357297</param></service> <service name="tar_scm"> <param name="url">https://github.com/openSUSE/post-build-checks.git</param> - <param name="changesrevision">a1dbe5c6ce3965f87e9cca18bacbe9977a1fcf7c</param></service></servicedata> + <param name="changesrevision">73dbdbc1f8b89bd5959d150203dc57a93132bc20</param></service></servicedata> (No newline at EOF) ++++++ post-build-checks-84.87+git20240215.a1dbe5c.tar.xz -> post-build-checks-84.87+git20240327.7996a0f.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/post-build-checks-84.87+git20240215.a1dbe5c/suse-buildsystem.sh new/post-build-checks-84.87+git20240327.7996a0f/suse-buildsystem.sh --- old/post-build-checks-84.87+git20240215.a1dbe5c/suse-buildsystem.sh 2024-02-15 14:52:08.000000000 +0100 +++ new/post-build-checks-84.87+git20240327.7996a0f/suse-buildsystem.sh 2024-03-27 10:38:02.000000000 +0100 @@ -50,7 +50,8 @@ export SOURCE_DATE_EPOCH_MTIME export SOURCE_DATE_EPOCH fi - if test "$SOURCE_DATE_EPOCH_MTIME" -ge "$(date '+%s')" ; then + if [ -n "$SOURCE_DATE_EPOCH_MTIME" ] && + [ "$SOURCE_DATE_EPOCH_MTIME" -ge "$(date '+%s')" ]; then echo "WARNING SOURCE_DATE_EPOCH_MTIME is in the future, we assume you do not use clamping of mtime, it would fail in hard to notice ways, continuing" >&2 fi fi
participants (1)
-
Source-Sync