rpms/guichan/FC-5 .cvsignore, 1.2, 1.3 guichan.spec, 1.1, 1.2 sources, 1.2, 1.3 guichan-werror-cxxflag-disable.patch, 1.1, NONE

Hugo Cisneiros (eitch) fedora-extras-commits at redhat.com
Wed Oct 4 09:29:55 UTC 2006


Author: eitch

Update of /cvs/extras/rpms/guichan/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25947

Modified Files:
	.cvsignore guichan.spec sources 
Removed Files:
	guichan-werror-cxxflag-disable.patch 
Log Message:
* Wed Oct  4 2006 Hugo Cisneiros <hugo at devin.com.br> 0.5.0-1
- Upstream update
- Add freeglut-devel BR for the new release
- Removed unusued patches for this new version



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/guichan/FC-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	12 Jun 2006 02:00:02 -0000	1.2
+++ .cvsignore	4 Oct 2006 09:29:55 -0000	1.3
@@ -1 +1 @@
-guichan-0.4.0-src.tar.gz
+guichan-0.5.0-src.tar.gz


Index: guichan.spec
===================================================================
RCS file: /cvs/extras/rpms/guichan/FC-5/guichan.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- guichan.spec	12 Jun 2006 02:00:02 -0000	1.1
+++ guichan.spec	4 Oct 2006 09:29:55 -0000	1.2
@@ -1,16 +1,16 @@
 Name:           guichan
-Version:        0.4.0
-Release:        2%{?dist}
+Version:        0.5.0
+Release:        1%{?dist}
 Summary:        Portable C++ GUI library for games using Allegro, SDL and OpenGL
 
 Group:          Development/Libraries
 License:        BSD
 URL:            http://guichan.sourceforge.net
 Source0:        http://easynews.dl.sourceforge.net/sourceforge/guichan/%{name}-%{version}-src.tar.gz
-Patch0:         guichan-werror-cxxflag-disable.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  allegro-devel, SDL-devel, SDL_image-devel, libGL-devel
+BuildRequires:  freeglut-devel
 
 %description
 Guichan is a small, efficient C++ GUI library designed for games. It comes
@@ -28,10 +28,7 @@
 package is needed to build programs written using guichan.
 
 %prep
-%setup -q
-%patch -p1
-touch aclocal.m4 Makefile.in */Makefile.in */*/Makefile.in */*/*/Makefile.in
-touch include/config.hpp.in
+%setup -q -n %{name}-%{version}-src
 
 
 %build
@@ -61,6 +58,7 @@
 %doc AUTHORS ChangeLog COPYING NEWS README TODO
 %{_libdir}/libguichan.so.*
 %{_libdir}/libguichan_allegro.so.*
+%{_libdir}/libguichan_glut.so.*
 %{_libdir}/libguichan_opengl.so.*
 %{_libdir}/libguichan_sdl.so.*
 
@@ -73,6 +71,8 @@
 %{_libdir}/libguichan.so
 %{_libdir}/libguichan_allegro.a
 %{_libdir}/libguichan_allegro.so
+%{_libdir}/libguichan_glut.a
+%{_libdir}/libguichan_glut.so
 %{_libdir}/libguichan_opengl.a
 %{_libdir}/libguichan_opengl.so
 %{_libdir}/libguichan_sdl.a
@@ -80,6 +80,14 @@
 
 
 %changelog
+* Wed Oct  4 2006 Hugo Cisneiros <hugo at devin.com.br> 0.5.0-1
+- Upstream update
+- Add freeglut-devel BR for the new release
+- Removed unusued patches for this new version
+
+* Wed Sep 13 2006 Hugo Cisneiros <hugo at devin.com.br> 0.4.0-3
+- Rebuilt for FC6
+
 * Sat Jun 10 2006 Hugo Cisneiros <hugo at devin.com.br> 0.4.0-2
 - Using libGL-devel instead of mesa-libGL-devel in BuildRequires
 - Put documentation under -devel instead of a whole -doc


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/guichan/FC-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	12 Jun 2006 02:00:02 -0000	1.2
+++ sources	4 Oct 2006 09:29:55 -0000	1.3
@@ -1 +1 @@
-f68b6c603c4fb3d70a8737f916214a35  guichan-0.4.0-src.tar.gz
+c9fcbcb360105247da06afc5c643e664  guichan-0.5.0-src.tar.gz


--- guichan-werror-cxxflag-disable.patch DELETED ---




More information about the fedora-extras-commits mailing list