]> git.pld-linux.org Git - packages/git-core.git/commitdiff
up to 2.25.0 auto/th/git-core-2.25.0-1
authorJan Palus <atler@pld-linux.org>
Mon, 13 Jan 2020 22:01:04 +0000 (23:01 +0100)
committerJan Palus <atler@pld-linux.org>
Mon, 13 Jan 2020 22:01:24 +0000 (23:01 +0100)
- fixed shebang in git-p4

git-core.spec

index 33e568330f4f3bbe68c19d8f0ecb5429e2586d66..c69d02b8b997dd977fefbd43a55f79aae20c466a 100644 (file)
 Summary:       Distributed version control system focused on speed, effectivity and usability
 Summary(pl.UTF-8):     Rozproszony system śledzenia treści skupiony na szybkości, wydajności i użyteczności
 Name:          git-core
 Summary:       Distributed version control system focused on speed, effectivity and usability
 Summary(pl.UTF-8):     Rozproszony system śledzenia treści skupiony na szybkości, wydajności i użyteczności
 Name:          git-core
-Version:       2.24.1
+Version:       2.25.0
 Release:       1
 License:       GPL v2
 Group:         Development/Tools
 Source0:       http://www.kernel.org/pub/software/scm/git/git-%{version}.tar.xz
 Release:       1
 License:       GPL v2
 Group:         Development/Tools
 Source0:       http://www.kernel.org/pub/software/scm/git/git-%{version}.tar.xz
-# Source0-md5: 42540aa4eabfb831127a801a89c1b6e0
+# Source0-md5: eab5cdee7c478c0804346d8835e314c9
 Source1:       %{name}-gitweb.conf
 Source2:       %{name}-gitweb-httpd.conf
 Source3:       %{name}-gitweb-lighttpd.conf
 Source1:       %{name}-gitweb.conf
 Source2:       %{name}-gitweb-httpd.conf
 Source3:       %{name}-gitweb-lighttpd.conf
@@ -474,6 +474,8 @@ Moduł trzeba zarejestrować poleceniem:
 # we build things in contrib but want to have it clean for doc purporses, too
 cp -a contrib contrib-doc
 
 # we build things in contrib but want to have it clean for doc purporses, too
 cp -a contrib contrib-doc
 
+%{__sed} -i -e '1s|#!/usr/bin/env python$|#!%{__python}|' git-p4.py
+
 %build
 %{__aclocal}
 %{__autoconf}
 %build
 %{__aclocal}
 %{__autoconf}
This page took 0.058562 seconds and 4 git commands to generate.