Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ledger for openSUSE:Factory checked 
in at 2024-05-28 17:29:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ledger (Old)
 and      /work/SRC/openSUSE:Factory/.ledger.new.24587 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ledger"

Tue May 28 17:29:10 2024 rev:14 rq:1177162 version:3.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ledger/ledger.changes    2023-07-17 
19:23:45.405900905 +0200
+++ /work/SRC/openSUSE:Factory/.ledger.new.24587/ledger.changes 2024-05-28 
17:30:06.766847973 +0200
@@ -1,0 +2,6 @@
+Thu May 23 16:33:53 UTC 2024 - Christophe Marin <[email protected]>
+
+- Add upstream change to fix build failure with boost 1.85:
+  * 0001-Fix-build-with-Boost-1.85.0.patch
+
+-------------------------------------------------------------------

New:
----
  0001-Fix-build-with-Boost-1.85.0.patch

BETA DEBUG BEGIN:
  New:- Add upstream change to fix build failure with boost 1.85:
  * 0001-Fix-build-with-Boost-1.85.0.patch
BETA DEBUG END:

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

Other differences:
------------------
++++++ ledger.spec ++++++
--- /var/tmp/diff_new_pack.BOm0hG/_old  2024-05-28 17:30:07.518875473 +0200
+++ /var/tmp/diff_new_pack.BOm0hG/_new  2024-05-28 17:30:07.518875473 +0200
@@ -24,6 +24,8 @@
 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
+# PATCH-FIX-UPSTREAM
+Patch0:         0001-Fix-build-with-Boost-1.85.0.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  libboost_date_time-devel >= 1.72.0

++++++ 0001-Fix-build-with-Boost-1.85.0.patch ++++++
>From 67f0b3174062732aa846a6369232371c6dd42223 Mon Sep 17 00:00:00 2001
From: Michael Cho <[email protected]>
Date: Thu, 25 Apr 2024 11:29:49 -0400
Subject: [PATCH] Fix build with Boost 1.85.0

Signed-off-by: Michael Cho <[email protected]>
---
 src/system.hh.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/system.hh.in b/src/system.hh.in
index 60ea0fd..c17448d 100644
--- a/src/system.hh.in
+++ b/src/system.hh.in
@@ -144,7 +144,6 @@
 #include <boost/date_time/posix_time/posix_time_io.hpp>
 #include <boost/date_time/gregorian/gregorian_io.hpp>
 
-#include <boost/filesystem/convenience.hpp>
 #include <boost/filesystem/exception.hpp>
 #include <boost/filesystem/fstream.hpp>
 #include <boost/filesystem/operations.hpp>
-- 
2.45.1

Reply via email to