Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory 
checked in at 2026-06-03 20:20:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aaa_base (Old)
 and      /work/SRC/openSUSE:Factory/.aaa_base.new.1937 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aaa_base"

Wed Jun  3 20:20:26 2026 rev:518 rq:1356655 version:84.87+git20260602.e901e17e

Changes:
--------
--- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes        2026-06-01 
17:59:22.314791889 +0200
+++ /work/SRC/openSUSE:Factory/.aaa_base.new.1937/aaa_base.changes      
2026-06-03 20:20:30.276414794 +0200
@@ -1,0 +2,6 @@
+Tue Jun 02 08:30:41 UTC 2026 - [email protected]
+
+- Update to version 84.87+git20260602.e901e17e:
+  * Fix a typo + follow symlinks in alljava
+
+-------------------------------------------------------------------

Old:
----
  aaa_base-84.87+git20260529.c4391e5.tar

New:
----
  aaa_base-84.87+git20260602.e901e17e.tar

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

Other differences:
------------------
++++++ aaa_base.spec ++++++
--- /var/tmp/diff_new_pack.hI0bRh/_old  2026-06-03 20:20:31.872481005 +0200
+++ /var/tmp/diff_new_pack.hI0bRh/_new  2026-06-03 20:20:31.876481171 +0200
@@ -33,7 +33,7 @@
 %endif
 
 Name:           aaa_base
-Version:        84.87+git20260529.c4391e5%{git_version}
+Version:        84.87+git20260602.e901e17e%{git_version}
 Release:        0
 Summary:        openSUSE Base Package
 License:        GPL-2.0-or-later

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.hI0bRh/_old  2026-06-03 20:20:31.956484490 +0200
+++ /var/tmp/diff_new_pack.hI0bRh/_new  2026-06-03 20:20:31.960484656 +0200
@@ -1,7 +1,7 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/openSUSE/aaa_base.git</param>
-              <param 
name="changesrevision">c4391e5bc4a6c73a40e8a6d11f3a43af9145d995</param></service>
+              <param 
name="changesrevision">e901e17e5a1a312325da19cccd46e4fdfa418962</param></service>
 </servicedata>
 (No newline at EOF)
 

++++++ aaa_base-84.87+git20260529.c4391e5.tar -> 
aaa_base-84.87+git20260602.e901e17e.tar ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-84.87+git20260529.c4391e5/files/usr/etc/profile.d/alljava.csh 
new/aaa_base-84.87+git20260602.e901e17e/files/usr/etc/profile.d/alljava.csh
--- old/aaa_base-84.87+git20260529.c4391e5/files/usr/etc/profile.d/alljava.csh  
2026-05-29 14:58:09.000000000 +0200
+++ new/aaa_base-84.87+git20260602.e901e17e/files/usr/etc/profile.d/alljava.csh 
2026-06-02 10:28:34.000000000 +0200
@@ -14,11 +14,13 @@
     alts -t java >& /dev/null
     if ( $? == 0 ) then
         set JAVA_TARGET `alts -t java`
+        set JAVA_TARGET `realpath $JAVA_TARGET`
     endif
 
     alts -t javac >& /dev/null
     if ( $? == 0 ) then
         set JAVAC_TARGET `alts -t javac`
+        set JAVAC_TARGET `realpath $JAVAC_TARGET`
     endif
 endif
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-84.87+git20260529.c4391e5/files/usr/etc/profile.d/alljava.sh 
new/aaa_base-84.87+git20260602.e901e17e/files/usr/etc/profile.d/alljava.sh
--- old/aaa_base-84.87+git20260529.c4391e5/files/usr/etc/profile.d/alljava.sh   
2026-05-29 14:58:09.000000000 +0200
+++ new/aaa_base-84.87+git20260602.e901e17e/files/usr/etc/profile.d/alljava.sh  
2026-06-02 10:28:34.000000000 +0200
@@ -11,11 +11,11 @@
 
 if command -v alts >/dev/null 2>&1; then
     if alts -t java >/dev/null 2>&1; then
-        JAVA_TARGET=$(alts -t java)
+        JAVA_TARGET=$(realpath $(alts -t java))
     fi
 
     if alts -t javac >/dev/null 2>&1; then
-        JAVAC_TARGET=$(alts -t javac)
+        JAVAC_TARGET=$(realpath $(alts -t javac))
     fi
 fi
 
@@ -32,7 +32,7 @@
 fi
 
 if [ ! -z "$JAVA_TARGET" ]; then
-    export JRE_HOME="${JRE_HOME%/bin/java}"
+    export JRE_HOME="${JAVA_TARGET%/bin/java}"
     unset JAVA_TARGET
 fi
 

Reply via email to