Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ledger for openSUSE:Factory checked 
in at 2023-07-17 19:23:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ledger (Old)
 and      /work/SRC/openSUSE:Factory/.ledger.new.3193 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ledger"

Mon Jul 17 19:23:25 2023 rev:13 rq:1098820 version:3.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ledger/ledger.changes    2021-06-16 
20:36:38.751304984 +0200
+++ /work/SRC/openSUSE:Factory/.ledger.new.3193/ledger.changes  2023-07-17 
19:23:45.405900905 +0200
@@ -1,0 +2,64 @@
+Thu Jul 13 22:18:37 UTC 2023 - Joshua Smith <jsmith...@gmail.com>
+
+- Update to version 3.3.2:
+  * Fix divide by zero (bugs #777 and #2207)
+  * Increase string size limit in src/unistring.h assert
+    (bug #2174)
+  * Require tzdata for Nix flake build (bug #2213)
+- Updates in version 3.3.1:
+  * Fix regression leading to incorrect error about format
+    directives (bug #2205)
+  * Add information about compile features to --version
+  * Fix compiler warnings by minimizing the use of deprecated APIs
+  * Remove unused Python server related code
+  * Various documentation improvements
+- Updates in version 3.3.0:
+  * Use $PAGER when environment variable is set (bug #1674)
+  * Make --depth correctly fold postings to accounts of greater
+    depth into the parent at the specified level (bug #987)
+  * When using wild-cards in the include directive, include matched
+    files in sorted order (bug #1659)
+  * Ensure absolute path for include (bug #2075)
+  * Try to use $XDG_HOME_CONFIG/ledger/ledgerrc or
+    ~/.config/ledger/ledgerrc first
+  * Improve Python 3 support and drop support for Python 2
+  * Add support for automatically reading files encrypted with GPG
+    (bug #1949)
+  * Add support for a "debit" column in the convert command
+    (bug #1120)
+  * Fix parsing of files without end of line (bug #516)
+  * Fix incorrect parsing of expressions containing a - without
+    spaces (bug #2001)
+  * Fix payee metadata on postings not being validated and payee
+    aliases not being honored (bug #556 & bug #1892)
+  * Fix ledger interpreting a posting with 0 difference as a null-
+    posting, which leads to it auto-balancing the posting
+    (bug #1942)
+  * Correctly escape all string values in lisp report (bug #2034)
+  * Fix a regression where empty commodities were shown (bug #1969)
+  * Fix a regression where using multiple commodities in one
+    transaction triggers an assertion (bug #1998)
+  * Fix --time-colon for negative time amounts
+  * Use correct int return type for stream input operations
+    (bug #2058)
+  * Use amount_width for balance report
+  * Remove some UTF-8 code that was having no effect (bug #2061)
+  * Fix unrounding for equity
+  * Fix SIGABRT when python subcommand raises an exception
+  * Support building on older versions of CMAKE (less than 3.7)
+  * Fix compilation with Boost 1.76 (bug #2030)
+  * Fix unicode problems on Windows (bug #1986)
+  * Fix the issue that with Boost >= 1.77 include directive cannot
+    find the file to include for stdin (-f -). Also for -f - when
+    include cannot find the file it reports the error with full
+    path now. (bug #2057 & bug #2092)
+  * Rename quoted_rfc4180 to quoted_rfc, as numbers used in
+    function names confuses the parser (#2007).
+  * Numbers are no longer permitted in value expression function
+    names.
+  * Various documentation improvements
+- Removal of 0001-Fix-compilation-with-Boost-1.76.patch which was
+  fixed in bug #2030
+- Removal of unneeded ledger-cmakelists.patch
+
+-------------------------------------------------------------------

Old:
----
  0001-Fix-compilation-with-Boost-1.76.patch
  ledger-3.2.1.tar.gz
  ledger-cmakelists.patch

New:
----
  ledger-3.3.2.tar.gz

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

Other differences:
------------------
++++++ ledger.spec ++++++
--- /var/tmp/diff_new_pack.jNjyQ1/_old  2023-07-17 19:23:47.065910522 +0200
+++ /var/tmp/diff_new_pack.jNjyQ1/_new  2023-07-17 19:23:47.069910544 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ledger
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,24 +17,21 @@
 
 
 Name:           ledger
-Version:        3.2.1
+Version:        3.3.2
 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:         
https://github.com/ledger/ledger/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-Patch0:         ledger-cmakelists.patch
-# PATCH-FIX-UPSTREAM
-Patch1:         0001-Fix-compilation-with-Boost-1.76.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
-BuildRequires:  libboost_date_time-devel >= 1.49.0
-BuildRequires:  libboost_filesystem-devel >= 1.49.0
-BuildRequires:  libboost_iostreams-devel >= 1.49.0
-BuildRequires:  libboost_regex-devel >= 1.49.0
-BuildRequires:  libboost_system-devel >= 1.49.0
-BuildRequires:  libboost_test-devel >= 1.49.0
+BuildRequires:  libboost_date_time-devel >= 1.72.0
+BuildRequires:  libboost_filesystem-devel >= 1.72.0
+BuildRequires:  libboost_iostreams-devel >= 1.72.0
+BuildRequires:  libboost_regex-devel >= 1.72.0
+BuildRequires:  libboost_system-devel >= 1.72.0
+BuildRequires:  libboost_test-devel >= 1.72.0
 BuildRequires:  mpfr-devel
 BuildRequires:  python3-base
 BuildRequires:  utfcpp-devel

++++++ ledger-3.2.1.tar.gz -> ledger-3.3.2.tar.gz ++++++
++++ 16567 lines of diff (skipped)

Reply via email to