Hello community,

here is the log from the commit of package grisbi for openSUSE:Factory
checked in at Mon Sep 19 21:37:54 CEST 2011.



--------
--- grisbi/grisbi.changes       2011-06-16 14:47:10.000000000 +0200
+++ /mounts/work_src_done/STABLE/grisbi/grisbi.changes  2011-09-19 
12:29:22.000000000 +0200
@@ -1,0 +2,15 @@
+Mon Sep 19 07:35:50 UTC 2011 - [email protected]
+
+- Update to version 0.8.8:
+  + Fix bug where the transaction is not transferred to the new
+    account when Edit menu is used
+  + Fix the name of the International Russian currency RUB -> RUR
+  + Fix some bugs in the navigation in the left panel
+  + Fix a crash when the number of recently used files = 0
+  + Remove the display of the build date for stable versions
+- Drop grisbi-no_date_time.patch: fixed upstream.
+- Add grisbi-fix-linking.patch: fix build with strict linker, as in
+  Factory.
+- Add call to autoreconf, needed for above patch.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  grisbi-0.8.7.tar.bz2
  grisbi-no_date_time.patch

New:
----
  grisbi-0.8.8.tar.bz2
  grisbi-fix-linking.patch

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

Other differences:
------------------
++++++ grisbi.spec ++++++
--- /var/tmp/diff_new_pack.WcE2z4/_old  2011-09-19 21:37:47.000000000 +0200
+++ /var/tmp/diff_new_pack.WcE2z4/_new  2011-09-19 21:37:47.000000000 +0200
@@ -18,15 +18,15 @@
 
 
 Name:           grisbi
-Version:        0.8.7
+Version:        0.8.8
 Release:        1
 License:        GPLv2+
 Summary:        Personal Accounting Application
 Url:            http://www.grisbi.org
 Group:          Productivity/Office/Finance
-Source:         
http://prdownloads.sourceforge.net/grisbi/grisbi-%{version}.tar.bz2
-# PATCH-FEATURE-UPSTREAM grisbi-no_date_time.patch 
http://www.grisbi.org/bugsreports/view.php?id=1355 [email protected] -- Do 
not add build date/time to binaries.
-Patch0:         grisbi-no_date_time.patch
+Source:         
http://downloads.sourceforge.net/project/grisbi/grisbi%20stable/0.8.x/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM grisbi-fix-linking.patch [email protected] -- Fix build 
with strict linker; sent upstream by mail on 2011-09-19
+Patch0:         grisbi-fix-linking.patch
 # Needed for make check
 #BuildRequires:  cunit-devel
 BuildRequires:  fdupes
@@ -52,6 +52,8 @@
 %patch0 -p1
 
 %build
+# needed for patch0
+autoreconf -fi
 %configure \
         --disable-static \
         --with-ofx

++++++ grisbi-0.8.7.tar.bz2 -> grisbi-0.8.8.tar.bz2 ++++++
++++ 11016 lines of diff (skipped)

++++++ grisbi-fix-linking.patch ++++++
Index: grisbi-0.8.8/configure.in
===================================================================
--- grisbi-0.8.8.orig/configure.in
+++ grisbi-0.8.8/configure.in
@@ -54,6 +54,9 @@ dnl ====================================
 dnl Main Grisbi libraries
 dnl ================================================================
 
+AC_CHECK_LIBM
+AC_SUBST(LIBM)
+
 #PKG_CHECK_MODULES(GRISBI, [gtk+-2.0 >= 2.2.0 glib-2.0 >= 2.2 gmodule-2.0 >= 
2.2 zlib])
 # Temporary hack until Mandriva ships zlib.pc
 PKG_CHECK_MODULES(GRISBI, [gtk+-2.0 >= 2.12.0 glib-2.0 >= 2.18.0 gmodule-2.0 
>= 2.18.0])
Index: grisbi-0.8.8/src/Makefile.am
===================================================================
--- grisbi-0.8.8.orig/src/Makefile.am
+++ grisbi-0.8.8/src/Makefile.am
@@ -16,7 +16,7 @@ libgrisbi_la_LIBADD += \
 else
 libgrisbi_la_LDFLAGS = -export_dynamic
 endif
-libgrisbi_la_LIBADD += $(GRISBI_LIBS) $(IGE_MAC_LIBS)
+libgrisbi_la_LIBADD += $(LIBM) $(GRISBI_LIBS) $(IGE_MAC_LIBS)
 
 libgrisbi_la_SOURCES = \
        accueil.c               \

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



Remember to have fun...

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

Reply via email to