[yash] 2.33

Mamoru Tasaka mtasaka at fedoraproject.org
Sun Oct 28 13:05:58 UTC 2012


commit 6f18005bc2ab7f172e98250f3caf99a37e34c559
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Sun Oct 28 22:05:53 2012 +0900

    2.33

 .gitignore                                   |    1 +
 sources                                      |    2 +-
 yash-2.32.1-help-builtin-multichar.patch     |   16 -
 yash-2.32.1-man-ja-topspace-formatting.patch |  434 --------------------------
 yash.spec                                    |   15 +-
 5 files changed, 8 insertions(+), 460 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4ed388e..fd75e64 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ yash-doc-2.23-ja.tar.gz
 /yash-2.31.tar.gz
 /yash-doc-2.31-ja.tar.gz
 /yash-2.32.1.tar.gz
+/yash-2.33.tar.gz
diff --git a/sources b/sources
index 58c6852..35525a0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a36df569194e56eec66ab3692d068065  yash-2.32.1.tar.gz
+3f8359b577316cdc4cc4b12c1db4c295  yash-2.33.tar.gz
diff --git a/yash.spec b/yash.spec
index 02b3241..98c639f 100644
--- a/yash.spec
+++ b/yash.spec
@@ -2,13 +2,13 @@
 # Upstream is currently using SVN
 # SVN path: http://svn.sourceforge.jp/svnroot/yash/yash/trunk
 
-%global		repoid		56905
-%global		mainver	2.32.1
+%global		repoid		57172
+%global		mainver	2.33
 %global		docver		%{mainver}
 
 %global		yashdocdir		%{_datadir}/doc/%{name}-doc-%{version}
 
-%global		mainrel		3
+%global		mainrel		1
 %undefine		minorver
 
 Name:		yash
@@ -23,10 +23,6 @@ Source0:	http://dl.sourceforge.jp/yash/%{repoid}/%{name}-%{version}%{?minorver}.
 #Source1:	http://dl.sourceforge.jp/yash/%{repoid}/%{name}-doc-%{docver}%{?minorver}-ja.tar.gz
 
 # Patches
-# Make help built-in work also on ja_JP locale
-Patch0:	yash-2.32.1-help-builtin-multichar.patch
-# And fix topspace in yash.1 man page for built-in commands
-Patch1:	yash-2.32.1-man-ja-topspace-formatting.patch
 
 BuildRequires:	ncurses-devel
 %if 0%{?fedora} >= 17
@@ -66,8 +62,6 @@ This package contains document files for %{name}.
 %prep
 #%%setup -q -n %{name}-%{mainver}%{?minorver} -a 1
 %setup -q
-%patch0 -p1 -b .help.ja
-%patch1 -p1 -b .topspace
 
 %build
 # This package use configure not based on autotools...
@@ -143,6 +137,9 @@ exit 0
 %lang(ja)	%{yashdocdir}/ja/
 
 %changelog
+* Sun Oct 28 2012 Mamoru Tasaka <mtasaka at fedoraproject.org> - 2.33-1
+- 2.33
+
 * Thu Sep 27 2012 Mamoru Tasaka <mtasaka at fedoraproject.org> - 2.32.2-3
 - Fix Patch0
 


More information about the scm-commits mailing list