Browse Source

update to 2.1, add i18n patch

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5754 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 13 years ago
parent
commit
aee7677c50
1 changed files with 8 additions and 2 deletions
  1. 8 2
      m/mercurial/mercurial-vl.spec

+ 8 - 2
m/mercurial/mercurial-vl.spec

@@ -1,7 +1,7 @@
 Summary: A fast, lightweight distributed source control management system 
 Summary(ja): 軽量で高速な分散構成管理システム
 Name: mercurial
-Version: 1.8.1
+Version: 2.1
 Release: 1%{?_dist_release}
 License: GPLv2
 Group: Development/Tools
@@ -10,6 +10,7 @@ Source0: http://www.selenic.com/mercurial/release/%{name}-%{version}.tar.gz
 Source1: mercurial-init.el
 Source10: mercurial-el-install.sh
 Source11: mercurial-el-remove.sh
+Patch0: mercurial-i18n.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: python python-devel
 %if %{?_dist_release} == "vl5"
@@ -23,6 +24,7 @@ Provides: hg = %{version}-%{release}
 
 Vendor: Project Vine
 Distribution: Vine Linux
+Packager: iwaim, daisuke
 
 %description
 Mercurial is a fast, lightweight source control management system designed
@@ -67,7 +69,7 @@ documentation.
 
 %prep
 %setup -q
-
+%patch0 -p0
 
 %build
 make all
@@ -179,6 +181,10 @@ fi
 
 
 %changelog
+* Sat Feb 25 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1-1
+- update to 2.1
+- add i18n patch
+
 * Thu Mar 31 2011 IWAI, Masaharu <iwai@alib.jp> 1.8.1-1
 - new upstream release
 - add BuildRequires: python-docutils