[emacs-lookup] Update to 1.4.1-7.

Daiki Ueno ueno at fedoraproject.org
Mon Aug 6 01:57:47 UTC 2012


commit aee6e05a6ceb5146f6609f88ebffef1bb71488d9
Author: Daiki Ueno <ueno at unixuser.org>
Date:   Mon Aug 6 10:57:10 2012 +0900

    Update to 1.4.1-7.

 emacs-lookup.spec              |    9 +++++++--
 lookup-lisp-ndic-el-typo.patch |   10 ++++++++++
 2 files changed, 17 insertions(+), 2 deletions(-)
---
diff --git a/emacs-lookup.spec b/emacs-lookup.spec
index f7f61fb..633a0bd 100644
--- a/emacs-lookup.spec
+++ b/emacs-lookup.spec
@@ -3,7 +3,7 @@
 
 Name:		emacs-%{pkg}
 Version:	1.4.1
-Release:	6%{?dist}
+Release:	7%{?dist}
 Summary:	Search Interface with Electronic Dictionaries for Emacs
 Summary(ja):	Emacs 上で動作する辞書検索インターフェイス
 
@@ -12,6 +12,7 @@ License:	GPLv2+
 URL:		http://openlab.ring.gr.jp/edict/lookup/
 Source0:	http://openlab.ring.gr.jp/edict/lookup/dist/%{pkg}-%{version}.tar.gz
 Patch0:		lookup-lisp-makefile-am.patch
+Patch1:		lookup-lisp-ndic-el-typo.patch
 
 BuildArch:	noarch
 BuildRequires:	emacs, automake
@@ -43,7 +44,8 @@ package to use %{pkgname} with GNU Emacs.
 
 %prep
 %setup -q -n %{pkg}-%{version}
-%patch0 -p0
+%patch0 -p0 -b .lisp-makefile-am
+%patch1 -p1 -b .lisp-ndic-el-typo
 for i in README NEWS texi/*.texi; do
     iconv -f ISO-2022-JP -t UTF-8 $i > $i.UTF-8
     mv $i.UTF-8 $i
@@ -97,6 +99,9 @@ fi
 
 
 %changelog
+* Mon Aug  6 2012 Daiki Ueno <dueno at redhat.com> - 1.4.1-7
+- fix typo which causes build failure with Emacs 24
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.1-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/lookup-lisp-ndic-el-typo.patch b/lookup-lisp-ndic-el-typo.patch
new file mode 100644
index 0000000..49a4b11
--- /dev/null
+++ b/lookup-lisp-ndic-el-typo.patch
@@ -0,0 +1,10 @@
+Index: lookup-1.4.1/lisp/ndic.el
+===================================================================
+--- lookup-1.4.1.orig/lisp/ndic.el
++++ lookup-1.4.1/lisp/ndic.el
+@@ -1,4 +1,4 @@
+-e;;; ndic.el --- Lookup by free dictionaries
++;;; ndic.el --- Lookup by free dictionaries
+ ;; Copyright (C) 1999 Lookup Development Team <lookup at ring.gr.jp>
+ 
+ ;; Author: Keisuke Nishida <kei at psn.net>


More information about the scm-commits mailing list