[saphire] 3.0.7

Mamoru Tasaka mtasaka at fedoraproject.org
Mon May 9 15:09:43 UTC 2011


commit e7cd5c84434460078596887d1aabb40b6ad79f26
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Tue May 10 00:09:30 2011 +0900

    3.0.7

 .gitignore   |    1 +
 saphire.spec |   15 +++++++--------
 sources      |    2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fb9a1c7..b0cff3b 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.7.tgz
diff --git a/saphire.spec b/saphire.spec
index c7d925c..30f87fc 100644
--- a/saphire.spec
+++ b/saphire.spec
@@ -1,8 +1,8 @@
-%global	repoid		51844
+%global	repoid		51919
 
 
 Name:		saphire
-Version:	3.0.5
+Version:	3.0.7
 Release:	1%{?dist}
 Summary:	Yet another shell
 
@@ -12,12 +12,11 @@ URL:		http://ab25cq.web.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,9 @@ make -j1 \
 %{_libdir}/lib%{name}.so
 
 %changelog
+* 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..7aea450 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f867efde6c0bf7cccb032f6a33f4d88b  saphire-3.0.5.tgz
+d277d566e91a82c0d591ce3f068f9d3e  saphire-3.0.7.tgz


More information about the scm-commits mailing list