Hello community,

here is the log from the commit of package git for openSUSE:Factory checked in 
at 2018-03-09 10:35:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/git (Old)
 and      /work/SRC/openSUSE:Factory/.git.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "git"

Fri Mar  9 10:35:12 2018 rev:216 rq:584489 version:2.16.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/git/git.changes  2018-03-01 12:01:27.823756829 
+0100
+++ /work/SRC/openSUSE:Factory/.git.new/git.changes     2018-03-09 
10:35:14.951195419 +0100
@@ -1,0 +2,10 @@
+Thu Mar  8 12:58:20 CET 2018 - [email protected]
+
+- Drop superfluous xinetd snippet, no longer used (bsc#1084460)
+
+-------------------------------------------------------------------
+Tue Mar  6 08:50:12 CET 2018 - [email protected]
+
+- Build with asciidoctor for the recent distros (bsc#1075764)
+
+-------------------------------------------------------------------

Old:
----
  git.xinetd

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

Other differences:
------------------
++++++ git.spec ++++++
--- /var/tmp/diff_new_pack.GBXrYq/_old  2018-03-09 10:35:15.911160857 +0100
+++ /var/tmp/diff_new_pack.GBXrYq/_new  2018-03-09 10:35:15.915160713 +0100
@@ -38,7 +38,7 @@
 Version:        2.16.2
 Release:        0
 Summary:        Fast, scalable, distributed revision control system
-License:        GPL-2.0
+License:        GPL-2.0-only
 Group:          Development/Tools/Version Control
 Url:            http://git-scm.com
 
@@ -47,7 +47,6 @@
 Source1:        apache2-gitweb.conf
 Source2:        sysconfig.git-daemon
 Source3:        git-daemon.service
-Source4:        git.xinetd
 Source5:        usr.share.git-web.gitweb.cgi
 Source6:        susefirewall-git-daemon
 Source8:        %name.keyring
@@ -65,8 +64,12 @@
 Patch8:         git-asciidoc.patch
 BuildRequires:  apache2
 %if %{with docs}
+%if 0%{?suse_version} > 1320
+BuildRequires:  rubygem(asciidoctor)
+%else
 BuildRequires:  asciidoc
 %endif
+%endif
 BuildRequires:  curl
 BuildRequires:  fdupes
 BuildRequires:  gpg2
@@ -298,6 +301,9 @@
        NO_INSTALL_HARDLINKS=1 \
 %if 0%{?suse_version} > 1320
        DC_SHA1_EXTERNAL=YesPlease \
+%if %{with docs}
+       USE_ASCIIDOCTOR=YesPlease \
+%endif
 %endif
        PYTHON_PATH=%{_bindir}/python3 \
        USE_LIBPCRE2=YesPlease \
@@ -336,8 +342,6 @@
 install -d -m 755 %{buildroot}%{_fillupdir}
 install -m 644 %{SOURCE2} %{buildroot}%{_fillupdir}/sysconfig.git-daemon
 install -d -m 755 %{buildroot}/srv/git
-install -d -m 755 %{buildroot}/etc/xinetd.d
-install -m 644 %{S:4} %{buildroot}/etc/xinetd.d/git
 mkdir -p %{buildroot}/%{_fwdefdir}
 install -m 644 %{S:6} %{buildroot}/%{_fwdefdir}/git-daemon
 ###
@@ -474,7 +478,6 @@
 %dir /srv/git
 %{_fillupdir}/sysconfig.git-daemon
 %{!?_without_docs: %{_mandir}/man1/git-daemon.1*}
-%config(noreplace) /etc/xinetd.d/git
 %config %{_fwdefdir}/*
 
 %files -n gitk




Reply via email to