rpms/xaos/F-10 .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 xaos.spec, 1.11, 1.12

Gérard Milmeister gemi at fedoraproject.org
Sat Jul 25 22:02:21 UTC 2009


Author: gemi

Update of /cvs/pkgs/rpms/xaos/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv339

Modified Files:
	.cvsignore sources xaos.spec 
Log Message:
new release 3.5


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xaos/F-10/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	20 Aug 2008 21:08:16 -0000	1.5
+++ .cvsignore	25 Jul 2009 22:02:21 -0000	1.6
@@ -1 +1 @@
-XaoS-3.4.tar.gz
+xaos-3.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xaos/F-10/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	20 Aug 2008 21:08:16 -0000	1.5
+++ sources	25 Jul 2009 22:02:21 -0000	1.6
@@ -1 +1 @@
-366fd8151e9642a0d9afce889912e388  XaoS-3.4.tar.gz
+465d1469b276501a58bf325e493ea591  xaos-3.5.tar.gz


Index: xaos.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xaos/F-10/xaos.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- xaos.spec	20 Aug 2008 21:39:40 -0000	1.11
+++ xaos.spec	25 Jul 2009 22:02:21 -0000	1.12
@@ -1,14 +1,13 @@
 Name:           xaos
-Version:        3.4
-Release:        2%{?dist}
+Version:        3.5
+Release:        1%{?dist}
 Summary:        A fast, portable real-time interactive fractal zoomer
 
 Group:          Applications/Multimedia
 License:        GPLv2+
 URL:            http://xaos.sourceforge.net
-Source0:        http://surfnet.dl.sourceforge.net/sourceforge/xaos/XaoS-%{version}.tar.gz
+Source0:        http://surfnet.dl.sourceforge.net/sourceforge/xaos/xaos-%{version}.tar.gz
 Source1:	xaos.png
-Source2:        config.sub
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  slang-devel
 BuildRequires:	zlib-devel
@@ -42,13 +41,22 @@ on-the-fly plane switching.
 
 
 %prep
-%setup0 -q -n XaoS-%version
-cp %{SOURCE2} .
+%setup0 -q 
 # disable stripping binaries when installing
 sed -i 's| -s | |' Makefile.in
 
 %build
-%configure --with-gsl=yes --with-png=yes --with-gtk-driver=yes --with-aa-driver=yes
+%ifarch %ix86 x86_64
+%define long_double --with-long-double
+%endif
+%configure \
+    --with-gsl=yes \
+    --with-sffe=yes \
+    --with-png=yes \
+    --with-gtk-driver=yes \
+    --with-aa-driver=yes \
+    --with-pthread=yes \
+    %{long_double}
 make %{?_smp_mflags}
 
 
@@ -111,8 +119,8 @@ fi
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc README RELEASE_NOTES COPYING TODO ChangeLog
-%doc doc/AUTHORS doc/SPONSORS doc/xaos.pdf doc/PROBLEMS
+%doc README COPYING TODO ChangeLog NEWS
+%doc AUTHORS doc/xaos.pdf
 %doc --parents help/*.html help/*.jpg 
 %{_bindir}/*
 %{_infodir}/*
@@ -123,6 +131,12 @@ fi
 
 
 %changelog
+* Sat Jul 25 2009 Gerard Milmeister <gemi at bluewin.ch> - 3.5-1
+- new release 3.5
+- Enable long double on ix86 and x86_64 architectures.
+- Enable i386 inline assembly on ix86.
+- Enable threads on all architectures
+
 * Wed Aug 20 2008 Gerard Milmeister <gemi at bluewin.ch> - 3.4-2
 - enabled GTK driver
 




More information about the fedora-extras-commits mailing list