[gambas3] 3.5.4

Tom Callaway spot at fedoraproject.org
Mon Jun 23 20:33:25 UTC 2014


commit 43e2c3f709f160c58f095eff772220fe0579ff80
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Mon Jun 23 16:33:22 2014 -0400

    3.5.4

 .gitignore   |    1 +
 gambas3.spec |   11 +++++------
 sources      |    2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b205be9..b2c38c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@
 /gambas3-3.5.1.tar.bz2
 /gambas3-3.5.2.tar.bz2
 /gambas3-3.5.3.tar.bz2
+/gambas3-3.5.4.tar.bz2
diff --git a/gambas3.spec b/gambas3.spec
index 0df6f49..162a1a3 100644
--- a/gambas3.spec
+++ b/gambas3.spec
@@ -1,7 +1,7 @@
 Name:		gambas3
 Summary:	IDE based on a basic interpreter with object extensions
-Version:	3.5.3
-Release:	4%{?dist}
+Version:	3.5.4
+Release:	1%{?dist}
 License:	GPL+
 Group:		Development/Tools
 URL:		http://gambas.sourceforge.net/
@@ -36,9 +36,6 @@ Patch1:		%{name}-3.2.0-nolintl.patch
 Patch2:		%{name}-3.2.0-noliconv.patch
 # Don't conflict with siginfo_t define
 Patch5:		gambas3-3.1.1-linux-siginfo.patch
-# Fix llvm-config check (it breaks on cases where the version has a subrelease
-# e.g. 3.4.1 vs 3.4). This forces us to only pass the first two digits.
-Patch6:		gambas-3.5.3-fix-llvm-config-check.patch
 
 %description
 Gambas3 is a free development environment based on a Basic interpreter
@@ -801,7 +798,6 @@ Requires:	%{name}-gb-xml = %{version}-%{release}
 %patch1 -p1 -b .nolintl
 %patch2 -p1 -b .noliconv
 # %%patch5 -p1 -b .linux-siginfo
-%patch6 -p1 -b .fix-llvm-config-check
 # We used to patch these out, but this is simpler.
 for i in `find . |grep acinclude.m4`; do
 	sed -i 's|$AM_CFLAGS -O3|$AM_CFLAGS|g' $i
@@ -2443,6 +2439,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %{_datadir}/%{name}/info/gb.xml.xslt.*
 
 %changelog
+* Mon Jun 23 2014 Tom Callaway <spot at fedoraproject.org> - 3.5.4-1
+- update to 3.5.4
+
 * Tue Jun 10 2014 Tom Callaway <spot at fedoraproject.org> - 3.5.3-4
 - fix llvm-config check to deal with longer version strings
 
diff --git a/sources b/sources
index bbb8e29..91736d7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-666dd2ded5991c8e6829d5b875e6d082  gambas3-3.5.3.tar.bz2
+8ce42c72693ca5940c9b6f11bd99ce03  gambas3-3.5.4.tar.bz2


More information about the scm-commits mailing list