Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package emacs-compat for openSUSE:Factory checked in at 2026-05-24 19:35:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/emacs-compat (Old) and /work/SRC/openSUSE:Factory/.emacs-compat.new.2084 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "emacs-compat" Sun May 24 19:35:09 2026 rev:7 rq:1354880 version:31.0.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/emacs-compat/emacs-compat.changes 2025-08-07 16:51:37.867362569 +0200 +++ /work/SRC/openSUSE:Factory/.emacs-compat.new.2084/emacs-compat.changes 2026-05-24 19:36:16.128787600 +0200 @@ -1,0 +2,33 @@ +Sat May 23 19:49:56 UTC 2026 - Björn Kettunen <[email protected]> + +- Rebase 0001-Add-install-target.patch against new upstream version +- Update to version 31.0.0.1: + * compat-31: Improve with-work-buffer implementation + +- Changes from version 31.0.0.0 + * compat-28: New pcase pattern =cl-type=. + * compat-29: Add =string-glyph-compose= and =string-glyph-decompose=. + (gh#emacs-compat/compat#76) + * compat-31: New macros =static-when= and =static-unless=. + * compat-31: New functions =oddp= and =evenp=. + * compat-31: New functions =minusp= and =plusp=. + * compat-31: New macros =incf= and =decf=. + * compat-31: New function =color-blend=. + * compat-31: New function =completion-table-with-metadata=. + * compat-31: New function =completion-list-candidate-at-point=. + * compat-31: New macro =with-work-buffer=. + * compat-31: New function =unbuttonize-region=. + * compat-31: New extended function =seconds-to-string=. + * compat-31: New function =hash-table-contains-p=. + * compat-31: New function =remove-display-text-property=. + * compat-31: New functions =drop-while=, =take-while=, + =member-if=, =any=, =all=. + * compat-31: New function =set-local=. + * compat-31: New function =ensure-proper-list=. + * compat-31: New error API functions =error-type-p=, + =error-has-type-p=, =error-type= + and =error-slot-value=. + * Drop support for Emacs 24.x. Emacs 25.1 is required now. In case + Emacs 24.x support is still needed, Compat 30 can be used. + +------------------------------------------------------------------- Old: ---- compat-30.1.0.1.tar.gz New: ---- compat-31.0.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ emacs-compat.spec ++++++ --- /var/tmp/diff_new_pack.u9yZoW/_old 2026-05-24 19:36:16.756813347 +0200 +++ /var/tmp/diff_new_pack.u9yZoW/_new 2026-05-24 19:36:16.756813347 +0200 @@ -1,9 +1,7 @@ # # spec file for package emacs-compat # -# Copyright (c) 2025 SUSE LLC and contributors -# Copyright (c) 2025 SUSE LLC and contributors -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # Copyright (c) 2025 Björn Kettunen # # All modifications and additions to the file contributed by third parties @@ -23,7 +21,7 @@ %bcond_with check Name: emacs-%{_name} -Version: 30.1.0.1 +Version: 31.0.0.1 Release: 0 Summary: COMPATibility Library for Emacs Lisp License: GPL-3.0-or-later ++++++ 0001-Add-install-target.patch ++++++ --- /var/tmp/diff_new_pack.u9yZoW/_old 2026-05-24 19:36:16.784814495 +0200 +++ /var/tmp/diff_new_pack.u9yZoW/_new 2026-05-24 19:36:16.788814659 +0200 @@ -1,18 +1,18 @@ From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Bj=C3=B6rn=20Bidar?= <[email protected]> +From: =?UTF-8?q?Bj=C3=B6rn=20Kettunen?= <[email protected]> Date: Wed, 27 Sep 2023 00:25:31 +0300 Subject: [PATCH] Add install target MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -Signed-off-by: Björn Bidar <[email protected]> +Signed-off-by: Björn Kettunen <[email protected]> --- - Makefile | 33 +++++++++++++++++++++++++++++++-- - 1 file changed, 31 insertions(+), 2 deletions(-) + Makefile | 34 ++++++++++++++++++++++++++++++++-- + 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile -index d584bc3f78f00d559200c144e8a62bb84c4fd385..5a065652a1be0b1be38607ee11dcef23ed03415b 100644 +index 346d1cc091b6d3462cf31d19e4f1ae9aa8b50061..a8d6113bc2dadec39a3b9eb85bf3f7db127c9255 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ @@ -24,7 +24,7 @@ .SUFFIXES: .el .elc ifeq ($(CI),true) -@@ -37,18 +37,31 @@ ifeq ($(CI),true) +@@ -37,18 +37,32 @@ ifeq ($(CI),true) else STRICT = endif @@ -36,15 +36,16 @@ EMACS = emacs MAKEINFO = makeinfo --BYTEC = compat-25.elc \ +-BYTEC = compat-26.elc \ +GZIP = gzip +INSTALL_INFO = install-info -+RUNTIME = compat-25.elc \ - compat-26.elc \ ++RUNTIME = \ ++ compat-26.elc \ compat-27.elc \ compat-28.elc \ compat-29.elc \ compat-30.elc \ + compat-31.elc \ compat.elc \ + compat.elc +DEVELOPMENT = \ @@ -57,7 +58,7 @@ all: compile -@@ -80,6 +93,22 @@ check: +@@ -80,6 +94,22 @@ check: sort | uniq > /tmp/compat-links @diff /tmp/compat-defs /tmp/compat-links ++++++ _service ++++++ --- /var/tmp/diff_new_pack.u9yZoW/_old 2026-05-24 19:36:16.816815807 +0200 +++ /var/tmp/diff_new_pack.u9yZoW/_new 2026-05-24 19:36:16.820815971 +0200 @@ -7,7 +7,7 @@ <param name="scm">git</param> <param name="revision">@PARENT_TAG@</param> <param name="changesgenerate">enable</param> - <param name="changesauthor">Björn Bidar <[email protected]></param> + <param name="changesauthor">Björn Kettunen <[email protected]></param> </service> <service mode="manual" name="tar" /> <service mode="manual" name="recompress"> ++++++ compat-30.1.0.1.tar.gz -> compat-31.0.0.1.tar.gz ++++++ ++++ 3272 lines of diff (skipped)
