Hello community,

here is the log from the commit of package homebank for openSUSE:Factory 
checked in at 2018-01-22 16:20:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/homebank (Old)
 and      /work/SRC/openSUSE:Factory/.homebank.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "homebank"

Mon Jan 22 16:20:41 2018 rev:19 rq:568071 version:5.1.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/homebank/homebank.changes        2017-09-26 
21:17:31.432234921 +0200
+++ /work/SRC/openSUSE:Factory/.homebank.new/homebank.changes   2018-01-22 
16:21:48.256712796 +0100
@@ -1,0 +2,37 @@
+Wed Jan 17 01:59:24 UTC 2018 - [email protected]
+
+- Update to version 5.1.7:
+  + New:
+    - Rewritten partially the charts and removed the treeview for
+      legend.
+    - Chart line have now a vertical line on active item.
+    - Chart now display the 0 scale text.
+    - Rewritten the dateentry widget to use a popover.
+    - Reports enable to copy to clipboard in addition to export
+      as CSV.
+  + Change:
+    - Chart bar/line now span automatically.
+    - Chart donut hole do not trigger overlay anymore.
+    - Preferences, txn column list removed, as there is a now a
+      context menu.
+    - Top spending is now display top 10 items.
+    - Fixer.io is now used to get currencies exchange rate
+      (replace yahoo).
+    - Changes and new entries into the help menu.
+  + Wish: lp#1709374, lp#1697241, lp#1674018, lp#1661986,
+    lp#1656589 and lp#300380.
+  + Bug Fixes:
+    - Chart x-scale labels were sometime overriding each others
+    - Balance report:
+      . Overdrawn was not displayed if the threshold was 0.
+      . The amount scale was faulty offset to left at first draw.
+    - Budget report: chart bar was not showing over state.
+    - lp#1734449, lp#1734210, lp#1730527, lp#1721980, lp#1720377
+      and lp#1688744.
+- Point fdupes to the data directory instead of the build root,
+  which is a practice that must be avoided.
+- Conditionalize the use of shared-mime-info BuildRequires as it is
+  only required by some old distros that does not have RPM File
+  Triggers.
+
+-------------------------------------------------------------------

Old:
----
  homebank-5.1.6.tar.gz

New:
----
  homebank-5.1.7.tar.gz

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

Other differences:
------------------
++++++ homebank.spec ++++++
--- /var/tmp/diff_new_pack.jxiFLg/_old  2018-01-22 16:21:49.868637403 +0100
+++ /var/tmp/diff_new_pack.jxiFLg/_new  2018-01-22 16:21:49.872637216 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package homebank
 #
-# Copyright (c) 2017 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
@@ -17,7 +17,7 @@
 
 
 Name:           homebank
-Version:        5.1.6
+Version:        5.1.7
 Release:        0
 Summary:        Application to manage personal accounts
 License:        GPL-2.0+
@@ -29,7 +29,9 @@
 BuildRequires:  intltool
 BuildRequires:  libofx-devel
 # We need the %%mime_database_* macros
+%if 0%{?suse_version} < 1330
 BuildRequires:  shared-mime-info
+%endif
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(glib-2.0) >= 2.39
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.16
@@ -56,11 +58,13 @@
 %install
 %make_install
 %suse_update_desktop_file -G "Personal Accounting" %{name}
-%fdupes -s %{buildroot}
+%fdupes %{buildroot}%{_datadir}
 %find_lang %{name} %{?no_lang_C}
 # Application Registry is obsolete since GNOME 2.8.
 rm -r %{buildroot}%{_datadir}/application-registry
 rm -r %{buildroot}%{_datadir}/mime-info
+# Remove duplicate file
+rm %{buildroot}%{_datadir}/%{name}/datas/ChangeLog
 
 %if 0%{?suse_version} < 1330
 %post
@@ -86,7 +90,7 @@
 %if 0%{?suse_version} < 1320
 %dir %{_datadir}/appdata/
 %endif
-%{_datadir}/appdata/homebank.appdata.xml
+%{_datadir}/appdata/%{name}.appdata.xml
 
 %files lang -f %{name}.lang
 %defattr(-,root,root)

++++++ homebank-5.1.6.tar.gz -> homebank-5.1.7.tar.gz ++++++
++++ 197329 lines of diff (skipped)


Reply via email to