gnucash/gnucash.changes
Stephan Kulow 36d0622ced 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 08:41:24 +00:00

1179 lines
44 KiB
Plaintext

-------------------------------------------------------------------
Sat Jan 4 16:54:42 UTC 2014 - dimstar@opensuse.org
- 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
multiple simultaneous writers.
+ By agreement of all authors, GnuCash is now licensed under the
GNU General Public License Version 2 or later rather than
simply Version 2. This allows derivative works to be licensed
under the GPL Version 3 if the author of such a work so
desires.
+ Many bugfixes.
+ Updated translations.
- Update License tag to GPL-2.0+, following upstreams relicensing.
- Add %glib2_gsettings_schema_* macros for schema handling.
-------------------------------------------------------------------
Sat Apr 20 23:28:23 UTC 2013 - dimstar@opensuse.org
- Update to version 2.4.13:
+ Bugs fixed: bgo#697133, bgo#697402.
+ Updated translations.
-------------------------------------------------------------------
Thu Apr 4 19:49:26 UTC 2013 - dimstar@opensuse.org
- Update to version 2.4.12:
+ Bugs fixed: bgo#696469, bgo#695423, bgo#661832, bgo#667093,
bgo#680086, bgo#672364, bgo#638955, bgo#638971, bgo#680887,
bgo#677488, bgo#632931, bgo#610648, bgo#680402, bgo#680613,
bgo#680887, bgo#680576, bgo#680671.
+ Updated translations.
- Rebase gnucash-cpan-warning.patch.
-------------------------------------------------------------------
Sun Aug 5 16:13:50 UTC 2012 - dimstar@opensuse.org
- For openSUSE 12.2, guile1 is sufficient (bnc#772490).
-------------------------------------------------------------------
Fri Aug 3 19:45:15 UTC 2012 - dimstar@opensuse.org
- Update to version 2.4.11:
+ Rewrite the tip-of-the-day parsing logic
+ Scheduled monthly transactions lose "except on weekends"
setting when using MySQL (bgo#671323)
+ String fixes
+ Bugs fixed: bgo#611853, bgo#631611, bgo#632931, bgo#668196,
bgo#669494, bgo#670727, bgo#674283, bgo#674494, bgo#674862,
bgo#677570, bgo#677570, bgo#678214, bgo#678848.
- Drop gnucash-fix-python-install.patch: upstream fixed.
- Drop gnucash-tip-of-the-day.patch: upstream fixed.
-------------------------------------------------------------------
Sat Jul 21 10:24:05 UTC 2012 - dimstar@opensuse.org
- Add gnucash-tip-of-the-day.patch: Fix "Tip of the day" parsing
when building with gcc 4.7: When making the text file
tips-of-the-day, GnuCash expects 'gcc -E' to preserve at least
one of the whitespace lines between entries. However, this relies
on behavior of 'gcc -E' that isn't actually part of the spec,
and is a historical accident. And it changed in gcc-4.7, such
that all the whitespace is removed. Work around this by
explicitly adding a newline in the sed expression. Pre gcc-4.7
there will be two newlines between tips, but this has no impact
on the tip displaying code.
-------------------------------------------------------------------
Fri Feb 24 09:37:45 UTC 2012 - vuntz@opensuse.org
- Update to version 2.4.10:
+ Update txf.scm to reflect changes to US Income Tax Forms and
Schedules for 2011.
+ Turn on AQBAnking 5.
+ Various code changes.
+ Windows-specific fixes.
+ Build fixes.
+ Bugs fixed: bgo#666849, bgo#667417, bgo#667900.
+ Updated translations.
- Drop gnucash-glib-2.31.patch: fixed upstream.
- On 12.1 and later, change back guile1 Requires to
libguile1-devel: this is apparently still needed for some weird
reason.
- After discussion in bnc#743565, update license from GPL-2.0+ to
SUSE-GPL-2.0-with-openssl-exception or
SUSE-GPL-3.0-with-openssl-exception.
-------------------------------------------------------------------
Sun Feb 12 16:38:32 UTC 2012 - dimstar@opensuse.org
- Support building on openSUSE < 12.1 by conditionally changing:
+ libguile1-devel BuildRequires to guile-devel
+ guile1 Requires to guile
+ libguile1-devel Requires in the -devel package to guile-devel.
+ Don't do the hackery in %build to switch to guile1.
-------------------------------------------------------------------
Wed Jan 25 12:21:21 UTC 2012 - vuntz@opensuse.org
- Change libguile1-devel Requires to guile1: I don't think we need
the devel package.
-------------------------------------------------------------------
Mon Jan 23 11:59:02 UTC 2012 - pgajdos@suse.com
- Fuild against guile1 [bnc#724917]:
+ Drop gnucash-guile-2.0.patch: stop trying to port to guile 2.0.
+ Change guile-devel BuildRequires to libguile1-devel.
+ Change guile Requires to libguile1-devel.
+ Change guile-devel Requires in devel subpackage to
libguile1-devel.
+ In %build, use some sed hacks and export GUILE environment
variable to force the use of guile 1.x.
-------------------------------------------------------------------
Wed Jan 18 15:18:46 UTC 2012 - vuntz@opensuse.org
- Update to version 2.4.9:
+ Various code changes.
+ Don't install a script that is only used for building and
testing. This fixes Secunia Advisory SA42048.
+ Bugs fixed:
- bgo#457401: Enable printing for unposted invoices.
- bgo#664764: Added Swedish chart of accounts for small
businesses.
- bgo#664862: Added new line chart report for assets.
- bgo#630804, bgo#639082, bgo#642276, bgo#649362, bgo#658247,
bgo#661383, bgo#662477, bgo#663368, bgo#663638, bgo#665202,
bgo#665998, bgo#666329, bgo#667105, bgo#667276.
- Drop gnucash-desktop.patch: fixed upstream.
- Build python bindings:
+ Add python-devel BuildRequires.
+ Pass --enable-python-bindings to configure.
+ Create python-gnucash subpackage for the python bindings.
+ Add gnucash-fix-python-install.patch: correctly install the
bindings so that they work.
+ Add call to autoreconf for the patch.
- Add gtkmm support for plugins:
+ Add gcc-c++ and pkgconfig(gtkmm-2.4) BuildRequires.
+ Pass --enable-gtkmm to configure.
- Remove %install_info_prereq PreReq and use of
%install_info/%install_info_delete in scriptlets, following
removal of an info page.
-------------------------------------------------------------------
Fri Jan 6 14:50:31 UTC 2012 - vuntz@opensuse.org
- Update to version 2.4.8:
+ Various code changes.
+ Bugs fixed:
- bgo#644977: Add new Quicken Check 21 format.
- bgo#655901: Fix build with guile 2.0.
- bgo#365928, bgo#553432, bgo#612562, bgo#626970, bgo#645216,
bgo#651522, bgo#658244, bgo#661721
- Rebase gnucash-guile-2.0.patch.
- Add gnucash-glib-2.31.patch: fix build with glib 2.31.
-------------------------------------------------------------------
Fri Dec 2 06:25:28 UTC 2011 - coolo@suse.com
- Add automake and libtool BuildRequires to avoid implicit
dependencies from prjconf.
-------------------------------------------------------------------
Mon Sep 26 18:50:26 UTC 2011 - andrea.turrini@gmail.com
- Fix typos in description.
-------------------------------------------------------------------
Wed Aug 3 14:45:20 CEST 2011 - vuntz@opensuse.org
- Update to version 2.4.7:
+ Various code changes.
+ Bugs fixed:
- bgo#653056: Fix menu accelerators not working, crash on
save-while-quitting.
- bgo#646541: new invoice line items default to invoice open
date instead of current date.
- bgo#652257, bgo#652435, bgo#652377, bgo#632931, bgo#651889,
bgo#651992, bgo#612562, bgo#652193.
+ Updated translations.
-------------------------------------------------------------------
Tue Jun 21 09:27:18 UTC 2011 - pgajdos@novell.com
- Update to version 2.4.6:
+ Many style fixes for HTML reports.
+ Various other code changes.
+ Bugs fixed:
- bgo#648554: SQL backend doesn't correctly save taxable flag
on bills.
- bgo#647242: Fix broken averaging for quarter or half-year
step size
- bgo#650241, bgo#650757, bgo#645221, bgo#620123, bgo#650163,
bgo#650139, bgo#650138, bgo#649992, bgo#649608, bgo#646729,
bgo#647945, bgo#644897, bgo#646268, bgo#644762, bgo#647360,
bgo#647316, bgo#628342, bgo#629156.
+ Updated translations.
- Add gnucash-guile-2.0.patch: fix build with guile 2.0.
-------------------------------------------------------------------
Fri Apr 29 09:25:05 UTC 2011 - dimstar@opensuse.org
- Update to version 2.4.5:
+ User-visible changes:
- Improve message printed on screen
- Note last stable version number
+ Build fixes.
+ Bugs fixed: bgo#645518, bgo#645640, bgo#64217 bgo#645173,
bgo#641645, bgo#644688
+ Updated translations.
- Changes from version 2.4.4:
+ User-visible changes:
- Implement automatic creation of stock account for newly
imported OFX stocks. Only active if "auto-create commodity"
is switched on in the preferences from r20376.
- When setting the report print name, check whether this exact
name has been used before. Append an increasing number if
that was the case.
- When setting a printer job name, remove slashes because they
are not allowes in filenames.
- Add the invoice number in the output printer job name, if an
invoice report is printed.
- Add option in OFX import to have newly encountered
commodities automatically created.
- Modify Tax Info on Account Page to display or not display
sub-account info based on whether row is expanded.
- Update page name if invoice/bill is renamed.
- Present already open budget page if the user tries to open a
budget more than once
- Update page name if budget is renamed.
+ Bugs fixed: bgo#570042, bgo#644556, bgo#644557, bgo#642739,
bgo#644036, bgo#521817, bgo#347265.
- Changes from version 2.4.3:
+ User-visible changes:
- Only show the Save As dialog at the end of the Hierarchy
druid if it was called at the beginning of a new book, not
when a hierarchy is added to from the actions menu.
- Set a printer job name when printing reports and cheques
- Fix invoice line ordering mismatch between register window
and reports.
- Add extra toolbar buttons as shortcuts for some business
functions, "New Invoice" for now. The extra toolbar buttons
are disabled until the user enables them manually in
Preferences -> Business -> Extra buttons.
- Implement command for changing the ordering of invoice
entries by moving them up or down one row.
- Extend the addr2/addr3 auto-completion also to the shipping
addr2/addr3 lines.
- Implement auto-completion on the addr2/addr3 lines of the
"New Customer" dialog box.
- Fix missing copying of invoice currency on "Copy Invoice".
+ Various other code changes.
+ Bugs fixed: bgo#635552, bgo#640357, bgo#640347, bgo#640328,
bgo#639906, bgo#641832, bgo#642445, bgo#642284, bgo#641832,
bgo#641909.
- Changes from version 2.4.2:
+ User-visible changes:
- Do not modify the entry's DateEntered when duplicating
invoice to keep the entry ordering.
- Open the newly created invoices for editing after import.
- Make the splash screen stack as a regular window instead of
stacking in front of everything else.
- Finish SQL Backend Version Control.
- Provide more detail in commit error when it's caused by a
read-only book.
- Throw an error and return if if the book is marked readonly.
- Add a new option under Edit -> Preferences -> Date/Time for
date completion.
- Make it possible to include trading accounts in the Income
Statement and Profit and Loss reports.
- Implement "Duplicate Invoice" feature, where a new invoice is
created as a copy of an old one with new date and new ID.
- Make reconcile+update import action enabled by default
because it's so useful.
- Fix version number in welcome report.
- Set sort order for GncEntry quickfill to LIFO by-date.
- Activate balance averaging in account piechart report.
- Add budget name to budget tab.
- Add info about sub-accounts to Tax Info column on Accounts
page.
- A plugin to import CSV data as a new invoice or bill.
- Add "copy budget" command to menu.
- Fully implement auto-completion in the invoice entries on the
description field, separately for bills or invoices.
- Add a new report: Customer Summary. This report shows a table
of all customers and the sales, profit, and markup in that
table.
- Add a new report: Future Scheduled Transaction Summary.
- Improve GncEntry quickfill to create separate quickfills for
invoices and bills.
+ Various other code changes.
+ Bugs fixed: bgo#639172, bgo#638621, bgo#502066, bgo#603334,
bgo#638225, bgo#638962, bgo#638615, bgo#638543, bgo#636402,
bgo#454109, bgo#373415, bgo#635355, bgo#95635, bgo#637346,
bgo#636988, bgo#628444, bgo#565348, bgo#639365, bgo#638842,
bgo#636907, bgo#639259, bgo#638225, bgo#639498, bgo#638689,
bgo#639322, bgo#641628, bgo#641646, bgo#641557, bgo#640061,
bgo#631789, bgo#637770, bgo#611936, bgo#639906, bgo#640233,
bgo#638762, bgo#629501, bgo#467311, bgo#352057, bgo#535774,
bgo#639980, bgo#639906, bgo#637346, bgo#343449.
- Add libdbi-devel BuildRequires now that we have the package, and
change --disable-dbi to --enable-dbi in configure call.
- Replace obsolete --enable-hbci with --enable-aqbanking in
configure call.
-------------------------------------------------------------------
Sat Feb 12 18:48:16 CET 2011 - vuntz@opensuse.org
- Call relevant macros in %post/%postun:
+ %desktop_database_post/postun because the package ships at
least one desktop file.
+ %icon_theme_cache_post/postun because the package ships themed
icons.
- Pass %{?no_lang_C} to %find_lang so that english documentation
can be packaged with the program, and not in the lang subpackage.
- Change Requires of lang subpackage to Recommends, since the
english documentation is not there anymore.
-------------------------------------------------------------------
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
- Change libguile-devel Requires in devel package to guile-devel,
which actually exists.
-------------------------------------------------------------------
Fri Dec 10 11:15:40 CET 2010 - vuntz@opensuse.org
- This update is largely based on work done by Dominique
Leuenberger <dimstar@opensuse.org>.
- Update to version 2.3.17:
+ Major new features in the 2.3.x branch:
- A SQLite3, MySQL or PostgreSQL database to store the data can
be used as backend, instead of the default XML backend. It
requires libdbi.
- WebKit can be used instead of GtkHTML to display reports and
graphs.
reports/charts with the WebKit engine used by Apple's Safari
and Google's Chrome web browsers.
+ Enable the use of gnome-keyring during loading and saving of
data, to not save password data in history.
+ Improved US Income Tax Report: updated tax codes, supports
Individuals, Corporations & Partnerships.
+ Allow negative tax percentages. This allows to model some tax
rules for trade between European countries.
+ Some new features in check printing.
+ New account type: Trading Account.
+ Many UI improvements.
+ Many bug fixes.
+ Updated translations.
+ For a full list of changes, see NEWS.
- Remove no longer needed BuildRequires: glib2-devel, graphviz,
ktoblzcheck-devel, libchipcard-devel, libgnomeprintui-devel,
popt-devel, postgresql-devel and swig.
- Update BuildRequires to use the pkgconfig() way:
+ Old ones: aqbanking-devel, gconf2-devel, goffice-devel,
gtk2-devel, libglade2-devel, libgnomeui-devel, libxml2-devel.
+ New pkgconfig() ones: aqbanking, gconf-2.0, gdk-pixbuf-2.0,
gtk+-2.0, gwengui-gtk2, gwenhywfar, libglade-2.0,
libgnomeui-2.0, libgoffice-0.8, libxml-2.0.
- Add pkgconfig(gnome-keyring-1) BuildRequires.
- Use webkit HTML backend: change gtkhtml2-devel BuildRequires to
pkgconfig(webkit-1.0), and pass --with-html-engine=webkit to
configure. Also change gtkhtml2-devel Requires of devel package
to libwebkitgtk-devel.
- Drop gnucash-latest-goffice.patch: fixed upstream.
- Remove unneeded Requires from the devel package: aqbanking-devel,
goffice-devel, libgsf-devel, gtkhtml2-devel, gwenhywfar-devel,
ktoblzcheck-devel, libgnomeprint-devel, libgnomeprintui-devel,
libofx-devel, libtool, popt-devel.
- Add libguile-devel Requires to devel package.
- Add --disable-dbi to configure: until libdbi enters Factory, we
cannot build the sql backend. The default is still the xml
backend upstream, so it's not a big issue at the moment.
- Remove --with-qt3-wizard-package configure option: we use a new
aqbanking that doesn't come with this anymore.
- Remove no longer supported parameters --enable-aqbanking-test and
--enable-sql from configure.
- Remove GUILE_WARN_DEPRECATED=no and aclocal call from the build
section.
- Do not install update-gnucash-gconf: it's not needed in a
package, as it only installs gconf schemas.
-------------------------------------------------------------------
Wed Jul 21 16:15:26 UTC 2010 - coolo@novell.com
- fix name of perl module, perl-DateManip is gone since 2008
-------------------------------------------------------------------
Thu Oct 1 22:55:00 CEST 2009 - vuntz@opensuse.org
- Changes libchipcard3-devel BuildRequires to libchipcard4-devel,
and remove libchipcard3 BuildRequires.
-------------------------------------------------------------------
Thu Oct 1 15:19:45 CEST 2009 - vuntz@opensuse.org
- Update gnucash-latest-goffice.patch to latest goffice API. Update
taken from Mandriva.
-------------------------------------------------------------------
Mon Apr 27 16:05:18 CEST 2009 - vuntz@novell.com
- Update to version 2.2.9:
+ Bugs fixed: bgo#339027, bgo#435642, bgo#438132, bgo#462148,
bgo#514455, bgo#526775, bgo#542382, bgo#564209, bgo#564450,
bgo#564928, bgo#565421, bgo#565721, bgo#566198, bgo#566352,
bgo#566567, bgo#567174, bgo#568327, bgo#568653, bgo#568945,
bgo#569734, bgo#570166, bgo#570894, bgo#571220:
+ Added German account template for a Wohnungswirtschaft business
+ Fixed french business account templates
+ Translation updates
- Add gnucash-latest-goffice.patch to fix compilation with goffice
0.7.5.
- Update gnucash-desktop.patch to apply without fuzz.
- Remove check for old version of openSUSE.
- Do not set CFLAGS to default value.
- Use makeinstall.
-------------------------------------------------------------------
Mon Dec 29 12:54:13 EST 2008 - mboman@suse.de
- Update to version 2.2.8:
+ Bugs fixed: bgo#115066, bgo#128774, bgo#137017, bgo#339433, bgo#340041,
bgo#345980, bgo#347274, bgo#348860, bgo#405472, bgo#432457, bgo#435427,
bgo#436342, bgo#436920, bgo#492417, bgo#529494, bgo#532889, bgo#536299,
bgo#539947, bgo#543332, bgo#548218, bgo#554042, bgo#557604, bgo#557374,
bgo#563160, bgo#563273, bgo#564033:
+ Fix account defaulting for posting vendor bill
+ Fix tax-related inconsistency in UI
+ Fix the average cost price source computation for a certain case
+ Translation updates
-------------------------------------------------------------------
Mon Oct 20 10:43:13 EST 2008 - mboman@suse.de
- Update to version 2.2.7:
+ Too many fixes and changes to list. Please see NEWS for details
- Remove gnucash-goffice0.8.patch. Fixed upstream
-------------------------------------------------------------------
Fri Oct 3 21:00:08 CEST 2008 - vuntz@novell.com
- Add gnucash-goffice0.8.patch to compile with current goffice in
Factory.
-------------------------------------------------------------------
Wed Apr 2 04:40:56 CEST 2008 - maw@suse.de
- Update to version 2.2.4:
+ Recognize 401k/403b in QIF import
+ Remove superfluous trailing colons of de_DE SKR04 account names
+ Bugs fixed: bgo#106242, bgo#106383, bgo#123312, bgo#336211,
bgo#360058, bgo#373584, bgo#454834, bgo#457591, bgo#481528,
bgo#503166, bgo#506798, bgo#506873, bgo#506810, bgo#510221,
bgo#510630, bgo#510725, bgo#510940, bgo#510962, bgo#511006,
bgo#512166, bgo#512173, bgo#512497, bgo#513088, bgo#513829,
and bgo#516178
+ Updated translations
- Drop gnucash-marksplit.patch
-------------------------------------------------------------------
Thu Feb 28 17:21:20 CET 2008 - ro@suse.de
- update to 2.3.3
- many bugfixes, but still no support for aqbanking3
-------------------------------------------------------------------
Wed Feb 6 18:56:32 CET 2008 - sbrabec@suse.cz
- Warn users before upgrading packages from CPAN.
-------------------------------------------------------------------
Tue Nov 27 15:58:26 CET 2007 - sbrabec@suse.cz
- Report correct name of package containing qt3-wizard (#310886).
-------------------------------------------------------------------
Thu Oct 11 14:28:25 CEST 2007 - sbrabec@suse.cz
- Removed false dependency on g-wrap-devel (#331963).
-------------------------------------------------------------------
Thu Aug 23 16:45:36 CEST 2007 - sbrabec@suse.cz
- Fixed dependencies for quotes retrieval (#242504).
-------------------------------------------------------------------
Thu Aug 9 20:00:00 CEST 2007 - maw@suse.de
- I lied in the last changelog entry and didn't really change
the calls to ldconfig
- But I am changing them this time
- Also, rename rpmlintrc to gnucash-rpmlintrc.
-------------------------------------------------------------------
Wed Aug 8 00:45:45 CEST 2007 - maw@suse.de
- Split off a -lang subpackage
- s#%run_ldconfig#/sbin/ldconfig/ in %post and %postun.
-------------------------------------------------------------------
Fri Jul 27 11:17:42 CEST 2007 - sbrabec@suse.cz
- Updated to version 2.2.0:
* DATA FILE NOTICE If you are using Scheduled Transactions,
the data file saved by GnuCash 2.1.2 and higher is NOT
backward-compatible with GnuCash 2.0 anymore because of
extensions in the file format. Please make a safe backup of
your 2.0 data before upgrading to 2.1.3.
* The Scheduled Transaction code has been refactored.
* When adding custom reports to the menu, appropriate user
feedback will be given.
* Automatic saving of the data file was added.
* SWIG is now used instead of g-wrap for providing language
bindings.
* New printing formats for check printing.
* Bugfixes with the graphical reports
* Fixing the Online Banking wizard
* Fix crash on QIF import with german umlaut.
* Internal GObject integration is much more advanced by now.
* Crash on OFX import crashing has been fixed.
* Some memory leaks have been fixed.
* Start-up behaviour has been improved.
* OFX DirectConnect import uses correct ID fields for transaction
matching.
* Improved Scheduled Transaction editor and management dialogs.
* GtkPrint integrated.
* Updated translations.
-------------------------------------------------------------------
Tue Jun 5 23:55:51 CEST 2007 - ro@suse.de
- added rpmlintrc (suppress devel-file for lib*.so)
-------------------------------------------------------------------
Mon Mar 26 22:13:49 CEST 2007 - maw@suse.de
- Add gtkhtml-req.patch, allowing gnucash to be built against
newer versions of gtkhtml2.
-------------------------------------------------------------------
Fri Mar 2 16:14:36 CET 2007 - sbrabec@suse.cz
- Fixed autoreconf.
- Fixed missing symbol in gtkhtml2.
-------------------------------------------------------------------
Wed Feb 21 12:36:50 CET 2007 - sbrabec@suse.cz
- Updated to 2.0.5:
* Use guiles native sort and record.
* Adjust how payment dialog resizes.
* Don't abort when F::Q fails to return a quote.
* Fix security problem with tmp filesystem and symlink attack
(#246969, CVE-2007-0007).
* Do not crash on delete_event in new user dialog.
* Add sanity checks when accessing GncPluginPage.
* Make new windows the same size as the active one.
* Fixes for Turkish Lira and Russian Ruble.
* Translation and translatability updates.
-------------------------------------------------------------------
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
- Prefix changed to /usr.
- Spec file cleanup.
-------------------------------------------------------------------
Sun Nov 12 21:34:34 CET 2006 - stbinner@suse.de
- Fix Name entry of .desktop file post openSUSE 10.2
-------------------------------------------------------------------
Fri Oct 13 14:22:56 CEST 2006 - aj@suse.de
- Add guile-devel to build requires.
-------------------------------------------------------------------
Mon Oct 9 15:16:16 CEST 2006 - sbrabec@suse.cz
- Updated to 2.0.2:
* String fixes.
* Add a tip for raising the accounts menu in a register page.
Maintain the account hierarchy when reparenting the descendants
of a deleted account.
* If the file type wasn't recognized, check why this failed.
Add the ability to override the default sort.
* Improve wording for XML data file import druid.
* Fixed crashers in editing a transaction in two registers.
* Translation updates.
-------------------------------------------------------------------
Tue Oct 3 13:21:41 CEST 2006 - sbrabec@suse.cz
- Fixed %post.
- Reduced BuildRequires.
-------------------------------------------------------------------
Mon Oct 2 15:30:22 CEST 2006 - stbinner@suse.de
- Updated to from development to release version 2.0.1 (#209331):
* OFX DirectConnect can directly retrieve and import account
statements over the Internet.
* A "Hide account" feature to keep a better overview of your
current accounts tabbed window functionality.
* Create budgets within GnuCash using your accoun data.
* Support for Accounting Periods.
* The data file format has been improved with respect to
international characters. Data files with international
characters can be transferred to other countries flawlessly.
* GnuCash Help and Guide are now fully integrated with the
GNOME Help system (Yelp)
-------------------------------------------------------------------
Thu Jun 15 01:32:55 CEST 2006 - schwab@suse.de
- Add workaround for guile bug.
-------------------------------------------------------------------
Thu May 25 16:59:44 CEST 2006 - sbrabec@suse.cz
- Updated to version 1.9.6.
- Do not install shared mime info files, now integrated to
freedesktop.org.xml.
-------------------------------------------------------------------
Thu May 11 21:06:24 CEST 2006 - sbrabec@suse.cz
- Updated to version 1.9.5 (GNOME2 branch).
- Split g-wrap and devel into separate packages.
-------------------------------------------------------------------
Sun Feb 5 08:53:21 CET 2006 - aj@suse.de
- Fix build.
-------------------------------------------------------------------
Wed Jan 25 21:31:58 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Tue Oct 25 18:22:02 CEST 2005 - sbrabec@suse.cz
- Updated to version 1.8.12.
- Updated gnucash-docs to version 1.8.5.
Based on spec file from Rajesh Singh <rajeshsingh.geo@yahoo.com>.
-------------------------------------------------------------------
Tue Aug 2 12:41:07 CEST 2005 - ro@suse.de
- intltoolize with force
-------------------------------------------------------------------
Tue Apr 26 00:07:38 CEST 2005 - gekker@suse.de
- Add Guppi-gcc4.patch to fix GCC4 compile failures.
-------------------------------------------------------------------
Tue Apr 19 12:16:34 CEST 2005 - ro@suse.de
- use gt_LC_MESSAGES instead of AM_LC_MESSAGES
-------------------------------------------------------------------
Thu Apr 14 17:17:06 CEST 2005 - sbrabec@suse.cz
- Added audiofile-devel to neededforbuild.
-------------------------------------------------------------------
Wed Mar 23 17:06:05 CET 2005 - sbrabec@suse.cz
- Moved desktop file (#73653).
-------------------------------------------------------------------
Mon Feb 21 16:22:30 CET 2005 - sf@suse.de
- fix build on biarch architectures
-------------------------------------------------------------------
Mon Jan 31 11:13:23 CET 2005 - sndirsch@suse.de
- use iso-8859-15 for recoding account files instead of iso-8859-1
-------------------------------------------------------------------
Sun Jan 30 15:10:53 CET 2005 - sndirsch@suse.de
- recode acccount files to UTF-8 encoding in specfile (Bug #38292)
-------------------------------------------------------------------
Thu Nov 11 12:51:05 CET 2004 - ro@suse.de
- fixed file list
-------------------------------------------------------------------
Mon Nov 8 16:48:03 CET 2004 - ro@suse.de
- update to 1.8.9
- fix build with current intltool
-------------------------------------------------------------------
Thu Nov 4 12:53:38 CET 2004 - ro@suse.de
- locale rename: no -> nb
-------------------------------------------------------------------
Tue Oct 12 02:11:49 CEST 2004 - ro@suse.de
- added libgcrypt libgpg-error to neededforbuild
-------------------------------------------------------------------
Mon Mar 29 11:00:36 CEST 2004 - hhetter@suse.de
- don't call format, as newer versions of slib don't provide it
any more (Bug Id#34241)
-------------------------------------------------------------------
Wed Mar 17 12:29:18 CET 2004 - sbrabec@suse.cz
- Fixed underquoted definitions (#36195).
-------------------------------------------------------------------
Mon Mar 15 16:50:10 CET 2004 - sbrabec@suse.cz
- FHS 2.3 fix (mandir, infodir, #35821).
-------------------------------------------------------------------
Fri Feb 20 10:00:02 CET 2004 - sbrabec@suse.cz
- Removed false requirement of glade.
-------------------------------------------------------------------
Thu Feb 19 17:08:33 CET 2004 - sbrabec@suse.cz
- Removed false requirement of libunicode.
-------------------------------------------------------------------
Tue Feb 17 12:35:58 CET 2004 - sbrabec@suse.cz
- Added gdk-pixbuf-gnome to neededforbuild.
-------------------------------------------------------------------
Thu Feb 12 17:03:05 CET 2004 - sbrabec@suse.cz
- Updated to version 1.8.8.
-------------------------------------------------------------------
Thu Oct 23 12:28:04 CEST 2003 - lmb@suse.de
- Update to gnucash 1.8.7 and gnucash-docs-1.8.3.
- Re-added Guppi and folded it into gnucash package so graphs work
again. (#32135)
-------------------------------------------------------------------
Tue Sep 2 15:45:25 CEST 2003 - ro@suse.de
- remove Guppi from neededforbuild
(dropped, since gnumeric(1) was dropped)
-------------------------------------------------------------------
Fri Aug 22 10:34:47 CEST 2003 - ke@suse.de
- Add sgml-skel to neededforbuild.
-------------------------------------------------------------------
Thu Aug 21 11:18:52 CEST 2003 - hhetter@suse.de
- integrate the documentation package (rel. 1.8.2)
-------------------------------------------------------------------
Wed Aug 20 17:00:40 CEST 2003 - ro@suse.de
- removed libgtop from neededforbuild
-------------------------------------------------------------------
Wed Aug 20 09:02:28 CEST 2003 - hhetter@suse.de
- updated to version 1.8.5
-------------------------------------------------------------------
Sat Aug 16 16:02:14 CEST 2003 - adrian@suse.de
- add Categories
-------------------------------------------------------------------
Sun Jul 27 23:43:18 CEST 2003 - hhetter@suse.de
- don't run deprecated tests
-------------------------------------------------------------------
Tue Jul 15 10:03:14 CEST 2003 - hhetter@suse.de
- updated to version 1.8.4
-------------------------------------------------------------------
Mon Jul 14 15:45:39 CEST 2003 - sbrabec@suse.cz
- GNOME prefix change to /opt/gnome.
-------------------------------------------------------------------
Fri Jun 20 21:29:45 CEST 2003 - ro@suse.de
- fix build with current gettext
-------------------------------------------------------------------
Thu Jun 5 01:55:42 CEST 2003 - ro@suse.de
- remove unpackaged files from buildroot
- add g-wrap includes to package
-------------------------------------------------------------------
Wed May 14 13:27:37 CEST 2003 - mcihar@suse.cz
- don't need umb-scheme
-------------------------------------------------------------------
Thu Apr 24 12:20:23 CEST 2003 - ro@suse.de
- fix install_info --delete call and move from preun to postun
-------------------------------------------------------------------
Fri Mar 28 13:24:05 CET 2003 - sbrabec@suse.cz
- Typo fix (NBSP -> spaces).
-------------------------------------------------------------------
Fri Mar 28 10:17:36 CET 2003 - sbrabec@suse.cz
- Added install_info.
- Compress info pages.
-------------------------------------------------------------------
Fri Feb 21 14:14:16 CET 2003 - ro@suse.de
- added openhbci-devel to neededforbuild
-------------------------------------------------------------------
Tue Feb 18 16:00:33 CET 2003 - ro@suse.de
- added libchipcard and devel to neededforbuild
-------------------------------------------------------------------
Fri Feb 7 11:17:52 CET 2003 - hhetter@suse.de
- build with libofx support
-------------------------------------------------------------------
Thu Feb 6 12:17:21 CET 2003 - ro@suse.de
- update to g-wrap-1.3.4 and gnucash-1.8.0
-------------------------------------------------------------------
Thu Jan 9 00:24:33 CET 2003 - ro@suse.de
- add AM_GNU_GETTEXT_VERSION and make it build
- hack for gtkhtml-1.1 and recent guile
- more makefile hackery to work around cyclic library dependencies
-------------------------------------------------------------------
Fri Sep 27 14:35:35 CEST 2002 - ro@suse.de
- Added alsa alsa-devel to neededforbuild (esound)
-------------------------------------------------------------------
Mon Sep 9 17:33:58 CEST 2002 - hhetter@suse.de
- fix guile version checking in srfi-8.scm for new guile 1.4.1
( Bug Id #19258)
-------------------------------------------------------------------
Thu Aug 29 12:07:59 CEST 2002 - hhetter@suse.de
- removed gnome-applets / gnome-core stuff from #neededforbuild
-------------------------------------------------------------------
Thu Jul 4 09:04:12 CEST 2002 - hhetter@suse.de
- updated to version 1.6.6
- use a stable g-wrap release (1.2.x)
-------------------------------------------------------------------
Wed May 22 16:30:36 CEST 2002 - meissner@suse.de
- %_lib fixes.
-------------------------------------------------------------------
Thu Apr 4 16:36:13 CEST 2002 - schwab@suse.de
- Fix for new autotools.
-------------------------------------------------------------------
Sun Feb 17 23:33:33 CET 2002 - ro@suse.de
- added missing g-wrap runtime lib to filelist (#13472)
-------------------------------------------------------------------
Fri Feb 1 00:26:07 CET 2002 - ro@suse.de
- changed neededforbuild <libpng> to <libpng-devel-packages>
-------------------------------------------------------------------
Wed Jan 23 11:45:31 CET 2002 - hhetter@suse.de
- added python, python-devel to #neededforbuild
-------------------------------------------------------------------
Wed Dec 19 09:30:09 CET 2001 - hhetter@suse.de
- gnucash version update to 1.6.5
- g-wrap updated to version 1.3.1
- added LIBRARY_PATH for broken libtool
- removed no longer needed patch
- functionality test on i386 arch
- g-wrap version customized in specfile
- features for 1.6.5:
* amazing new Euro-conversion druid!
* massive translation update
* minor application bugfixes
-------------------------------------------------------------------
Sun Dec 9 22:31:06 CET 2001 - ro@suse.de
- added <slib> to neededforbuild
-------------------------------------------------------------------
Fri Dec 7 13:50:08 CET 2001 - ro@suse.de
- changed neededforbuild <scheme> to <umb-scheme>
-------------------------------------------------------------------
Wed Dec 5 11:58:12 CET 2001 - hhetter@suse.de
- prefix g-wrap to the original guile interpreter location
-------------------------------------------------------------------
Tue Nov 27 13:10:25 CET 2001 - ro@suse.de
- back to g-wrap-1.1.10
-------------------------------------------------------------------
Wed Nov 21 23:42:19 CET 2001 - ro@suse.de
- update to g-wrap-1.1.11
- added guppi-include path to cflags
(gnome-config does not show this path)
-------------------------------------------------------------------
Wed Nov 21 12:58:14 CET 2001 - ro@suse.de
- added freetype2 to neededforbuild
-------------------------------------------------------------------
Tue Oct 16 16:25:58 CEST 2001 - hhetter@suse.de
- updated to version 1.6.4:
* fixes a bug which made it impossible to
load 1.4.x-gnucash files
-------------------------------------------------------------------
Wed Sep 26 14:23:13 CEST 2001 - hhetter@suse.de
- updated to version 1.6.3:
* new Polish translation
* Danish and Spanish translation of new account files
* updated Swedish, German, and Portuguese translations
* child accounts can be reconciled with the parent
* support for TrustNet online quotes
* support for precious metal currencies
- functionality test on i386
-------------------------------------------------------------------
Sat Sep 15 21:48:34 CEST 2001 - schwab@suse.de
- Add Requires: python.
-------------------------------------------------------------------
Sat Sep 15 17:58:57 CEST 2001 - schwab@suse.de
- Fix missing declarations.
- Add %suse_update_config.
-------------------------------------------------------------------
Wed Sep 12 13:32:54 CEST 2001 - hhetter@suse.de
- revert to g-wrap version 1.1.10, get gnucash
to work with guile 1.4
- filelist review
- test on i386
-------------------------------------------------------------------
Fri Aug 17 13:27:33 MEST 2001 - egger@suse.de
- Added fix for hardcoded CFLAGS in g-wrap.
-------------------------------------------------------------------
Fri Aug 17 12:09:52 MEST 2001 - egger@suse.de
- Added fix for libtool bustage in g-wrap update to 1.1.11.
-------------------------------------------------------------------
Mon Aug 13 16:35:05 CEST 2001 - hhetter@suse.de
- update to 1.6.2
-------------------------------------------------------------------
Sun Jul 29 18:37:02 MEST 2001 - egger@suse.de
- Updated g-wrap to version 1.1.11.
-------------------------------------------------------------------
Wed Jul 25 15:00:42 CEST 2001 - sf@suse.de
- removed '-Werror' from Makefile.am in test/ to compile also
with gcc > 2.95
-------------------------------------------------------------------
Thu Jul 19 11:41:22 CEST 2001 - hhetter@suse.de
- added #requires python phyton-gtk
-------------------------------------------------------------------
Sun Jul 8 22:38:23 MEST 2001 - egger@suse.de
- Updated to version 1.6.1.
- Added mising stuff to the filelist.
-------------------------------------------------------------------
Thu Jul 5 10:29:30 CEST 2001 - uli@suse.de
- added gal-devel to neededforbuild
-------------------------------------------------------------------
Thu Jun 21 02:17:40 CEST 2001 - ro@suse.de
- updated filelist
- cleaned specfile a bit
-------------------------------------------------------------------
Mon Jun 18 12:41:16 CEST 2001 - hhetter@suse.de
- gnucash : update to 1.6.0
- g-wrap : update to 1.1.10
- added additional requirements
- functionality test in current buildsystem
- filelist review
-------------------------------------------------------------------
Tue May 1 11:27:07 MEST 2001 - egger@suse.de
- Updated to version 1.4.12. Again just bugfixes.
-------------------------------------------------------------------
Mon Apr 2 20:45:15 MEST 2001 - egger@suse.de
- Updated to version 1.4.11. Pure bugfix release.
-------------------------------------------------------------------
Wed Mar 21 02:39:16 CET 2001 - ro@suse.de
- added esound-devel to neededforbuild
-------------------------------------------------------------------
Fri Mar 2 00:19:37 MET 2001 - egger@suse.de
- Minor corrections to the specfile.
-------------------------------------------------------------------
Tue Feb 20 19:08:35 MET 2001 - egger@suse.de
- removed imlib-config from neededforbuild.
- Updated gnucash to version 1.4.10.
- Updated g-wrap to version 1.4.12.
-------------------------------------------------------------------
Tue Jan 30 23:35:00 CET 2001 - ro@suse.de
- changed neededforbuild <imlibcfe> to <imlib-config>
-------------------------------------------------------------------
Thu Dec 21 14:13:42 MET 2000 - egger@suse.de
- Updated gnucash to 1.4.9.
- Updated g-wrap to 0.9.8.
- Bugfix releases.
- Recompressed with bzip2.
-------------------------------------------------------------------
Sun Dec 10 21:57:42 CET 2000 - schwab@suse.de
- Add %suse_update_config.
-------------------------------------------------------------------
Mon Nov 6 04:58:03 MET 2000 - randall@suse.de
- Removed these two commands. The guile package will preform these
actions:
ln -sf /usr/lib/scheme/slib /usr/share/guile/1.4/slib
guile -c "(use-modules (ice-9 slib)) (require 'new-catalog)"
-------------------------------------------------------------------
Thu Nov 2 21:22:40 MET 2000 - randall@suse.de
- Changed to long file names, also for distro SuSE 7.1a
-------------------------------------------------------------------
Tue Oct 31 04:59:39 MET 2000 - randall@suse.de
- Initial Release