rpms/stellarium/FC-4 stellarium-0.6.2-gcc4.patch, 1.1, 1.2 stellarium.spec, 1.7, 1.8

Jochen Schmitt (s4504kr) fedora-extras-commits at redhat.com
Thu Aug 11 14:58:16 UTC 2005


Author: s4504kr

Update of /cvs/extras/rpms/stellarium/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3604

Modified Files:
	stellarium-0.6.2-gcc4.patch stellarium.spec 
Log Message:

  Description:
    Take ownership of stellarium.
    Fixe minor build bug with gcc4.


stellarium-0.6.2-gcc4.patch:

Index: stellarium-0.6.2-gcc4.patch
===================================================================
RCS file: /cvs/extras/rpms/stellarium/FC-4/stellarium-0.6.2-gcc4.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- stellarium-0.6.2-gcc4.patch	13 Apr 2005 23:28:13 -0000	1.1
+++ stellarium-0.6.2-gcc4.patch	11 Aug 2005 14:58:14 -0000	1.2
@@ -1,6 +1,5 @@
-diff -Nur stellarium-0.6.2-orig/src/vecmath.h stellarium-0.6.2/src/vecmath.h
---- stellarium-0.6.2-orig/src/vecmath.h	2004-10-09 02:14:04.000000000 +0200
-+++ stellarium-0.6.2/src/vecmath.h	2005-04-14 01:02:11.000000000 +0200
+--- stellarium-0.6.2/src/vecmath.h.gcc4	2004-10-09 02:14:04.000000000 +0200
++++ stellarium-0.6.2/src/vecmath.h	2005-08-10 20:31:06.000000000 +0200
 @@ -73,8 +73,8 @@
      inline Vector2 operator-(const Vector2<T>&) const;
      inline Vector2 operator+(const Vector2<T>&) const;
@@ -34,3 +33,14 @@
  
  	inline Vector4 operator*(T) const;
  	inline Vector4 operator/(T) const;
+--- stellarium-0.6.2/src/stel_core.h.gcc4	2005-08-10 20:37:45.000000000 +0200
++++ stellarium-0.6.2/src/stel_core.h	2005-08-10 20:38:16.000000000 +0200
+@@ -46,6 +46,8 @@
+ #include "meteor_mgr.h"
+ #include "sky_localizer.h"
+ 
++class stel_ui;
++
+ class stel_core
+ {
+ friend class stel_ui;


Index: stellarium.spec
===================================================================
RCS file: /cvs/extras/rpms/stellarium/FC-4/stellarium.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- stellarium.spec	13 Apr 2005 23:28:13 -0000	1.7
+++ stellarium.spec	11 Aug 2005 14:58:14 -0000	1.8
@@ -1,6 +1,6 @@
 Name:           stellarium
 Version:        0.6.2
-Release:        4
+Release:        5
 Summary:        Photo-realistic nightsky renderer
 
 Group:          Amusements/Graphics
@@ -67,6 +67,9 @@
 
 
 %changelog
+* Wed Aug 10 2005 Jochen Schmitt <Jochen herr-schmitt de> 0.6.2-5
+- Fix build for GCC4.
+
 * Thu Apr 14 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.6.2-4
 - Fix build for GCC4.
 - Fix desktop icon installation.




More information about the scm-commits mailing list