This commit is contained in:
parent
c531a5390e
commit
74df6a3ea0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4c24bc0bdf4f6898c06a313dfbdb0b035c217ad9fefbd5fa641a7a88f02cde42
|
|
||||||
size 7283507
|
|
3
gnucash-2.0.4.tar.bz2
Normal file
3
gnucash-2.0.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6c3515743f1e08e32cd0aae101feba39aea072a5c2e5a0cc8338f7df78b5ace2
|
||||||
|
size 7355992
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 16 16:02:54 CET 2007 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
- Updated to 2.0.4:
|
||||||
|
* Correct account compatibility check with top level account.
|
||||||
|
* Check for potentially failed utf8 conversion of locale strings.
|
||||||
|
* Fix crash when accessing the File Properties Menu.
|
||||||
|
* Avoid crash when renaming page in a page-less window.
|
||||||
|
* Save and restore the visibility of the toolbar, statusbar, and
|
||||||
|
summarybar.
|
||||||
|
* Fix for crash on quit during save.
|
||||||
|
* Fix a bug so that blank transactions are marked as pending.
|
||||||
|
* When progress bar is showing, do not make menus and toolbars
|
||||||
|
insensitive, but rather the underlying action groups.
|
||||||
|
* Save window size and position of the transfer dialog.
|
||||||
|
* Fix for UTF-8 bug in month name.
|
||||||
|
* Fix missing date when reconciling from HBCI.
|
||||||
|
* Fix some scheme inexact errors.
|
||||||
|
* Documentation and translation updates.
|
||||||
|
- Recommend gnucash-docs.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 16 17:57:01 CET 2007 - sbrabec@suse.cz
|
Tue Jan 16 17:57:01 CET 2007 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
29
gnucash.spec
29
gnucash.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnucash (Version 2.0.2)
|
# spec file for package gnucash (Version 2.0.4)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -11,8 +11,8 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: gnucash
|
Name: gnucash
|
||||||
Version: 2.0.2
|
Version: 2.0.4
|
||||||
Release: 39
|
Release: 1
|
||||||
URL: http://www.gnucash.org/
|
URL: http://www.gnucash.org/
|
||||||
Group: Productivity/Office/Finance
|
Group: Productivity/Office/Finance
|
||||||
License: GNU General Public License (GPL)
|
License: GNU General Public License (GPL)
|
||||||
@ -25,6 +25,9 @@ BuildRequires: doxygen g-wrap-devel gconf2-devel glib2-devel goffice-devel grap
|
|||||||
BuildRequires: aqbanking-devel libofx-devel postgresql-devel
|
BuildRequires: aqbanking-devel libofx-devel postgresql-devel
|
||||||
#BuildRequires: callgrind
|
#BuildRequires: callgrind
|
||||||
# tested but unused BuildRequires: readline-devel qt3-devel temcap
|
# tested but unused BuildRequires: readline-devel qt3-devel temcap
|
||||||
|
%if %suse_version > 1000
|
||||||
|
Recommends: gnucash-docs
|
||||||
|
%endif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
PreReq: %install_info_prereq
|
PreReq: %install_info_prereq
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
@ -486,7 +489,25 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/aclocal/*.m4
|
%{_datadir}/aclocal/*.m4
|
||||||
%{_includedir}/gnucash
|
%{_includedir}/gnucash
|
||||||
|
|
||||||
%changelog -n gnucash
|
%changelog
|
||||||
|
* Fri Feb 16 2007 - sbrabec@suse.cz
|
||||||
|
- Updated to 2.0.4:
|
||||||
|
* Correct account compatibility check with top level account.
|
||||||
|
* Check for potentially failed utf8 conversion of locale strings.
|
||||||
|
* Fix crash when accessing the File Properties Menu.
|
||||||
|
* Avoid crash when renaming page in a page-less window.
|
||||||
|
* Save and restore the visibility of the toolbar, statusbar, and
|
||||||
|
summarybar.
|
||||||
|
* Fix for crash on quit during save.
|
||||||
|
* Fix a bug so that blank transactions are marked as pending.
|
||||||
|
* When progress bar is showing, do not make menus and toolbars
|
||||||
|
insensitive, but rather the underlying action groups.
|
||||||
|
* Save window size and position of the transfer dialog.
|
||||||
|
* Fix for UTF-8 bug in month name.
|
||||||
|
* Fix missing date when reconciling from HBCI.
|
||||||
|
* Fix some scheme inexact errors.
|
||||||
|
* Documentation and translation updates.
|
||||||
|
- Recommend gnucash-docs.
|
||||||
* Tue Jan 16 2007 - sbrabec@suse.cz
|
* Tue Jan 16 2007 - sbrabec@suse.cz
|
||||||
- Prefix changed to /usr.
|
- Prefix changed to /usr.
|
||||||
- Spec file cleanup.
|
- Spec file cleanup.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user