[packages/xemacs-ispell-pkg] Up to 1.37
arekm
arekm at pld-linux.org
Sun Mar 15 22:48:27 CET 2026
commit 2745ee2bd605e6f014b815326bc1ba9004c04142
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sun Mar 15 22:48:17 2026 +0100
Up to 1.37
xemacs-ispell-pkg-xml.patch | 16 ----------------
xemacs-ispell-pkg.spec | 12 +++++-------
2 files changed, 5 insertions(+), 23 deletions(-)
---
diff --git a/xemacs-ispell-pkg.spec b/xemacs-ispell-pkg.spec
index 105b971..c5c9573 100644
--- a/xemacs-ispell-pkg.spec
+++ b/xemacs-ispell-pkg.spec
@@ -2,15 +2,14 @@ Summary: Interactive spelling corrector with ispell
Summary(pl.UTF-8): Interakcyjny korektor pisowni używający ispella
Name: xemacs-ispell-pkg
%define srcname ispell
-Version: 1.32
-Release: 4
+Version: 1.37
+Release: 1
License: GPL
Group: Applications/Editors/Emacs
-Source0: http://ftp.xemacs.org/xemacs/packages/%{srcname}-%{version}-pkg.tar.gz
-# Source0-md5: 0eceb13fd90b388f744f04bbf83fe4a1
+Source0: http://ftp.xemacs.org/pub/xemacs/packages/%{srcname}-%{version}-pkg.tar.gz
+# Source0-md5: ba7b50154f988d73f58cf769b62f2f1e
Patch0: %{name}-info.patch
-Patch1: %{name}-xml.patch
-URL: http://www.xemacs.org/
+URL: https://www.xemacs.org/
BuildRequires: texinfo
BuildRequires: xemacs
Requires: ispell
@@ -28,7 +27,6 @@ Interakcyjny korektor pisowni używający ispella.
%prep
%setup -q -c
%patch -P0 -p1
-%patch -P1 -p1
%build
xemacs -batch -q -no-site-file -f batch-byte-compile lisp/ispell/ispell.el
diff --git a/xemacs-ispell-pkg-xml.patch b/xemacs-ispell-pkg-xml.patch
deleted file mode 100644
index 128cb01..0000000
--- a/xemacs-ispell-pkg-xml.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -Nur --exclude *~ xemacs-ispell-pkg-1.22/lisp/ispell/ispell.el xemacs-ispell-pkg-1.22.new/lisp/ispell/ispell.el
---- xemacs-ispell-pkg-1.22/lisp/ispell/ispell.el Fri Oct 27 18:43:54 2000
-+++ xemacs-ispell-pkg-1.22.new/lisp/ispell/ispell.el Sun Mar 25 12:49:13 2001
-@@ -3393,10 +3393,10 @@
- (if (not (eq ispell-parser 'tex))
- (set (make-local-variable 'ispell-parser) 'tex)))
- (ispell-send-string "-\n")) ; set mode to normal (nroff)
-- ;; If needed, test for SGML & HTML modes and set a buffer local nil/t value.
-+ ;; If needed, test for SGML & HTML & XML modes and set a buffer local nil/t value.
- (if (and ispell-skip-html (not (eq ispell-skip-html t)))
- (setq ispell-skip-html
-- (not (null (string-match "sgml\\|html"
-+ (not (null (string-match "sgml\\|html\\|xml"
- (downcase (symbol-name major-mode)))))))
- ;; Set default extended character mode for given buffer, if any.
- (let ((extended-char-mode (ispell-get-extended-character-mode)))
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/xemacs-ispell-pkg.git/commitdiff/2745ee2bd605e6f014b815326bc1ba9004c04142
More information about the pld-cvs-commit
mailing list