forked from java-packages/hibiscus
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 81e51b58e3 | |||
| dbeccfb9b4 |
BIN
2.12.0.tar.gz
LFS
BIN
2.12.0.tar.gz
LFS
Binary file not shown.
25
_service
Normal file
25
_service
Normal file
@@ -0,0 +1,25 @@
|
||||
<!--
|
||||
# vim: set syntax=xml
|
||||
-->
|
||||
<services>
|
||||
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="url">https://github.com/willuhn/hibiscus.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">2.12.2</param>
|
||||
<param name="versionformat">2.12.2</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="changesauthor">ecsos@opensuse.org</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="manual">
|
||||
<param name="compression">gz</param>
|
||||
<param name="file">hibiscus*.tar</param>
|
||||
</service>
|
||||
|
||||
<service name="set_version" mode="manual">
|
||||
<param name="basename">hibiscus</param>
|
||||
</service>
|
||||
|
||||
</services>
|
||||
4
_servicedata
Normal file
4
_servicedata
Normal file
@@ -0,0 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/willuhn/hibiscus.git</param>
|
||||
<param name="changesrevision">175ae39fbf0a604c67ea20a3fa9ec28c0daf726f</param></service></servicedata>
|
||||
BIN
hibiscus-2.12.2.tar.gz
LFS
Normal file
BIN
hibiscus-2.12.2.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 17 11:11:53 UTC 2026 - ecsos@opensuse.org
|
||||
|
||||
- Update to version 2.12.2:
|
||||
* 2.12.2
|
||||
* 2.12.2
|
||||
* Update auf HBCI4Java 4.1.6 - https://github.com/hbci4j/hbci4java/releases/tag/hbci4j-core-4.1.6
|
||||
* Prognose berechnet den aktuellen Saldo über AccountBalanceProvider statt KontoUtil (#141)
|
||||
* Funktion entfernt - wird nicht mehr benötigt
|
||||
* Verwendungszweck-Platzhalter in der Liste der Synchronisierungsaufgaben sowie im Ausführungsdialog evaluieren
|
||||
* PIN-Längen-Limits aus HIPINS anwenden
|
||||
* Neuer Platzhalter "$quartal" im Verwendungszweck
|
||||
* Durch neue Spalten in den Auftragslisten waren Fett-Formatierungen und Infos zum Intervall falsch in der falschen Spalte - siehe https://homebanking-hilfe.de/forum/topic.php?t=27950
|
||||
* Typo
|
||||
* Workaround für Abruf der Daueraufträge bei der Commerzbank
|
||||
* CAMT-Support wurde u.U. nicht korrekt erkannt, wenn sich die Kundenkennung des Kontos früher mal geändert hatte
|
||||
* Beim Übernehmen der Namensänderung in den Auftrag wurde die Anzeige nicht korrekt aktualisiert
|
||||
* Zusätzlicher Hinweis, dass erst auf dem Smartphone freigegeben werden muss
|
||||
* VoP nicht mehr über Einstellungen abschaltbar
|
||||
* Mögliche ClassCastException - wobei ich keine Idee habe, wie das auftreten konnte
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 23 09:47:38 UTC 2025 - ecsos@opensuse.org
|
||||
|
||||
- Update to version 2.12.1:
|
||||
* Mögliche ClassCastException - wobei ich keine Idee habe, wie das auftreten konnte
|
||||
* 2.12.1
|
||||
* 2.12.1
|
||||
* Vorgabewert für Auftragsart pro Konto speichern (pro Konto per Option aktivierbar)
|
||||
* Ungültige URN im SEPA-Descriptor tolerieren, wenn zumindest in der XML-Datei ein korrekter angegeben ist
|
||||
* In den Auftragslisten auch die IBAN des Gegenkontos mit anzeigen
|
||||
* Moneplex-Import kann nun Umsätze mit längeren Verwendungszwecke (#146)
|
||||
* Testweise bei allen Passports "MaxGVSegsPerMsg" auf 1 gesetzt wegen https://homebanking-hilfe.de/forum/topic.php?p=181577#real181577 (bei der Commerzbank hat HBCI4Java versucht, neben der Überweisung auch noch den Umsatzabruf in der selben Nachricht mitzusenden, da die Bank das nicht weiter limitiert. Seit VoP geht das nicht mehr ohne weiteres, da sonst die HKVPP/HKVPA Messages auch Umsatz-/Saldo-Segmente enthalten.
|
||||
* Message an "hibiscus.vop.updateaddress" auch dann senden, wenn das lokale Adressbuch nicht geändert wurde (für den Fall, dass die Adresse nicht aus Hibiscus stammte sondern z.B. aus JVerein)
|
||||
* Noch zu PR #148 - Message an "hibiscus.vop.updateaddress" nur senden, wenn die Adresse auch wirklich aktualisiert wurde
|
||||
* VOP korrigierten Namen im Adressbuch speichern (#148)
|
||||
* Build-Nummer entfernt
|
||||
* Noch zu PR #147 - Code-Cleanup und Nullpointer-Sicherheit
|
||||
* VOP Neuen Namen in Auftrag speichern (#147)
|
||||
* Neue obantoo-Version mit aktualisierter BLZ-Datei gültig ab 08.12.2025
|
||||
* HBCI4Java 4.1.4
|
||||
* n/a
|
||||
* Unterstützung für Platzhalter im Verwendungszweck ($jjjj,$mm,$tt)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 03 13:59:04 UTC 2025 - ecsos@opensuse.org - 2.12.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package hibiscus
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,14 +16,23 @@
|
||||
#
|
||||
|
||||
|
||||
##%%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: 2.12.0
|
||||
##Version: %%{_version}
|
||||
Version: 2.12.2
|
||||
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/%{version}.tar.gz
|
||||
##Source: https://github.com/willuhn/hibiscus/archive/refs/tags/%%{_tag}.tar.gz
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
Source2: hibiscus-rpmlintrc
|
||||
BuildRequires: ant
|
||||
BuildRequires: desktop-file-utils
|
||||
@@ -34,6 +43,7 @@ BuildRequires: java-devel >= 17
|
||||
BuildRequires: jpackage-utils
|
||||
BuildRequires: xml-commons-apis
|
||||
Requires: jameica >= 2.12.0
|
||||
|
||||
# Don't offer libraries linked in here to other packages:
|
||||
AutoReqProv: off
|
||||
|
||||
@@ -44,7 +54,8 @@ key files and PIN/TAN including chipTAN and smsTAN for authentification.
|
||||
Supported file formats include MT940, DTAUS, CSV, Moneyplex and PDF/HTML.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
##%%setup -q -n %%{name}-%%{_tag}
|
||||
%setup -q -n %{name}-%{version}
|
||||
|
||||
# Remove Windows and Mac libraries
|
||||
rm -rf lib/hbci4java-card-*
|
||||
@@ -85,8 +96,11 @@ install -D -m 0644 %{name}.appdata.xml %{buildroot}%{_datadir}/appdata/%{name}.a
|
||||
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
|
||||
%files
|
||||
%doc build/ChangeLog
|
||||
|
||||
Reference in New Issue
Block a user