commit emacs-apel for openSUSE:Factory

2020-09-28 Thread root
Hello community,

here is the log from the commit of package emacs-apel for openSUSE:Factory 
checked in at 2020-09-28 14:29:55

Comparing /work/SRC/openSUSE:Factory/emacs-apel (Old)
 and  /work/SRC/openSUSE:Factory/.emacs-apel.new.4249 (New)


Package is "emacs-apel"

Mon Sep 28 14:29:55 2020 rev:3 rq:838265 version:10.8

Changes:

--- /work/SRC/openSUSE:Factory/emacs-apel/emacs-apel.changes2018-07-27 
10:56:01.697622017 +0200
+++ /work/SRC/openSUSE:Factory/.emacs-apel.new.4249/emacs-apel.changes  
2020-09-28 14:30:50.970240523 +0200
@@ -1,0 +2,6 @@
+Mon Sep 28 11:42:59 UTC 2020 - Marguerite Su 
+
+- add emacs-apel-fix-old-backquote.patch
+- fix TW build
+
+---

New:

  emacs-apel-fix-old-backquote.patch



Other differences:
--
++ emacs-apel.spec ++
--- /var/tmp/diff_new_pack.KTC4yd/_old  2020-09-28 14:30:51.614241081 +0200
+++ /var/tmp/diff_new_pack.KTC4yd/_new  2020-09-28 14:30:51.622241089 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package emacs-apel
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -22,13 +22,15 @@
 Summary:A Portable Emacs Library
 License:GPL-2.0-or-later
 Group:  Productivity/Editors/Emacs
-Url:http://git.chise.org/elisp/apel
+URL:http://git.chise.org/elisp/apel
 Source: http://git.chise.org/elisp/dist/apel/apel-%{version}.tar.gz
 Source1:suse-start-apel.el
 Patch0: prevent-fontset-error.patch
 # PATCH-FIX-UPSTREAM
 Patch1: apel-10.8-040_make-temp-file-for-Emacs-24.3.50.patch
 Patch2: apel-emacs-escape-fix.patch
+#PATCH-FIX-UPSTREAM use new style backquotes
+Patch3: 
https://src.fedoraproject.org/rpms/emacs-apel/raw/master/f/emacs-apel-fix-old-backquote.patch
 BuildRequires:  emacs-nox
 Requires:   emacs
 Requires:   emacs_program
@@ -47,6 +49,7 @@
 %patch1 -p1
 %endif
 %patch2 -p1
+%patch3 -p1
 cp -p %{SOURCE1} .
 iconv -fiso2022jp -tutf-8 README.ja > README.ja.new
 mv README.ja.new README.ja

++ emacs-apel-fix-old-backquote.patch ++
 1040 lines (skipped)




commit emacs-apel for openSUSE:Factory

2018-07-27 Thread root
Hello community,

here is the log from the commit of package emacs-apel for openSUSE:Factory 
checked in at 2018-07-27 10:56:00

Comparing /work/SRC/openSUSE:Factory/emacs-apel (Old)
 and  /work/SRC/openSUSE:Factory/.emacs-apel.new (New)


Package is "emacs-apel"

Fri Jul 27 10:56:00 2018 rev:2 rq:625310 version:10.8

Changes:

--- /work/SRC/openSUSE:Factory/emacs-apel/emacs-apel.changes2014-11-04 
17:29:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.emacs-apel.new/emacs-apel.changes   
2018-07-27 10:56:01.697622017 +0200
@@ -1,0 +2,6 @@
+Mon Jul 23 18:12:13 CEST 2018 - ti...@suse.de
+
+- Fix build with the latest emacs:
+  apel-emacs-escape-fix.patch
+
+---

New:

  apel-emacs-escape-fix.patch



Other differences:
--
++ emacs-apel.spec ++
--- /var/tmp/diff_new_pack.iYTr1K/_old  2018-07-27 10:56:02.181622944 +0200
+++ /var/tmp/diff_new_pack.iYTr1K/_new  2018-07-27 10:56:02.185622951 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package emacs-apel
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 Version:10.8
 Release:0
 Summary:A Portable Emacs Library
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Editors/Emacs
 Url:http://git.chise.org/elisp/apel
 Source: http://git.chise.org/elisp/dist/apel/apel-%{version}.tar.gz
@@ -28,6 +28,7 @@
 Patch0: prevent-fontset-error.patch
 # PATCH-FIX-UPSTREAM
 Patch1: apel-10.8-040_make-temp-file-for-Emacs-24.3.50.patch
+Patch2: apel-emacs-escape-fix.patch
 BuildRequires:  emacs-nox
 Requires:   emacs
 Requires:   emacs_program
@@ -45,6 +46,7 @@
 %if 0%{?suse_version} > 1310
 %patch1 -p1
 %endif
+%patch2 -p1
 cp -p %{SOURCE1} .
 iconv -fiso2022jp -tutf-8 README.ja > README.ja.new
 mv README.ja.new README.ja

++ apel-emacs-escape-fix.patch ++
---
 poe.el |   16 
 1 file changed, 8 insertions(+), 8 deletions(-)

--- a/poe.el
+++ b/poe.el
@@ -1079,11 +1079,11 @@ If the replaced text has at least one wo
 then capitalize each word in NEWTEXT.
 
 If third arg LITERAL is non-nil, insert NEWTEXT literally.
-Otherwise treat `\' as special:
-  `\&' in NEWTEXT means substitute original matched text.
-  `\N' means substitute what matched the Nth `\(...\)'.
+Otherwise treat `\\' as special:
+  `\\&' in NEWTEXT means substitute original matched text.
+  `\\N' means substitute what matched the Nth `\(...\)'.
If Nth parens didn't match, substitute nothing.
-  `\\' means insert one `\'.
+  `' means insert one `\\'.
 FIXEDCASE and LITERAL are optional arguments.
 Leaves point at end of replacement text.
 
@@ -1131,11 +1131,11 @@ If the replaced text has at least one wo
 then capitalize each word in NEWTEXT.
 
 If third arg LITERAL is non-nil, insert NEWTEXT literally.
-Otherwise treat `\' as special:
-  `\&' in NEWTEXT means substitute original matched text.
-  `\N' means substitute what matched the Nth `\(...\)'.
+Otherwise treat `\\' as special:
+  `\\&' in NEWTEXT means substitute original matched text.
+  `\\N' means substitute what matched the Nth `\(...\)'.
If Nth parens didn't match, substitute nothing.
-  `\\' means insert one `\'.
+  `' means insert one `\\'.
 FIXEDCASE and LITERAL are optional arguments.
 Leaves point at end of replacement text.