Hello community,

here is the log from the commit of package cgit for openSUSE:Factory checked in 
at 2017-02-21 13:50:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cgit (Old)
 and      /work/SRC/openSUSE:Factory/.cgit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cgit"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cgit/cgit.changes        2017-01-24 
10:37:04.347133305 +0100
+++ /work/SRC/openSUSE:Factory/.cgit.new/cgit.changes   2017-02-21 
13:50:38.293922919 +0100
@@ -1,0 +2,5 @@
+Sat Feb 11 17:56:42 UTC 2017 - jeng...@inai.de
+
+- Update bundled git to 2.11.1
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ cgit.spec ++++++
--- /var/tmp/diff_new_pack.tDkoUO/_old  2017-02-21 13:50:42.529326821 +0100
+++ /var/tmp/diff_new_pack.tDkoUO/_new  2017-02-21 13:50:42.533326259 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define git_version    2.11.0
+%define git_version    2.11.1
 Name:           cgit
 Version:        1.1
 Release:        0
@@ -25,10 +25,10 @@
 Group:          Development/Tools/Version Control
 Url:            http://git.zx2c4.com/cgit/
 #Git-Clone:    https://git.zx2c4.com/cgit
-Source:         https://git.zx2c4.com/cgit/snapshot/%{name}-%{version}.tar.xz
-Source2:        
https://www.kernel.org/pub/software/scm/git/git-%{git_version}.tar.xz
-Source3:        
https://www.kernel.org/pub/software/scm/git/git-%{git_version}.tar.sign
-Source4:        %{name}.keyring
+Source:         https://git.zx2c4.com/cgit/snapshot/%name-%version.tar.xz
+Source2:        
https://www.kernel.org/pub/software/scm/git/git-%git_version.tar.xz
+Source3:        
https://www.kernel.org/pub/software/scm/git/git-%git_version.tar.sign
+Source4:        %name.keyring
 Source9:        cgitrc
 Patch0:         cgit-optflags.diff
 Patch1:                                        
cgit-built-with-git-v2.11.0.patch
@@ -39,7 +39,7 @@
 BuildRequires:  libxslt
 BuildRequires:  libzip-devel
 BuildRequires:  xz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRoot:      %_tmppath/%name-%version-build
 
 %description
 This is an attempt to create a fast web interface for the Git SCM, using a
@@ -50,28 +50,28 @@
 %patch0 -p1
 %patch1 -p1
 rm -rf git
-ln -s git-%{git_version} git
+ln -s git-%git_version git
 
 %build
-make V=1 prefix="%{_prefix}" %{?_smp_mflags}
+make V=1 prefix="%_prefix" %{?_smp_mflags}
 
 %install
-make install install-man DESTDIR=%{buildroot} prefix="%{_prefix}" \
+make install install-man DESTDIR=%buildroot prefix="%_prefix" \
        CGIT_SCRIPT_PATH="/srv/www/htdocs/cgit"
 
-mkdir -p "%{buildroot}/srv/www/cgi-bin/cgit/"
-mv %{buildroot}/srv/www/{htdocs,cgi-bin}/cgit/cgit.cgi
+mkdir -p "%buildroot/srv/www/cgi-bin/cgit/"
+mv %buildroot/srv/www/{htdocs,cgi-bin}/cgit/cgit.cgi
 
-mkdir -p "%{buildroot}/%{_sysconfdir}"
-cp %{SOURCE9} "%{buildroot}/%{_sysconfdir}/cgitrc"
+mkdir -p "%buildroot/%_sysconfdir"
+cp %SOURCE9 "%buildroot/%_sysconfdir/cgitrc"
 
 %files
 %defattr(-,root,root)
 %doc README COPYING
-%{_mandir}/man5/cgitrc.5%{ext_man}
+%_mandir/man5/cgitrc.5%ext_man
 /srv/www/cgi-bin/cgit/
 /srv/www/htdocs/cgit/
-%{_prefix}/lib/cgit/
-%config(noreplace) %{_sysconfdir}/cgitrc
+%_prefix/lib/cgit/
+%config(noreplace) %_sysconfdir/cgitrc
 
 %changelog

++++++ git-2.11.0.tar.xz -> git-2.11.1.tar.xz ++++++
++++ 6460 lines of diff (skipped)


Reply via email to