Hello community,

here is the log from the commit of package galculator for openSUSE:Factory
checked in at Mon Sep 19 21:09:29 CEST 2011.



--------
--- galculator/galculator.changes       2011-07-31 20:08:24.000000000 +0200
+++ /mounts/work_src_done/STABLE/galculator/galculator.changes  2011-09-17 
18:29:43.000000000 +0200
@@ -1,0 +2,6 @@
+Sat Sep 17 16:28:24 UTC 2011 - suse-...@gmx.de
+
+- added Patch0 (gcalculator-ld_fix.diff) to fix the build for factory
+  (this patch requires a autoreconf call)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  galculator-ld_fix.diff

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

Other differences:
------------------
++++++ galculator.spec ++++++
--- /var/tmp/diff_new_pack.MRQkuZ/_old  2011-09-19 21:09:24.000000000 +0200
+++ /var/tmp/diff_new_pack.MRQkuZ/_new  2011-09-19 21:09:24.000000000 +0200
@@ -26,6 +26,7 @@
 Group:          System/GUI/GNOME
 Url:            http://galculator.sourceforge.net/index.html
 Source0:        %name-%version.tar.bz2
+Patch0:         %name-ld_fix.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf automake fdupes gcc gcc-c++ make
 BuildRequires:  doxygen gtk2-devel intltool pkg-config
@@ -39,8 +40,10 @@
 
 %prep
 %setup -q
+%patch0
 
 %build
+autoreconf -fi
 %configure
 %__make %{?jobs:-j%{jobs}}
 

++++++ galculator-ld_fix.diff ++++++
Index: src/Makefile.am
===================================================================
--- src/Makefile.am.orig
+++ src/Makefile.am
@@ -19,7 +19,7 @@ galculator_SOURCES = \
        ui.c ui.h \
        flex_parser.l flex_parser.h
 
-galculator_LDADD = @PACKAGE_LIBS@
+galculator_LDADD = @PACKAGE_LIBS@ -lm
 
 galculator_LDFLAGS = -export-dynamic
 

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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to