[saphire/f14] 3.0.8

Mamoru Tasaka mtasaka at fedoraproject.org
Mon May 16 14:11:48 UTC 2011


commit ae84777da9630db5d4b3bfebf924af4da708c867
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Mon May 16 23:11:37 2011 +0900

    3.0.8

 .gitignore   |    1 +
 saphire.spec |   20 +++++++++++---------
 sources      |    2 +-
 3 files changed, 13 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fb9a1c7..83a189c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,3 +27,4 @@
 /saphire-2.0.2.tgz
 /saphire-3.0.3.tgz
 /saphire-3.0.5.tgz
+/saphire-3.0.8.tgz
diff --git a/saphire.spec b/saphire.spec
index c7d925c..25e318d 100644
--- a/saphire.spec
+++ b/saphire.spec
@@ -1,23 +1,22 @@
-%global	repoid		51844
+%global	repoid		51994
 
 
 Name:		saphire
-Version:	3.0.5
+Version:	3.0.8
 Release:	1%{?dist}
 Summary:	Yet another shell
 
 Group:		System Environment/Shells
 License:	GPL+
-URL:		http://ab25cq.web.fc2.com/
+URL:		http://ab25cq.wiki.fc2.com/
 Source0:	http://dl.sourceforge.jp/sash/%{repoid}/saphire-%{version}.tgz
 
 BuildRequires:	cmigemo-devel
+BuildRequires:	gc-devel
 BuildRequires:	ncurses-devel
 BuildRequires:	oniguruma-devel
+#BuildRequires:	pcre-devel
 BuildRequires:	readline-devel
-%if 0%{?fedora} >= 14
-BuildRequires:	gc-devel
-%endif
 
 %description
 Yet another shell
@@ -74,9 +73,6 @@ 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}
@@ -124,6 +120,12 @@ make -j1 \
 %{_libdir}/lib%{name}.so
 
 %changelog
+* Mon May 16 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 3.0.8-1
+- 3.0.8
+
+* Mon May  9 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 3.0.7-1
+- 3.0.7
+
 * Tue May  3 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 3.0.5-1
 - 3.0.5
 
diff --git a/sources b/sources
index e459296..fae3bf4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f867efde6c0bf7cccb032f6a33f4d88b  saphire-3.0.5.tgz
+cbf4a9068da312b226f652266a839943  saphire-3.0.8.tgz


More information about the scm-commits mailing list