[mfiler3] 4.4.9 License changed from GPL+ to MIT

Mamoru Tasaka mtasaka at fedoraproject.org
Tue Jan 10 09:09:32 UTC 2012


commit c6c14cee6fca5fc3d601f572fd9e6d006a9a4bc5
Author: TASAKA Mamoru <mtasaka at localhost.localdomain>
Date:   Tue Jan 10 18:09:28 2012 +0900

    4.4.9
    License changed from GPL+ to MIT

 .gitignore   |    1 +
 mfiler3.spec |   16 +++++++++++-----
 sources      |    2 +-
 3 files changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a4f4de2..3c5ddb3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@ clog
 /mfiler3-4.4.3.tgz
 /mfiler3-4.4.7.tgz
 /mfiler3-4.4.8.tgz
+/mfiler3-4.4.9.tgz
diff --git a/mfiler3.spec b/mfiler3.spec
index 5c55c74..8269bfc 100644
--- a/mfiler3.spec
+++ b/mfiler3.spec
@@ -1,10 +1,10 @@
-%global	repoid		54022
+%global	repoid		54457
 
 %global	minver_saphire	3.6.4
 
 Name:		mfiler3
-Version:	4.4.8
-Release:	3%{?dist}
+Version:	4.4.9
+Release:	1%{?dist}
 Summary:	Two pane file manager under UNIX console
 
 Group:		Applications/Editors
@@ -49,7 +49,7 @@ sed -i.pager \
 
 %build
 %configure \
-	CC="gcc -I%{_includedir}/saphire %{optflags}" \
+	CC="gcc %{optflags}" \
 	--sysconfdir=%{_libdir}/%{name} \
 	--bindir=%{_libexecdir}/%{name} \
 	--with-migemo \
@@ -76,7 +76,7 @@ rm -rf ./Trash
 %defattr(-,root,root,-)
 %doc	AUTHORS
 %doc	CHANGELOG.txt
-%doc	GPL
+%doc	LICENSE
 %doc	README.en.txt
 %doc	USAGE.en.txt
 %lang(ja)	%doc	README.ja.txt
@@ -86,8 +86,14 @@ rm -rf ./Trash
 %{_libexecdir}/%{name}/
 %{_libdir}/%{name}/
 
+%{_mandir}/man1/mfiler3.1*
+
 
 %changelog
+* Tue Jan 10 2012 Mamoru Tasaka <mtasaka at fedoraproject.org> - 4.4.9-1
+- 4.4.9
+- License changed from GPL+ to MIT
+
 * Thu Jan  5 2012 Mamoru Tasaka <mtasaka at fedoraproject.org> - 4.4.8-3
 - F-17: rebuild against gcc47
 
diff --git a/sources b/sources
index cc0140c..d16f6cf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7a1d38acfae984c6eeb2d3ba999898bc  mfiler3-4.4.8.tgz
+3f4942565b260e898d7ea60fb9474f95  mfiler3-4.4.9.tgz


More information about the scm-commits mailing list