[mfiler3/f14/master] 4.2.8 enable gc on F-14+

Mamoru Tasaka mtasaka at fedoraproject.org
Fri Apr 15 16:13:39 UTC 2011


commit 5db975c188525a81f9bb31fbb5fec6004388d67b
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Sat Apr 16 01:13:41 2011 +0900

    4.2.8
    enable gc on F-14+

 .gitignore   |    1 +
 mfiler3.spec |   20 ++++++++++++++------
 sources      |    2 +-
 3 files changed, 16 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 86b5089..a1940ed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ mfiler3-3.0.8.tgz
 /mfiler3-4.2.4.tgz
 /mfiler3-4.2.5.tgz
 /mfiler3-4.2.7.tgz
+/mfiler3-4.2.8.tgz
diff --git a/mfiler3.spec b/mfiler3.spec
index 9cd06c6..222bf3b 100644
--- a/mfiler3.spec
+++ b/mfiler3.spec
@@ -1,10 +1,10 @@
-%global	repoid		51535
+%global	repoid		51681
 
-%global	minver_saphire	1.3.7
+%global	minver_saphire	1.4.2
 
 Name:		mfiler3
-Version:	4.2.7
-Release:	2%{?dist}
+Version:	4.2.8
+Release:	1%{?dist}
 Summary:	Two pane file manager under UNIX console
 
 Group:		Applications/Editors
@@ -12,7 +12,6 @@ License:	GPL+
 URL:		http://www.geocities.jp/daisuke530221jp/index3.html
 Source0:	http://dl.sourceforge.jp/%{name}/%{repoid}/%{name}-%{version}.tgz
 Source10:	mfiler3.sh
-Patch0:		mfiler3-4.2.7-err-symbol.patch
 
 # Obsoletes but not Provides
 Obsoletes:	%{name}-mdnd < 3.0.0
@@ -21,6 +20,9 @@ BuildRequires:	cmigemo-devel
 BuildRequires:	saphire-devel >= %{minver_saphire}
 BuildRequires:	ncurses-devel
 BuildRequires:	oniguruma-devel
+%if 0%{?fedora} >= 14
+BuildRequires:	gc-devel
+%endif
 
 Requires:	saphire >= %{minver_saphire}
 
@@ -29,7 +31,6 @@ Minnu's Filer3 is a two pane file manager under UNIX console.
 
 %prep
 %setup -q
-%patch0 -p1 -b .err
 
 # Don't strip, preserve timestamp
 %{__sed} -i.strip -e 's| -s -m| -m|' Makefile.in
@@ -52,6 +53,9 @@ sed -i.pager \
 	--sysconfdir=%{_libdir}/%{name} \
 	--bindir=%{_libexecdir}/%{name} \
 	--with-migemo \
+%if 0%{?fedora} >= 14
+	--with-gc \
+%endif
 	--with-system-migemodir=%{_datadir}/cmigemo
 
 # kill parallel make
@@ -87,6 +91,10 @@ rm -rf ./Trash
 
 
 %changelog
+* Sat Apr 16 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 4.2.8-1
+- 4.2.8
+- enable gc on F-14+
+
 * Thu Apr 14 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 4.2.7-2
 - Fix compilation error with saphire 1.4.0 (and actually fix
   symbol error)
diff --git a/sources b/sources
index ec076ae..a1065ee 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b9213d6d525a7a43b9fe2c1cd47ab7c8  mfiler3-4.2.7.tgz
+13f6f309d12b026c26dde695831b7626  mfiler3-4.2.8.tgz


More information about the scm-commits mailing list