Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package hbci4java for openSUSE:Factory 
checked in at 2026-05-30 22:58:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hbci4java (Old)
 and      /work/SRC/openSUSE:Factory/.hbci4java.new.1937 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hbci4java"

Sat May 30 22:58:23 2026 rev:17 rq:1356018 version:3.1.79

Changes:
--------
--- /work/SRC/openSUSE:Factory/hbci4java/hbci4java.changes      2024-04-10 
17:50:49.445431246 +0200
+++ /work/SRC/openSUSE:Factory/.hbci4java.new.1937/hbci4java.changes    
2026-05-30 23:01:11.791815999 +0200
@@ -1,0 +2,7 @@
+Fri May 29 14:50:29 UTC 2026 - Fridrich Strba <[email protected]>
+
+- Added patch:
+  * java-home.patch
+    + Use the system JAVA_HOME variable instead of computing it
+
+-------------------------------------------------------------------

New:
----
  _scmsync.obsinfo
  build.specials.obscpio
  java-home.patch

----------(New B)----------
  New:- Added patch:
  * java-home.patch
    + Use the system JAVA_HOME variable instead of computing it
----------(New E)----------

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

Other differences:
------------------
++++++ hbci4java.spec ++++++
--- /var/tmp/diff_new_pack.zGsYOH/_old  2026-05-30 23:01:13.979905948 +0200
+++ /var/tmp/diff_new_pack.zGsYOH/_new  2026-05-30 23:01:13.991906441 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package hbci4java
 #
-# Copyright (c) 2024 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
@@ -26,6 +26,7 @@
 URL:            https://github.com/hbci4j/hbci4java
 Source:         
https://github.com/hbci4j/hbci4java/archive/refs/tags/hbci4j-core-%{version}.tar.gz
 Patch0:         signed-char.patch
+Patch1:         java-home.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  java-devel >= 8
@@ -49,6 +50,7 @@
 %prep
 %setup -q -n %{name}-hbci4j-core-%{version}
 %patch -P 0 -p1
+%patch -P 1 -p1
 
 # remove prebuilt binaries
 rm server/*-bin.zip
@@ -64,8 +66,7 @@
 %make_build
 popd
 
-%{mvn_build} -f -- \
-    -Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date 
+%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ)
+%{mvn_build} -f
 
 %install
 %mvn_install

++++++ _scmsync.obsinfo ++++++
mtime: 1780066298
commit: 06943d11073d6dff306f666c8520a422448f662664f39735d6b5f5a10fec62f9
url: https://src.opensuse.org/java-packages/hbci4java
revision: 06943d11073d6dff306f666c8520a422448f662664f39735d6b5f5a10fec62f9
projectscmsync: https://src.opensuse.org/java-packages/_ObsPrj

++++++ 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-29 16:51:38.000000000 +0200
@@ -0,0 +1 @@
+.osc

++++++ java-home.patch ++++++
--- hbci4java-hbci4j-core-3.1.79/chipcard/src/frontend/Makefile 2026-05-29 
16:44:54.637355626 +0200
+++ hbci4java-hbci4j-core-3.1.79/chipcard/src/frontend/Makefile 2026-05-29 
16:45:04.806629090 +0200
@@ -1,4 +1,3 @@
-JAVA_HOME = $(shell readlink -f /usr/bin/javac | sed "s:/bin/javac::")
 DEFINES   = -D__UNIX
 INCLUDES  = -I../include -I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/linux
 WARNINGS  = -Wall

Reply via email to