[gambas2/f14/master] 2.23.0

Tom Callaway spot at fedoraproject.org
Fri Apr 15 20:30:53 UTC 2011


commit 684bd3c78cc56356dd56624fef0efabb05c301ae
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Fri Apr 15 16:30:39 2011 -0400

    2.23.0

 gambas2.spec |   56 ++++++++++++++++++++++++++++++++++++++++++--------------
 sources      |    2 +-
 2 files changed, 43 insertions(+), 15 deletions(-)
---
diff --git a/gambas2.spec b/gambas2.spec
index e5c5bb7..e20cf68 100644
--- a/gambas2.spec
+++ b/gambas2.spec
@@ -1,6 +1,6 @@
 Name:		gambas2
 Summary:	IDE based on a basic interpreter with object extensions
-Version:	2.22.0
+Version:	2.23.0
 Release:	1%{?dist}
 License:	GPL+
 Group:		Development/Tools
@@ -18,10 +18,17 @@ BuildRequires:	libxslt-devel, pcre-devel, SDL_image-devel, libICE-devel
 BuildRequires:	libXcursor-devel, libXft-devel, libtool-ltdl-devel
 BuildRequires:	xdg-utils, glibc-devel, libffi-devel, firebird-devel
 BuildRequires:	libtool
+# We need this since linux/videodev.h is dead
+BuildRequires:	libv4l-devel
 # Code is not endian clean.
 ExcludeArch:	ppc ppc64
 Patch1:		%{name}-2.0.0-nolintl.patch
 Patch2:		%{name}-2.0.0-noliconv.patch
+# Patch from Marek Kašík
+# Don't take address of temporary
+Patch3:		gambas-2.22.0-firebird-permissive-fix.patch
+# Use libv4l1
+Patch4:		gambas2-2.22.0-use-libv4l1.patch
 
 %description
 Gambas2 is a free development environment based on a Basic interpreter
@@ -487,22 +494,18 @@ Requires:	%{name}-runtime = %{version}-%{release}
 %setup -q
 %patch1 -p1 -b .nolintl
 %patch2 -p1 -b .noliconv
+%patch3 -p1 -b .temporary
+%patch4 -p1 -b .libv4l1
 # We used to patch these out, but this is simpler.
-for i in acinclude.m4 gb.compress.bzlib2/configure gb.compress.zlib/configure gb.corba/configure \
-	 gb.crypt/configure gb.db.firebird/configure gb.db.mysql/configure gb.db.odbc/configure \
-	 gb.db.postgresql/configure gb.db.sqlite2/configure gb.db.sqlite3/configure gb.desktop/configure \
-	 gb.gtk/configure gb.gtk.svg/configure gb.image/configure gb.net/configure gb.net.curl/configure \
-	 gb.net.smtp/configure gb.opengl/configure gb.pcre/configure gb.pdf/configure gb.qt/configure \
-	 gb.qte/configure gb.qt.kde/configure gb.sdl/configure gb.sdl.sound/configure gb.v4l/configure \
-	 gb.xml/configure help/configure main/configure; do
-	sed -i 's|$AM_CFLAGS -O3|$AM_CFLAGS|g' $i
-	sed -i 's|$AM_CXXFLAGS -Os -fno-omit-frame-pointer|$AM_CXXFLAGS|g' $i
-	sed -i 's|$AM_CFLAGS -Os|$AM_CFLAGS|g' $i
-	sed -i 's|$AM_CFLAGS -O0|$AM_CFLAGS|g' $i
-	sed -i 's|$AM_CXXFLAGS -O0|$AM_CXXFLAGS|g' $i
+for i in `find . |grep acinclude.m4`; do
+        sed -i 's|$AM_CFLAGS -O3|$AM_CFLAGS|g' $i
+        sed -i 's|$AM_CXXFLAGS -Os -fno-omit-frame-pointer|$AM_CXXFLAGS|g' $i
+        sed -i 's|$AM_CFLAGS -Os|$AM_CFLAGS|g' $i
+        sed -i 's|$AM_CFLAGS -O0|$AM_CFLAGS|g' $i
+        sed -i 's|$AM_CXXFLAGS -O0|$AM_CXXFLAGS|g' $i
 done
 # Need this for gcc44
-sed -i 's|-fno-exceptions||g' gb.db.sqlite3/configure
+sed -i 's|-fno-exceptions||g' gb.db.sqlite3/acinclude.m4
 
 ./reconf-all
 
@@ -1604,6 +1607,31 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %{_datadir}/%{name}/info/gb.xml.xslt.*
 
 %changelog
+* Wed Apr  6 2011 Tom Callaway <spot at fedoraproject.org> - 2.23.0-1
+- update to 2.23.0
+
+* Wed Mar 23 2011 Dan Horák <dan at danny.cz> - 2.22.0-8
+- rebuilt for mysql 5.5.10 (soname bump in libmysqlclient)
+
+* Wed Mar 23 2011 Tom Callaway <spot at fedoraproject.org> - 2.22.0-7
+- rebuild for new mysql
+
+* Mon Mar 21 2011 Tom Callaway <spot at fedoraproject.org> - 2.22.0-6
+- add Marek's patch to fix temporary usage
+- use libv4l1 since linux/videodev.h is dead
+
+* Sun Mar 13 2011 Marek Kasik <mkasik at redhat.com> - 2.22.0-5
+- Rebuild (poppler-0.16.3)
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.22.0-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Sun Jan 02 2011 Rex Dieter <rdieter at fedoraproject.org> - 2.22.0-3
+- rebuild (poppler)
+
+* Wed Dec 15 2010 Rex Dieter <rdieter at fedoraproject.org> - 2.22.0-2
+- rebuild (poppler)
+
 * Fri Dec 10 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 2.22.0-1
 - update to 2.22.0
 
diff --git a/sources b/sources
index 3487dc4..6b54c9c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e7ea5124405788b1965115670b8cafd9  gambas2-2.22.0.tar.bz2
+f777cfe187ba58c176f90a85e33a9758  gambas2-2.23.0.tar.bz2


More information about the scm-commits mailing list