Hello community,

here is the log from the commit of package gnucash for openSUSE:Factory
checked in at Thu Aug 4 12:20:58 CEST 2011.



--------
--- GNOME/gnucash/gnucash.changes       2011-06-01 16:19:09.000000000 +0200
+++ /mounts/work_src_done/STABLE/gnucash/gnucash.changes        2011-08-03 
14:51:33.000000000 +0200
@@ -1,0 +2,32 @@
+Wed Aug  3 14:45:20 CEST 2011 - [email protected]
+
+- 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 - [email protected]
+
+- 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.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

New:
----
  gnucash-2.4.7.tar.bz2
  gnucash-guile-2.0.patch

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

Other differences:
------------------
++++++ gnucash.spec ++++++
--- /var/tmp/diff_new_pack.yr7Jog/_old  2011-08-04 12:20:43.000000000 +0200
+++ /var/tmp/diff_new_pack.yr7Jog/_new  2011-08-04 12:20:43.000000000 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           gnucash
-Version:        2.4.5
+Version:        2.4.7
 Release:        1
 License:        GPLv2+
 Summary:        Personal Finance Manager
@@ -30,6 +30,8 @@
 Patch:          gnucash-desktop.patch
 # PATCH-MISSING-TAG -- See http://wiki.opensuse.org/Packaging/Patches
 Patch3:         gnucash-cpan-warning.patch
+# PATCH-FIX-UPSTREAM gnucash-guile-2.0.patch bgo#655901 [email protected] -- 
Fix build with guile 2.0
+Patch4:         gnucash-guile-2.0.patch
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  guile-devel
@@ -100,6 +102,7 @@
 %patch
 # This patch must be applied:
 %patch3
+%patch4 -p1
 
 %build
 %configure\

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

++++++ gnucash-guile-2.0.patch ++++++
Index: gnucash-2.4.6/src/import-export/aqbanking/Makefile.am
===================================================================
--- gnucash-2.4.6.orig/src/import-export/aqbanking/Makefile.am
+++ gnucash-2.4.6/src/import-export/aqbanking/Makefile.am
@@ -45,6 +45,7 @@ libgncmod_aqbanking_la_LIBADD = \
   ${GNOME_LIBS} \
   ${GLADE_LIBS} \
   ${GLIB_LIBS} \
+  ${GUILE_LIBS} \
   ${GWENGUI_GTK2_LIBS} \
   ${AQBANKING_LIBS}
 
@@ -64,6 +65,7 @@ AM_CFLAGS = \
   ${GNOME_CFLAGS} \
   ${GLADE_CFLAGS} \
   ${GLIB_CFLAGS} \
+  ${GUILE_INCS} \
   ${AQBANKING_CFLAGS}
 
 uidir = $(GNC_UI_DIR)
Index: gnucash-2.4.6/src/guile-mappings.h
===================================================================
--- gnucash-2.4.6.orig/src/guile-mappings.h
+++ gnucash-2.4.6/src/guile-mappings.h
@@ -17,7 +17,7 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.        *
 \********************************************************************/
 
-#include <libguile/version.h> /* for SCM_MAJOR_VERSION etc */
+#include <libguile.h> /* for SCM_MAJOR_VERSION etc */
 
 /* Give Guile 1.6 and 1.8 a 2.0-like interface */
 #if (SCM_MAJOR_VERSION == 1) && (SCM_MINOR_VERSION <= 6)
Index: gnucash-2.4.6/src/plugins/bi_import/Makefile.am
===================================================================
--- gnucash-2.4.6.orig/src/plugins/bi_import/Makefile.am
+++ gnucash-2.4.6/src/plugins/bi_import/Makefile.am
@@ -29,7 +29,8 @@ libgncmod_bi_import_la_LIBADD = \
   ${GNOME_LIBS} \
   ${GLADE_LIBS} \
   ${QOF_LIBS} \
-  ${GLIB_LIBS}
+  ${GLIB_LIBS} \
+  ${GUILE_LIBS}
 
 AM_CFLAGS = \
   -I${top_srcdir}/src \
@@ -52,6 +53,7 @@ AM_CFLAGS = \
   ${GNOME_CFLAGS} \
   ${GLADE_CFLAGS} \
   ${QOF_CFLAGS} \
-  ${GLIB_CFLAGS}
+  ${GLIB_CFLAGS} \
+  ${GUILE_INCS}
 
 INCLUDES = -DG_LOG_DOMAIN=\"gnc.plugin.bi_import\"

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



Remember to have fun...

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

Reply via email to