Accepting request 729730 from GNOME:Apps

- Add Fix-CMakeLists-error.patch to fix a build error. (forwarded request 729722 from cgiboudeaux)

OBS-URL: https://build.opensuse.org/request/show/729730
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnucash?expand=0&rev=80
This commit is contained in:
Dominique Leuenberger 2019-09-11 08:34:39 +00:00 committed by Git OBS Bridge
parent 59edc36b3b
commit ba1b98b617
5 changed files with 39 additions and 6 deletions

View File

@ -0,0 +1,20 @@
From ce6c3c22a15102341ca41ddba2a46ea7daf63f17 Mon Sep 17 00:00:00 2001
From: Christopher Lam <christopher.lck@gmail.com>
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)

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:776d0b51b6029e25b5c7e9eb86021d5ecf1b09d8f3241b279f76dba9cc3b7745
size 13766397

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

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Sep 10 09:01:55 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Add Fix-CMakeLists-error.patch to fix a build error.
-------------------------------------------------------------------
Wed Aug 21 16:36:33 UTC 2019 - Johannes Engel <jcnengel@gmail.com>
- Update to 3.6
+ Bugfixes
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jul 13 22:10:44 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com> Sat Jul 13 22:10:44 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -12,13 +12,13 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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 %define __builder ninja
Name: gnucash Name: gnucash
Version: 3.5 Version: 3.6
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
@ -29,7 +29,9 @@ Source1: %{name}-rpmlintrc
## Cpan-warning patch must always be applied. ## 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. # 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 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: doxygen
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: gcc-c++ BuildRequires: gcc-c++