Browse Source

upgrading package: git 1.7.3.5 -> 1.7.4

Ralf S. Engelschall 14 years ago
parent
commit
4b9e373121
2 changed files with 17 additions and 17 deletions
  1. 15 15
      git/git.patch
  2. 2 2
      git/git.spec

+ 15 - 15
git/git.patch

@@ -37,9 +37,9 @@ Index: gc-utils/doc/Makefile
  endif
  
  uninstall:
-Index: git-1.7.3.5/Documentation/Makefile
---- git-1.7.3.5/Documentation/Makefile.orig	2010-07-21 23:35:25.000000000 +0200
-+++ git-1.7.3.5/Documentation/Makefile	2010-07-22 09:56:28.000000000 +0200
+Index: git-1.7.4/Documentation/Makefile
+--- git-1.7.4/Documentation/Makefile.orig	2010-07-21 23:35:25.000000000 +0200
++++ git-1.7.4/Documentation/Makefile	2010-07-22 09:56:28.000000000 +0200
 @@ -52,10 +52,10 @@
  infodir?=$(prefix)/share/info
  MAKEINFO=makeinfo
@@ -53,9 +53,9 @@ Index: git-1.7.3.5/Documentation/Makefile
  endif
  
  -include ../config.mak.autogen
-Index: git-1.7.3.5/Makefile
---- git-1.7.3.5/Makefile.orig	2010-07-21 23:35:25.000000000 +0200
-+++ git-1.7.3.5/Makefile	2010-07-22 10:04:28.000000000 +0200
+Index: git-1.7.4/Makefile
+--- git-1.7.4/Makefile.orig	2010-07-21 23:35:25.000000000 +0200
++++ git-1.7.4/Makefile	2010-07-22 10:04:28.000000000 +0200
 @@ -278,10 +278,10 @@
  bindir = $(prefix)/$(bindir_relative)
  mandir = share/man
@@ -92,9 +92,9 @@ Index: git-1.7.3.5/Makefile
  	endif
  else
  	BASIC_CFLAGS += -DNO_OPENSSL
-Index: git-1.7.3.5/config.mak.in
---- git-1.7.3.5/config.mak.in.orig	2010-07-21 23:35:25.000000000 +0200
-+++ git-1.7.3.5/config.mak.in	2010-07-22 09:56:28.000000000 +0200
+Index: git-1.7.4/config.mak.in
+--- git-1.7.4/config.mak.in.orig	2010-07-21 23:35:25.000000000 +0200
++++ git-1.7.4/config.mak.in	2010-07-22 09:56:28.000000000 +0200
 @@ -15,9 +15,9 @@
  prefix = @prefix@
  exec_prefix = @exec_prefix@
@@ -107,9 +107,9 @@ Index: git-1.7.3.5/config.mak.in
  
  mandir=@mandir@
  
-Index: git-1.7.3.5/perl/Makefile.PL
---- git-1.7.3.5/perl/Makefile.PL.orig	2010-07-21 23:35:25.000000000 +0200
-+++ git-1.7.3.5/perl/Makefile.PL	2010-07-22 09:56:28.000000000 +0200
+Index: git-1.7.4/perl/Makefile.PL
+--- git-1.7.4/perl/Makefile.PL.orig	2010-07-21 23:35:25.000000000 +0200
++++ git-1.7.4/perl/Makefile.PL	2010-07-22 09:56:28.000000000 +0200
 @@ -34,5 +34,6 @@
  	VERSION_FROM    => 'Git.pm',
  	PM		=> \%pm,
@@ -118,9 +118,9 @@ Index: git-1.7.3.5/perl/Makefile.PL
 +	INSTALLDIRS	=> 'vendor',
 +	INSTALLSITEMAN3DIR => '$(SITEPREFIX)/man/man3'
  );
-Index: git-1.7.3.5/templates/Makefile
---- git-1.7.3.5/templates/Makefile.orig	2010-07-21 23:35:25.000000000 +0200
-+++ git-1.7.3.5/templates/Makefile	2010-07-22 09:56:28.000000000 +0200
+Index: git-1.7.4/templates/Makefile
+--- git-1.7.4/templates/Makefile.orig	2010-07-21 23:35:25.000000000 +0200
++++ git-1.7.4/templates/Makefile	2010-07-22 09:56:28.000000000 +0200
 @@ -8,7 +8,7 @@
  TAR ?= tar
  RM ?= rm -f

+ 2 - 2
git/git.spec

@@ -22,7 +22,7 @@
 ##
 
 #   package version
-%define       V_git       1.7.3.5
+%define       V_git       1.7.4
 %define       V_cogito    0.18.2
 %define       V_stgit     0.14.3
 %define       V_guilt     0.34
@@ -40,7 +40,7 @@ Class:        EVAL
 Group:        SCM
 License:      GPL
 Version:      %{V_git}
-Release:      20110107
+Release:      20110131
 
 #   package options
 %option       with_doc     no