diff --git a/285017793d2c0c9f5a8d52b3db42944480e3f557.patch b/285017793d2c0c9f5a8d52b3db42944480e3f557.patch deleted file mode 100644 index 8eaf7fa..0000000 --- a/285017793d2c0c9f5a8d52b3db42944480e3f557.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 285017793d2c0c9f5a8d52b3db42944480e3f557 Mon Sep 17 00:00:00 2001 -From: John Ralls -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} - ) - diff --git a/gnucash-4.8.tar.bz2 b/gnucash-4.8.tar.bz2 deleted file mode 100644 index 8b9a832..0000000 --- a/gnucash-4.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15b8e4ff8336168eba88ef2faade377e5c5ff08e48b4660da1a33a8a407feb12 -size 14679619 diff --git a/gnucash-4.9.tar.bz2 b/gnucash-4.9.tar.bz2 new file mode 100644 index 0000000..ec81399 --- /dev/null +++ b/gnucash-4.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a551c30c1b712199fc2227a109afb984d7bef18e138170bbc7225c6c1fab72d +size 14735314 diff --git a/gnucash.changes b/gnucash.changes index 91346e8..628bdf0 100644 --- a/gnucash.changes +++ b/gnucash.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Jan 2 16:35:59 UTC 2022 - Johannes Engel + +- Update to 4.9 + + Bugfixes + ------------------------------------------------------------------- Fri Oct 1 12:48:54 UTC 2021 - Bjørn Lie diff --git a/gnucash.spec b/gnucash.spec index 304b730..04735d7 100644 --- a/gnucash.spec +++ b/gnucash.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -28,7 +28,7 @@ %endif Name: gnucash -Version: 4.8 +Version: 4.9 Release: 0 Summary: Personal Finance Manager 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 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: cmake >= 3.5 BuildRequires: doxygen