Accepting request 57516 from GNOME:Apps
Accepted submit request 57516 from user vuntz OBS-URL: https://build.opensuse.org/request/show/57516 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnucash?expand=0&rev=30
This commit is contained in:
parent
1514fb6e24
commit
a859ad5d31
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cafa5ab29bdfa5ebee651de08691bb81590244c88b89aaa04adaa72fbcad29fe
|
|
||||||
size 9202348
|
|
3
gnucash-2.4.0.tar.bz2
Normal file
3
gnucash-2.4.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:da38efe54786ef01cfe784839717d1b8fa785074ae0ce5fc8b99c6354b161d34
|
||||||
|
size 9272663
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 7 18:30:54 CET 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.4.0:
|
||||||
|
+ Use proper decimal separator for monetary amounts.
|
||||||
|
+ When creating a new style sheet, make sure the name for it is
|
||||||
|
non-empty.
|
||||||
|
+ Implement auto-completion in various places, although this is
|
||||||
|
still incomplete.
|
||||||
|
+ Partly implement the correct "DTAUS import and send" feature
|
||||||
|
again.
|
||||||
|
+ Various bug fixes, including: bgo#637346, bgo#637041,
|
||||||
|
bgo#629446, bgo#454109, bgo#635926, bgo#635967, bgo#635355,
|
||||||
|
bgo#636459, bgo#635859, bgo#609472, bgo#635911, bgo#635469,
|
||||||
|
bgo#635632, bgo#635632, bgo#635469, bgo#635355, bgo#635439,
|
||||||
|
bgo#635439.
|
||||||
|
+ Build fixes.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 15 16:27:15 CET 2010 - vuntz@opensuse.org
|
Wed Dec 15 16:27:15 CET 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnucash (Version 2.3.17)
|
# spec file for package gnucash (Version 2.4.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,8 +18,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnucash
|
Name: gnucash
|
||||||
Version: 2.3.17
|
Version: 2.4.0
|
||||||
Release: 2
|
Release: 1
|
||||||
# FIXME: add libdbi-devel BuildRequires once libdbi is in Factory, and remove --disable-dbi (last checked: 2010-12-10)
|
# FIXME: add libdbi-devel BuildRequires once libdbi is in Factory, and remove --disable-dbi (last checked: 2010-12-10)
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Summary: Personal Finance Manager
|
Summary: Personal Finance Manager
|
||||||
@ -82,9 +82,9 @@ Group: Development/Libraries/C and C++
|
|||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: gconf2-devel
|
Requires: gconf2-devel
|
||||||
Requires: gtk2-devel
|
Requires: gtk2-devel
|
||||||
|
Requires: guile-devel
|
||||||
Requires: libglade2-devel
|
Requires: libglade2-devel
|
||||||
Requires: libgnomeui-devel
|
Requires: libgnomeui-devel
|
||||||
Requires: guile-devel
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
GnuCash is a personal finance manager. A check-book like register GUI
|
GnuCash is a personal finance manager. A check-book like register GUI
|
||||||
|
Loading…
x
Reference in New Issue
Block a user