Hello community,

here is the log from the commit of package hibiscus for openSUSE:Factory 
checked in at 2018-07-27 10:55:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hibiscus (Old)
 and      /work/SRC/openSUSE:Factory/.hibiscus.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hibiscus"

Fri Jul 27 10:55:26 2018 rev:2 rq:623392 version:2.8.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/hibiscus/hibiscus.changes        2018-02-02 
22:21:26.840214129 +0100
+++ /work/SRC/openSUSE:Factory/.hibiscus.new/hibiscus.changes   2018-07-27 
10:55:34.437569841 +0200
@@ -1,0 +2,23 @@
+Tue Jul 17 10:49:29 UTC 2018 - [email protected]
+
+- update to 2.8.3
+  - NEW: 0670 chipTAN USB auch dann anbieten, wenn zwar chipTAN 
+    optisch ausgewählt aber ein Kartenleser gefunden wurde
+  - NEW: 0669 Support für chipTAN USB per ReinerSCT tanJACK USB
+    
https://github.com/hbci4j/hbci4java/commit/3d166d85aec80a1e8da0439fccde4e8c437c3ff2
+  - NEW: 0668 Neuer Parameter „database.driver.h2.parameters“ in 
+    'de.willuhn.jameica.hbci.rmi.HBCIDBService.properties' zum 
+    Hinzufügen eigener JDBC-Parameter
+  - CHG: 0667 0x6D im SW1 von Finalize-TX tolerieren, manche 
+    Kartenleser unterstützen das wohl nicht
+    
https://github.com/hbci4j/hbci4java/commit/8bfed0a12af312a88ba8270f5e67810545c4866f
+  - CHG: 0666 Typo im Dialog zum Ausführen einer Überweisung
+  - CHG: 0665 Beim Löschen der BPD explizit auch die 
+    UPD-Versionsnummer löschen sowie die BPD/UPD-Caches als expired 
+    markieren um auch ein Update des UPD-Caches zu forcieren
+  - CHG: 0664 Auto-Korrektur des Dateinamens, wenn die Card-ID 
+    ungueltige Zeichen enthält, die nicht als Dateiname abbildbar 
+    wären 
https://github.com/hbci4j/hbci4java/commit/00ff4491a63edff7179dea3ed4a978993b64f5b2
+  - NEW: 0663 Beim Abgleich der Konten die Kundenkennung mit berücksichtigen
+
+-------------------------------------------------------------------

Old:
----
  V_2_6_20_BUILD_361.tar.gz

New:
----
  V_2_8_3_BUILD_366.tar.gz

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

Other differences:
------------------
++++++ hibiscus.spec ++++++
--- /var/tmp/diff_new_pack.dim8jX/_old  2018-07-27 10:55:35.261571418 +0200
+++ /var/tmp/diff_new_pack.dim8jX/_new  2018-07-27 10:55:35.261571418 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package hibiscus
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,26 +15,27 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%define tag V_2_6_20_BUILD_361
+
+%define tag V_2_8_3_BUILD_366
 
 Name:           hibiscus
-License:        GPL-2.0 and LGPL-2.0 and Apache-2.0 and CPL-1.0 and Zlib and 
MPL-1.0 and EPL-1.0
-Group:          Productivity/Office/Finance
 Summary:        Java online banking client using the HBCI standard
-Version:        2.6.20
+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.3
 Release:        0
 Url:            https://www.willuhn.de/products/hibiscus/
 Source:         https://github.com/willuhn/hibiscus/archive/%{tag}.tar.gz
 Source2:        hibiscus-rpmlintrc
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ant
+BuildRequires:  desktop-file-utils
+BuildRequires:  hicolor-icon-theme
+BuildRequires:  jameica-devel >= 2.8.0
 BuildRequires:  java-devel >= 1.6
 BuildRequires:  jpackage-utils
-BuildRequires:  hicolor-icon-theme
-BuildRequires:  desktop-file-utils
 BuildRequires:  xerces-j2-xml-apis
-BuildRequires:  jameica-devel >= 2.6.6
-Requires:       jameica >= 2.6.6
+Requires:       jameica >= 2.8.0
 BuildRequires:  swtchart = 0.10.0
 Requires:       swtchart = 0.10.0
 BuildRequires:  pcsc-towitoko-devel
@@ -76,7 +77,7 @@
 
 %install
 mkdir -p %{buildroot}%{_prefix}/lib/jameica/plugins
-cp -r releases/2.7.0-nightly-361/%{name} 
%{buildroot}%{_prefix}/lib/jameica/plugins
+cp -r releases/%{version}-364/%{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
@@ -119,6 +120,7 @@
 %files
 %defattr(-,root,root)
 %doc build/ChangeLog
+%license LICENSE COPYING
 %{_prefix}/lib/jameica/plugins/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}.png

++++++ V_2_6_20_BUILD_361.tar.gz -> V_2_8_3_BUILD_366.tar.gz ++++++
/work/SRC/openSUSE:Factory/hibiscus/V_2_6_20_BUILD_361.tar.gz 
/work/SRC/openSUSE:Factory/.hibiscus.new/V_2_8_3_BUILD_366.tar.gz differ: char 
13, line 1


Reply via email to