diff --git a/Fix-CMakeLists-error.patch b/Fix-CMakeLists-error.patch new file mode 100644 index 0000000..049482c --- /dev/null +++ b/Fix-CMakeLists-error.patch @@ -0,0 +1,20 @@ +From ce6c3c22a15102341ca41ddba2a46ea7daf63f17 Mon Sep 17 00:00:00 2001 +From: Christopher Lam +Date: Sat, 20 Jul 2019 20:32:07 +0800 +Subject: [PATCH] Fix CMakeLists error + +need to include module +--- + gnucash/register/register-gnome/CMakeLists.txt | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/gnucash/register/register-gnome/CMakeLists.txt b/gnucash/register/register-gnome/CMakeLists.txt +index acfdd89f38..f3527484ba 100644 +--- a/gnucash/register/register-gnome/CMakeLists.txt ++++ b/gnucash/register/register-gnome/CMakeLists.txt +@@ -1,4 +1,5 @@ + add_subdirectory(test) ++include(CheckSymbolExists) + + #GTK before 3.14 didn't have GDK_MODIFIER_INTENT_DEFAULT_MOD_MASK + check_symbol_exists(GDK_MODIFIER_INTENT_DEFAULT_MOD_MASK gdk/gdktypes.h have_mod_mask) diff --git a/gnucash-3.5.tar.bz2 b/gnucash-3.5.tar.bz2 deleted file mode 100644 index 0bed8b3..0000000 --- a/gnucash-3.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:776d0b51b6029e25b5c7e9eb86021d5ecf1b09d8f3241b279f76dba9cc3b7745 -size 13766397 diff --git a/gnucash-3.6.tar.bz2 b/gnucash-3.6.tar.bz2 new file mode 100644 index 0000000..0b26753 --- /dev/null +++ b/gnucash-3.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1cb86de60bb0eb2cf5c2c3868e7dab7d889017e233230f944f158f84eb85f25 +size 13811045 diff --git a/gnucash.changes b/gnucash.changes index fd8df3b..9c91679 100644 --- a/gnucash.changes +++ b/gnucash.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Sep 10 09:01:55 UTC 2019 - Christophe Giboudeaux + +- Add Fix-CMakeLists-error.patch to fix a build error. + +------------------------------------------------------------------- +Wed Aug 21 16:36:33 UTC 2019 - Johannes Engel + +- Update to 3.6 + + Bugfixes + ------------------------------------------------------------------- Sat Jul 13 22:10:44 UTC 2019 - Bjørn Lie diff --git a/gnucash.spec b/gnucash.spec index 4be122d..6ea4f2d 100644 --- a/gnucash.spec +++ b/gnucash.spec @@ -12,13 +12,13 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define __builder ninja Name: gnucash -Version: 3.5 +Version: 3.6 Release: 0 Summary: Personal Finance Manager License: SUSE-GPL-2.0-with-openssl-exception OR SUSE-GPL-3.0-with-openssl-exception @@ -29,7 +29,9 @@ Source1: %{name}-rpmlintrc ## Cpan-warning patch must always be applied. # PATCH-FIX-UPSTREAM gnucash-cpan-warning.patch -- Add a warning about the danger of using gnc-fq-update to update the perl modules used by GnuCash. Patch0: gnucash-cpan-warning.patch -BuildRequires: cmake >= 3.0 +# PATCH-FIX-UPSTREAM Fix-CMakeLists-error.patch +Patch1: Fix-CMakeLists-error.patch +BuildRequires: cmake >= 3.5 BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++