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 2023-10-29 19:39:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/post-build-checks (Old)
 and      /work/SRC/openSUSE:Factory/.post-build-checks.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "post-build-checks"

Sun Oct 29 19:39:51 2023 rev:113 rq:1120752 version:84.87+git20231027.ea7097f

Changes:
--------
--- /work/SRC/openSUSE:Factory/post-build-checks/post-build-checks.changes      
2023-10-25 18:00:58.358341801 +0200
+++ 
/work/SRC/openSUSE:Factory/.post-build-checks.new.17445/post-build-checks.changes
   2023-10-29 19:40:05.711654446 +0100
@@ -1,0 +2,6 @@
+Fri Oct 27 08:31:23 UTC 2023 - [email protected]
+
+- Update to version 84.87+git20231027.ea7097f:
+  * Avoid test on unset variables
+
+-------------------------------------------------------------------

Old:
----
  post-build-checks-84.87+git20231024.7161a8a.tar.xz

New:
----
  post-build-checks-84.87+git20231027.ea7097f.tar.xz

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

Other differences:
------------------
++++++ post-build-checks.spec ++++++
--- /var/tmp/diff_new_pack.XkZ1JJ/_old  2023-10-29 19:40:06.351677730 +0100
+++ /var/tmp/diff_new_pack.XkZ1JJ/_new  2023-10-29 19:40:06.351677730 +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+git20231024.7161a8a
+Version:        84.87+git20231027.ea7097f
 Release:        0
 PreReq:         aaa_base
 PreReq:         permissions

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.XkZ1JJ/_old  2023-10-29 19:40:06.387679040 +0100
+++ /var/tmp/diff_new_pack.XkZ1JJ/_new  2023-10-29 19:40:06.391679185 +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">7161a8ab400570d14fc74ea5c30aabdf8a686cb7</param></service></servicedata>
+              <param 
name="changesrevision">ea7097f7d99371db283e7cf1ce997150cdd5702b</param></service></servicedata>
 (No newline at EOF)
 

++++++ post-build-checks-84.87+git20231024.7161a8a.tar.xz -> 
post-build-checks-84.87+git20231027.ea7097f.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/post-build-checks-84.87+git20231024.7161a8a/suse-buildsystem.sh 
new/post-build-checks-84.87+git20231027.ea7097f/suse-buildsystem.sh
--- old/post-build-checks-84.87+git20231024.7161a8a/suse-buildsystem.sh 
2023-10-24 10:55:33.000000000 +0200
+++ new/post-build-checks-84.87+git20231027.ea7097f/suse-buildsystem.sh 
2023-10-27 10:31:13.000000000 +0200
@@ -49,9 +49,9 @@
         unset SOURCE_DATE_EPOCH
     else
         export SOURCE_DATE_EPOCH
-    fi
-    if test "$SOURCE_DATE_EPOCH" -ge "$(date '+%s')" ; then
-        echo "ERROR SOURCE_DATE_EPOCH is in the future, clamping mtime if used 
might fail in hard to notice way, returning error" >&2
-        exit 1
+        if test "$SOURCE_DATE_EPOCH" -ge "$(date '+%s')" ; then
+            echo "ERROR SOURCE_DATE_EPOCH is in the future, clamping mtime if 
used might fail in hard to notice way, returning error" >&2
+            exit 1
+        fi
     fi
 fi

Reply via email to