]> git.pld-linux.org Git - packages/git-core.git/commitdiff
- up to 1.7.5.3 auto/th/git-core-1_7_5_3-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 27 May 2011 07:36:47 +0000 (07:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    git-core-sysconfdir.patch -> 1.2
    git-core.spec -> 1.245

git-core-sysconfdir.patch
git-core.spec

index 469ba0a840770cb4407522bd391c9e50e3f693d4..2de02aa291997cafd627ff2d0f5d9f86482fe2f6 100644 (file)
@@ -1,36 +1,3 @@
-diff --git a/Makefile b/Makefile
-index cbc3fce..f5a37b5 100644
---- a/Makefile
-+++ b/Makefile
-@@ -291,15 +291,8 @@ sharedir = $(prefix)/share
- gitwebdir = $(sharedir)/gitweb
- template_dir = share/git-core/templates
- htmldir = share/doc/git-doc
--ifeq ($(prefix),/usr)
--sysconfdir = /etc
- ETC_GITCONFIG = $(sysconfdir)/gitconfig
- ETC_GITATTRIBUTES = $(sysconfdir)/gitattributes
--else
--sysconfdir = $(prefix)/etc
--ETC_GITCONFIG = etc/gitconfig
--ETC_GITATTRIBUTES = etc/gitattributes
--endif
- lib = lib
- # DESTDIR=
- pathsep = :
-@@ -1192,6 +1185,12 @@ endif
- -include config.mak.autogen
- -include config.mak
-+ifeq ($(prefix),/usr)
-+sysconfdir ?= /etc
-+else
-+sysconfdir ?= etc
-+endif
-+
- ifdef CHECK_HEADER_DEPENDENCIES
- COMPUTE_HEADER_DEPENDENCIES =
- USE_COMPUTED_HEADER_DEPENDENCIES =
 diff --git a/config.mak.in b/config.mak.in
 index e378534..3006494 100644
 --- a/config.mak.in
index a6c689d151cc7b104a27ca08febe573e0de3b3e3..f2ba365a2d4e694ed6ffaa6ebbfa94216ce6df40 100644 (file)
@@ -9,11 +9,11 @@ Summary:      Distributed version control system focused on speed, effectivity and us
 Summary(pl.UTF-8):     Rozproszony system śledzenia treści skupiony na szybkości, wydajności i użyteczności
 Name:          git-core
 Release:       1
-Version:       1.7.5.2
+Version:       1.7.5.3
 License:       GPL v2
 Group:         Development/Tools
 Source0:       http://www.kernel.org/pub/software/scm/git/git-%{version}.tar.bz2
-# Source0-md5: f79ab8fe79b35346b499f131cbf381a4
+# Source0-md5: 5b5a5e6c1c5c05db6b8dd33e6f3acea4
 Source1:       %{name}-gitweb.conf
 Source2:       %{name}-gitweb-httpd.conf
 Source3:       %{name}-gitweb-lighttpd.conf
@@ -639,6 +639,7 @@ fi
 %lang(it) %{_datadir}/git-gui/lib/msgs/it.msg
 %lang(ja) %{_datadir}/git-gui/lib/msgs/ja.msg
 %lang(nb) %{_datadir}/git-gui/lib/msgs/nb.msg
+%lang(pt_br) %{_datadir}/git-gui/lib/msgs/pt_br.msg
 %lang(ru) %{_datadir}/git-gui/lib/msgs/ru.msg
 %lang(sv) %{_datadir}/git-gui/lib/msgs/sv.msg
 %lang(zh_CN) %{_datadir}/git-gui/lib/msgs/zh_cn.msg
This page took 0.236637 seconds and 4 git commands to generate.