Hello community, here is the log from the commit of package hibiscus for openSUSE:Factory checked in at 2020-05-12 22:33:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hibiscus (Old) and /work/SRC/openSUSE:Factory/.hibiscus.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hibiscus" Tue May 12 22:33:40 2020 rev:9 rq:802915 version:2.8.23 Changes: -------- --- /work/SRC/openSUSE:Factory/hibiscus/hibiscus.changes 2020-01-03 17:38:59.639357561 +0100 +++ /work/SRC/openSUSE:Factory/.hibiscus.new.2738/hibiscus.changes 2020-05-12 22:33:48.080053343 +0200 @@ -1,0 +2,36 @@ +Tue May 12 07:18:39 UTC 2020 - ecsos <[email protected]> + +- Update to 2.8.23 + - NEW: 0880 Einnahmen/Ausgaben - Beträge immer rechtsbündig + ausrichten + - NEW: 0879 Performance Einnahmen/Ausgaben - die Daten wurden + hier immer doppelt geladen + - NEW: 0878 Neue experimentelle Funktion „SYNC_SEPAINFO“ - siehe + https://homebanking-hilfe.de/forum/topic.php?t=23688&page=6 + - NEW: 0877 Update auf HBCI4Java 3.1.37 - https://github.com/hbci4j/hbci4java/releases/tag/hbci4j-core-3.1.37 + - NEW: 0876 Update auf HBCI4Java 3.1.36 - https://github.com/hbci4j/hbci4java/releases/tag/hbci4j-core-3.1.36 + - NEW: 0875 Update auf HBCI4Java 3.1.35 - https://github.com/hbci4j/hbci4java/releases/tag/hbci4j-core-3.1.35 + - NEW: 0874 Update auf HBCI4Java 3.1.34 - https://github.com/hbci4j/hbci4java/releases/tag/hbci4j-core-3.1.34 + - CHG: 0873 SQL-Optimierung: Beim Laden der Sammelaufträge die Konten cachen + - CHG: 0872 SQL-Optimierung: Laden der Werte „Anzahl Buchungen“ + und „Summe“ in Liste der Sammelaufträge optimiert + - CHG: 0871 Schwarze Werte-Beschriftung im Bar-Chart - liest sich + besser als weisse Schrift, wenn sie über den Balken hinaus reicht + - BUG: 0870 NullPointerException, wenn bei Einnahmen/Ausgaben + kein Zeitraum ausgewählt ist + - CHG: 0869 Im Adressbuch bei den eigenen Konten nur noch die + aktiven anzeigen, nicht die deaktivierten + (siehe https://github.com/willuhn/hibiscus/pull/57) + - NEW: 0868 SQL-Optimierung: Erste experimentelle Version eines + Caches in den generischen DB-Properties (u.a. für BPD und Meta-Daten). + Sollte das Laden der Meta-Daten deutlich beschleunigen + - NEW: 0867 Weiterer experimenteller RAH10-Code + - Update auf HBCI4Java 3.1.33 + - https://github.com/hbci4j/hbci4java/commit/b330b56e90bf9d6fa87f733e28dc9d049f441cfb +- Remove unbundle swtchart in spec and use swtchart from hibiscus + source, because extern package rise up build errors. +- Remove unbundle obantoo in spec, because extern package is to old + and upstrean seems no more mantained. + Obantoo in hibiscus source is newer. + +------------------------------------------------------------------- @@ -571 +606,0 @@ - Old: ---- V_2_8_22_BUILD_386.tar.gz New: ---- V_2_8_23_BUILD_387.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hibiscus.spec ++++++ --- /var/tmp/diff_new_pack.o4ihKz/_old 2020-05-12 22:33:49.940057225 +0200 +++ /var/tmp/diff_new_pack.o4ihKz/_new 2020-05-12 22:33:49.952057250 +0200 @@ -16,14 +16,14 @@ # -%define _build 386 -%define tag V_2_8_22_BUILD_%{_build} +%define _build 387 +%define tag V_2_8_23_BUILD_%{_build} Name: hibiscus Summary: Java online banking client using the HBCI standard License: GPL-2.0-only AND LGPL-2.0-only AND Apache-2.0 AND CPL-1.0 AND Zlib AND MPL-1.0 AND EPL-1.0 Group: Productivity/Office/Finance -Version: 2.8.22 +Version: 2.8.23 Release: 0 URL: https://www.willuhn.de/products/hibiscus/ Source: https://github.com/willuhn/hibiscus/archive/%{tag}.tar.gz @@ -37,13 +37,14 @@ BuildRequires: jpackage-utils BuildRequires: xml-commons-apis Requires: jameica >= 2.8.0 -BuildRequires: swtchart = 0.10.0 -Requires: swtchart = 0.10.0 +#BuildRequires: swtchart = 0.10.0 +#Requires: swtchart = 0.10.0 BuildRequires: pcsc-towitoko-devel Requires: pcsc-towitoko-devel -BuildRequires: obantoo = 2.1.12 -Requires: obantoo = 2.1.12 +#BuildRequires: obantoo = 2.1.12 +#Requires: obantoo = 2.1.12 BuildRequires: fdupes + # Don't offer libraries linked in here to other packages: AutoReqProv: off @@ -81,8 +82,8 @@ cp -r releases/%{version}-%{_build}/%{name} %{buildroot}%{_prefix}/lib/jameica/plugins # unbundle SWT Chart -rm %{buildroot}%{_prefix}/lib/jameica/plugins/%{name}/lib/swtchart/org.swtchart_0.10.0.v20160212.jar -ln -sf %{_javadir}/org.swtchart.jar %{buildroot}%{_prefix}/lib/jameica/plugins/%{name}/lib/swtchart/org.swtchart_0.10.0.v20160212.jar +##rm %%{buildroot}%%{_prefix}/lib/jameica/plugins/%%{name}/lib/swtchart/org.swtchart_0.10.0.v20160212.jar +##ln -sf %%{_javadir}/org.swtchart.jar %%{buildroot}%%{_prefix}/lib/jameica/plugins/%%{name}/lib/swtchart/org.swtchart_0.10.0.v20160212.jar # unbundle libtowitoko rm %{buildroot}%{_prefix}/lib/jameica/plugins/%{name}/lib/libtowitoko* @@ -93,8 +94,8 @@ %endif # unbundle OBanToo -rm %{buildroot}%{_prefix}/lib/jameica/plugins/%{name}/lib/obantoo-bin-2.1.12.jar -ln -sf %{_javadir}/obantoo-bin-2.1.12.jar %{buildroot}%{_prefix}/lib/jameica/plugins/%{name}/lib/obantoo-bin-2.1.12.jar +##rm %%{buildroot}%%{_prefix}/lib/jameica/plugins/%%{name}/lib/obantoo-bin-2.1.12.jar +##ln -sf %%{_javadir}/obantoo-bin-2.1.12.jar %%{buildroot}%%{_prefix}/lib/jameica/plugins/%%{name}/lib/obantoo-bin-2.1.12.jar # icons mkdir -p %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/ ++++++ V_2_8_22_BUILD_386.tar.gz -> V_2_8_23_BUILD_387.tar.gz ++++++ /work/SRC/openSUSE:Factory/hibiscus/V_2_8_22_BUILD_386.tar.gz /work/SRC/openSUSE:Factory/.hibiscus.new.2738/V_2_8_23_BUILD_387.tar.gz differ: char 30, line 1
