[gambas2/f14] 2.23.1

Tom Callaway spot at fedoraproject.org
Sat May 28 14:53:58 UTC 2011


commit 912944acacb677a08e04852d9f6948e945601b3b
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Sat May 28 10:53:47 2011 -0400

    2.23.1

 gambas2-2.23.1-use-libv4l1.patch |   29 +++++++++++++++++++++++++++++
 gambas2.spec                     |   12 +++++++++---
 sources                          |    2 +-
 3 files changed, 39 insertions(+), 4 deletions(-)
---
diff --git a/gambas2-2.23.1-use-libv4l1.patch b/gambas2-2.23.1-use-libv4l1.patch
new file mode 100644
index 0000000..0f4db0d
--- /dev/null
+++ b/gambas2-2.23.1-use-libv4l1.patch
@@ -0,0 +1,29 @@
+diff -up gambas2-2.23.1/gb.v4l/configure.ac.libv4l1 gambas2-2.23.1/gb.v4l/configure.ac
+--- gambas2-2.23.1/gb.v4l/configure.ac.libv4l1	2011-05-26 20:01:56.000000000 -0400
++++ gambas2-2.23.1/gb.v4l/configure.ac	2011-05-28 10:17:32.522507996 -0400
+@@ -10,9 +10,9 @@ GB_COMPONENT(
+   V4L,
+   [Video For Linux component],
+   [src],
+-  [GB_FIND(png.h jpeglib.h linux/videodev2.h, /usr/local/lib /usr/local /usr/lib /usr, include)],
++  [GB_FIND(png.h jpeglib.h libv4l1-videodev.h linux/videodev2.h, /usr/local/lib /usr/local /usr/lib /usr, include)],
+   [GB_FIND(libpng.$SHLIBEXT libjpeg.$SHLIBEXT, /usr/local /usr, lib)],
+-  [$C_LIB -ljpeg -lpng])
++  [$C_LIB -ljpeg -lpng -lv4l1])
+ 
+ AC_OUTPUT( \
+ Makefile \
+diff -up gambas2-2.23.1/gb.v4l/src/CWebcam.h.libv4l1 gambas2-2.23.1/gb.v4l/src/CWebcam.h
+--- gambas2-2.23.1/gb.v4l/src/CWebcam.h.libv4l1	2011-05-26 20:01:55.000000000 -0400
++++ gambas2-2.23.1/gb.v4l/src/CWebcam.h	2011-05-28 10:19:52.518485101 -0400
+@@ -35,9 +35,9 @@
+ #include <sys/types.h>
+ #include <sys/ioctl.h>
+ #include <linux/types.h>
++#include <libv4l1-videodev.h>
+ #include <linux/videodev2.h>
+ 
+-#include "videodev.h"
+ #include "gambas.h"
+ 
+ #ifndef __CWEBCAM_C
diff --git a/gambas2.spec b/gambas2.spec
index e20cf68..0c83571 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.23.0
+Version:	2.23.1
 Release:	1%{?dist}
 License:	GPL+
 Group:		Development/Tools
@@ -21,14 +21,14 @@ BuildRequires:	libtool
 # We need this since linux/videodev.h is dead
 BuildRequires:	libv4l-devel
 # Code is not endian clean.
-ExcludeArch:	ppc ppc64
+ExclusiveArch:	%{ix86} x86_64 %{arm}
 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
+Patch4:		gambas2-2.23.1-use-libv4l1.patch
 
 %description
 Gambas2 is a free development environment based on a Basic interpreter
@@ -1607,6 +1607,12 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %{_datadir}/%{name}/info/gb.xml.xslt.*
 
 %changelog
+* Sat May 28 2011 Tom Callaway <spot at fedoraproject.org> - 2.23.1-1
+- update to 2.23.1
+
+* Fri Apr 29 2011 Dan Horák <dan at danny.cz> - 2.23.0-2
+- switch to ExclusiveArch containing only little endian arches
+
 * Wed Apr  6 2011 Tom Callaway <spot at fedoraproject.org> - 2.23.0-1
 - update to 2.23.0
 
diff --git a/sources b/sources
index 6b54c9c..a17a3ed 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f777cfe187ba58c176f90a85e33a9758  gambas2-2.23.0.tar.bz2
+ff8d2c1f310222c150b114e7ce247dfd  gambas2-2.23.1.tar.bz2


More information about the scm-commits mailing list