From 79cf6c1feda19bc67f1174a8823252ae78204e07 Mon Sep 17 00:00:00 2001 From: Alexander Stefanov Date: Tue, 29 Dec 2020 18:58:48 +0000 Subject: [PATCH 01/26] version autoupdate [2.30.0] --- .abf.yml | 2 +- git.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.abf.yml b/.abf.yml index 467c83c..ab4b091 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - git-2.29.0.tar.xz: 9c4d5f611718075a78fcc8b8d26cf6e2cb774ea9 + git-2.30.0.tar.xz: 6be02a878d08227d85f0cf4d5646b19c60a242e4 diff --git a/git.spec b/git.spec index 0ddf0a2..e9ea025 100644 --- a/git.spec +++ b/git.spec @@ -6,7 +6,7 @@ Summary: Global Information Tracker Name: git -Version: 2.29.0 +Version: 2.30.0 Release: 1 Epoch: 1 License: GPLv2+ From bff43029730d553cab658ae6702dda659d74754b Mon Sep 17 00:00:00 2001 From: Alexander Stefanov Date: Tue, 9 Feb 2021 14:31:32 +0000 Subject: [PATCH 02/26] version autoupdate [2.30.1] --- .abf.yml | 2 +- git.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.abf.yml b/.abf.yml index ab4b091..21503fc 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - git-2.30.0.tar.xz: 6be02a878d08227d85f0cf4d5646b19c60a242e4 + git-2.30.1.tar.xz: a292d21bb94bdc4a8ca83e06cde9dc222059187b diff --git a/git.spec b/git.spec index e9ea025..2b54a6f 100644 --- a/git.spec +++ b/git.spec @@ -6,7 +6,7 @@ Summary: Global Information Tracker Name: git -Version: 2.30.0 +Version: 2.30.1 Release: 1 Epoch: 1 License: GPLv2+ From 75fd9826139f3667aad070f0963493f9ec00c3ce Mon Sep 17 00:00:00 2001 From: Alexander Stefanov Date: Wed, 10 Mar 2021 12:27:34 +0000 Subject: [PATCH 03/26] 2.30.2 --- .abf.yml | 2 +- git.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.abf.yml b/.abf.yml index 21503fc..516206f 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - git-2.30.1.tar.xz: a292d21bb94bdc4a8ca83e06cde9dc222059187b + git-2.30.2.tar.xz: 76b3118428fe59dd95bf4fa918244a8396f32bea diff --git a/git.spec b/git.spec index 2b54a6f..151c93f 100644 --- a/git.spec +++ b/git.spec @@ -6,7 +6,7 @@ Summary: Global Information Tracker Name: git -Version: 2.30.1 +Version: 2.30.2 Release: 1 Epoch: 1 License: GPLv2+ From 1431332b3dae7f41d85d48ca108d497d5cf814b8 Mon Sep 17 00:00:00 2001 From: Alexander Stefanov Date: Mon, 29 Mar 2021 07:21:19 +0000 Subject: [PATCH 04/26] 2.31.1 --- .abf.yml | 2 +- git.spec | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.abf.yml b/.abf.yml index 516206f..ca4bc19 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - git-2.30.2.tar.xz: 76b3118428fe59dd95bf4fa918244a8396f32bea + git-2.31.1.tar.xz: a66f98f88bf7734f8463446ac0735cee190da1dc diff --git a/git.spec b/git.spec index 151c93f..d8570f9 100644 --- a/git.spec +++ b/git.spec @@ -6,7 +6,7 @@ Summary: Global Information Tracker Name: git -Version: 2.30.2 +Version: 2.31.1 Release: 1 Epoch: 1 License: GPLv2+ @@ -207,6 +207,7 @@ Git tools for sending email. %files -n git-email %{_libdir}/git-core/*email* %{_mandir}/man1/*email*.1* +%{_mandir}/man5/gitmailmap.5.* #---------------------------------------------------------------------------- From 8e17f70e9560b6be42b336f8543494877614ad81 Mon Sep 17 00:00:00 2001 From: Andrey Grigorev Date: Sat, 24 Apr 2021 16:02:34 +0000 Subject: [PATCH 05/26] Fix access for __git_ps1 function --- git.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/git.spec b/git.spec index d8570f9..ff9f988 100644 --- a/git.spec +++ b/git.spec @@ -7,7 +7,7 @@ Summary: Global Information Tracker Name: git Version: 2.31.1 -Release: 1 +Release: 4 Epoch: 1 License: GPLv2+ Group: Development/Tools @@ -74,6 +74,7 @@ repositories from other VCS. %files -n git-core -f %{name}.lang %doc Documentation/*.html Documentation/howto Documentation/technical Documentation/RelNotes.txt.gz +%config(noreplace) %{_sysconfdir}/bash-completion.d/git-prompt %{_sysconfdir}/emacs/site-start.d/* %{_datadir}/bash-completion/completions/* %{_datadir}/emacs/site-lisp/* @@ -359,10 +360,13 @@ EOF # install bash-completion file mkdir -p %{buildroot}%{_datadir}/bash-completion/completions/ +mkdir -p %{buildroot}%{_sysconfdir}/bash-completion.d/ install -m644 contrib/completion/git-completion.bash \ %{buildroot}%{_datadir}/bash-completion/completions/git install -m644 contrib/completion/git-prompt.sh \ %{buildroot}%{_datadir}/bash-completion/completions/git-prompt +install -m644 contrib/completion/git-prompt.sh \ + %{buildroot}%{_sysconfdir}/bash-completion.d/git-prompt # And the prompt manipulation file install -D -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/profile.d/%{profile_branch} From b7148eb90d086abd77e86e09990a720168755bcd Mon Sep 17 00:00:00 2001 From: Andrey Grigorev Date: Wed, 11 Aug 2021 12:00:32 +0000 Subject: [PATCH 06/26] MassBuild#2340: Increase release tag --- git.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git.spec b/git.spec index ff9f988..abf42b8 100644 --- a/git.spec +++ b/git.spec @@ -7,7 +7,7 @@ Summary: Global Information Tracker Name: git Version: 2.31.1 -Release: 4 +Release: 5 Epoch: 1 License: GPLv2+ Group: Development/Tools From e2f09828e3333934c9c664477bf0084155100185 Mon Sep 17 00:00:00 2001 From: Alexander Stefanov Date: Tue, 12 Apr 2022 20:48:24 +0000 Subject: [PATCH 07/26] version autoupdate [2.35.2] --- .abf.yml | 2 +- git.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.abf.yml b/.abf.yml index ca4bc19..b80b430 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - git-2.31.1.tar.xz: a66f98f88bf7734f8463446ac0735cee190da1dc + git-2.35.2.tar.xz: e4668245ccf77cb5640f476a7dc2063467549f4f diff --git a/git.spec b/git.spec index abf42b8..feb89c7 100644 --- a/git.spec +++ b/git.spec @@ -6,8 +6,8 @@ Summary: Global Information Tracker Name: git -Version: 2.31.1 -Release: 5 +Version: 2.35.2 +Release: 1 Epoch: 1 License: GPLv2+ Group: Development/Tools From 2eb8a0387eea35ce4acdf6e50fa8cd7ead2a2e4d Mon Sep 17 00:00:00 2001 From: Alexander Stefanov Date: Wed, 15 Feb 2023 14:49:11 +0000 Subject: [PATCH 08/26] 2.39.2 --- .abf.yml | 2 +- git.spec | 40 +++++++++++++++++++++++++++++++++++++--- 2 files changed, 38 insertions(+), 4 deletions(-) diff --git a/.abf.yml b/.abf.yml index b80b430..0985084 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - git-2.35.2.tar.xz: e4668245ccf77cb5640f476a7dc2063467549f4f + git-2.39.2.tar.xz: 3c415274f626589b37d5b0a9add11de34bcc2f5d diff --git a/git.spec b/git.spec index feb89c7..e31d13d 100644 --- a/git.spec +++ b/git.spec @@ -6,7 +6,7 @@ Summary: Global Information Tracker Name: git -Version: 2.35.2 +Version: 2.39.2 Release: 1 Epoch: 1 License: GPLv2+ @@ -30,6 +30,7 @@ Requires: git-core = %{EVRD} Requires: git-svn = %{EVRD} Requires: git-email = %{EVRD} Recommends: gitk = %{EVRD} +Recommends: git-scalar = %{EVRD} Recommends: git-arch = %{EVRD} Recommends: git-core-oldies = %{EVRD} Recommends: git-cvs = %{EVRD} @@ -104,8 +105,7 @@ repositories from other VCS. %{_mandir}/*/gitworkflows* %{_mandir}/*/gitrevisions* %{_mandir}/*/gitcredentials* -%{_mandir}/man7/gitsubmodules.7* -%{_mandir}/man7/gitfaq.7.* +%{_mandir}/man7/git*.7.* %exclude %{_mandir}/man1/*svn*.1* %exclude %{_mandir}/man1/*cvs*.1* %exclude %{_mandir}/man7/*cvs*.7* @@ -114,6 +114,40 @@ repositories from other VCS. #---------------------------------------------------------------------------- +%package scalar +Summary: Tools for git scalability +Group: Development/Tools +Requires: git-core = %{EVRD} + +%description scalar +Scalar is a tool that helps Git scale to some of the largest Git repositories. +It achieves this by enabling some advanced Git features, such as: + +* Partial clone: reduces time to get a working repository by not downloading + all Git objects right away. + +* Background prefetch: downloads Git object data from all remotes every + hour, reducing the amount of time for foreground git fetch calls. + +* Sparse-checkout: limits the size of your working directory. + +* File system monitor: tracks the recently modified files and eliminates + the need for Git to scan the entire worktree. + +* Commit-graph: accelerates commit walks and reachability calculations, + speeding up commands like git log. + +* Multi-pack-index: enables fast object lookups across many pack-files. + +* Incremental repack: Repacks the packed Git data into fewer pack-file + without disrupting concurrent commands by using the multi-pack-index. + +%files scalar +%{_bindir}/scalar +%{_mandir}/man1/scalar.1* + +#---------------------------------------------------------------------------- + %package -n gitk Summary: Git revision tree visualiser Group: Development/Other From 066c8f6ea04b2b5782a8515db6706c82427fec5f Mon Sep 17 00:00:00 2001 From: Alexander Stefanov Date: Wed, 15 Feb 2023 15:16:22 +0000 Subject: [PATCH 09/26] fix files --- git.spec | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/git.spec b/git.spec index e31d13d..6f88f36 100644 --- a/git.spec +++ b/git.spec @@ -88,24 +88,9 @@ repositories from other VCS. %exclude %{_libdir}/git-core/*email* %{_datadir}/git-core %{_datadir}/git-gui -%{_mandir}/*/git-* -%{_mandir}/*/git.* -%{_mandir}/*/gitattributes* -%{_mandir}/*/gitignore* -%{_mandir}/*/gitmodules* -%{_mandir}/*/gitnamespaces* -%{_mandir}/*/gitcli* -%{_mandir}/*/githooks* -%{_mandir}/*/gitrepository* -%{_mandir}/*/gitremote-helpers* -%{_mandir}/*/*tutorial* -%{_mandir}/*/*glossary* -%{_mandir}/*/giteveryday* -%{_mandir}/*/gitdiffcore* -%{_mandir}/*/gitworkflows* -%{_mandir}/*/gitrevisions* -%{_mandir}/*/gitcredentials* %{_mandir}/man7/git*.7.* +%{_mandir}/man1/git*.1.* +%{_mandir}/man5/git*.5.* %exclude %{_mandir}/man1/*svn*.1* %exclude %{_mandir}/man1/*cvs*.1* %exclude %{_mandir}/man7/*cvs*.7* From 39395da0d2a2a953487145c4bfb7f1cac1cce270 Mon Sep 17 00:00:00 2001 From: Alexander Stefanov Date: Tue, 18 Apr 2023 23:10:29 +0000 Subject: [PATCH 10/26] version autoupdate [2.40.0] --- .abf.yml | 2 +- git.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.abf.yml b/.abf.yml index 0985084..a04b624 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - git-2.39.2.tar.xz: 3c415274f626589b37d5b0a9add11de34bcc2f5d + git-2.40.0.tar.xz: 8ac6454e1b8c9e501d444add03e41e959e7b3d35 diff --git a/git.spec b/git.spec index 6f88f36..3d0783a 100644 --- a/git.spec +++ b/git.spec @@ -6,7 +6,7 @@ Summary: Global Information Tracker Name: git -Version: 2.39.2 +Version: 2.40.0 Release: 1 Epoch: 1 License: GPLv2+ From 31df94f14bce56504db2354f6687985dbc38e5f7 Mon Sep 17 00:00:00 2001 From: Alexander Stefanov Date: Sat, 27 May 2023 12:14:55 +0000 Subject: [PATCH 11/26] version autoupdate [2.40.1] --- .abf.yml | 2 +- git.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.abf.yml b/.abf.yml index a04b624..cedca12 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - git-2.40.0.tar.xz: 8ac6454e1b8c9e501d444add03e41e959e7b3d35 + git-2.40.1.tar.xz: 092e1c160d6d602bfa69cc702c09c92ad1b2becb diff --git a/git.spec b/git.spec index 3d0783a..679bf13 100644 --- a/git.spec +++ b/git.spec @@ -6,7 +6,7 @@ Summary: Global Information Tracker Name: git -Version: 2.40.0 +Version: 2.40.1 Release: 1 Epoch: 1 License: GPLv2+ From 1eb0279724f096409aaa7b63844cb7a932b73a1f Mon Sep 17 00:00:00 2001 From: Alexander Stefanov Date: Tue, 25 Jul 2023 09:44:31 +0000 Subject: [PATCH 12/26] nil debug --- git.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/git.spec b/git.spec index 679bf13..dc31a58 100644 --- a/git.spec +++ b/git.spec @@ -1,3 +1,4 @@ +%global debug_package %nil %define devname %mklibname git -d %define profile_branch 93git-branch.sh %define profile_env 93git-env.sh From f08f1334e3b33711d7dd6e4db3a0221d9e8287df Mon Sep 17 00:00:00 2001 From: "survolog (Andrey Grigorev)" Date: Thu, 27 Jul 2023 10:17:26 +0300 Subject: [PATCH 13/26] Fix access for __git_ps1 function in prompt --- 93git-branch.sh | 1 + git.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/93git-branch.sh b/93git-branch.sh index ef42c1c..8b597b0 100644 --- a/93git-branch.sh +++ b/93git-branch.sh @@ -1,5 +1,6 @@ # Include the current git branch in the prompt +. /etc/bash-completion.d/git-prompt if type __git_ps1 &>/dev/null; then export PS1="$(echo -n "$PS1" | sed "s|\\\W\]|\\\W\$(type __git_ps1 \&>/dev/null \&\& __git_ps1 \" (%s)\")\]|")" fi diff --git a/git.spec b/git.spec index dc31a58..b35b036 100644 --- a/git.spec +++ b/git.spec @@ -8,7 +8,7 @@ Summary: Global Information Tracker Name: git Version: 2.40.1 -Release: 1 +Release: 2 Epoch: 1 License: GPLv2+ Group: Development/Tools From 7115b324662f6e660051296b75f588e2c6c73dad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80?= Date: Sat, 12 Aug 2023 13:45:04 +0000 Subject: [PATCH 14/26] up release for rebuild --- git.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git.spec b/git.spec index b35b036..1d0b074 100644 --- a/git.spec +++ b/git.spec @@ -8,7 +8,7 @@ Summary: Global Information Tracker Name: git Version: 2.40.1 -Release: 2 +Release: 3 Epoch: 1 License: GPLv2+ Group: Development/Tools From 794734b34401541e49b8d396360ac9a63cbd6ae2 Mon Sep 17 00:00:00 2001 From: Aleksandr Proklov Date: Sat, 12 Aug 2023 22:47:32 +0900 Subject: [PATCH 15/26] Update version to 2.41.0 --- .abf.yml | 2 +- git.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.abf.yml b/.abf.yml index cedca12..a20a5aa 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - git-2.40.1.tar.xz: 092e1c160d6d602bfa69cc702c09c92ad1b2becb + git-2.41.0.tar.xz: e97003aecfe41cf4a65b96c67410be1e210486f2 diff --git a/git.spec b/git.spec index 1d0b074..e92821c 100644 --- a/git.spec +++ b/git.spec @@ -7,8 +7,8 @@ Summary: Global Information Tracker Name: git -Version: 2.40.1 -Release: 3 +Version: 2.41.0 +Release: 1 Epoch: 1 License: GPLv2+ Group: Development/Tools From 79d204c5176a3960fda9d1c2021500804520af42 Mon Sep 17 00:00:00 2001 From: Aleksandr Proklov Date: Sun, 13 Aug 2023 13:58:37 +0900 Subject: [PATCH 16/26] skip test t9500 --- git.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git.spec b/git.spec index e92821c..26241f9 100644 --- a/git.spec +++ b/git.spec @@ -394,7 +394,7 @@ install -D -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/profile.d/%{profile_bra %find_lang %{name} %check -GIT_SKIP_TESTS="t9001 t9902" +GIT_SKIP_TESTS="t9001 t9902 t9500" %ifarch aarch64 %{arm} %{power64} # Skip tests which fail on aarch64, arm, and ppc # From 047a5e582406552ede2dd9a280b67d9deb610974 Mon Sep 17 00:00:00 2001 From: Aleksandr Proklov Date: Sun, 13 Aug 2023 20:28:19 +0900 Subject: [PATCH 17/26] skip test t9501 --- git.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/git.spec b/git.spec index 26241f9..985d03c 100644 --- a/git.spec +++ b/git.spec @@ -394,7 +394,8 @@ install -D -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/profile.d/%{profile_bra %find_lang %{name} %check -GIT_SKIP_TESTS="t9001 t9902 t9500" +# t9501 t9500 gitweb test need internet connection +GIT_SKIP_TESTS="t9001 t9902 t9500 t9501" %ifarch aarch64 %{arm} %{power64} # Skip tests which fail on aarch64, arm, and ppc # From 7ca2d2a9b683a9e72fbbaa72b2de4c049069e38d Mon Sep 17 00:00:00 2001 From: Aleksandr Proklov Date: Sun, 13 Aug 2023 20:58:55 +0900 Subject: [PATCH 18/26] skip test t9502 --- git.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/git.spec b/git.spec index 985d03c..3fed931 100644 --- a/git.spec +++ b/git.spec @@ -394,8 +394,8 @@ install -D -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/profile.d/%{profile_bra %find_lang %{name} %check -# t9501 t9500 gitweb test need internet connection -GIT_SKIP_TESTS="t9001 t9902 t9500 t9501" +# t9502 t9501 t9500 gitweb test need internet connection +GIT_SKIP_TESTS="t9001 t9902 t9500 t9501 t9502" %ifarch aarch64 %{arm} %{power64} # Skip tests which fail on aarch64, arm, and ppc # From bee04c2182f0e05d7de8e904919550804d0ee7c3 Mon Sep 17 00:00:00 2001 From: Aleksandr Proklov Date: Tue, 10 Oct 2023 10:40:02 +0900 Subject: [PATCH 19/26] remove double install git-prompt --- 93git-branch.sh | 2 +- git.spec | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/93git-branch.sh b/93git-branch.sh index 8b597b0..ddc7b0d 100644 --- a/93git-branch.sh +++ b/93git-branch.sh @@ -1,6 +1,6 @@ # Include the current git branch in the prompt -. /etc/bash-completion.d/git-prompt +. /usr/share/bash-completion/completions/git-prompt if type __git_ps1 &>/dev/null; then export PS1="$(echo -n "$PS1" | sed "s|\\\W\]|\\\W\$(type __git_ps1 \&>/dev/null \&\& __git_ps1 \" (%s)\")\]|")" fi diff --git a/git.spec b/git.spec index 3fed931..26315e3 100644 --- a/git.spec +++ b/git.spec @@ -8,7 +8,7 @@ Summary: Global Information Tracker Name: git Version: 2.41.0 -Release: 1 +Release: 2 Epoch: 1 License: GPLv2+ Group: Development/Tools @@ -76,7 +76,6 @@ repositories from other VCS. %files -n git-core -f %{name}.lang %doc Documentation/*.html Documentation/howto Documentation/technical Documentation/RelNotes.txt.gz -%config(noreplace) %{_sysconfdir}/bash-completion.d/git-prompt %{_sysconfdir}/emacs/site-start.d/* %{_datadir}/bash-completion/completions/* %{_datadir}/emacs/site-lisp/* @@ -380,13 +379,10 @@ EOF # install bash-completion file mkdir -p %{buildroot}%{_datadir}/bash-completion/completions/ -mkdir -p %{buildroot}%{_sysconfdir}/bash-completion.d/ install -m644 contrib/completion/git-completion.bash \ %{buildroot}%{_datadir}/bash-completion/completions/git install -m644 contrib/completion/git-prompt.sh \ %{buildroot}%{_datadir}/bash-completion/completions/git-prompt -install -m644 contrib/completion/git-prompt.sh \ - %{buildroot}%{_sysconfdir}/bash-completion.d/git-prompt # And the prompt manipulation file install -D -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/profile.d/%{profile_branch} From dc0c07c519660486ceb7c0a7819d850758c78b94 Mon Sep 17 00:00:00 2001 From: Alexander Stefanov Date: Mon, 22 Jan 2024 12:20:18 +0000 Subject: [PATCH 20/26] version autoupdate [2.43.0] --- .abf.yml | 2 +- git.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.abf.yml b/.abf.yml index a20a5aa..6116a58 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - git-2.41.0.tar.xz: e97003aecfe41cf4a65b96c67410be1e210486f2 + git-2.43.0.tar.xz: d34f8331e3dcd7d2beb2f4af3e3d6db50b8036f1 diff --git a/git.spec b/git.spec index 26315e3..9806141 100644 --- a/git.spec +++ b/git.spec @@ -7,8 +7,8 @@ Summary: Global Information Tracker Name: git -Version: 2.41.0 -Release: 2 +Version: 2.43.0 +Release: 1 Epoch: 1 License: GPLv2+ Group: Development/Tools From eaa69308abd5bc53049635b58821e4c29e09b20a Mon Sep 17 00:00:00 2001 From: Alexander Stefanov Date: Tue, 13 Feb 2024 09:52:19 +0000 Subject: [PATCH 21/26] version autoupdate [2.43.1] --- .abf.yml | 2 +- git.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.abf.yml b/.abf.yml index 6116a58..ec04936 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - git-2.43.0.tar.xz: d34f8331e3dcd7d2beb2f4af3e3d6db50b8036f1 + git-2.43.1.tar.xz: 46e4337321c0032bcb0c34d5f6af11f74325be5a diff --git a/git.spec b/git.spec index 9806141..f5aef97 100644 --- a/git.spec +++ b/git.spec @@ -7,7 +7,7 @@ Summary: Global Information Tracker Name: git -Version: 2.43.0 +Version: 2.43.1 Release: 1 Epoch: 1 License: GPLv2+ From 56a17a625c0e48680b2332a30bbc5392c3ddeee5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=BB=D1=8C=D1=84=D0=B0=D1=82?= Date: Sun, 18 Feb 2024 09:05:39 +0000 Subject: [PATCH 22/26] MassBuild#4655: Increase release tag --- git.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git.spec b/git.spec index f5aef97..dfb2e97 100644 --- a/git.spec +++ b/git.spec @@ -8,7 +8,7 @@ Summary: Global Information Tracker Name: git Version: 2.43.1 -Release: 1 +Release: 2 Epoch: 1 License: GPLv2+ Group: Development/Tools From 7336cce20bbcbdb92a42944f3a6ba7336433bbf8 Mon Sep 17 00:00:00 2001 From: Alexander Stefanov Date: Sun, 18 Feb 2024 15:46:56 +0000 Subject: [PATCH 23/26] version autoupdate [2.43.2] --- .abf.yml | 2 +- git.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.abf.yml b/.abf.yml index ec04936..bf3a1c1 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - git-2.43.1.tar.xz: 46e4337321c0032bcb0c34d5f6af11f74325be5a + git-2.43.2.tar.xz: 356af4adf2b87e6ae45e15e6f24ce4b737b2cbf2 diff --git a/git.spec b/git.spec index dfb2e97..ffc477a 100644 --- a/git.spec +++ b/git.spec @@ -7,8 +7,8 @@ Summary: Global Information Tracker Name: git -Version: 2.43.1 -Release: 2 +Version: 2.43.2 +Release: 1 Epoch: 1 License: GPLv2+ Group: Development/Tools From aeea0777ccf06ddf101c8312e329a2b3a227ae71 Mon Sep 17 00:00:00 2001 From: Alexander Stefanov Date: Mon, 26 Feb 2024 21:17:47 +0000 Subject: [PATCH 24/26] version autoupdate [2.44.0] --- .abf.yml | 2 +- git.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.abf.yml b/.abf.yml index bf3a1c1..659d1c3 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - git-2.43.2.tar.xz: 356af4adf2b87e6ae45e15e6f24ce4b737b2cbf2 + git-2.44.0.tar.xz: 77628a32368c4ad894d6fc56aa65fac9e4a395f1 diff --git a/git.spec b/git.spec index ffc477a..52805d7 100644 --- a/git.spec +++ b/git.spec @@ -7,7 +7,7 @@ Summary: Global Information Tracker Name: git -Version: 2.43.2 +Version: 2.44.0 Release: 1 Epoch: 1 License: GPLv2+ From 53cc162fb582381c9039f00963b5b8f0e3e78aa2 Mon Sep 17 00:00:00 2001 From: Alexander Stefanov Date: Wed, 1 May 2024 12:06:28 +0000 Subject: [PATCH 25/26] version autoupdate [2.45.0] --- .abf.yml | 2 +- git.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.abf.yml b/.abf.yml index 659d1c3..581d78c 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - git-2.44.0.tar.xz: 77628a32368c4ad894d6fc56aa65fac9e4a395f1 + git-2.45.0.tar.xz: e764c858b083b8a21efedc879730ae1a281ec4a4 diff --git a/git.spec b/git.spec index 52805d7..295a4a9 100644 --- a/git.spec +++ b/git.spec @@ -7,7 +7,7 @@ Summary: Global Information Tracker Name: git -Version: 2.44.0 +Version: 2.45.0 Release: 1 Epoch: 1 License: GPLv2+ From a9ea8f2e83e332e018eff362e791d50ca8a65351 Mon Sep 17 00:00:00 2001 From: Alexander Stefanov Date: Fri, 17 May 2024 22:52:02 +0000 Subject: [PATCH 26/26] version autoupdate [2.45.1] --- .abf.yml | 2 +- git.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.abf.yml b/.abf.yml index 581d78c..8a2e1d9 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - git-2.45.0.tar.xz: e764c858b083b8a21efedc879730ae1a281ec4a4 + git-2.45.1.tar.xz: 57f24bccdfc972c64623caa6d3e818f2513d041e diff --git a/git.spec b/git.spec index 295a4a9..2198b2a 100644 --- a/git.spec +++ b/git.spec @@ -7,7 +7,7 @@ Summary: Global Information Tracker Name: git -Version: 2.45.0 +Version: 2.45.1 Release: 1 Epoch: 1 License: GPLv2+