[saphire/f15/master] 1.4.2 Use gc for F-14+

Mamoru Tasaka mtasaka at fedoraproject.org
Fri Apr 15 16:08:20 UTC 2011


commit aec0b2e199b353b2181efa7b03cab2b13430910b
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Sat Apr 16 01:08:25 2011 +0900

    1.4.2
    Use gc for F-14+

 .gitignore   |    1 +
 saphire.spec |   14 ++++++++++++--
 sources      |    2 +-
 3 files changed, 14 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e47adde..00d569b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,4 @@
 /saphire-1.3.7.tgz
 /saphire-1.3.8.tgz
 /saphire-1.4.0.tgz
+/saphire-1.4.2.tgz
diff --git a/saphire.spec b/saphire.spec
index 142ad7f..5b30118 100644
--- a/saphire.spec
+++ b/saphire.spec
@@ -1,8 +1,8 @@
-%global	repoid		51639
+%global	repoid		51684
 
 
 Name:		saphire
-Version:	1.4.0
+Version:	1.4.2
 Release:	1%{?dist}
 Summary:	Yet another shell
 
@@ -15,6 +15,9 @@ BuildRequires:	cmigemo-devel
 BuildRequires:	ncurses-devel
 BuildRequires:	oniguruma-devel
 BuildRequires:	readline-devel
+%if 0%{?fedora} >= 14
+BuildRequires:	gc-devel
+%endif
 
 %description
 Yet another shell
@@ -71,6 +74,9 @@ sed -i.pager \
 %configure \
 	--with-migemo \
 	--with-system-migemodir=%{_datadir}/cmigemo \
+%if 0%{?fedora} >= 14
+	--with-gc \
+%endif
 	--sysconfdir=%{_libdir}/%{name} \
 	--docdir=%{_defaultdocdir}/%{name}-%{version} \
 	--includedir=%{_includedir}/%{name}
@@ -118,6 +124,10 @@ make -j1 \
 %{_libdir}/lib%{name}.so
 
 %changelog
+* Sat Apr 16 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 1.4.2-1
+- 1.4.2
+- Use gc for F-14+
+
 * Wed Apr 13 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 1.4.0-1
 - 1.4.0
 - Prefer less over lv for help pager
diff --git a/sources b/sources
index b365353..2c93c5d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-38c1131cf25fdb6aeb11fd738dfa437f  saphire-1.4.0.tgz
+57b085230ddc82d8d34dae914861e7f4  saphire-1.4.2.tgz


More information about the scm-commits mailing list