Hello community,

here is the log from the commit of package git for openSUSE:Factory checked in 
at 2018-12-19 13:25:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/git (Old)
 and      /work/SRC/openSUSE:Factory/.git.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "git"

Wed Dec 19 13:25:31 2018 rev:227 rq:658762 version:2.20.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/git/git.changes  2018-12-10 12:26:14.622652501 
+0100
+++ /work/SRC/openSUSE:Factory/.git.new.28833/git.changes       2018-12-19 
13:25:34.169224510 +0100
@@ -1,0 +2,45 @@
+Sun Dec 16 11:06:03 UTC 2018 - [email protected]
+
+- 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 <[email protected]>
+
+- 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 <[email protected]>
+
+- group(nogroup) is provided with Leap 15 onwards only
+
+-------------------------------------------------------------------

Old:
----
  git-2.19.2.tar.sign
  git-2.19.2.tar.xz

New:
----
  git-2.20.1.tar.sign
  git-2.20.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ git.spec ++++++
--- /var/tmp/diff_new_pack.MOzN2A/_old  2018-12-19 13:25:34.801223740 +0100
+++ /var/tmp/diff_new_pack.MOzN2A/_new  2018-12-19 13:25:34.805223736 +0100
@@ -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 @@
 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

++++++ git-2.19.2.tar.xz -> git-2.20.1.tar.xz ++++++
++++ 229392 lines of diff (skipped)



Reply via email to