Hello community,

here is the log from the commit of package ledger for openSUSE:Factory checked 
in at 2020-05-07 14:54:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ledger (Old)
 and      /work/SRC/openSUSE:Factory/.ledger.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ledger"

Thu May  7 14:54:09 2020 rev:9 rq:800761 version:3.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ledger/ledger.changes    2020-02-03 
11:27:14.922138831 +0100
+++ /work/SRC/openSUSE:Factory/.ledger.new.2738/ledger.changes  2020-05-07 
14:54:12.474266090 +0200
@@ -1,0 +2,22 @@
+Wed May  6 09:20:38 UTC 2020 - Paolo Stivanin <i...@paolostivanin.com>
+
+- Update to 3.2.0
+  * Port Python support to Python 3
+  * Entities are no longer regarded as defined due to being part of a
+  * cleared transaction. --explicit is effectively enabled by default
+    and is now a no-op (PR #1819)
+  * Add --average-lot-prices to show the average of lot prices
+  * Add support for %F date format specifier (bug #1775)
+  * Add commodity_price(NAME, DATE) function
+  * Add set_commodity_price(NAME, DATE) function
+  * Fix buffer overflow when evaluating date
+  * Fix balance assertions on accounts with virtual posts (bug #543)
+  * Fix segfault with ledger print (bug #1850)
+  * Ensure that apply directives (like apply account) have the
+    required argument (bug #553)
+  * Format annotations using a date format that can be parsed
+  * Change --invert to invert displayed amounts and totals, not amounts
+  * Correct the way parens are parsed in query expressions
+  * Compare price annotations using their textual rendering
+
+-------------------------------------------------------------------

Old:
----
  ledger-3.1.3.tar.gz

New:
----
  ledger-3.2.0.tar.gz

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

Other differences:
------------------
++++++ ledger.spec ++++++
--- /var/tmp/diff_new_pack.Yc3dvI/_old  2020-05-07 14:54:13.706268266 +0200
+++ /var/tmp/diff_new_pack.Yc3dvI/_new  2020-05-07 14:54:13.710268273 +0200
@@ -17,13 +17,13 @@
 
 
 Name:           ledger
-Version:        3.1.3
+Version:        3.2.0
 Release:        0
 Summary:        Double-entry accounting system with a command-line reporting 
interface
 License:        BSD-3-Clause
 Group:          Productivity/Office/Finance
 URL:            https://github.com/ledger/ledger
-Source:         %{name}-%{version}.tar.gz
+Source:         
https://github.com/ledger/ledger/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  libboost_date_time-devel
@@ -33,7 +33,7 @@
 BuildRequires:  libboost_system-devel
 BuildRequires:  libboost_test-devel
 BuildRequires:  mpfr-devel
-BuildRequires:  python
+BuildRequires:  python3
 BuildRequires:  utfcpp-devel
 Patch0:         ledger-cmakelists.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -53,7 +53,7 @@
 
 %install
 %cmake_install
-install -m 644 -D contrib/ledger-completion.bash 
%{buildroot}%{_sysconfdir}/bash_completion.d/ledger.sh
+install -m 644 -D contrib/ledger-completion.bash 
%{buildroot}%{_datadir}/bash-completion/completions/ledger.sh
 
 %files
 %defattr(-,root,root)
@@ -61,6 +61,6 @@
 %doc README.md
 %{_mandir}/man1/%{name}.1%{?ext_man}
 %{_bindir}/ledger
-%config %{_sysconfdir}/bash_completion.d/ledger.sh
+%{_datadir}/bash-completion/completions/ledger.sh
 
 %changelog

++++++ ledger-3.1.3.tar.gz -> ledger-3.2.0.tar.gz ++++++
++++ 6590 lines of diff (skipped)


Reply via email to