Hello community,

here is the log from the commit of package cgit for openSUSE:Factory checked in 
at 2017-01-24 10:37:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-10 
10:49:11.435089816 +0100
+++ /work/SRC/openSUSE:Factory/.cgit.new/cgit.changes   2017-01-24 
10:37:04.347133305 +0100
@@ -1,0 +2,8 @@
+Thu Jan 19 15:20:32 UTC 2017 - vsvec...@suse.com
+
+- Version bump to v1.1:
+  * For more information see complete changelog at
+    https://git.zx2c4.com/cgit/log/
+- Add cgit-built-with-git-v2.11.0.patch
+
+-------------------------------------------------------------------

Old:
----
  cgit-1.0.tar.xz
  git-2.8.3.tar.sign
  git-2.8.3.tar.xz

New:
----
  cgit-1.1.tar.xz
  cgit-built-with-git-v2.11.0.patch
  git-2.11.0.tar.sign
  git-2.11.0.tar.xz

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

Other differences:
------------------
++++++ cgit.spec ++++++
--- /var/tmp/diff_new_pack.TeW11U/_old  2017-01-24 10:37:05.207011169 +0100
+++ /var/tmp/diff_new_pack.TeW11U/_new  2017-01-24 10:37:05.207011169 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cgit
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,62 +16,62 @@
 #
 
 
-%define git_version    2.8.3
-
+%define git_version    2.11.0
 Name:           cgit
-Version:        1.0
+Version:        1.1
 Release:        0
 Summary:        A web frontend for git repositories
-Url:            http://git.zx2c4.com/cgit/
 License:        GPL-2.0
 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
-# Requirements for cgit
-BuildRequires:  libopenssl-devel
-BuildRequires:  libzip-devel
+Patch1:                                        
cgit-built-with-git-v2.11.0.patch
 # Requirements for cgitrc man page generation
 BuildRequires:  asciidoc
+# Requirements for cgit
+BuildRequires:  libopenssl-devel
 BuildRequires:  libxslt
+BuildRequires:  libzip-devel
 BuildRequires:  xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 This is an attempt to create a fast web interface for the Git SCM, using a
-builtin cache to decrease server I/O pressue.
+builtin cache to decrease server I/O pressure.
 
 %prep
 %setup -qa2
 %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.gz
+%{_mandir}/man5/cgitrc.5%{ext_man}
 /srv/www/cgi-bin/cgit/
 /srv/www/htdocs/cgit/
-/usr/lib/cgit/
-%config(noreplace) %_sysconfdir/cgitrc
+%{_prefix}/lib/cgit/
+%config(noreplace) %{_sysconfdir}/cgitrc
 
 %changelog

++++++ cgit-1.0.tar.xz -> cgit-1.1.tar.xz ++++++
++++ 1818 lines of diff (skipped)

++++++ cgit-built-with-git-v2.11.0.patch ++++++
>From 91153fd02e62f2eaca8e6c140baa4f2abf39c40e Mon Sep 17 00:00:00 2001
From: Christian Hesse <m...@eworm.de>
Date: Wed, 30 Nov 2016 10:43:08 +0100
Subject: git: update to v2.11.0

Update to git version v2.11.0. Function write_archive()
dropped argument (int setup_prefix).
---

 ui-snapshot.c | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ui-snapshot.c b/ui-snapshot.c
index 08c6e80..9b8cddd 100644
--- a/ui-snapshot.c
+++ b/ui-snapshot.c
@@ -37,7 +37,7 @@ static int write_archive_type(const char *format, const char 
*hex, const char *p
        /* argv_array guarantees a trailing NULL entry. */
        memcpy(nargv, argv.argv, sizeof(char *) * (argv.argc + 1));

-       result = write_archive(argv.argc, nargv, NULL, 1, NULL, 0);
+       result = write_archive(argv.argc, nargv, NULL, NULL, 0);
        argv_array_clear(&argv);
        free(nargv);
        return result;
--
cgit v1.1-3-g9641
++++++ git-2.8.3.tar.xz -> git-2.11.0.tar.xz ++++++
++++ 305585 lines of diff (skipped)


Reply via email to