Accepting request 943615 from home:j-engel:banking

- Update to 4.9
  + Bugfixes
- Remove 285017793d2c0c9f5a8d52b3db42944480e3f557.patch: No longer
  required as the underlying issue has been fixed in release

OBS-URL: https://build.opensuse.org/request/show/943615
OBS-URL: https://build.opensuse.org/package/show/Office/gnucash?expand=0&rev=15
This commit is contained in:
Johannes Engel 2022-01-03 15:54:26 +00:00 committed by Git OBS Bridge
parent 39fe28b11c
commit aadff98251
5 changed files with 11 additions and 32 deletions

View File

@ -1,24 +0,0 @@
From 285017793d2c0c9f5a8d52b3db42944480e3f557 Mon Sep 17 00:00:00 2001
From: John Ralls <jralls@ceridwen.us>
Date: Wed, 29 Sep 2021 10:35:19 -0700
Subject: [PATCH] Use plain cat instead of cmake -E cat to join the
migratable-prefs.
Cmake -E's cat is too new.
---
gnucash/gschemas/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnucash/gschemas/CMakeLists.txt b/gnucash/gschemas/CMakeLists.txt
index 63da362f47..8b81a01614 100644
--- a/gnucash/gschemas/CMakeLists.txt
+++ b/gnucash/gschemas/CMakeLists.txt
@@ -29,7 +29,7 @@ set(gschema_migration_files ${local_migration_files} CACHE INTERNAL "gschema mig
# Provide gnucash runtime with a list of migratable preferences
add_custom_command(
OUTPUT ${DATADIR_BUILD}/${PROJECT_NAME}/migratable-prefs.xml
- COMMAND ${CMAKE_COMMAND} -E cat ${gschema_migration_files} > ${DATADIR_BUILD}/${PROJECT_NAME}/migratable-prefs.xml
+ COMMAND cat ${gschema_migration_files} > ${DATADIR_BUILD}/${PROJECT_NAME}/migratable-prefs.xml
DEPENDS ${gschema_migration_files}
)

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:15b8e4ff8336168eba88ef2faade377e5c5ff08e48b4660da1a33a8a407feb12
size 14679619

3
gnucash-4.9.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9a551c30c1b712199fc2227a109afb984d7bef18e138170bbc7225c6c1fab72d
size 14735314

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Jan 2 16:35:59 UTC 2022 - Johannes Engel <jcnengel@gmail.com>
- Update to 4.9
+ Bugfixes
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Oct 1 12:48:54 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com> Fri Oct 1 12:48:54 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package gnucash # spec file for package gnucash
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2022 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -28,7 +28,7 @@
%endif %endif
Name: gnucash Name: gnucash
Version: 4.8 Version: 4.9
Release: 0 Release: 0
Summary: Personal Finance Manager Summary: Personal Finance Manager
License: SUSE-GPL-2.0-with-openssl-exception OR SUSE-GPL-3.0-with-openssl-exception License: SUSE-GPL-2.0-with-openssl-exception OR SUSE-GPL-3.0-with-openssl-exception
@ -43,9 +43,6 @@ Patch0: gnucash-cpan-warning.patch
Patch1: gnucash-libm.patch Patch1: gnucash-libm.patch
Patch2: gnucash-4.1-fix-gtest-path.patch Patch2: gnucash-4.1-fix-gtest-path.patch
# PATCH-FIX-UPSTREAM 285017793d2c0c9f5a8d52b3db42944480e3f557.patch -- Use plain cat instead of cmake -E cat to join the migratable-prefs.
Patch3: https://github.com/Gnucash/gnucash/commit/285017793d2c0c9f5a8d52b3db42944480e3f557.patch
BuildRequires: boost-devel >= 1.60.0 BuildRequires: boost-devel >= 1.60.0
BuildRequires: cmake >= 3.5 BuildRequires: cmake >= 3.5
BuildRequires: doxygen BuildRequires: doxygen