Hello community,

here is the log from the commit of package gnucash for openSUSE:Factory
checked in at Mon Jun 6 12:33:12 CEST 2011.



--------
--- GNOME/gnucash/gnucash.changes       2011-02-12 20:25:22.000000000 +0100
+++ /mounts/work_src_done/STABLE/gnucash/gnucash.changes        2011-06-01 
16:19:09.000000000 +0200
@@ -1,0 +2,106 @@
+Fri Apr 29 09:25:05 UTC 2011 - [email protected]
+
+- 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.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  gnucash-2.4.0.tar.bz2
  minmem

New:
----
  gnucash-2.4.5.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnucash.spec ++++++
--- /var/tmp/diff_new_pack.GlQ0Qb/_old  2011-06-06 12:32:42.000000000 +0200
+++ /var/tmp/diff_new_pack.GlQ0Qb/_new  2011-06-06 12:32:42.000000000 +0200
@@ -18,9 +18,8 @@
 
 
 Name:           gnucash
-Version:        2.4.0
-Release:        2
-# FIXME: add libdbi-devel BuildRequires once libdbi is in Factory, and remove 
--disable-dbi (last checked: 2010-12-10)
+Version:        2.4.5
+Release:        1
 License:        GPLv2+
 Summary:        Personal Finance Manager
 Url:            http://www.gnucash.org/
@@ -35,6 +34,7 @@
 BuildRequires:  fdupes
 BuildRequires:  guile-devel
 BuildRequires:  intltool
+BuildRequires:  libdbi-devel
 BuildRequires:  libofx-devel
 BuildRequires:  slib
 BuildRequires:  update-desktop-files
@@ -106,11 +106,11 @@
        --disable-schemas-install\
        --libexecdir=%{_libexecdir}\
        --enable-ofx\
-       --enable-hbci\
+       --enable-aqbanking\
        --enable-locale-specific-tax\
        --enable-html-docs\
         --with-html-engine=webkit\
-        --disable-dbi
+        --enable-dbi
 make %{?_smp_mflags}
 
 %install

++++++ gnucash-2.4.0.tar.bz2 -> gnucash-2.4.5.tar.bz2 ++++++
GNOME/gnucash/gnucash-2.4.0.tar.bz2 
/mounts/work_src_done/STABLE/gnucash/gnucash-2.4.5.tar.bz2 differ: char 11, 
line 1


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to