From 42270f6e74bb150498eb490846c20070480cb54f79a6b050a8c8ec8f0a50ecec Mon Sep 17 00:00:00 2001 From: Danilo Spinella Date: Mon, 19 Feb 2024 09:09:05 +0000 Subject: [PATCH 1/2] Accepting request 1146912 from home:AndreasStieger:branches:devel:tools:scm git 2.43.2 OBS-URL: https://build.opensuse.org/request/show/1146912 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=636 --- git-2.43.1.tar.sign | Bin 566 -> 0 bytes git-2.43.1.tar.xz | 3 --- git-2.43.2.tar.sign | Bin 0 -> 566 bytes git-2.43.2.tar.xz | 3 +++ git.changes | 20 ++++++++++++++++++++ git.spec | 2 +- 6 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 git-2.43.1.tar.sign delete mode 100644 git-2.43.1.tar.xz create mode 100644 git-2.43.2.tar.sign create mode 100644 git-2.43.2.tar.xz diff --git a/git-2.43.1.tar.sign b/git-2.43.1.tar.sign deleted file mode 100644 index 5d168b32dc7dd9adfdaeb559c3fc15dda60cae5032497f0d1d2de1b933ff73b1..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 566 zcmV-60?GY}0y6{v0SEvc79j-T@HVmj=OQ1+cbFR}=q5gk17q8Jwow$6y#-kr!A(>I zJ9#Uu@mz@|zQ#zyWJd^nTs^}ViO$iTXfEFJQ~dt$Cd)lHjfxnNz8G5EU`~!OWe-^z z+cXx1GQ2dKQG@!)jMY|1NEr<0LWfnpdMJ3(uq#31dhUr0kJqt!i`Wd<_n~kVlQF3F zMr%z~QeM`OibB*41?iv>O$Z&C2U3muk`Asqs=FZsAvB%vXS=0IykP4AZoR~dxxw%J zXPF@3}?;xIj(NVA9t?5GSG_xSJ z?(*FwRDbYc7ZJr*vb~Ey!6M9kc0PY0d*RG?jhFOEnt7LVt=6zp(I62^S0UBz;s0#9 z{wvR#6w^1w__P=u$arPJ4ACv#j|#2~2WAbU!K!Tn>g!Bt?f^^K#~3y`XDNyx^=Pt- EDkf|d;s5{u diff --git a/git-2.43.1.tar.xz b/git-2.43.1.tar.xz deleted file mode 100644 index 31d1bec..0000000 --- a/git-2.43.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2234f37b453ff8e4672c21ad40d41cc7393c9a8dcdfe640bec7ac5b5358f30d2 -size 7388400 diff --git a/git-2.43.2.tar.sign b/git-2.43.2.tar.sign new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..c9066af7fd2557c2a802fde4eb84d5c5f04a5a15e162f459daa5f29d3d29d390 GIT binary patch literal 566 zcmV-60?GY}0y6{v0SEvc79j-T@HVmj=OQ1+cY(nG3ctzp#juk-?w`_Wt zzCe)e0X7YPg`NIKpNQ69=Rt?rN{#NNCd{Uh+%Z`4!AN30x4A>SrH_6h#-4N~Eai;{ z8z()1Bc}y_F|*K+7D=+~37QMQ`k}wDg6%0f*n(FUP0*B{A^+I+iIH8+7lO9;W3$+(J4%Vyka$U$3C6#U4MTP%M zTVW9L9%OTypVA%ummW4Om~+8o`_XK84o;>SNlK^#pD!Gf5Ud&S+w)JSlCOm#JBZl) z`nce2j$&xIC13aN5gfH1%Yw-QPMyV zIZx(a_OU9W3#C{H!xD>#vz5{86}3+b`8?$@5wh&+5nN$w@X%lh E2!3J}L;wH) literal 0 HcmV?d00001 diff --git a/git-2.43.2.tar.xz b/git-2.43.2.tar.xz new file mode 100644 index 0000000..1cf9051 --- /dev/null +++ b/git-2.43.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f612c1abc63557d50ad3849863fc9109670139fc9901e574460ec76e0511adb9 +size 7388636 diff --git a/git.changes b/git.changes index 9e1f68c..49117a3 100644 --- a/git.changes +++ b/git.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Thu Feb 15 16:57:56 UTC 2024 - Andreas Stieger + +- update to 2.43.2: + * https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.43.2.txt + * Update to a new feature recently added, "git show-ref --exists". + * Rename detection logic ignored the final line of a file if it + is an incomplete line. + * "git diff --no-rename A B" did not disable rename detection but + did not trigger an error from the command line parser. + * "git diff --no-index file1 file2" segfaulted while invoking the + external diff driver, which has been corrected. + * A failed "git tag -s" did not necessarily result in an error + depending on the crypto backend, which has been corrected. + * "git stash" sometimes was silent even when it failed due to + unwritable index file, which has been corrected. + * Recent conversion to allow more than 0/1 in GIT_FLUSH broke the + mechanism by flipping what yes/no means by mistake, which has + been corrected. + ------------------------------------------------------------------- Mon Feb 12 16:59:37 UTC 2024 - Dirk Müller diff --git a/git.spec b/git.spec index 683782e..109dbf7 100644 --- a/git.spec +++ b/git.spec @@ -35,7 +35,7 @@ %bcond_with asciidoctor %endif Name: git -Version: 2.43.1 +Version: 2.43.2 Release: 0 Summary: Fast, scalable, distributed revision control system License: GPL-2.0-only From 5b3ce6006205acb441c928da67447d8b950bb4df1ec64aa38c7bbcc8bca4adb1 Mon Sep 17 00:00:00 2001 From: Danilo Spinella Date: Tue, 20 Feb 2024 10:06:04 +0000 Subject: [PATCH 2/2] Accepting request 1147725 from home:dspinella:branches:devel:tools:scm - Do not replace apparmor configuration, fixes bsc#1216545 OBS-URL: https://build.opensuse.org/request/show/1147725 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=637 --- git.changes | 5 +++++ git.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/git.changes b/git.changes index 49117a3..e5682f7 100644 --- a/git.changes +++ b/git.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 20 09:56:30 UTC 2024 - Danilo Spinella + +- Do not replace apparmor configuration, fixes bsc#1216545 + ------------------------------------------------------------------- Thu Feb 15 16:57:56 UTC 2024 - Andreas Stieger diff --git a/git.spec b/git.spec index 109dbf7..659cfe0 100644 --- a/git.spec +++ b/git.spec @@ -539,7 +539,8 @@ fi %dir %{_sysconfdir}/apache2/conf.d/ %config(noreplace) %{_sysconfdir}/apache2/conf.d/gitweb.conf %{_datadir}/gitweb -%{_sysconfdir}/apparmor.d +%dir %{_sysconfdir}/apparmor.d +%config(noreplace) %{_sysconfdir}/apparmor.d/usr.share.git-web.gitweb.cgi %{gitexecdir}//git-instaweb %{gitexecdir}//git-web--browse %{_mandir}/man1/*web*1%{?ext_man}