Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11033585
D4622.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D4622.id.diff
View Options
diff --git a/files/0001-fix-hunspell-1.7.0.patch b/files/0001-fix-hunspell-1.7.0.patch
new file mode 100644
--- /dev/null
+++ b/files/0001-fix-hunspell-1.7.0.patch
@@ -0,0 +1,25 @@
+From ed2403a39c3c3d619e97558d53844e7cc4dcff40 Mon Sep 17 00:00:00 2001
+From: James Lee <jamesl33info@gmail.com>
+Date: Tue, 11 Dec 2018 00:41:13 +0000
+Subject: [PATCH] fix hunspell 1.7.0
+
+---
+ lisp/textmodes/ispell.el | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
+index 3674a7080b..4591986493 100644
+--- a/lisp/textmodes/ispell.el
++++ b/lisp/textmodes/ispell.el
+@@ -1111,7 +1111,7 @@ dictionary from that list was found."
+ null-device
+ t
+ nil
+- "-D")
++ "-D" null-device)
+ (buffer-string))
+ "[\n\r]+"
+ t))
+--
+2.19.2
+
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,6 +1,6 @@
name : emacs
version : '26.1'
-release : 15
+release : 16
source :
- https://ftp.gnu.org/gnu/emacs/emacs-26.1.tar.xz : 1cf4fc240cd77c25309d15e18593789c8dbfba5c2b44d8f77c886542300fd32c
license : GPL-3.0-or-later
@@ -23,6 +23,7 @@
rundeps :
- ctags
setup : |
+ %patch -p1 < $pkgfiles/0001-fix-hunspell-1.7.0.patch
%configure --with-modules --with-xwidgets --with-x-toolkit=gtk3
build : |
%make
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,8 +2,8 @@
<Source>
<Name>emacs</Name>
<Packager>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>James Lee</Name>
+ <Email>jamesl33info@gmail.com</Email>
</Packager>
<License>GPL-3.0-or-later</License>
<PartOf>editor</PartOf>
@@ -4000,12 +4000,12 @@
</Files>
</Package>
<History>
- <Update release="15">
- <Date>2018-07-30</Date>
+ <Update release="16">
+ <Date>2018-12-11</Date>
<Version>26.1</Version>
<Comment>Packaging update</Comment>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>James Lee</Name>
+ <Email>jamesl33info@gmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Aug 10, 3:51 PM (1 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5792765
Default Alt Text
D4622.id.diff (2 KB)
Attached To
Mode
D4622: Fix ispell checking when using the latest version of hunspell (1.7.0)
Attached
Detach File
Event Timeline
Log In to Comment