diff --git a/.gitignore b/.gitignore index 7fd5edc..2343eac 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ yash-doc-2.23-ja.tar.gz /yash-2.32.1.tar.gz /yash-2.33.tar.gz /yash-2.33.1.tar.gz +/yash-2.34.tar.xz diff --git a/sources b/sources index 48a948b..008ee99 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -be277349467a3c831091ce4f5952a3cc yash-2.33.1.tar.gz +a94c5899200ad2f156ed5e8dd893372d yash-2.34.tar.xz diff --git a/yash.spec b/yash.spec index 76cdd8b..8923ae9 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 57215 -%global mainver 2.33.1 +%global repoid 58183 +%global mainver 2.34 %global docver %{mainver} %global yashdocdir %{_datadir}/doc/%{name}-doc-%{version} -%global mainrel 2 +%global mainrel 1 %undefine minorver Name: yash @@ -19,7 +19,7 @@ Summary: Yet Another SHell Group: System Environment/Shells License: GPLv2+ URL: http://yash.sourceforge.jp/ -Source0: http://dl.sourceforge.jp/yash/%{repoid}/%{name}-%{version}%{?minorver}.tar.gz +Source0: http://dl.sourceforge.jp/yash/%{repoid}/%{name}-%{version}%{?minorver}.tar.xz #Source1: http://dl.sourceforge.jp/yash/%{repoid}/%{name}-doc-%{docver}%{?minorver}-ja.tar.gz # Patches @@ -137,6 +137,9 @@ exit 0 %lang(ja) %{yashdocdir}/ja/ %changelog +* Mon Feb 25 2013 Mamoru TASAKA - 2.34-1 +- 2.34 + * Fri Feb 22 2013 Mamoru TASAKA - bump release and fix broken deps