Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package hibiscus for openSUSE:Factory checked in at 2025-11-07 18:22:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hibiscus (Old) and /work/SRC/openSUSE:Factory/.hibiscus.new.1980 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hibiscus" Fri Nov 7 18:22:10 2025 rev:29 rq:1316387 version:2.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/hibiscus/hibiscus.changes 2025-08-03 13:38:17.601647756 +0200 +++ /work/SRC/openSUSE:Factory/.hibiscus.new.1980/hibiscus.changes 2025-11-07 18:24:05.971584596 +0100 @@ -1,0 +2,23 @@ +Mon Nov 03 13:59:04 UTC 2025 - [email protected] - 2.12.0 + +- Update to version 2.12.0: + - NEW: 1156 Update auf HBCI4Java 4.1.3 - https://github.com/hbci4j/hbci4java/releases/tag/hbci4j-core-4.1.3 + - NEW: 1155 Hinweis-Box zu VoP + - NEW: 1154 Update auf HBCI4Java 4.1.2 - https://github.com/hbci4j/hbci4java/releases/tag/hbci4j-core-4.1.2 + - NEW: 1153 Support für die neue Segment-Version 2 beim Abrufen und Löschen von SEPA-Daueraufträgen + - CHG: 1152 Summenzeile in Umsatzliste wurde unnötig oft neu berechnet + - BUG: 1151 Reguläre Überweisungen wurden beim Duplizieren zu Echtzeit-Überweisungen + - NEW: 1150 Update auf HBCI4Java 4.1.0 - https://github.com/hbci4j/hbci4java/releases/tag/hbci4j-core-4.1.0 + - NEW: 1149 Erste experimentelle Version mit VoP + - NEW: 1148 Neuer Extra-toleranter Datums-Parser beim Import von CSV-Dateien. Akzeptiert quasi alle bekannten Datumsformate. + - NEW: 1147 Update auf HBCI4Java 4.0.2 - https://github.com/hbci4j/hbci4java/releases/tag/hbci4j-core-4.0.2 + - BUG: 1146 Bei der Synchronisierung über mehrere Plugins konnte es zu einem Fehler kommen, dass die Synchronisierung bereits läuft + - NEW: 1145 Update auf HBCI4Java 4.0.1 - https://github.com/hbci4j/hbci4java/releases/tag/hbci4j-core-4.0.1 + - NEW: 1144 Update auf HBCI4Java 3.1.91 - https://github.com/hbci4j/hbci4java/releases/tag/hbci4j-core-3.1.91 + - mit neuen Sparda-URLs (Sparda-Bank West) + - NEW: 1143 Neue Überweisungen per Default als Echtzeitüberweisungen erstellen + - NEW: 1142 Beim Import von Umsätzen im CSV-Format auch Kategoriebäume unterstützen. + Die Kategorien müssen in der Form „Oberkategorie/Unterkategorie/Kategorie“ (beliebige Verschachtelungstiefe) angegeben sein + - NEW: 1141 Neue obantoo-Version mit aktualisierter BLZ-Datei gültig ab 08.09.2025 + +------------------------------------------------------------------- Old: ---- V_2_10_27_BUILD_391.tar.gz New: ---- 2.12.0.tar.gz _scmsync.obsinfo build.specials.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hibiscus.spec ++++++ --- /var/tmp/diff_new_pack.Hq8OZs/_old 2025-11-07 18:24:06.635612486 +0100 +++ /var/tmp/diff_new_pack.Hq8OZs/_new 2025-11-07 18:24:06.639612654 +0100 @@ -1,7 +1,7 @@ # # spec file for package hibiscus # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 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 @@ -16,32 +16,24 @@ # -%define _major 2 -%define _minor 10 -%define _micro 27 -%define _build 391 -%define _version %{_major}.%{_minor}.%{_micro} -%define _tag V_%{_major}_%{_minor}_%{_micro}_BUILD_%{_build} - Name: hibiscus -Version: %{_version} +Version: 2.12.0 Release: 0 Summary: Java online banking client using the HBCI standard License: Apache-2.0 AND GPL-2.0-only AND LGPL-2.0-only AND CPL-1.0 AND Zlib AND MPL-1.0 AND EPL-1.0 Group: Productivity/Office/Finance URL: https://www.willuhn.de/products/hibiscus/ -Source: https://github.com/willuhn/hibiscus/archive/refs/tags/%{_tag}.tar.gz +Source: https://github.com/willuhn/hibiscus/archive/refs/tags/%{version}.tar.gz Source2: hibiscus-rpmlintrc BuildRequires: ant BuildRequires: desktop-file-utils BuildRequires: fdupes BuildRequires: hicolor-icon-theme -BuildRequires: jameica-devel >= 2.10.4 -BuildRequires: java-devel >= 11 +BuildRequires: jameica-devel >= 2.12.0 +BuildRequires: java-devel >= 17 BuildRequires: jpackage-utils BuildRequires: xml-commons-apis -Requires: jameica >= 2.10.4 - +Requires: jameica >= 2.12.0 # Don't offer libraries linked in here to other packages: AutoReqProv: off @@ -52,7 +44,7 @@ Supported file formats include MT940, DTAUS, CSV, Moneyplex and PDF/HTML. %prep -%setup -q -n %{name}-%{_tag} +%setup -q # Remove Windows and Mac libraries rm -rf lib/hbci4java-card-* @@ -76,7 +68,8 @@ %install mkdir -p %{buildroot}%{_prefix}/lib/jameica/plugins -cp -r releases/%{version}-%{_build}/%{name} %{buildroot}%{_prefix}/lib/jameica/plugins +##cp -r releases/%%{version}-%%{_build}/%%{name} %%{buildroot}%%{_prefix}/lib/jameica/plugins +cp -r releases/%{version}/%{name} %{buildroot}%{_prefix}/lib/jameica/plugins # icons mkdir -p %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/ @@ -92,11 +85,8 @@ %fdupes %{buildroot} -%post -/sbin/ldconfig - -%postun -/sbin/ldconfig +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig %files %doc build/ChangeLog ++++++ V_2_10_27_BUILD_391.tar.gz -> 2.12.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/hibiscus/V_2_10_27_BUILD_391.tar.gz /work/SRC/openSUSE:Factory/.hibiscus.new.1980/2.12.0.tar.gz differ: char 13, line 1 ++++++ _scmsync.obsinfo ++++++ mtime: 1762474425 commit: 4e0829ceddff11c75cc0ab75a8c3070c5d685a511e767b64b271b5da0b22b6ed url: https://src.opensuse.org/java-packages/hibiscus.git revision: 4e0829ceddff11c75cc0ab75a8c3070c5d685a511e767b64b271b5da0b22b6ed 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 2025-11-07 01:14:13.000000000 +0100 @@ -0,0 +1 @@ +.osc
