commit 499a4008e2a4fa77ec43d8031fc1b5a5f5dd8823
Author: Krzysztof Mrozowicz <[email protected]>
Date:   Sun Jun 30 19:31:47 2024 +0000

    - up to 5.7

 gnucash.spec                                   |  8 +++-----
 use_correct_literal_suffix_for_size_type.patch | 11 -----------
 2 files changed, 3 insertions(+), 16 deletions(-)
---
diff --git a/gnucash.spec b/gnucash.spec
index 109edf8..3fd4127 100644
--- a/gnucash.spec
+++ b/gnucash.spec
@@ -21,13 +21,12 @@ Summary(pl.UTF-8):  GnuCash - aplikacja do zarządzania 
twoimi finansami
 Summary(pt_BR.UTF-8):  O GnuCash é uma aplicação para acompanhamento de suas 
finanças
 Summary(zh_CN.UTF-8):  GnuCash - 您的个人财务管理软件
 Name:          gnucash
-Version:       5.6
-Release:       2
+Version:       5.7
+Release:       1
 License:       GPL v2+
 Group:         X11/Applications
 Source0:       
https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5: a7058f81fb0b2bcb781c9d6e6ff31fee
-Patch0:                use_correct_literal_suffix_for_size_type.patch
+# Source0-md5: d955984f13800a432406e2bfdce20b08
 URL:           http://www.gnucash.org/
 BuildRequires: boost-devel >= 1.60.0
 BuildRequires: cmake >= 3.5
@@ -132,7 +131,6 @@ Pliki nagłówkowe bibliotek GnuCash.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 install -d build
diff --git a/use_correct_literal_suffix_for_size_type.patch 
b/use_correct_literal_suffix_for_size_type.patch
deleted file mode 100644
index 3484ad5..0000000
--- a/use_correct_literal_suffix_for_size_type.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- gnucash-5.6/gnucash/import-export/import-main-matcher.cpp~ 2024-03-29 
20:42:22.000000000 +0000
-+++ gnucash-5.6/gnucash/import-export/import-main-matcher.cpp  2024-04-05 
18:41:04.116775306 +0000
-@@ -847,7 +847,7 @@
-     bool is_selection = true;
-     auto debugging_enabled{qof_log_check (G_LOG_DOMAIN, QOF_LOG_DEBUG)};
- 
--    DEBUG("Rows in selection = %ld", selected_refs.size());
-+    DEBUG("Rows in selection = %zu", selected_refs.size());
- 
-     for (const auto& ref : selected_refs)
-     {
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnucash.git/commitdiff/499a4008e2a4fa77ec43d8031fc1b5a5f5dd8823

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to