From c502be5129993580cd8f9b166132dfed17ff48a077a5ec0fd2353d28ee3bc1e1 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 19 Dec 2018 12:25:31 +0000 Subject: [PATCH] Accepting request 658762 from devel:tools:scm git 2.20.1 - group(nogroup) is provided with Leap 15 onwards only OBS-URL: https://build.opensuse.org/request/show/658762 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=227 --- git-2.19.2.tar.sign | Bin 566 -> 0 bytes git-2.19.2.tar.xz | 3 --- git-2.20.1.tar.sign | Bin 0 -> 566 bytes git-2.20.1.tar.xz | 3 +++ git.changes | 45 ++++++++++++++++++++++++++++++++++++++++++++ git.spec | 4 +++- 6 files changed, 51 insertions(+), 4 deletions(-) delete mode 100644 git-2.19.2.tar.sign delete mode 100644 git-2.19.2.tar.xz create mode 100644 git-2.20.1.tar.sign create mode 100644 git-2.20.1.tar.xz diff --git a/git-2.19.2.tar.sign b/git-2.19.2.tar.sign deleted file mode 100644 index 1f70901fa5fb7af5c8e8a20c77a4517cc57af489a886a47464d8e75e2692e131..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 566 zcmV-60?GY}0y6{v0SEvc79j-T@HVmj=OQ1+c=QS5U{oA zhL*49%l-uq{U3F8&d;8Ai$T+3SZ&ng&W@7Bntr>QMrqq#g1Zhzt*KRl9;w-R4dO?c zow|T3SO5zjio3>=fQN1$fJIOZNZr{Qg! zZ5$z)9J{E!3oGeDWUL98P1ZGGPYJvhI#Y}YUQ%f|mEHU&4TZ=-OayeUnKgdv$aUz2(*G3gyiXWrx<(wSG~kL+Knr3bu3;4zC+l*qLe1&aI;=YfVgYm>&Ph1U z663`4aCcO8YcQvbPA|NyC)NqEJDAkY^4CLg*OtIz1cdW<$!xD`Swc6-TLj0!Pazh{ zJON=b!Y!aeT|;D_^^JO%r z0A?x8<^3GiUz@t1l%4Lw2vvt0-Py&*vw=p2(V^;aExeaQvLnqZFgxP@Vl>16iK;P(~K*}bPwG0n-XmLlJ-}xKMCPp1=_fZwRN_)^47jOpre|9ug9v5r3ky$0T zy5tx5o#Y^g?@xM6+04FVF-b=~dJ?MXs3$K>&nuHw`p z=J(YB5Y}gR$_r!YF2@V{^w^y0mSnW7PJ@D=H8`Hwo-q7C?)N+WLX2OR9NE~9qc*oUJAEU6 z7*M4>-@akZ#+j-(!3wm9`va0A$UBhzSB845$7ql#`w04iMKfrPcWM5___Y$rGVqL; ESSg<+2mk;8 literal 0 HcmV?d00001 diff --git a/git-2.20.1.tar.xz b/git-2.20.1.tar.xz new file mode 100644 index 0000000..f620b92 --- /dev/null +++ b/git-2.20.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d2e91e2faa2ea61ba0a70201d023b36f54d846314591a002c610ea2ab81c3e9 +size 5359872 diff --git a/git.changes b/git.changes index a3ccbbb..b596a66 100644 --- a/git.changes +++ b/git.changes @@ -1,3 +1,48 @@ +------------------------------------------------------------------- +Sun Dec 16 11:06:03 UTC 2018 - astieger@suse.com + +- git 2.20.1: + * portability fixes + * "git help -a" did not work well when an overly long alias was + defined + * no longer squelched an error message when the run_command API + failed to run a missing command + +------------------------------------------------------------------- +Mon Dec 10 11:31:04 UTC 2018 - Marketa Calabkova + +- git 2.20.0 + * "git help -a" now gives verbose output (same as "git help -av"). + Those who want the old output may say "git help --no-verbose -a".. + * "git send-email" learned to grab address-looking string on any + trailer whose name ends with "-by". + * "git format-patch" learned new "--interdiff" and "--range-diff" + options to explain the difference between this version and the + previous attempt in the cover letter (or after the three-dashes as + a comment). + * Developer builds now use -Wunused-function compilation option. + * Fix a bug in which the same path could be registered under multiple + worktree entries if the path was missing (for instance, was removed + manually). Also, as a convenience, expand the number of cases in + which --force is applicable. + * The overly large Documentation/config.txt file have been split into + million little pieces. This potentially allows each individual piece + to be included into the manual page of the command it affects more easily. + * Malformed or crafted data in packstream can make our code attempt + to read or write past the allocated buffer and abort, instead of + reporting an error, which has been fixed. + * Fix for a long-standing bug that leaves the index file corrupt when + it shrinks during a partial commit. + * "git merge" and "git pull" that merges into an unborn branch used + to completely ignore "--verify-signatures", which has been + corrected. + * ...and much more features and fixes + +------------------------------------------------------------------- +Wed Dec 5 15:19:35 UTC 2018 - Hans-Peter Jansen + +- group(nogroup) is provided with Leap 15 onwards only + ------------------------------------------------------------------- Tue Dec 4 08:40:09 UTC 2018 - Jan Engelhardt diff --git a/git.spec b/git.spec index bf823bf..d40da60 100644 --- a/git.spec +++ b/git.spec @@ -30,7 +30,7 @@ %bcond_without git_libsecret %bcond_without docs Name: git -Version: 2.19.2 +Version: 2.20.1 Release: 0 Summary: Fast, scalable, distributed revision control system License: GPL-2.0-only @@ -227,7 +227,9 @@ Group: Development/Tools/Version Control Requires: git-core = %{version} Requires(pre): %fillup_prereq Requires(pre): %{_sbindir}/useradd +%if 0%{?suse_version} >= 1500 Requires(pre): group(nogroup) +%endif %{?systemd_requires} %description daemon