Hello community, here is the log from the commit of package gnucash for openSUSE:Factory checked in at 2019-09-11 10:34:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnucash (Old) and /work/SRC/openSUSE:Factory/.gnucash.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnucash" Wed Sep 11 10:34:39 2019 rev:80 rq:729730 version:3.6 Changes: -------- --- /work/SRC/openSUSE:Factory/gnucash/gnucash.changes 2019-07-18 15:20:48.620139884 +0200 +++ /work/SRC/openSUSE:Factory/.gnucash.new.7948/gnucash.changes 2019-09-11 10:34:43.115307982 +0200 @@ -1,0 +2,11 @@ +Tue Sep 10 09:01:55 UTC 2019 - Christophe Giboudeaux <[email protected]> + +- Add Fix-CMakeLists-error.patch to fix a build error. + +------------------------------------------------------------------- +Wed Aug 21 16:36:33 UTC 2019 - Johannes Engel <[email protected]> + +- Update to 3.6 + + Bugfixes + +------------------------------------------------------------------- Old: ---- gnucash-3.5.tar.bz2 New: ---- Fix-CMakeLists-error.patch gnucash-3.6.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnucash.spec ++++++ --- /var/tmp/diff_new_pack.dmLxnJ/_old 2019-09-11 10:34:44.411307606 +0200 +++ /var/tmp/diff_new_pack.dmLxnJ/_new 2019-09-11 10:34:44.411307606 +0200 @@ -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 @@ ## 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++ ++++++ Fix-CMakeLists-error.patch ++++++ >From ce6c3c22a15102341ca41ddba2a46ea7daf63f17 Mon Sep 17 00:00:00 2001 From: Christopher Lam <[email protected]> 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) ++++++ gnucash-3.5.tar.bz2 -> gnucash-3.6.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/gnucash/gnucash-3.5.tar.bz2 /work/SRC/openSUSE:Factory/.gnucash.new.7948/gnucash-3.6.tar.bz2 differ: char 11, line 1
