diff --git a/git-2.47.1.tar.sign b/git-2.47.1.tar.sign deleted file mode 100644 index 6483687..0000000 Binary files a/git-2.47.1.tar.sign and /dev/null differ diff --git a/git-2.47.1.tar.xz b/git-2.47.1.tar.xz deleted file mode 100644 index c1a3aa6..0000000 --- a/git-2.47.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3d8f9bb23ae392374e91cd9d395970dabc5b9c5ee72f39884613cd84a6ed310 -size 7654244 diff --git a/git-2.48.0.tar.sign b/git-2.48.0.tar.sign new file mode 100644 index 0000000..0e3dd50 Binary files /dev/null and b/git-2.48.0.tar.sign differ diff --git a/git-2.48.0.tar.xz b/git-2.48.0.tar.xz new file mode 100644 index 0000000..0aa136d --- /dev/null +++ b/git-2.48.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4803b809c42696b3b8cce6b0ba6de26febe1197f853daf930a484db93c1ad0d5 +size 7723336 diff --git a/git-asciidoc.patch b/git-asciidoc.patch index 5adb9ad..b7bf272 100644 --- a/git-asciidoc.patch +++ b/git-asciidoc.patch @@ -1,17 +1,17 @@ --- - Documentation/asciidoc.conf | 2 ++ + Documentation/asciidoc.conf.in | 2 ++ 1 file changed, 2 insertions(+) -Index: git-2.11.0/Documentation/asciidoc.conf +Index: git-2.48.0/Documentation/asciidoc.conf.in =================================================================== ---- git-2.11.0.orig/Documentation/asciidoc.conf -+++ git-2.11.0/Documentation/asciidoc.conf -@@ -21,6 +21,8 @@ tilde=~ - apostrophe=' - backtick=` - litdd=-- +--- git-2.48.0.orig/Documentation/asciidoc.conf.in ++++ git-2.48.0/Documentation/asciidoc.conf.in +@@ -24,6 +24,8 @@ litdd=-- + manmanual=Git Manual + mansource=Git @GIT_VERSION@ + revdate=@GIT_DATE@ +# drops the "last-updated" footer, with asciidoc-8.6.9+ +footer-style=none - ifdef::backend-docbook[] - [linkgit-inlinemacro] + ifdef::doctype-book[] + [titles] diff --git a/git.changes b/git.changes index 1afc4fd..65d6d8e 100644 --- a/git.changes +++ b/git.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Jan 13 20:00:00 UTC 2025 - Andreas Stieger + +- update to 2.48.0 + * Reference consistency checks: git refs verify + * Reflogs can now be migrated with git refs migrate + * git is free of memory leaks as covered by the test suite + * Performance improvements + * Other improvements, UI changes, options extensions and largely + compatible behavior changes as listed in + https://raw.githubusercontent.com/git/git/refs/tags/v2.48.0/Documentation/RelNotes/2.48.0.txt + ------------------------------------------------------------------- Mon Nov 25 10:58:31 UTC 2024 - Andreas Stieger diff --git a/git.spec b/git.spec index 4a50eb0..e50d914 100644 --- a/git.spec +++ b/git.spec @@ -2,7 +2,7 @@ # spec file for package git # # Copyright (c) 2024 SUSE LLC -# Copyright (c) 2024 Andreas Stieger +# Copyright (c) 2025 Andreas Stieger # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -43,7 +43,7 @@ %bcond_with asciidoctor %endif Name: git -Version: 2.47.1 +Version: 2.48.0 Release: 0 Summary: Fast, scalable, distributed revision control system License: GPL-2.0-only