
Hello community, here is the log from the commit of package yacas checked in at Sun Apr 1 20:21:01 CEST 2007. -------- --- yacas/yacas.changes 2007-03-09 12:52:31.000000000 +0100 +++ /mounts/work_src_done/STABLE/yacas/yacas.changes 2007-04-01 15:45:20.000000000 +0200 @@ -1,0 +2,6 @@ +Sun Apr 1 15:44:56 CEST 2007 - lrupp@suse.de + +- include hack for libtool in 10.0 and 10.1 +- added libbz2 to BuildRequires for > 10.2 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yacas.spec ++++++ --- /var/tmp/diff_new_pack.DH4621/_old 2007-04-01 20:20:47.000000000 +0200 +++ /var/tmp/diff_new_pack.DH4621/_new 2007-04-01 20:20:47.000000000 +0200 @@ -18,16 +18,18 @@ # # openSUSE # +%if 0%{?suse_version} BuildRequires: update-desktop-files %if 0%{?suse_version} < 1000 BuildRequires: gcc-mainline-fortran libstdc++-devel %else BuildRequires: gcc-fortran %endif +%endif # needed BuildRequires for proteus BuildRequires: xorg-x11-devel %if 0%{?suse_version} > 1020 -BuildRequires: xorg-x11-libX11-devel xorg-x11-libXext-devel xorg-x11-libXmu-devel xorg-x11-libXt-devel xorg-x11-libs +BuildRequires: libbz2 xorg-x11-libX11-devel xorg-x11-libXext-devel xorg-x11-libXmu-devel xorg-x11-libXt-devel xorg-x11-libs %endif # # @@ -37,7 +39,7 @@ Autoreqprov: on Summary: YACAS is an easy to use, general purpose Computer Algebra System. Version: 1.0.63 -Release: 4 +Release: 8 Source: %{name}-%{version}.tar.bz2 Source2: yacaslogo.xpm Source3: yacas.desktop @@ -70,6 +72,13 @@ %patch0 %build +%ifarch x86_64 +echo "Arch is x86_64" +%if 0%{?suse_version} > 930 && 0%{?suse_version} < 1020 +echo "exporting LDFLAGS" +export LDFLAGS="-L/usr/gcc/lib64" +%endif +%endif CFLAGS="%{optflags}" CXXFLAGS="%{optflags} -fno-strict-aliasing" \ %configure --with-html-dir=%{_defaultdocdir}/%{name}/documentation \ --enable-ps-doc \ @@ -140,6 +149,9 @@ %doc %{_defaultdocdir}/%{name} %changelog +* Sun Apr 01 2007 - lrupp@suse.de +- include hack for libtool in 10.0 and 10.1 +- added libbz2 to BuildRequires for > 10.2 * Fri Mar 09 2007 - lrupp@suse.de - specfile cleanup * Thu Feb 15 2007 - lrupp@suse.de ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de