Hello community,

here is the log from the commit of package git for openSUSE:Factory checked in 
at 2019-11-08 15:21:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/git (Old)
 and      /work/SRC/openSUSE:Factory/.git.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "git"

Fri Nov  8 15:21:58 2019 rev:240 rq:745173 version:2.24.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/git/git.changes  2019-10-14 12:31:50.608215415 
+0200
+++ /work/SRC/openSUSE:Factory/.git.new.2990/git.changes        2019-11-08 
15:22:02.858761316 +0100
@@ -1,0 +2,22 @@
+Mon Nov  4 10:45:32 UTC 2019 - Andreas Schwab <[email protected]>
+
+- 0001-DOC-Move-to-DocBook-5-when-using-asciidoctor.patch: Don't remove
+  "-x manpage.xsl" option
+- BuildRequire docbook5-xsl-stylesheets
+
+-------------------------------------------------------------------
+Mon Nov  4 09:28:56 UTC 2019 - Marketa Calabkova <[email protected]>
+
+- git 2.24.0
+  * The command line parser learned "--end-of-options" notation.
+  * A mechanism to affect the default setting for a (related) group of
+    configuration variables is introduced.
+  * "git fetch" learned "--set-upstream" option to help those who first
+    clone from their private fork they intend to push to, add the true
+    upstream via "git remote add" and then "git fetch" from it.
+  * fixes and improvements to UI, workflow and features, bash completion fixes
+- modified patch 0001-DOC-Move-to-DocBook-5-when-using-asciidoctor.patch
+  * part of it merged upstream
+  * the Makefile attempted to download some documentation, banned
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ git.spec ++++++
--- /var/tmp/diff_new_pack.Uke8Ws/_old  2019-11-08 15:22:03.650762154 +0100
+++ /var/tmp/diff_new_pack.Uke8Ws/_new  2019-11-08 15:22:03.662762166 +0100
@@ -29,7 +29,7 @@
 %bcond_without git_libsecret
 %bcond_without docs
 Name:           git
-Version:        2.23.0
+Version:        2.24.0
 Release:        0
 Summary:        Fast, scalable, distributed revision control system
 License:        GPL-2.0-only
@@ -82,6 +82,7 @@
 %if %{with docs}
 %if 0%{?suse_version} > 1320
 BuildRequires:  rubygem(asciidoctor)
+BuildRequires:  docbook5-xsl-stylesheets
 %else
 BuildRequires:  asciidoc
 %endif

++++++ 0001-DOC-Move-to-DocBook-5-when-using-asciidoctor.patch ++++++
--- /var/tmp/diff_new_pack.Uke8Ws/_old  2019-11-08 15:22:03.690762195 +0100
+++ /var/tmp/diff_new_pack.Uke8Ws/_new  2019-11-08 15:22:03.694762200 +0100
@@ -11,32 +11,10 @@
  contrib/subtree/Makefile | 5 +++--
  2 files changed, 5 insertions(+), 4 deletions(-)
 
-diff --git a/Documentation/Makefile b/Documentation/Makefile
-index 6d738f831e..dcb8f60b37 100644
---- a/Documentation/Makefile
-+++ b/Documentation/Makefile
-@@ -124,7 +124,7 @@ TXT_TO_HTML = $(ASCIIDOC_COMMON) -b $(ASCIIDOC_HTML)
- TXT_TO_XML = $(ASCIIDOC_COMMON) -b $(ASCIIDOC_DOCBOOK)
- MANPAGE_XSL = manpage-normal.xsl
- XMLTO = xmlto
--XMLTO_EXTRA =
-+XMLTO_EXTRA = --skip-validation
- INSTALL ?= install
- RM ?= rm -f
- MAN_REPO = ../../git-manpages
-@@ -193,7 +193,7 @@ ifdef USE_ASCIIDOCTOR
- ASCIIDOC = asciidoctor
- ASCIIDOC_CONF =
- ASCIIDOC_HTML = xhtml5
--ASCIIDOC_DOCBOOK = docbook45
-+ASCIIDOC_DOCBOOK = docbook5
- ASCIIDOC_EXTRA += -acompat-mode -atabsize=8
- ASCIIDOC_EXTRA += -I. -rasciidoctor-extensions
- ASCIIDOC_EXTRA += -alitdd='&\#x2d;&\#x2d;'
-diff --git a/contrib/subtree/Makefile b/contrib/subtree/Makefile
-index 6906aae441..09e53b9480 100644
---- a/contrib/subtree/Makefile
-+++ b/contrib/subtree/Makefile
+Index: git-2.24.0/contrib/subtree/Makefile
+===================================================================
+--- git-2.24.0.orig/contrib/subtree/Makefile
++++ git-2.24.0/contrib/subtree/Makefile
 @@ -25,12 +25,13 @@ ASCIIDOC_HTML    = xhtml11
  ASCIIDOC_DOCBOOK = docbook
  ASCIIDOC_EXTRA   =
@@ -61,6 +39,3 @@
  
  $(GIT_SUBTREE_XML): $(GIT_SUBTREE_TXT)
        $(ASCIIDOC) -b $(ASCIIDOC_DOCBOOK) -d manpage $(ASCIIDOC_CONF) \
--- 
-2.21.0
-

++++++ git-2.23.0.tar.xz -> git-2.24.0.tar.xz ++++++
++++ 162351 lines of diff (skipped)



Reply via email to