SHA256
1
0
forked from pool/emacs-compat

- Update to version 29.1.4.5:

* Update NEWS.org
  * compat-tests: Fix compat-thing-at-mouse test
  * Use https links everywhere
  * compat.texi: Use @dfn{Extended Definitions}
  * NEWS: Mention addition of compat.el to Emacs
  * compat.texi: Update manual after the inclusion of compat.el in Emacs
  * compat-tests: Fix commentary linter warnings
  * compat-tests: Use should-equal
  * compat--maybe-require: Rename macro to reduce churn

OBS-URL: https://build.opensuse.org/package/show/editors/emacs-compat?expand=0&rev=8
This commit is contained in:
Björn Bidar 2024-03-25 18:15:11 +00:00 committed by Git OBS Bridge
parent bd97eb3dcb
commit 9a1a04086f
5 changed files with 20 additions and 9 deletions

View File

@ -1,4 +1,4 @@
From 9b142ee3ddfa80103cbef8bfc25d577200d9f6cf Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Bidar?= <bjorn.bidar@thaodan.de>
Date: Wed, 27 Sep 2023 00:25:31 +0300
Subject: [PATCH] Add install target
@ -12,7 +12,7 @@ Signed-off-by: Björn Bidar <bjorn.bidar@thaodan.de>
1 file changed, 32 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
index 0044904..ac20d7d 100644
index 3c5949418789b1525c8df26cfad02876730b8c53..5c07efcef76313e645ecb97e153cc28023cb9846 100644
--- a/Makefile
+++ b/Makefile
@@ -29,19 +29,32 @@
@ -74,6 +74,3 @@ index 0044904..ac20d7d 100644
$(BYTEC): compat-macs.el
.el.elc:
--
2.43.0

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d10620c8911999619a771699b96139ccb383c006958bfe90f4dafe2f471499df
size 132468

3
compat-29.1.4.5.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aee63dc89c4b9db4cd1126abf2432e4f3c1ecb297e18159efb11ebe796d678a7
size 132891

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Mar 25 18:10:17 UTC 2024 - Björn Bidar <bjorn.bidar@thaodan.de>
- Update to version 29.1.4.5:
* Update NEWS.org
* compat-tests: Fix compat-thing-at-mouse test
* Use https links everywhere
* compat.texi: Use @dfn{Extended Definitions}
* NEWS: Mention addition of compat.el to Emacs
* compat.texi: Update manual after the inclusion of compat.el in Emacs
* compat-tests: Fix commentary linter warnings
* compat-tests: Use should-equal
* compat--maybe-require: Rename macro to reduce churn
-------------------------------------------------------------------
Mon Feb 26 21:13:02 UTC 2024 - Björn Bidar <bjorn.bidar@thaodan.de>

View File

@ -20,7 +20,7 @@
%global _name compat
Name: emacs-%{_name}
Version: 29.1.4.4
Version: 29.1.4.5
Release: 0
Summary: COMPATibility Library for Emacs Lisp
License: GPL-3.0-or-later