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
This commit is contained in:
parent
155a8d0223
commit
c17c0f73df
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7223d0cf3d472b49414a5619e1b99b4b84835488e12744dd5ecdb5c00fe04653
|
||||
size 17100362
|
3
gnucash-2.6.5.tar.gz
Normal file
3
gnucash-2.6.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:07ad56ea1d988d1b3e2e76da98b5cb8c7982b37fd48560d66bc0da3c37499b36
|
||||
size 18373934
|
@ -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],
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user