[freewrl] 2.3.3.1

Tom Callaway spot at fedoraproject.org
Mon May 12 20:28:59 UTC 2014


commit 97194136652c7187d5ef3ab0a8622b3f705c0518
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Mon May 12 16:28:44 2014 -0400

    2.3.3.1

 .gitignore   |    1 +
 freewrl.spec |   19 +++++++------------
 sources      |    2 +-
 3 files changed, 9 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index db5b16d..cd6b5e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /freewrl-1.22.12_pre2.tar.bz2
 /freewrl-1.22.13.1.tar.bz2
 /freewrl-2.3.3.tar.gz
+/freewrl-2.3.3.1.tar.gz
diff --git a/freewrl.spec b/freewrl.spec
index 5ce97ea..803ea6c 100644
--- a/freewrl.spec
+++ b/freewrl.spec
@@ -1,5 +1,7 @@
+%global majorrel 2.3.3
+
 Name:		freewrl
-Version:	2.3.3
+Version:	%{majorrel}.1
 Release:	1%{?dist}
 Summary:	X3D / VRML visualization program
 Group:		Applications/Internet
@@ -7,13 +9,6 @@ License:	LGPLv3+
 URL:		http://freewrl.sourceforge.net
 Source0:	http://sourceforge.net/projects/freewrl/files/freewrl-linux/2.0/%{name}-%{version}.tar.gz
 Source1:	README.FreeWRL.java
-# missing from 2.3.3 tarball
-# http://sourceforge.net/p/freewrl/git/ci/master/tree/freex3d/src/lib/ui/hudIcons_octalpha.h?format=raw
-Source2:	hudIcons_octalpha.h
-# also missing from 2.3.3 tarball
-# http://sourceforge.net/p/freewrl/git/ci/master/tree/freex3d/src/lib/scenegraph/OSCcallbacks.c?format=raw
-Source3:	OSCcallbacks.c
-Patch0:		freewrl-2.3.3-format-security-fix.patch
 BuildRequires:	zlib-devel, freetype-devel, fontconfig-devel 
 BuildRequires:	imlib2-devel, nspr-devel, xulrunner-devel, js-devel
 BuildRequires:	expat-devel, libXxf86vm-devel, libX11-devel, libXext-devel
@@ -77,11 +72,8 @@ FreeWRL is an X3D / VRML visualization program. This package contains the
 browser plugin for Firefox (and other xulrunner compatible browsers).
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{majorrel}
 cp %{SOURCE1} .
-cp %{SOURCE2} src/lib/ui/
-cp %{SOURCE3} src/lib/scenegraph/
-%patch0 -p1 -b .format-security
 # Don't need it.
 rm -rf appleOSX/
 
@@ -157,6 +149,9 @@ chrpath --delete %{buildroot}%{_libdir}/libFreeWRLEAI.so.*
 %{_libdir}/mozilla/plugins/libFreeWRLplugin.so
 
 %changelog
+* Mon May 12 2014 Tom Callaway <spot at fedoraproject.org> - 2.3.3.1-1
+- update to 2.3.3.1
+
 * Tue Apr 22 2014 Tom Callaway <spot at fedoraproject.org> - 2.3.3-1
 - update to 2.3.3
 
diff --git a/sources b/sources
index 61f9fd9..3c3ede1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-be413b40f0dfb01a159560cb8be5d6b2  freewrl-2.3.3.tar.gz
+03689cdc3459bef03a7ceedf55f6b453  freewrl-2.3.3.1.tar.gz


More information about the scm-commits mailing list