From c17c0f73df0acfa2f5ce36fb65465719d4be45e9d45481acb2a1a8a586e9cf58 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 30 Jan 2015 16:49:19 +0000 Subject: [PATCH] Accepting request 283293 from GNOME:Apps 1 OBS-URL: https://build.opensuse.org/request/show/283293 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnucash?expand=0&rev=58 --- gnucash-2.6.4.tar.gz | 3 --- gnucash-2.6.5.tar.gz | 3 +++ gnucash-guile1.patch | 13 ------------- gnucash.changes | 30 ++++++++++++++++++++++++++++++ gnucash.spec | 9 +++------ 5 files changed, 36 insertions(+), 22 deletions(-) delete mode 100644 gnucash-2.6.4.tar.gz create mode 100644 gnucash-2.6.5.tar.gz delete mode 100644 gnucash-guile1.patch diff --git a/gnucash-2.6.4.tar.gz b/gnucash-2.6.4.tar.gz deleted file mode 100644 index f03d217..0000000 --- a/gnucash-2.6.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7223d0cf3d472b49414a5619e1b99b4b84835488e12744dd5ecdb5c00fe04653 -size 17100362 diff --git a/gnucash-2.6.5.tar.gz b/gnucash-2.6.5.tar.gz new file mode 100644 index 0000000..0966018 --- /dev/null +++ b/gnucash-2.6.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07ad56ea1d988d1b3e2e76da98b5cb8c7982b37fd48560d66bc0da3c37499b36 +size 18373934 diff --git a/gnucash-guile1.patch b/gnucash-guile1.patch deleted file mode 100644 index 5aa3e06..0000000 --- a/gnucash-guile1.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- gnucash-2.6.4/configure.ac 2014-09-28 02:11:31.000000000 +0200 -+++ gnucash-2.6.4.patche/configure.ac 2014-10-01 23:55:11.095602881 +0200 -@@ -463,7 +463,9 @@ - [guile-1.8 >= 1.8.5], - [m4_ifdef([GUILE1_8_PROGS], - [ GUILE1_8_PROGS ], -- [ GUILE_PROGS ]) -+ [ m4_ifdef([GUILE1_PROGS], -+ [ GUILE1_PROGS ], -+ [ GUILE_PROGS ])]) - ], [ - PKG_CHECK_MODULES(GUILE, - [guile-2.0 >= 2.0.0], diff --git a/gnucash.changes b/gnucash.changes index 3c24ffb..b41e600 100644 --- a/gnucash.changes +++ b/gnucash.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Wed Jan 28 16:21:25 UTC 2015 - zaitor@opensuse.org + +- Update to version 2.6.5: + + Pre-compile scm files when building with guile 2. + + Fix build-time hard-coded path introduced by the guile2 + compile changes. + + Prevent crash when standards-report dir doesn't exist. + + QIF Import crashes when closing via the 'X' button on the last + page. + + Omit extension on calls to load-extension. + + Use one common base directory to store all scheme files and + modules. + + Guile module structure cleanup. + + Harmonize variable names used to refer to guile modules in all + makefiles. + + Add missing comma in call to gtk_tree_store_set(). + + Revert to using numerical indexes for the x-axis on bar charts. + + Aqbanking: Add display of aqbanking subaccountid in initial + correspondence setup. + + Aqbanking online SEPA transfer: Allow transfers without BIC, + only IBAN. Also add IBAN checking. + + Aqbanking transfer: Make IBAN and BIC text entry fields filter + digits or alphas correctly as needed. + + Adapt german SKR03 account template to updated tax rate. + + Allow GUILE1_PROGS as m4 name. + + Add sv_AX, sv_FI, zh_HK, and zh_TW to Makefiles & configure. + + Updated translations. +- Drop gnucash-guile1.patch: Fixed upstream. + ------------------------------------------------------------------- Sat Oct 4 17:42:21 UTC 2014 - novell@whamra.com diff --git a/gnucash.spec b/gnucash.spec index e20012a..0f5e080 100644 --- a/gnucash.spec +++ b/gnucash.spec @@ -1,7 +1,7 @@ # # spec file for package gnucash # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,20 +17,18 @@ Name: gnucash -Version: 2.6.4 +Version: 2.6.5 Release: 0 Summary: Personal Finance Manager License: SUSE-GPL-2.0-with-openssl-exception or SUSE-GPL-3.0-with-openssl-exception Group: Productivity/Office/Finance Url: http://www.gnucash.org/ -Source: http://downloads.sourceforge.net/project/gnucash/gnucash%20%28stable%29/%{version}/%{name}-%{version}.tar.gz +Source: http://downloads.sourceforge.net/project/gnucash/gnucash%20%28stable%29/2.6.5/%{name}-%{version}.tar.gz Source1: %{name}-rpmlintrc # PATCH-MISSING-TAG -- See http://wiki.opensuse.org/Packaging/Patches Patch0: gnucash-cpan-warning.patch # PATCH-FIX-UPSTREAM gnucash-libdbi-0.9.patch dimstar@opensuse.org -- Fix build with libdbi-0.9.0+git23 and newer Patch1: gnucash-libdbi-0.9.patch -# PATCH-FIX-UPSTREAM gnucash-guile1.patch dimstar@opensuse.org -- Properly detect GUILE1 on openSUSE -Patch2: gnucash-guile1.patch BuildRequires: automake BuildRequires: doxygen BuildRequires: fdupes @@ -145,7 +143,6 @@ balanced books. # SLE12 contains libdbi 0.9.0, before this API change. %patch1 -p1 %endif -%patch2 -p1 %build autoreconf -fiv