rpms/wings/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 wings-optflags.patch, 1.1, 1.2 wings.spec, 1.6, 1.7

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Sun Apr 8 19:31:39 UTC 2007


Author: gemi

Update of /cvs/extras/rpms/wings/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13060/devel

Modified Files:
	.cvsignore sources wings-optflags.patch wings.spec 
Log Message:
new version 0.98.36


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/wings/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	28 Apr 2006 08:03:26 -0000	1.2
+++ .cvsignore	8 Apr 2007 19:31:04 -0000	1.3
@@ -1,3 +1,3 @@
-wings-0.98.32b.tar.bz2
+wings-0.98.36.tar.bz2
 wings3d_manual1.6.1.pdf
 wingspov-0.98.28_v1.tgz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/wings/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	28 Apr 2006 08:03:26 -0000	1.2
+++ sources	8 Apr 2007 19:31:04 -0000	1.3
@@ -1,3 +1,3 @@
-11a55f0eb81261a84a29d05dd4afa999  wings-0.98.32b.tar.bz2
+667db43322ebde7e93f14fc940b6ed6b  wings-0.98.36.tar.bz2
 c01d19b4be79b647b8605dd32753da3a  wings3d_manual1.6.1.pdf
 791ec96aefb43ca63800324a115e99c6  wingspov-0.98.28_v1.tgz

wings-optflags.patch:

Index: wings-optflags.patch
===================================================================
RCS file: /cvs/extras/rpms/wings/devel/wings-optflags.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wings-optflags.patch	15 Feb 2007 21:49:00 -0000	1.1
+++ wings-optflags.patch	8 Apr 2007 19:31:04 -0000	1.2
@@ -1,11 +1,11 @@
---- wings-0.98.32b/plugins_src/accel/Makefile~	2005-04-06 21:11:46.000000000 +0300
-+++ wings-0.98.32b/plugins_src/accel/Makefile	2007-02-15 23:25:13.000000000 +0200
-@@ -58,7 +58,7 @@
- else
- $(LIBDIR)/wings_ogla_drv.so: wings_ogla_drv.c
+--- wings-0.98.36/plugins_src/accel/Makefile.optflags	2007-04-08 20:18:31.000000000 +0200
++++ wings-0.98.36/plugins_src/accel/Makefile	2007-04-08 20:19:30.000000000 +0200
+@@ -59,7 +59,7 @@
+ 
+ $(LIBDIR)/%.$(SO_EXT): %.c
  	install -d $(LIBDIR)
--	gcc -o $(LIBDIR)/wings_ogla_drv.so -I$(ERL_INC) \
-+	gcc $(RPM_OPT_FLAGS) -o $(LIBDIR)/wings_ogla_drv.so -I$(ERL_INC) \
-   wings_ogla_drv.c $(LIBS) $(GL_LIBS)
- endif
+-	$(GCC) -I$(ERL_INC) -o $@ $< $(LIBS) $(GL_LIBS)
++	$(GCC) $(RPM_OPT_FLAGS) -I$(ERL_INC) -o $@ $< $(LIBS) $(GL_LIBS)
  
+ clean:
+ 	rm -f $(TARGET_FILES)


Index: wings.spec
===================================================================
RCS file: /cvs/extras/rpms/wings/devel/wings.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- wings.spec	15 Feb 2007 21:49:00 -0000	1.6
+++ wings.spec	8 Apr 2007 19:31:04 -0000	1.7
@@ -1,12 +1,12 @@
 Name:           wings
-Version:        0.98.32b
-Release:        11%{?dist}
+Version:        0.98.36
+Release:        1%{?dist}
 Summary:        3D Subdivision Modeler
 
 Group:          Applications/Multimedia
 License:        Distributable
 URL:            http://www.wings3d.com
-Source0:	http://prdownloads.sourceforge.net/wings/wings-0.98.32b.tar.bz2
+Source0:	http://prdownloads.sourceforge.net/wings/wings-%{version}.tar.bz2
 Source1:	http://prdownloads.sourceforge.net/wings/wings3d_manual1.6.1.pdf
 Source2:	http://www.midcoast.com.au/~rgcoy/downloads/wingspov-0.98.28_v1.tgz
 Source3:	wings.png
@@ -20,8 +20,7 @@
 %description
 Wings 3D is a subdivision modeler with an user interface that is easy
 to use for both beginners and advanced users (inspired by Nendo and
-Mirai from Izware). This package also includes the Povray exporter
-plug-in.
+Mirai from Izware).
 
 
 %package docs
@@ -45,11 +44,11 @@
 
 %prep
 %setup -q
-%patch0 -p1
+#%patch0 -p1
 cp %{SOURCE1} .
 tar zxf %{SOURCE2}
 
-%define erlangdir %{_libdir}/erlang-R10B
+%define erlangdir %{_libdir}/erlang
 
 %build
 # %%{?_smp_mflags} breaks the build
@@ -160,6 +159,9 @@
 
 
 %changelog
+* Sun Apr  8 2007 Gerard Milmeister <gemi at bluewin.ch> - 0.98.36-1
+- new version 0.98.36
+
 * Thu Feb 15 2007 Gerard Milmeister <gemi at bluewin.ch> - 0.98.32b-11
 - add optflags (bugzilla 228925)
 




More information about the scm-commits mailing list