Browse Source

po-mode-0.18.1.1-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3633 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 13 years ago
parent
commit
2db7b17626
1 changed files with 9 additions and 7 deletions
  1. 9 7
      p/po-mode/po-mode-vl.spec

+ 9 - 7
p/po-mode/po-mode-vl.spec

@@ -3,8 +3,8 @@
 Summary: Emacs Lisp for editing po file of gettext
 Summary(ja): gettextの po ファイルを編集するためのEmacs Lisp
 Name: po-mode
-Version: 0.17
-Release: 5%{?_dist_release}
+Version: 0.18.1.1
+Release: 1%{?_dist_release}
 License: GPLv3 and LGPLv2+
 Group: Applications/Editors/Emacs
 Source: ftp://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.gz
@@ -13,10 +13,8 @@ Source1: po-mode-init.el
 Source3: %{origname}-install.sh
 Source4: %{origname}-remove.sh
 Source5: vine-default-%{origname}.el
-## <BTS:VineLinux:934>:
-# http://git.savannah.gnu.org/cgit/gettext.git/commit/?id=9a6599c4d3d3db699b269b53a9a458bf0728ce08
-Patch0: po-mode-fix934.patch
 Requires(post): emacsen, emacsen-common >= 0.1
+Requires: emacsen
 Buildroot: %{_tmppath}/%{name}-%{version}-root
 BuildArch: noarch
 
@@ -32,7 +30,6 @@ gettext の po ファイルを編集するための Emacs Lisp です.
 
 %prep
 %setup -q -n gettext-%{version}
-%patch0 -p1
 
 %build
 
@@ -95,11 +92,16 @@ fi
 
 
 %changelog
+* Fri Apr 22 2011 IWAI, Masaharu <iwai@alib.jp> 0.18.1.1-1
+- new upstream release
+- drop using forward-line patch (Patch0): upstream fixed
+- add Requires: emacsen
+
 * Wed Feb 24 2010 IWAI, Masaharu <iwai@alib.jp> - 0.17-5
 - split from gettext package: [VineSeed:20076]
 - add Packager
 - replace Prereq to Requires(post)
-- add using forward-line patch (Patch1): <BTS:VineLinux:934>
+- add using forward-line patch (Patch0): <BTS:VineLinux:934>
 
 * Tue Dec 22 2009 Munehiro Yamamoto <munepi@vinelinux.org> - 0.17-4
 - correct some output messages on po-mode-install.sh