Accepting request 1147741 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1147741 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=308
This commit is contained in:
commit
8ab4ba7c73
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2234f37b453ff8e4672c21ad40d41cc7393c9a8dcdfe640bec7ac5b5358f30d2
|
||||
size 7388400
|
BIN
git-2.43.2.tar.sign
Normal file
BIN
git-2.43.2.tar.sign
Normal file
Binary file not shown.
3
git-2.43.2.tar.xz
Normal file
3
git-2.43.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f612c1abc63557d50ad3849863fc9109670139fc9901e574460ec76e0511adb9
|
||||
size 7388636
|
25
git.changes
25
git.changes
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 20 09:56:30 UTC 2024 - Danilo Spinella <danilo.spinella@suse.com>
|
||||
|
||||
- Do not replace apparmor configuration, fixes bsc#1216545
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 15 16:57:56 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
5
git.spec
5
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
|
||||
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user