From 9a1a04086ffbb0f79102587545540573e4d75ac2adc0bfb4c1cc002664ae7122 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Bidar?= Date: Mon, 25 Mar 2024 18:15:11 +0000 Subject: [PATCH] - 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 --- 0001-Add-install-target.patch | 7 ++----- compat-29.1.4.4.tar.gz | 3 --- compat-29.1.4.5.tar.gz | 3 +++ emacs-compat.changes | 14 ++++++++++++++ emacs-compat.spec | 2 +- 5 files changed, 20 insertions(+), 9 deletions(-) delete mode 100644 compat-29.1.4.4.tar.gz create mode 100644 compat-29.1.4.5.tar.gz diff --git a/0001-Add-install-target.patch b/0001-Add-install-target.patch index 7d9525d..5fa50cf 100644 --- a/0001-Add-install-target.patch +++ b/0001-Add-install-target.patch @@ -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?= Date: Wed, 27 Sep 2023 00:25:31 +0300 Subject: [PATCH] Add install target @@ -12,7 +12,7 @@ Signed-off-by: Björn Bidar 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 - diff --git a/compat-29.1.4.4.tar.gz b/compat-29.1.4.4.tar.gz deleted file mode 100644 index 452cff8..0000000 --- a/compat-29.1.4.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d10620c8911999619a771699b96139ccb383c006958bfe90f4dafe2f471499df -size 132468 diff --git a/compat-29.1.4.5.tar.gz b/compat-29.1.4.5.tar.gz new file mode 100644 index 0000000..70dd026 --- /dev/null +++ b/compat-29.1.4.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aee63dc89c4b9db4cd1126abf2432e4f3c1ecb297e18159efb11ebe796d678a7 +size 132891 diff --git a/emacs-compat.changes b/emacs-compat.changes index 19cc75a..e9c9e75 100644 --- a/emacs-compat.changes +++ b/emacs-compat.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Mar 25 18:10:17 UTC 2024 - Björn Bidar + +- 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 diff --git a/emacs-compat.spec b/emacs-compat.spec index b26820c..49dd409 100644 --- a/emacs-compat.spec +++ b/emacs-compat.spec @@ -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