emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/git-commit c1fb53d3de: Bump minimal Compat version


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit c1fb53d3de: Bump minimal Compat version
Date: Wed, 15 Jun 2022 08:04:52 -0400 (EDT)

branch: elpa/git-commit
commit c1fb53d3de6390961ccd8dfb1cc135383508d0fc
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Bump minimal Compat version
---
 lisp/git-commit-pkg.el    | 2 +-
 lisp/git-commit.el        | 2 +-
 lisp/magit-libgit-pkg.el  | 2 +-
 lisp/magit-libgit.el      | 2 +-
 lisp/magit-pkg.el         | 2 +-
 lisp/magit-section-pkg.el | 2 +-
 lisp/magit-section.el     | 2 +-
 lisp/magit.el             | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/lisp/git-commit-pkg.el b/lisp/git-commit-pkg.el
index 25dd66b388..c6251041f8 100644
--- a/lisp/git-commit-pkg.el
+++ b/lisp/git-commit-pkg.el
@@ -1,7 +1,7 @@
 (define-package "git-commit" "3.3.0-git"
   "Edit Git commit messages."
   '((emacs "25.1")
-    (compat "28.1.1.0")
+    (compat "28.1.1.2")
     (transient "20210920")
     (with-editor "20211001"))
   :homepage "https://magit.vc";
diff --git a/lisp/git-commit.el b/lisp/git-commit.el
index c1a29f35bc..ba401daaf3 100644
--- a/lisp/git-commit.el
+++ b/lisp/git-commit.el
@@ -14,7 +14,7 @@
 ;; Package-Version: 3.3.0-git
 ;; Package-Requires: (
 ;;     (emacs "25.1")
-;;     (compat "28.1.1.0")
+;;     (compat "28.1.1.2")
 ;;     (transient "0.3.6")
 ;;     (with-editor "3.0.5"))
 
diff --git a/lisp/magit-libgit-pkg.el b/lisp/magit-libgit-pkg.el
index 9ecf66c265..7f64727da6 100644
--- a/lisp/magit-libgit-pkg.el
+++ b/lisp/magit-libgit-pkg.el
@@ -1,7 +1,7 @@
 (define-package "magit-libgit" "3.3.0-git"
   "(POC) Teach Magit to use Libgit2."
   '((emacs "25.1")
-    (compat "28.1.1.0")
+    (compat "28.1.1.2")
     (libgit "0")
     (magit "20211004"))
   :homepage "https://magit.vc";
diff --git a/lisp/magit-libgit.el b/lisp/magit-libgit.el
index 35a10a55cc..b78520e4b1 100644
--- a/lisp/magit-libgit.el
+++ b/lisp/magit-libgit.el
@@ -11,7 +11,7 @@
 ;; Package-Version: 3.3.0-git
 ;; Package-Requires: (
 ;;     (emacs "26.1")
-;;     (compat "28.1.1.0")
+;;     (compat "28.1.1.2")
 ;;     (libgit "0")
 ;;     (magit "3.3.0"))
 
diff --git a/lisp/magit-pkg.el b/lisp/magit-pkg.el
index e6932ade77..6a9ea771ca 100644
--- a/lisp/magit-pkg.el
+++ b/lisp/magit-pkg.el
@@ -1,7 +1,7 @@
 (define-package "magit" "3.3.0-git"
   "A Git porcelain inside Emacs."
   '((emacs "25.1")
-    (compat "28.1.1.0")
+    (compat "28.1.1.2")
     (dash "20210826")
     (git-commit "20220222")
     (magit-section "20220325")
diff --git a/lisp/magit-section-pkg.el b/lisp/magit-section-pkg.el
index 4a94aeee01..1a0511fb09 100644
--- a/lisp/magit-section-pkg.el
+++ b/lisp/magit-section-pkg.el
@@ -1,7 +1,7 @@
 (define-package "magit-section" "3.3.0-git"
   "Sections for read-only buffers."
   '((emacs "25.1")
-    (compat "28.1.1.0")
+    (compat "28.1.1.2")
     (dash "20210826"))
   :homepage "https://magit.vc";
   :keywords '("tools"))
diff --git a/lisp/magit-section.el b/lisp/magit-section.el
index 186fac3e15..698a492160 100644
--- a/lisp/magit-section.el
+++ b/lisp/magit-section.el
@@ -9,7 +9,7 @@
 ;; Keywords: tools
 
 ;; Package-Version: 3.3.0-git
-;; Package-Requires: ((emacs "25.1") (compat "28.1.1.0") (dash "2.19.1"))
+;; Package-Requires: ((emacs "25.1") (compat "28.1.1.2") (dash "2.19.1"))
 
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 
diff --git a/lisp/magit.el b/lisp/magit.el
index 75d319c237..b45c8663c2 100644
--- a/lisp/magit.el
+++ b/lisp/magit.el
@@ -20,7 +20,7 @@
 ;; Package-Version: 3.3.0-git
 ;; Package-Requires: (
 ;;     (emacs "25.1")
-;;     (compat "28.1.1.0")
+;;     (compat "28.1.1.2")
 ;;     (dash "2.19.1")
 ;;     (git-commit "3.3.0")
 ;;     (magit-section "3.3.0")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]