Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cgit for openSUSE:Factory checked in at 2026-03-19 17:39:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cgit (Old) and /work/SRC/openSUSE:Factory/.cgit.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cgit" Thu Mar 19 17:39:57 2026 rev:36 rq:1341127 version:1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/cgit/cgit.changes 2024-09-29 18:13:58.853917577 +0200 +++ /work/SRC/openSUSE:Factory/.cgit.new.8177/cgit.changes 2026-03-19 17:41:49.888882441 +0100 @@ -1,0 +2,10 @@ +Tue Mar 17 12:50:23 UTC 2026 - Richard Rahl <[email protected]> + +- Update to verison 1.3: + * small javascript script for dynamic aging + * a lot of bugfixes + * css fixes + * rebase onto git 2.53.0 +- provide actual verison of bundled git version + +------------------------------------------------------------------- Old: ---- cgit-1.2.3.tar.xz git-2.25.1.tar.sign git-2.25.1.tar.xz New: ---- cgit-1.3.tar.xz git-2.53.0.tar.sign git-2.53.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cgit.spec ++++++ --- /var/tmp/diff_new_pack.onML6V/_old 2026-03-19 17:41:51.960968283 +0100 +++ /var/tmp/diff_new_pack.onML6V/_new 2026-03-19 17:41:51.964968449 +0100 @@ -16,9 +16,9 @@ # -%define git_version 2.25.1 +%define git_version 2.53.0 Name: cgit -Version: 1.2.3 +Version: 1.3 Release: 0 Summary: A web frontend for git repositories License: GPL-2.0-only @@ -26,47 +26,46 @@ 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 +Source3: https://www.kernel.org/pub/software/scm/git/git-%git_version.tar.xz +Source4: https://www.kernel.org/pub/software/scm/git/git-%git_version.tar.sign +Source8: %name.keyring Source9: cgitrc # Requirements for cgitrc man page generation BuildRequires: asciidoc # Requirements for cgit -BuildRequires: libopenssl-devel BuildRequires: libxslt -BuildRequires: libzip-devel BuildRequires: xz +BuildRequires: nginx +BuildRequires: pkgconfig(libzip) +BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(zlib) -BuildRoot: %{_tmppath}/%{name}-%{version}-build -Provides: bundled(git) = %version +Provides: bundled(git) = %git_version %description A web interface for the Git SCM, using a built-in cache to decrease server I/O pressure. %prep -%setup -qa2 +%autosetup -a3 rm -rf git ln -s git-%git_version git -%build -perl -i -pe 's{^#!/usr/bin/env }{#!/usr/bin/}g' filters/email-gravatar.py \ +perl -i -pe 's{^#!%_bindir/env }{#!%_bindir/}g' filters/email-gravatar.py \ filters/html-converters/md2html filters/syntax-highlighting.py -make V=1 prefix="%_prefix" CFLAGS="%optflags" %{?_smp_mflags} all + +%build +%make_build %install -%make_install V=1 prefix="%_prefix" CFLAGS="%optflags" \ - CGIT_SCRIPT_PATH="/srv/www/htdocs/cgit" install-man b="%buildroot" -mkdir -p "$b/srv/www/cgi-bin/cgit/" "$b/var/cache/cgit" -mv $b/srv/www/htdocs/cgit/cgit.cgi $b/srv/www/cgi-bin/cgit/cgit.cgi -mkdir -p "$b/%_sysconfdir" -cp "%_sourcedir/cgitrc" "$b/%_sysconfdir/" +%make_install V=1 prefix="%_prefix" CGIT_SCRIPT_PATH="/srv/www/htdocs/cgit" install-man +mkdir -p "$b/srv/www/cgi-bin/%name" "$b/var/cache/%name" "$b/%_sysconfdir" +mv -v "$b/srv/www/htdocs/%name/%name.cgi" "$b/srv/www/cgi-bin/%name/%name.cgi" +cp -av "%_sourcedir/cgitrc" "$b/%_sysconfdir/" %files -%defattr(-,root,root) -%doc README COPYING +%license COPYING +%doc README %_mandir/man5/cgitrc.5%ext_man %dir /srv/www %dir /srv/www/cgi-bin ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.onML6V/_old 2026-03-19 17:41:52.212978723 +0100 +++ /var/tmp/diff_new_pack.onML6V/_new 2026-03-19 17:41:52.244980049 +0100 @@ -1,5 +1,5 @@ -mtime: 1727516922 -commit: 0a5e8936d231a57b3fe1d6b29268157e1dec66b4fffe52972b8be184428e0340 +mtime: 1773912503 +commit: 20e220b2d1924118971e9447f23bf6b311ff04d0daa778b700cea5d39ef28ec5 url: https://src.opensuse.org/jengelh/cgit revision: master ++++++ build.specials.obscpio ++++++ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-03-19 10:28:41.000000000 +0100 @@ -0,0 +1 @@ +.osc ++++++ cgit-1.2.3.tar.xz -> cgit-1.3.tar.xz ++++++ ++++ 2869 lines of diff (skipped) ++++++ git-2.25.1.tar.xz -> git-2.53.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/cgit/git-2.25.1.tar.xz /work/SRC/openSUSE:Factory/.cgit.new.8177/git-2.53.0.tar.xz differ: char 8, line 1
