gnucash/gnucash.spec

199 lines
6.3 KiB
RPMSpec
Raw Normal View History

#
# spec file for package gnucash
#
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define __builder ninja
Accepting request 825299 from GNOME:Apps - Update to 4.1 + New gnucash-cli executable for command line interactions + Improvements for business documents layout + When deleting accounts the destination accounts of moved splits will be checked to ensure that they have the same commodity as the source account. If they don't you'll get a warning and the opportunity to pick another account or to carry on regardless. + New type-ahead search added to sequential search when selecting an account in the register: Instead of typing the first few characters of a top level account, the separator, the first few characters of the next level account and so on you may instead type a few characters of any part of a full account name and the drop-list will be filtered to contain only matching accounts. Once you have a small enough list you can use the arrow keys to select the account that you want. + Python bindings are now localized and their strings available for translation. + A new Transaction Association dialog, available from the Update Association for Transaction menu item that has replaced the two association items in 3.x, allows setting, changing, and deleting associations. + Allow Associations to be added to invoices. The actual association when present is added as a link button which is shown below the notes. + A symbol is now displayed on transactions in the register when they have an attachment and the selected font supports the symbol. This does not work on MacOS, which will continue to use a letter. + The OFX file importer can now import more than one file at a time. + A new report menu supbmenu Multicolumn contains the old custom-multicolumn report and a new Dashboard report containing Account reports for expenses and income, an income-expense chart, and an account summary. + Support for UK VAT and Australian GST added to the Income-GST report. The reports options are changed from source accounts to source sales and purchase accounts to permit proper reporting of capital purchases. N.B. This is incompatible with previous versions of the report and will require regenerating saved configurations. + The matcher window columns are changed from R to C and from U+R to U+C, reflecting that the matcher marks transactions cleared but doesn't reconcile them. (Bug 797338) + OFX imports having balance information will now offer to immediately reconcile, passing the balance information in the file to the reconcile info. + Improve quickfill in the account pickers to filter the choices based on any part of the name. + The GnuCash widget hierarchy for CSS has been revised to be more consistent with Gtk practice. You may need to spend some time with the GtkInspector to get your custom CSS back the way you like it. + When creating a new account hierarchy it's now possible to load account templates from locales other than the one set for the user interface. (Bug 797472) + New Account - Online Account match list to the Import Map Editor. + New invalid maps dialog in the Import Map Editor. (Bug 797612) + Optionally include the account code option in budget view. + Account matcher will decline to match accounts with a different commodity from the imported split if the import information includes the commodity. + Ellipsize the Description and Memo fields in the account matcher. + Enable adding notes to budgets. (Bug 693180) + Support for AQBanking Version 6. This is required to support new FinTS protocols for the European Payment Services Directive (PSD2). + GnuCash 4.x will not migrate old gconf settings from GnuCash 2.4.x. + Reversing transactions will now pop a dialog box to request a posting date. (Bug 782455) + The Accounts page has a new optional column for the hidden property to make it easier to toggle it. Note that in order to see hidden accounts you must still enable that in the Filter by... dialog. (Bug 797486) + The Customer, Vendor, and Employee overviews have a process-payment toolbar. (Bug 797605). + Account codes may now optionally be displayed in the Budget Tree View. (Bug 797489). - Add gnucash-4.1-fix-gtest-path.patch to cope with file layout for gtest/gmock in openSUSE - Upgrade to 3.10 + Update latest translation from the Translation project. + [window-reconcile] when reconciling, warn on splits having a reconcile date > statement_date + [window-reconcile] when inputing statement_date, warn if it's after today + [find-transactions] add search for reconciled date + Show transaction value, not amount, for registers with subaccounts. + Add instance argument to Session constructor + Enables a python console to connect to the running GnuCash's session. + Make python console less noisy without --debug. + Provide locals and globals of calling context to the python console's shell on shell init + Merge Jean Laroche's '797006_subaccounts' into maint. + Add check to display warning dialog for mismatched commodities + Replicate changes in *2 files + Apply astyle to modified files + Merge Chris Mayo's iPython-fixes into maint. + Make pycons/ishell.py compatible with Python 3 and current IPython + [eguile-utilities] Prevent crash in balsheet-eg.scm + [eguile] escape-html -> gnc:html-string-sanitize + [qif-to-gnc] Properly mark intra-QIF internal transfers. + Bugfixes (forwarded request 824967 from j-engel) OBS-URL: https://build.opensuse.org/request/show/825299 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnucash?expand=0&rev=86
2020-08-12 10:27:12 +02:00
# Define used guile version
%if 0%{?suse_version} > 1500
%define guile_version 3.0
%else
%if 0%{?sle_version} >= 150200
Accepting request 825299 from GNOME:Apps - Update to 4.1 + New gnucash-cli executable for command line interactions + Improvements for business documents layout + When deleting accounts the destination accounts of moved splits will be checked to ensure that they have the same commodity as the source account. If they don't you'll get a warning and the opportunity to pick another account or to carry on regardless. + New type-ahead search added to sequential search when selecting an account in the register: Instead of typing the first few characters of a top level account, the separator, the first few characters of the next level account and so on you may instead type a few characters of any part of a full account name and the drop-list will be filtered to contain only matching accounts. Once you have a small enough list you can use the arrow keys to select the account that you want. + Python bindings are now localized and their strings available for translation. + A new Transaction Association dialog, available from the Update Association for Transaction menu item that has replaced the two association items in 3.x, allows setting, changing, and deleting associations. + Allow Associations to be added to invoices. The actual association when present is added as a link button which is shown below the notes. + A symbol is now displayed on transactions in the register when they have an attachment and the selected font supports the symbol. This does not work on MacOS, which will continue to use a letter. + The OFX file importer can now import more than one file at a time. + A new report menu supbmenu Multicolumn contains the old custom-multicolumn report and a new Dashboard report containing Account reports for expenses and income, an income-expense chart, and an account summary. + Support for UK VAT and Australian GST added to the Income-GST report. The reports options are changed from source accounts to source sales and purchase accounts to permit proper reporting of capital purchases. N.B. This is incompatible with previous versions of the report and will require regenerating saved configurations. + The matcher window columns are changed from R to C and from U+R to U+C, reflecting that the matcher marks transactions cleared but doesn't reconcile them. (Bug 797338) + OFX imports having balance information will now offer to immediately reconcile, passing the balance information in the file to the reconcile info. + Improve quickfill in the account pickers to filter the choices based on any part of the name. + The GnuCash widget hierarchy for CSS has been revised to be more consistent with Gtk practice. You may need to spend some time with the GtkInspector to get your custom CSS back the way you like it. + When creating a new account hierarchy it's now possible to load account templates from locales other than the one set for the user interface. (Bug 797472) + New Account - Online Account match list to the Import Map Editor. + New invalid maps dialog in the Import Map Editor. (Bug 797612) + Optionally include the account code option in budget view. + Account matcher will decline to match accounts with a different commodity from the imported split if the import information includes the commodity. + Ellipsize the Description and Memo fields in the account matcher. + Enable adding notes to budgets. (Bug 693180) + Support for AQBanking Version 6. This is required to support new FinTS protocols for the European Payment Services Directive (PSD2). + GnuCash 4.x will not migrate old gconf settings from GnuCash 2.4.x. + Reversing transactions will now pop a dialog box to request a posting date. (Bug 782455) + The Accounts page has a new optional column for the hidden property to make it easier to toggle it. Note that in order to see hidden accounts you must still enable that in the Filter by... dialog. (Bug 797486) + The Customer, Vendor, and Employee overviews have a process-payment toolbar. (Bug 797605). + Account codes may now optionally be displayed in the Budget Tree View. (Bug 797489). - Add gnucash-4.1-fix-gtest-path.patch to cope with file layout for gtest/gmock in openSUSE - Upgrade to 3.10 + Update latest translation from the Translation project. + [window-reconcile] when reconciling, warn on splits having a reconcile date > statement_date + [window-reconcile] when inputing statement_date, warn if it's after today + [find-transactions] add search for reconciled date + Show transaction value, not amount, for registers with subaccounts. + Add instance argument to Session constructor + Enables a python console to connect to the running GnuCash's session. + Make python console less noisy without --debug. + Provide locals and globals of calling context to the python console's shell on shell init + Merge Jean Laroche's '797006_subaccounts' into maint. + Add check to display warning dialog for mismatched commodities + Replicate changes in *2 files + Apply astyle to modified files + Merge Chris Mayo's iPython-fixes into maint. + Make pycons/ishell.py compatible with Python 3 and current IPython + [eguile-utilities] Prevent crash in balsheet-eg.scm + [eguile] escape-html -> gnc:html-string-sanitize + [qif-to-gnc] Properly mark intra-QIF internal transfers. + Bugfixes (forwarded request 824967 from j-engel) OBS-URL: https://build.opensuse.org/request/show/825299 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnucash?expand=0&rev=86
2020-08-12 10:27:12 +02:00
%define guile_version 2.0
%endif
%endif
Name: gnucash
Version: 4.10
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: https://github.com/Gnucash/gnucash/releases/download/%{version}/%{name}-%{version}.tar.bz2
Source1: %{name}-rpmlintrc
## 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
# PATCH-FIX-UPSTREAM gnucash-libm.patch gh#gnucash/gnucash#632 dimstar@opensuse.org -- Link libm: gnucash uses e.g. log10 without explicitly requesting libm
Patch1: gnucash-libm.patch
Accepting request 825299 from GNOME:Apps - Update to 4.1 + New gnucash-cli executable for command line interactions + Improvements for business documents layout + When deleting accounts the destination accounts of moved splits will be checked to ensure that they have the same commodity as the source account. If they don't you'll get a warning and the opportunity to pick another account or to carry on regardless. + New type-ahead search added to sequential search when selecting an account in the register: Instead of typing the first few characters of a top level account, the separator, the first few characters of the next level account and so on you may instead type a few characters of any part of a full account name and the drop-list will be filtered to contain only matching accounts. Once you have a small enough list you can use the arrow keys to select the account that you want. + Python bindings are now localized and their strings available for translation. + A new Transaction Association dialog, available from the Update Association for Transaction menu item that has replaced the two association items in 3.x, allows setting, changing, and deleting associations. + Allow Associations to be added to invoices. The actual association when present is added as a link button which is shown below the notes. + A symbol is now displayed on transactions in the register when they have an attachment and the selected font supports the symbol. This does not work on MacOS, which will continue to use a letter. + The OFX file importer can now import more than one file at a time. + A new report menu supbmenu Multicolumn contains the old custom-multicolumn report and a new Dashboard report containing Account reports for expenses and income, an income-expense chart, and an account summary. + Support for UK VAT and Australian GST added to the Income-GST report. The reports options are changed from source accounts to source sales and purchase accounts to permit proper reporting of capital purchases. N.B. This is incompatible with previous versions of the report and will require regenerating saved configurations. + The matcher window columns are changed from R to C and from U+R to U+C, reflecting that the matcher marks transactions cleared but doesn't reconcile them. (Bug 797338) + OFX imports having balance information will now offer to immediately reconcile, passing the balance information in the file to the reconcile info. + Improve quickfill in the account pickers to filter the choices based on any part of the name. + The GnuCash widget hierarchy for CSS has been revised to be more consistent with Gtk practice. You may need to spend some time with the GtkInspector to get your custom CSS back the way you like it. + When creating a new account hierarchy it's now possible to load account templates from locales other than the one set for the user interface. (Bug 797472) + New Account - Online Account match list to the Import Map Editor. + New invalid maps dialog in the Import Map Editor. (Bug 797612) + Optionally include the account code option in budget view. + Account matcher will decline to match accounts with a different commodity from the imported split if the import information includes the commodity. + Ellipsize the Description and Memo fields in the account matcher. + Enable adding notes to budgets. (Bug 693180) + Support for AQBanking Version 6. This is required to support new FinTS protocols for the European Payment Services Directive (PSD2). + GnuCash 4.x will not migrate old gconf settings from GnuCash 2.4.x. + Reversing transactions will now pop a dialog box to request a posting date. (Bug 782455) + The Accounts page has a new optional column for the hidden property to make it easier to toggle it. Note that in order to see hidden accounts you must still enable that in the Filter by... dialog. (Bug 797486) + The Customer, Vendor, and Employee overviews have a process-payment toolbar. (Bug 797605). + Account codes may now optionally be displayed in the Budget Tree View. (Bug 797489). - Add gnucash-4.1-fix-gtest-path.patch to cope with file layout for gtest/gmock in openSUSE - Upgrade to 3.10 + Update latest translation from the Translation project. + [window-reconcile] when reconciling, warn on splits having a reconcile date > statement_date + [window-reconcile] when inputing statement_date, warn if it's after today + [find-transactions] add search for reconciled date + Show transaction value, not amount, for registers with subaccounts. + Add instance argument to Session constructor + Enables a python console to connect to the running GnuCash's session. + Make python console less noisy without --debug. + Provide locals and globals of calling context to the python console's shell on shell init + Merge Jean Laroche's '797006_subaccounts' into maint. + Add check to display warning dialog for mismatched commodities + Replicate changes in *2 files + Apply astyle to modified files + Merge Chris Mayo's iPython-fixes into maint. + Make pycons/ishell.py compatible with Python 3 and current IPython + [eguile-utilities] Prevent crash in balsheet-eg.scm + [eguile] escape-html -> gnc:html-string-sanitize + [qif-to-gnc] Properly mark intra-QIF internal transfers. + Bugfixes (forwarded request 824967 from j-engel) OBS-URL: https://build.opensuse.org/request/show/825299 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnucash?expand=0&rev=86
2020-08-12 10:27:12 +02:00
Patch2: gnucash-4.1-fix-gtest-path.patch
Accepting request 825299 from GNOME:Apps - Update to 4.1 + New gnucash-cli executable for command line interactions + Improvements for business documents layout + When deleting accounts the destination accounts of moved splits will be checked to ensure that they have the same commodity as the source account. If they don't you'll get a warning and the opportunity to pick another account or to carry on regardless. + New type-ahead search added to sequential search when selecting an account in the register: Instead of typing the first few characters of a top level account, the separator, the first few characters of the next level account and so on you may instead type a few characters of any part of a full account name and the drop-list will be filtered to contain only matching accounts. Once you have a small enough list you can use the arrow keys to select the account that you want. + Python bindings are now localized and their strings available for translation. + A new Transaction Association dialog, available from the Update Association for Transaction menu item that has replaced the two association items in 3.x, allows setting, changing, and deleting associations. + Allow Associations to be added to invoices. The actual association when present is added as a link button which is shown below the notes. + A symbol is now displayed on transactions in the register when they have an attachment and the selected font supports the symbol. This does not work on MacOS, which will continue to use a letter. + The OFX file importer can now import more than one file at a time. + A new report menu supbmenu Multicolumn contains the old custom-multicolumn report and a new Dashboard report containing Account reports for expenses and income, an income-expense chart, and an account summary. + Support for UK VAT and Australian GST added to the Income-GST report. The reports options are changed from source accounts to source sales and purchase accounts to permit proper reporting of capital purchases. N.B. This is incompatible with previous versions of the report and will require regenerating saved configurations. + The matcher window columns are changed from R to C and from U+R to U+C, reflecting that the matcher marks transactions cleared but doesn't reconcile them. (Bug 797338) + OFX imports having balance information will now offer to immediately reconcile, passing the balance information in the file to the reconcile info. + Improve quickfill in the account pickers to filter the choices based on any part of the name. + The GnuCash widget hierarchy for CSS has been revised to be more consistent with Gtk practice. You may need to spend some time with the GtkInspector to get your custom CSS back the way you like it. + When creating a new account hierarchy it's now possible to load account templates from locales other than the one set for the user interface. (Bug 797472) + New Account - Online Account match list to the Import Map Editor. + New invalid maps dialog in the Import Map Editor. (Bug 797612) + Optionally include the account code option in budget view. + Account matcher will decline to match accounts with a different commodity from the imported split if the import information includes the commodity. + Ellipsize the Description and Memo fields in the account matcher. + Enable adding notes to budgets. (Bug 693180) + Support for AQBanking Version 6. This is required to support new FinTS protocols for the European Payment Services Directive (PSD2). + GnuCash 4.x will not migrate old gconf settings from GnuCash 2.4.x. + Reversing transactions will now pop a dialog box to request a posting date. (Bug 782455) + The Accounts page has a new optional column for the hidden property to make it easier to toggle it. Note that in order to see hidden accounts you must still enable that in the Filter by... dialog. (Bug 797486) + The Customer, Vendor, and Employee overviews have a process-payment toolbar. (Bug 797605). + Account codes may now optionally be displayed in the Budget Tree View. (Bug 797489). - Add gnucash-4.1-fix-gtest-path.patch to cope with file layout for gtest/gmock in openSUSE - Upgrade to 3.10 + Update latest translation from the Translation project. + [window-reconcile] when reconciling, warn on splits having a reconcile date > statement_date + [window-reconcile] when inputing statement_date, warn if it's after today + [find-transactions] add search for reconciled date + Show transaction value, not amount, for registers with subaccounts. + Add instance argument to Session constructor + Enables a python console to connect to the running GnuCash's session. + Make python console less noisy without --debug. + Provide locals and globals of calling context to the python console's shell on shell init + Merge Jean Laroche's '797006_subaccounts' into maint. + Add check to display warning dialog for mismatched commodities + Replicate changes in *2 files + Apply astyle to modified files + Merge Chris Mayo's iPython-fixes into maint. + Make pycons/ishell.py compatible with Python 3 and current IPython + [eguile-utilities] Prevent crash in balsheet-eg.scm + [eguile] escape-html -> gnc:html-string-sanitize + [qif-to-gnc] Properly mark intra-QIF internal transfers. + Bugfixes (forwarded request 824967 from j-engel) OBS-URL: https://build.opensuse.org/request/show/825299 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnucash?expand=0&rev=86
2020-08-12 10:27:12 +02:00
BuildRequires: boost-devel >= 1.60.0
BuildRequires: cmake >= 3.5
BuildRequires: doxygen
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: gmock >= 1.8.0
BuildRequires: gtest >= 1.8.0
Accepting request 825299 from GNOME:Apps - Update to 4.1 + New gnucash-cli executable for command line interactions + Improvements for business documents layout + When deleting accounts the destination accounts of moved splits will be checked to ensure that they have the same commodity as the source account. If they don't you'll get a warning and the opportunity to pick another account or to carry on regardless. + New type-ahead search added to sequential search when selecting an account in the register: Instead of typing the first few characters of a top level account, the separator, the first few characters of the next level account and so on you may instead type a few characters of any part of a full account name and the drop-list will be filtered to contain only matching accounts. Once you have a small enough list you can use the arrow keys to select the account that you want. + Python bindings are now localized and their strings available for translation. + A new Transaction Association dialog, available from the Update Association for Transaction menu item that has replaced the two association items in 3.x, allows setting, changing, and deleting associations. + Allow Associations to be added to invoices. The actual association when present is added as a link button which is shown below the notes. + A symbol is now displayed on transactions in the register when they have an attachment and the selected font supports the symbol. This does not work on MacOS, which will continue to use a letter. + The OFX file importer can now import more than one file at a time. + A new report menu supbmenu Multicolumn contains the old custom-multicolumn report and a new Dashboard report containing Account reports for expenses and income, an income-expense chart, and an account summary. + Support for UK VAT and Australian GST added to the Income-GST report. The reports options are changed from source accounts to source sales and purchase accounts to permit proper reporting of capital purchases. N.B. This is incompatible with previous versions of the report and will require regenerating saved configurations. + The matcher window columns are changed from R to C and from U+R to U+C, reflecting that the matcher marks transactions cleared but doesn't reconcile them. (Bug 797338) + OFX imports having balance information will now offer to immediately reconcile, passing the balance information in the file to the reconcile info. + Improve quickfill in the account pickers to filter the choices based on any part of the name. + The GnuCash widget hierarchy for CSS has been revised to be more consistent with Gtk practice. You may need to spend some time with the GtkInspector to get your custom CSS back the way you like it. + When creating a new account hierarchy it's now possible to load account templates from locales other than the one set for the user interface. (Bug 797472) + New Account - Online Account match list to the Import Map Editor. + New invalid maps dialog in the Import Map Editor. (Bug 797612) + Optionally include the account code option in budget view. + Account matcher will decline to match accounts with a different commodity from the imported split if the import information includes the commodity. + Ellipsize the Description and Memo fields in the account matcher. + Enable adding notes to budgets. (Bug 693180) + Support for AQBanking Version 6. This is required to support new FinTS protocols for the European Payment Services Directive (PSD2). + GnuCash 4.x will not migrate old gconf settings from GnuCash 2.4.x. + Reversing transactions will now pop a dialog box to request a posting date. (Bug 782455) + The Accounts page has a new optional column for the hidden property to make it easier to toggle it. Note that in order to see hidden accounts you must still enable that in the Filter by... dialog. (Bug 797486) + The Customer, Vendor, and Employee overviews have a process-payment toolbar. (Bug 797605). + Account codes may now optionally be displayed in the Budget Tree View. (Bug 797489). - Add gnucash-4.1-fix-gtest-path.patch to cope with file layout for gtest/gmock in openSUSE - Upgrade to 3.10 + Update latest translation from the Translation project. + [window-reconcile] when reconciling, warn on splits having a reconcile date > statement_date + [window-reconcile] when inputing statement_date, warn if it's after today + [find-transactions] add search for reconciled date + Show transaction value, not amount, for registers with subaccounts. + Add instance argument to Session constructor + Enables a python console to connect to the running GnuCash's session. + Make python console less noisy without --debug. + Provide locals and globals of calling context to the python console's shell on shell init + Merge Jean Laroche's '797006_subaccounts' into maint. + Add check to display warning dialog for mismatched commodities + Replicate changes in *2 files + Apply astyle to modified files + Merge Chris Mayo's iPython-fixes into maint. + Make pycons/ishell.py compatible with Python 3 and current IPython + [eguile-utilities] Prevent crash in balsheet-eg.scm + [eguile] escape-html -> gnc:html-string-sanitize + [qif-to-gnc] Properly mark intra-QIF internal transfers. + Bugfixes (forwarded request 824967 from j-engel) OBS-URL: https://build.opensuse.org/request/show/825299 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnucash?expand=0&rev=86
2020-08-12 10:27:12 +02:00
BuildRequires: guile-devel
BuildRequires: libboost_date_time-devel >= 1.60.0
BuildRequires: libboost_filesystem-devel >= 1.60.0
BuildRequires: libboost_headers-devel >= 1.60.0
BuildRequires: libboost_locale-devel >= 1.60.0
BuildRequires: libboost_program_options-devel >= 1.60.0
BuildRequires: libboost_regex-devel >= 1.60.0
BuildRequires: libboost_system-devel >= 1.60.0
Accepting request 214473 from GNOME:Apps - Update to version 2.6.0 (bnc#858502): + New Major release, see http://gnucash.org/2.6-release-tour.phtml for a tour through the new features. + Preferences have been migrated from GConf to GSettings. + New date handling which allows GnuCash to use dates after March 2038. + Guile-2 compatibility: GnuCash now requires either Guile-1.8 or Guile-2.0. + Documents outside of GnuCash, images of receipts for example, can now be linked to transactions, with the facility of opening them in the default application for the document type. + Cutsom Reports can now be saved without renaming the report, and modifications can overwrite an existing report. + The import assistant now finishes much more quickly after assigning contra-accounts. + GnuCash now requires Gtk+-2.24.0 and GLib-2.26.0. Most of the dependencies on obsolete libraries have been removed; only libgnomecanvas remains. Unfortunately the effort to rewrite the register code to use GtkTreeModel wasn't completed in time, so GnuCash is not on the cusp of converting to Gtk3. + The Business Module has been substantially revamped, including support for Credit Notes and import of customers and vendors from a CSV file. + The Num field in the register display is now optionally per-split, so for example a check number can be entered for the checking account split and an invoice number for the expense account split. + GnuCash can now open locked books read-only so that more than one user can view a file. GnuCash still does not support (forwarded request 214444 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/214473 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnucash?expand=0&rev=50
2014-01-22 09:41:24 +01:00
BuildRequires: libdbi-drivers-dbd-sqlite3
BuildRequires: makeinfo
BuildRequires: ninja
BuildRequires: pkgconfig
BuildRequires: python3-devel
Accepting request 825299 from GNOME:Apps - Update to 4.1 + New gnucash-cli executable for command line interactions + Improvements for business documents layout + When deleting accounts the destination accounts of moved splits will be checked to ensure that they have the same commodity as the source account. If they don't you'll get a warning and the opportunity to pick another account or to carry on regardless. + New type-ahead search added to sequential search when selecting an account in the register: Instead of typing the first few characters of a top level account, the separator, the first few characters of the next level account and so on you may instead type a few characters of any part of a full account name and the drop-list will be filtered to contain only matching accounts. Once you have a small enough list you can use the arrow keys to select the account that you want. + Python bindings are now localized and their strings available for translation. + A new Transaction Association dialog, available from the Update Association for Transaction menu item that has replaced the two association items in 3.x, allows setting, changing, and deleting associations. + Allow Associations to be added to invoices. The actual association when present is added as a link button which is shown below the notes. + A symbol is now displayed on transactions in the register when they have an attachment and the selected font supports the symbol. This does not work on MacOS, which will continue to use a letter. + The OFX file importer can now import more than one file at a time. + A new report menu supbmenu Multicolumn contains the old custom-multicolumn report and a new Dashboard report containing Account reports for expenses and income, an income-expense chart, and an account summary. + Support for UK VAT and Australian GST added to the Income-GST report. The reports options are changed from source accounts to source sales and purchase accounts to permit proper reporting of capital purchases. N.B. This is incompatible with previous versions of the report and will require regenerating saved configurations. + The matcher window columns are changed from R to C and from U+R to U+C, reflecting that the matcher marks transactions cleared but doesn't reconcile them. (Bug 797338) + OFX imports having balance information will now offer to immediately reconcile, passing the balance information in the file to the reconcile info. + Improve quickfill in the account pickers to filter the choices based on any part of the name. + The GnuCash widget hierarchy for CSS has been revised to be more consistent with Gtk practice. You may need to spend some time with the GtkInspector to get your custom CSS back the way you like it. + When creating a new account hierarchy it's now possible to load account templates from locales other than the one set for the user interface. (Bug 797472) + New Account - Online Account match list to the Import Map Editor. + New invalid maps dialog in the Import Map Editor. (Bug 797612) + Optionally include the account code option in budget view. + Account matcher will decline to match accounts with a different commodity from the imported split if the import information includes the commodity. + Ellipsize the Description and Memo fields in the account matcher. + Enable adding notes to budgets. (Bug 693180) + Support for AQBanking Version 6. This is required to support new FinTS protocols for the European Payment Services Directive (PSD2). + GnuCash 4.x will not migrate old gconf settings from GnuCash 2.4.x. + Reversing transactions will now pop a dialog box to request a posting date. (Bug 782455) + The Accounts page has a new optional column for the hidden property to make it easier to toggle it. Note that in order to see hidden accounts you must still enable that in the Filter by... dialog. (Bug 797486) + The Customer, Vendor, and Employee overviews have a process-payment toolbar. (Bug 797605). + Account codes may now optionally be displayed in the Budget Tree View. (Bug 797489). - Add gnucash-4.1-fix-gtest-path.patch to cope with file layout for gtest/gmock in openSUSE - Upgrade to 3.10 + Update latest translation from the Translation project. + [window-reconcile] when reconciling, warn on splits having a reconcile date > statement_date + [window-reconcile] when inputing statement_date, warn if it's after today + [find-transactions] add search for reconciled date + Show transaction value, not amount, for registers with subaccounts. + Add instance argument to Session constructor + Enables a python console to connect to the running GnuCash's session. + Make python console less noisy without --debug. + Provide locals and globals of calling context to the python console's shell on shell init + Merge Jean Laroche's '797006_subaccounts' into maint. + Add check to display warning dialog for mismatched commodities + Replicate changes in *2 files + Apply astyle to modified files + Merge Chris Mayo's iPython-fixes into maint. + Make pycons/ishell.py compatible with Python 3 and current IPython + [eguile-utilities] Prevent crash in balsheet-eg.scm + [eguile] escape-html -> gnc:html-string-sanitize + [qif-to-gnc] Properly mark intra-QIF internal transfers. + Bugfixes (forwarded request 824967 from j-engel) OBS-URL: https://build.opensuse.org/request/show/825299 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnucash?expand=0&rev=86
2020-08-12 10:27:12 +02:00
BuildRequires: swig >= 3.0.12
BuildRequires: xsltproc
Accepting request 825299 from GNOME:Apps - Update to 4.1 + New gnucash-cli executable for command line interactions + Improvements for business documents layout + When deleting accounts the destination accounts of moved splits will be checked to ensure that they have the same commodity as the source account. If they don't you'll get a warning and the opportunity to pick another account or to carry on regardless. + New type-ahead search added to sequential search when selecting an account in the register: Instead of typing the first few characters of a top level account, the separator, the first few characters of the next level account and so on you may instead type a few characters of any part of a full account name and the drop-list will be filtered to contain only matching accounts. Once you have a small enough list you can use the arrow keys to select the account that you want. + Python bindings are now localized and their strings available for translation. + A new Transaction Association dialog, available from the Update Association for Transaction menu item that has replaced the two association items in 3.x, allows setting, changing, and deleting associations. + Allow Associations to be added to invoices. The actual association when present is added as a link button which is shown below the notes. + A symbol is now displayed on transactions in the register when they have an attachment and the selected font supports the symbol. This does not work on MacOS, which will continue to use a letter. + The OFX file importer can now import more than one file at a time. + A new report menu supbmenu Multicolumn contains the old custom-multicolumn report and a new Dashboard report containing Account reports for expenses and income, an income-expense chart, and an account summary. + Support for UK VAT and Australian GST added to the Income-GST report. The reports options are changed from source accounts to source sales and purchase accounts to permit proper reporting of capital purchases. N.B. This is incompatible with previous versions of the report and will require regenerating saved configurations. + The matcher window columns are changed from R to C and from U+R to U+C, reflecting that the matcher marks transactions cleared but doesn't reconcile them. (Bug 797338) + OFX imports having balance information will now offer to immediately reconcile, passing the balance information in the file to the reconcile info. + Improve quickfill in the account pickers to filter the choices based on any part of the name. + The GnuCash widget hierarchy for CSS has been revised to be more consistent with Gtk practice. You may need to spend some time with the GtkInspector to get your custom CSS back the way you like it. + When creating a new account hierarchy it's now possible to load account templates from locales other than the one set for the user interface. (Bug 797472) + New Account - Online Account match list to the Import Map Editor. + New invalid maps dialog in the Import Map Editor. (Bug 797612) + Optionally include the account code option in budget view. + Account matcher will decline to match accounts with a different commodity from the imported split if the import information includes the commodity. + Ellipsize the Description and Memo fields in the account matcher. + Enable adding notes to budgets. (Bug 693180) + Support for AQBanking Version 6. This is required to support new FinTS protocols for the European Payment Services Directive (PSD2). + GnuCash 4.x will not migrate old gconf settings from GnuCash 2.4.x. + Reversing transactions will now pop a dialog box to request a posting date. (Bug 782455) + The Accounts page has a new optional column for the hidden property to make it easier to toggle it. Note that in order to see hidden accounts you must still enable that in the Filter by... dialog. (Bug 797486) + The Customer, Vendor, and Employee overviews have a process-payment toolbar. (Bug 797605). + Account codes may now optionally be displayed in the Budget Tree View. (Bug 797489). - Add gnucash-4.1-fix-gtest-path.patch to cope with file layout for gtest/gmock in openSUSE - Upgrade to 3.10 + Update latest translation from the Translation project. + [window-reconcile] when reconciling, warn on splits having a reconcile date > statement_date + [window-reconcile] when inputing statement_date, warn if it's after today + [find-transactions] add search for reconciled date + Show transaction value, not amount, for registers with subaccounts. + Add instance argument to Session constructor + Enables a python console to connect to the running GnuCash's session. + Make python console less noisy without --debug. + Provide locals and globals of calling context to the python console's shell on shell init + Merge Jean Laroche's '797006_subaccounts' into maint. + Add check to display warning dialog for mismatched commodities + Replicate changes in *2 files + Apply astyle to modified files + Merge Chris Mayo's iPython-fixes into maint. + Make pycons/ishell.py compatible with Python 3 and current IPython + [eguile-utilities] Prevent crash in balsheet-eg.scm + [eguile] escape-html -> gnc:html-string-sanitize + [qif-to-gnc] Properly mark intra-QIF internal transfers. + Bugfixes (forwarded request 824967 from j-engel) OBS-URL: https://build.opensuse.org/request/show/825299 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnucash?expand=0&rev=86
2020-08-12 10:27:12 +02:00
BuildRequires: pkgconfig(aqbanking) >= 6.0.0
BuildRequires: pkgconfig(dbi) >= 0.8.3
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
BuildRequires: pkgconfig(gio-2.0)
Accepting request 825299 from GNOME:Apps - Update to 4.1 + New gnucash-cli executable for command line interactions + Improvements for business documents layout + When deleting accounts the destination accounts of moved splits will be checked to ensure that they have the same commodity as the source account. If they don't you'll get a warning and the opportunity to pick another account or to carry on regardless. + New type-ahead search added to sequential search when selecting an account in the register: Instead of typing the first few characters of a top level account, the separator, the first few characters of the next level account and so on you may instead type a few characters of any part of a full account name and the drop-list will be filtered to contain only matching accounts. Once you have a small enough list you can use the arrow keys to select the account that you want. + Python bindings are now localized and their strings available for translation. + A new Transaction Association dialog, available from the Update Association for Transaction menu item that has replaced the two association items in 3.x, allows setting, changing, and deleting associations. + Allow Associations to be added to invoices. The actual association when present is added as a link button which is shown below the notes. + A symbol is now displayed on transactions in the register when they have an attachment and the selected font supports the symbol. This does not work on MacOS, which will continue to use a letter. + The OFX file importer can now import more than one file at a time. + A new report menu supbmenu Multicolumn contains the old custom-multicolumn report and a new Dashboard report containing Account reports for expenses and income, an income-expense chart, and an account summary. + Support for UK VAT and Australian GST added to the Income-GST report. The reports options are changed from source accounts to source sales and purchase accounts to permit proper reporting of capital purchases. N.B. This is incompatible with previous versions of the report and will require regenerating saved configurations. + The matcher window columns are changed from R to C and from U+R to U+C, reflecting that the matcher marks transactions cleared but doesn't reconcile them. (Bug 797338) + OFX imports having balance information will now offer to immediately reconcile, passing the balance information in the file to the reconcile info. + Improve quickfill in the account pickers to filter the choices based on any part of the name. + The GnuCash widget hierarchy for CSS has been revised to be more consistent with Gtk practice. You may need to spend some time with the GtkInspector to get your custom CSS back the way you like it. + When creating a new account hierarchy it's now possible to load account templates from locales other than the one set for the user interface. (Bug 797472) + New Account - Online Account match list to the Import Map Editor. + New invalid maps dialog in the Import Map Editor. (Bug 797612) + Optionally include the account code option in budget view. + Account matcher will decline to match accounts with a different commodity from the imported split if the import information includes the commodity. + Ellipsize the Description and Memo fields in the account matcher. + Enable adding notes to budgets. (Bug 693180) + Support for AQBanking Version 6. This is required to support new FinTS protocols for the European Payment Services Directive (PSD2). + GnuCash 4.x will not migrate old gconf settings from GnuCash 2.4.x. + Reversing transactions will now pop a dialog box to request a posting date. (Bug 782455) + The Accounts page has a new optional column for the hidden property to make it easier to toggle it. Note that in order to see hidden accounts you must still enable that in the Filter by... dialog. (Bug 797486) + The Customer, Vendor, and Employee overviews have a process-payment toolbar. (Bug 797605). + Account codes may now optionally be displayed in the Budget Tree View. (Bug 797489). - Add gnucash-4.1-fix-gtest-path.patch to cope with file layout for gtest/gmock in openSUSE - Upgrade to 3.10 + Update latest translation from the Translation project. + [window-reconcile] when reconciling, warn on splits having a reconcile date > statement_date + [window-reconcile] when inputing statement_date, warn if it's after today + [find-transactions] add search for reconciled date + Show transaction value, not amount, for registers with subaccounts. + Add instance argument to Session constructor + Enables a python console to connect to the running GnuCash's session. + Make python console less noisy without --debug. + Provide locals and globals of calling context to the python console's shell on shell init + Merge Jean Laroche's '797006_subaccounts' into maint. + Add check to display warning dialog for mismatched commodities + Replicate changes in *2 files + Apply astyle to modified files + Merge Chris Mayo's iPython-fixes into maint. + Make pycons/ishell.py compatible with Python 3 and current IPython + [eguile-utilities] Prevent crash in balsheet-eg.scm + [eguile] escape-html -> gnc:html-string-sanitize + [qif-to-gnc] Properly mark intra-QIF internal transfers. + Bugfixes (forwarded request 824967 from j-engel) OBS-URL: https://build.opensuse.org/request/show/825299 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnucash?expand=0&rev=86
2020-08-12 10:27:12 +02:00
BuildRequires: pkgconfig(glib-2.0) >= 2.56.1
BuildRequires: pkgconfig(gmodule-2.0) >= 2.40
BuildRequires: pkgconfig(gnome-keyring-1) >= 0.6
BuildRequires: pkgconfig(gobject-2.0) >= 2.40
BuildRequires: pkgconfig(gthread-2.0) >= 2.40
BuildRequires: pkgconfig(gtk+-3.0) >= 3.10.0
BuildRequires: pkgconfig(gwenhywfar) >= 3.99.20
BuildRequires: pkgconfig(icu-i18n)
BuildRequires: pkgconfig(icu-uc)
BuildRequires: pkgconfig(ktoblzcheck)
BuildRequires: pkgconfig(libglade-2.0)
BuildRequires: pkgconfig(libofx) >= 0.9.0
BuildRequires: pkgconfig(libsecret-1) >= 0.18
BuildRequires: pkgconfig(libxml-2.0) >= 2.7.0
Accepting request 214473 from GNOME:Apps - Update to version 2.6.0 (bnc#858502): + New Major release, see http://gnucash.org/2.6-release-tour.phtml for a tour through the new features. + Preferences have been migrated from GConf to GSettings. + New date handling which allows GnuCash to use dates after March 2038. + Guile-2 compatibility: GnuCash now requires either Guile-1.8 or Guile-2.0. + Documents outside of GnuCash, images of receipts for example, can now be linked to transactions, with the facility of opening them in the default application for the document type. + Cutsom Reports can now be saved without renaming the report, and modifications can overwrite an existing report. + The import assistant now finishes much more quickly after assigning contra-accounts. + GnuCash now requires Gtk+-2.24.0 and GLib-2.26.0. Most of the dependencies on obsolete libraries have been removed; only libgnomecanvas remains. Unfortunately the effort to rewrite the register code to use GtkTreeModel wasn't completed in time, so GnuCash is not on the cusp of converting to Gtk3. + The Business Module has been substantially revamped, including support for Credit Notes and import of customers and vendors from a CSV file. + The Num field in the register display is now optionally per-split, so for example a check number can be entered for the checking account split and an invoice number for the expense account split. + GnuCash can now open locked books read-only so that more than one user can view a file. GnuCash still does not support (forwarded request 214444 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/214473 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnucash?expand=0&rev=50
2014-01-22 09:41:24 +01:00
BuildRequires: pkgconfig(libxslt)
BuildRequires: pkgconfig(webkit2gtk-4.0)
Recommends: %{name}-docs
# For translation of currency names
Recommends: iso-codes
Recommends: python3-gnucash = %{version}
# Optional perl modules for online price retrieval
Recommends: perl(Date::Manip)
Recommends: yelp
Recommends: perl(Finance::Quote)
BuildRequires: pkgconfig(gwengui-gtk3)
%description
GnuCash is a personal finance manager. A check book-like register GUI
allows you to enter and track bank accounts, stocks, income, and even
currency trades.
Feature Highlights:
* Double-Entry Accounting;
* Stock/Bond/Mutual Fund Accounts;
* Small-Business Accounting;
* Reports, Graphs;
* QIF/OFX/HBCI Import, Transaction Matching;
* Scheduled Transactions;
* Financial Calculations.
%package -n python3-gnucash
Summary: Python bindings for GnuCash
Group: Development/Libraries/Python
Requires: %{name} = %{version}
%description -n python3-gnucash
This package provides the Python 3 bindings for development of GnuCash,
a personal finance manager.
%package devel
Summary: Development files for GnuCash
Group: Development/Libraries/C and C++
Requires: %{name} = %{version}
%description devel
This package provides all the necessary files for development of GnuCash,
a personal finance manager.
%lang_package
%prep
%autosetup -p1 -n %{name}-%{version}
%build
%define _lto_cflags %{nil}
%define __builder ninja
%cmake \
-DCMAKE_SKIP_RPATH=OFF \
-DCMAKE_BUILD_WITH_INSTALL_RPATH=ON \
-DCMAKE_INSTALL_DOCDIR=%{_docdir}/%{name} \
-DGMOCK_ROOT=%{_includedir}/gmock \
-DGTEST_ROOT=%{_includedir}/gtest \
-DWITH_PYTHON=ON \
-DCOMPILE_GSCHEMAS=OFF
%cmake_build
%install
%cmake_install
%find_lang %{name} %{?no_lang_C}
%fdupes %{buildroot}%{_libdir}
%fdupes %{buildroot}%{_datadir}
# Remove MS-Windows-related files and auto-installed LICENSE file
rm %{buildroot}%{_docdir}/%{name}/LICENSE
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
Accepting request 214473 from GNOME:Apps - Update to version 2.6.0 (bnc#858502): + New Major release, see http://gnucash.org/2.6-release-tour.phtml for a tour through the new features. + Preferences have been migrated from GConf to GSettings. + New date handling which allows GnuCash to use dates after March 2038. + Guile-2 compatibility: GnuCash now requires either Guile-1.8 or Guile-2.0. + Documents outside of GnuCash, images of receipts for example, can now be linked to transactions, with the facility of opening them in the default application for the document type. + Cutsom Reports can now be saved without renaming the report, and modifications can overwrite an existing report. + The import assistant now finishes much more quickly after assigning contra-accounts. + GnuCash now requires Gtk+-2.24.0 and GLib-2.26.0. Most of the dependencies on obsolete libraries have been removed; only libgnomecanvas remains. Unfortunately the effort to rewrite the register code to use GtkTreeModel wasn't completed in time, so GnuCash is not on the cusp of converting to Gtk3. + The Business Module has been substantially revamped, including support for Credit Notes and import of customers and vendors from a CSV file. + The Num field in the register display is now optionally per-split, so for example a check number can be entered for the checking account split and an invoice number for the expense account split. + GnuCash can now open locked books read-only so that more than one user can view a file. GnuCash still does not support (forwarded request 214444 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/214473 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnucash?expand=0&rev=50
2014-01-22 09:41:24 +01:00
%files
%license LICENSE
%{_bindir}/gnc-fq-*
%{_bindir}/gnucash
Accepting request 825299 from GNOME:Apps - Update to 4.1 + New gnucash-cli executable for command line interactions + Improvements for business documents layout + When deleting accounts the destination accounts of moved splits will be checked to ensure that they have the same commodity as the source account. If they don't you'll get a warning and the opportunity to pick another account or to carry on regardless. + New type-ahead search added to sequential search when selecting an account in the register: Instead of typing the first few characters of a top level account, the separator, the first few characters of the next level account and so on you may instead type a few characters of any part of a full account name and the drop-list will be filtered to contain only matching accounts. Once you have a small enough list you can use the arrow keys to select the account that you want. + Python bindings are now localized and their strings available for translation. + A new Transaction Association dialog, available from the Update Association for Transaction menu item that has replaced the two association items in 3.x, allows setting, changing, and deleting associations. + Allow Associations to be added to invoices. The actual association when present is added as a link button which is shown below the notes. + A symbol is now displayed on transactions in the register when they have an attachment and the selected font supports the symbol. This does not work on MacOS, which will continue to use a letter. + The OFX file importer can now import more than one file at a time. + A new report menu supbmenu Multicolumn contains the old custom-multicolumn report and a new Dashboard report containing Account reports for expenses and income, an income-expense chart, and an account summary. + Support for UK VAT and Australian GST added to the Income-GST report. The reports options are changed from source accounts to source sales and purchase accounts to permit proper reporting of capital purchases. N.B. This is incompatible with previous versions of the report and will require regenerating saved configurations. + The matcher window columns are changed from R to C and from U+R to U+C, reflecting that the matcher marks transactions cleared but doesn't reconcile them. (Bug 797338) + OFX imports having balance information will now offer to immediately reconcile, passing the balance information in the file to the reconcile info. + Improve quickfill in the account pickers to filter the choices based on any part of the name. + The GnuCash widget hierarchy for CSS has been revised to be more consistent with Gtk practice. You may need to spend some time with the GtkInspector to get your custom CSS back the way you like it. + When creating a new account hierarchy it's now possible to load account templates from locales other than the one set for the user interface. (Bug 797472) + New Account - Online Account match list to the Import Map Editor. + New invalid maps dialog in the Import Map Editor. (Bug 797612) + Optionally include the account code option in budget view. + Account matcher will decline to match accounts with a different commodity from the imported split if the import information includes the commodity. + Ellipsize the Description and Memo fields in the account matcher. + Enable adding notes to budgets. (Bug 693180) + Support for AQBanking Version 6. This is required to support new FinTS protocols for the European Payment Services Directive (PSD2). + GnuCash 4.x will not migrate old gconf settings from GnuCash 2.4.x. + Reversing transactions will now pop a dialog box to request a posting date. (Bug 782455) + The Accounts page has a new optional column for the hidden property to make it easier to toggle it. Note that in order to see hidden accounts you must still enable that in the Filter by... dialog. (Bug 797486) + The Customer, Vendor, and Employee overviews have a process-payment toolbar. (Bug 797605). + Account codes may now optionally be displayed in the Budget Tree View. (Bug 797489). - Add gnucash-4.1-fix-gtest-path.patch to cope with file layout for gtest/gmock in openSUSE - Upgrade to 3.10 + Update latest translation from the Translation project. + [window-reconcile] when reconciling, warn on splits having a reconcile date > statement_date + [window-reconcile] when inputing statement_date, warn if it's after today + [find-transactions] add search for reconciled date + Show transaction value, not amount, for registers with subaccounts. + Add instance argument to Session constructor + Enables a python console to connect to the running GnuCash's session. + Make python console less noisy without --debug. + Provide locals and globals of calling context to the python console's shell on shell init + Merge Jean Laroche's '797006_subaccounts' into maint. + Add check to display warning dialog for mismatched commodities + Replicate changes in *2 files + Apply astyle to modified files + Merge Chris Mayo's iPython-fixes into maint. + Make pycons/ishell.py compatible with Python 3 and current IPython + [eguile-utilities] Prevent crash in balsheet-eg.scm + [eguile] escape-html -> gnc:html-string-sanitize + [qif-to-gnc] Properly mark intra-QIF internal transfers. + Bugfixes (forwarded request 824967 from j-engel) OBS-URL: https://build.opensuse.org/request/show/825299 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnucash?expand=0&rev=86
2020-08-12 10:27:12 +02:00
%{_bindir}/gnucash-cli
%{_bindir}/gnucash-valgrind
%dir %{_datadir}/metainfo
%{_datadir}/metainfo/gnucash.appdata.xml
%{_datadir}/applications/*.desktop
Accepting request 214473 from GNOME:Apps - Update to version 2.6.0 (bnc#858502): + New Major release, see http://gnucash.org/2.6-release-tour.phtml for a tour through the new features. + Preferences have been migrated from GConf to GSettings. + New date handling which allows GnuCash to use dates after March 2038. + Guile-2 compatibility: GnuCash now requires either Guile-1.8 or Guile-2.0. + Documents outside of GnuCash, images of receipts for example, can now be linked to transactions, with the facility of opening them in the default application for the document type. + Cutsom Reports can now be saved without renaming the report, and modifications can overwrite an existing report. + The import assistant now finishes much more quickly after assigning contra-accounts. + GnuCash now requires Gtk+-2.24.0 and GLib-2.26.0. Most of the dependencies on obsolete libraries have been removed; only libgnomecanvas remains. Unfortunately the effort to rewrite the register code to use GtkTreeModel wasn't completed in time, so GnuCash is not on the cusp of converting to Gtk3. + The Business Module has been substantially revamped, including support for Credit Notes and import of customers and vendors from a CSV file. + The Num field in the register display is now optionally per-split, so for example a check number can be entered for the checking account split and an invoice number for the expense account split. + GnuCash can now open locked books read-only so that more than one user can view a file. GnuCash still does not support (forwarded request 214444 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/214473 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnucash?expand=0&rev=50
2014-01-22 09:41:24 +01:00
%{_datadir}/glib-2.0/schemas/org.gnucash.*.xml
%{_datadir}/gnucash/
%{_datadir}/icons/hicolor/*/apps/gnucash-icon.png
%{_datadir}/icons/hicolor/scalable/apps/gnucash-icon.svg
Accepting request 825299 from GNOME:Apps - Update to 4.1 + New gnucash-cli executable for command line interactions + Improvements for business documents layout + When deleting accounts the destination accounts of moved splits will be checked to ensure that they have the same commodity as the source account. If they don't you'll get a warning and the opportunity to pick another account or to carry on regardless. + New type-ahead search added to sequential search when selecting an account in the register: Instead of typing the first few characters of a top level account, the separator, the first few characters of the next level account and so on you may instead type a few characters of any part of a full account name and the drop-list will be filtered to contain only matching accounts. Once you have a small enough list you can use the arrow keys to select the account that you want. + Python bindings are now localized and their strings available for translation. + A new Transaction Association dialog, available from the Update Association for Transaction menu item that has replaced the two association items in 3.x, allows setting, changing, and deleting associations. + Allow Associations to be added to invoices. The actual association when present is added as a link button which is shown below the notes. + A symbol is now displayed on transactions in the register when they have an attachment and the selected font supports the symbol. This does not work on MacOS, which will continue to use a letter. + The OFX file importer can now import more than one file at a time. + A new report menu supbmenu Multicolumn contains the old custom-multicolumn report and a new Dashboard report containing Account reports for expenses and income, an income-expense chart, and an account summary. + Support for UK VAT and Australian GST added to the Income-GST report. The reports options are changed from source accounts to source sales and purchase accounts to permit proper reporting of capital purchases. N.B. This is incompatible with previous versions of the report and will require regenerating saved configurations. + The matcher window columns are changed from R to C and from U+R to U+C, reflecting that the matcher marks transactions cleared but doesn't reconcile them. (Bug 797338) + OFX imports having balance information will now offer to immediately reconcile, passing the balance information in the file to the reconcile info. + Improve quickfill in the account pickers to filter the choices based on any part of the name. + The GnuCash widget hierarchy for CSS has been revised to be more consistent with Gtk practice. You may need to spend some time with the GtkInspector to get your custom CSS back the way you like it. + When creating a new account hierarchy it's now possible to load account templates from locales other than the one set for the user interface. (Bug 797472) + New Account - Online Account match list to the Import Map Editor. + New invalid maps dialog in the Import Map Editor. (Bug 797612) + Optionally include the account code option in budget view. + Account matcher will decline to match accounts with a different commodity from the imported split if the import information includes the commodity. + Ellipsize the Description and Memo fields in the account matcher. + Enable adding notes to budgets. (Bug 693180) + Support for AQBanking Version 6. This is required to support new FinTS protocols for the European Payment Services Directive (PSD2). + GnuCash 4.x will not migrate old gconf settings from GnuCash 2.4.x. + Reversing transactions will now pop a dialog box to request a posting date. (Bug 782455) + The Accounts page has a new optional column for the hidden property to make it easier to toggle it. Note that in order to see hidden accounts you must still enable that in the Filter by... dialog. (Bug 797486) + The Customer, Vendor, and Employee overviews have a process-payment toolbar. (Bug 797605). + Account codes may now optionally be displayed in the Budget Tree View. (Bug 797489). - Add gnucash-4.1-fix-gtest-path.patch to cope with file layout for gtest/gmock in openSUSE - Upgrade to 3.10 + Update latest translation from the Translation project. + [window-reconcile] when reconciling, warn on splits having a reconcile date > statement_date + [window-reconcile] when inputing statement_date, warn if it's after today + [find-transactions] add search for reconciled date + Show transaction value, not amount, for registers with subaccounts. + Add instance argument to Session constructor + Enables a python console to connect to the running GnuCash's session. + Make python console less noisy without --debug. + Provide locals and globals of calling context to the python console's shell on shell init + Merge Jean Laroche's '797006_subaccounts' into maint. + Add check to display warning dialog for mismatched commodities + Replicate changes in *2 files + Apply astyle to modified files + Merge Chris Mayo's iPython-fixes into maint. + Make pycons/ishell.py compatible with Python 3 and current IPython + [eguile-utilities] Prevent crash in balsheet-eg.scm + [eguile] escape-html -> gnc:html-string-sanitize + [qif-to-gnc] Properly mark intra-QIF internal transfers. + Bugfixes (forwarded request 824967 from j-engel) OBS-URL: https://build.opensuse.org/request/show/825299 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnucash?expand=0&rev=86
2020-08-12 10:27:12 +02:00
%dir %{_datadir}/guile/site/%{guile_version}
%{_datadir}/guile/site/%{guile_version}/gnucash
#%{_datadir}/guile/site/%{guile_version}/tests
%doc %{_docdir}/%{name}
%{_libdir}/*.so
%{_libdir}/gnucash
Accepting request 825299 from GNOME:Apps - Update to 4.1 + New gnucash-cli executable for command line interactions + Improvements for business documents layout + When deleting accounts the destination accounts of moved splits will be checked to ensure that they have the same commodity as the source account. If they don't you'll get a warning and the opportunity to pick another account or to carry on regardless. + New type-ahead search added to sequential search when selecting an account in the register: Instead of typing the first few characters of a top level account, the separator, the first few characters of the next level account and so on you may instead type a few characters of any part of a full account name and the drop-list will be filtered to contain only matching accounts. Once you have a small enough list you can use the arrow keys to select the account that you want. + Python bindings are now localized and their strings available for translation. + A new Transaction Association dialog, available from the Update Association for Transaction menu item that has replaced the two association items in 3.x, allows setting, changing, and deleting associations. + Allow Associations to be added to invoices. The actual association when present is added as a link button which is shown below the notes. + A symbol is now displayed on transactions in the register when they have an attachment and the selected font supports the symbol. This does not work on MacOS, which will continue to use a letter. + The OFX file importer can now import more than one file at a time. + A new report menu supbmenu Multicolumn contains the old custom-multicolumn report and a new Dashboard report containing Account reports for expenses and income, an income-expense chart, and an account summary. + Support for UK VAT and Australian GST added to the Income-GST report. The reports options are changed from source accounts to source sales and purchase accounts to permit proper reporting of capital purchases. N.B. This is incompatible with previous versions of the report and will require regenerating saved configurations. + The matcher window columns are changed from R to C and from U+R to U+C, reflecting that the matcher marks transactions cleared but doesn't reconcile them. (Bug 797338) + OFX imports having balance information will now offer to immediately reconcile, passing the balance information in the file to the reconcile info. + Improve quickfill in the account pickers to filter the choices based on any part of the name. + The GnuCash widget hierarchy for CSS has been revised to be more consistent with Gtk practice. You may need to spend some time with the GtkInspector to get your custom CSS back the way you like it. + When creating a new account hierarchy it's now possible to load account templates from locales other than the one set for the user interface. (Bug 797472) + New Account - Online Account match list to the Import Map Editor. + New invalid maps dialog in the Import Map Editor. (Bug 797612) + Optionally include the account code option in budget view. + Account matcher will decline to match accounts with a different commodity from the imported split if the import information includes the commodity. + Ellipsize the Description and Memo fields in the account matcher. + Enable adding notes to budgets. (Bug 693180) + Support for AQBanking Version 6. This is required to support new FinTS protocols for the European Payment Services Directive (PSD2). + GnuCash 4.x will not migrate old gconf settings from GnuCash 2.4.x. + Reversing transactions will now pop a dialog box to request a posting date. (Bug 782455) + The Accounts page has a new optional column for the hidden property to make it easier to toggle it. Note that in order to see hidden accounts you must still enable that in the Filter by... dialog. (Bug 797486) + The Customer, Vendor, and Employee overviews have a process-payment toolbar. (Bug 797605). + Account codes may now optionally be displayed in the Budget Tree View. (Bug 797489). - Add gnucash-4.1-fix-gtest-path.patch to cope with file layout for gtest/gmock in openSUSE - Upgrade to 3.10 + Update latest translation from the Translation project. + [window-reconcile] when reconciling, warn on splits having a reconcile date > statement_date + [window-reconcile] when inputing statement_date, warn if it's after today + [find-transactions] add search for reconciled date + Show transaction value, not amount, for registers with subaccounts. + Add instance argument to Session constructor + Enables a python console to connect to the running GnuCash's session. + Make python console less noisy without --debug. + Provide locals and globals of calling context to the python console's shell on shell init + Merge Jean Laroche's '797006_subaccounts' into maint. + Add check to display warning dialog for mismatched commodities + Replicate changes in *2 files + Apply astyle to modified files + Merge Chris Mayo's iPython-fixes into maint. + Make pycons/ishell.py compatible with Python 3 and current IPython + [eguile-utilities] Prevent crash in balsheet-eg.scm + [eguile] escape-html -> gnc:html-string-sanitize + [qif-to-gnc] Properly mark intra-QIF internal transfers. + Bugfixes (forwarded request 824967 from j-engel) OBS-URL: https://build.opensuse.org/request/show/825299 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnucash?expand=0&rev=86
2020-08-12 10:27:12 +02:00
%dir %{_libdir}/guile/%{guile_version}/site-ccache
%{_libdir}/guile/%{guile_version}/site-ccache/gnucash
#%{_libdir}/guile/%{guile_version}/site-ccache/tests
%{_mandir}/man?/*%{?ext_man}
%dir %{_sysconfdir}/gnucash
%config %{_sysconfdir}/gnucash/environment
%exclude %{_datadir}/gnucash/python
%files -n python3-gnucash
%{_datadir}/gnucash/python
%dir %{python3_sitearch}/gnucash
%{python3_sitearch}/gnucash
%files devel
%doc ChangeLog README
%{_includedir}/gnucash/
%files lang -f %{name}.lang
%changelog