浏览代码

upgrading package: git 1.6.5.2 -> 1.6.5.3

Ralf S. Engelschall 16 年之前
父节点
当前提交
7734e9f86b
共有 2 个文件被更改,包括 17 次插入17 次删除
  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.6.5.2/Documentation/Makefile
---- git-1.6.5.2/Documentation/Makefile.orig	2009-10-17 10:11:32 +0200
-+++ git-1.6.5.2/Documentation/Makefile	2009-10-18 10:41:19 +0200
+Index: git-1.6.5.3/Documentation/Makefile
+--- git-1.6.5.3/Documentation/Makefile.orig	2009-10-17 10:11:32 +0200
++++ git-1.6.5.3/Documentation/Makefile	2009-10-18 10:41:19 +0200
 @@ -51,10 +51,10 @@
  infodir?=$(prefix)/share/info
  MAKEINFO=makeinfo
@@ -53,9 +53,9 @@ Index: git-1.6.5.2/Documentation/Makefile
  endif
  
  -include ../config.mak.autogen
-Index: git-1.6.5.2/Makefile
---- git-1.6.5.2/Makefile.orig	2009-10-17 10:11:32 +0200
-+++ git-1.6.5.2/Makefile	2009-10-18 10:41:19 +0200
+Index: git-1.6.5.3/Makefile
+--- git-1.6.5.3/Makefile.orig	2009-10-17 10:11:32 +0200
++++ git-1.6.5.3/Makefile	2009-10-18 10:41:19 +0200
 @@ -237,9 +237,9 @@
  bindir = $(prefix)/$(bindir_relative)
  mandir = share/man
@@ -91,9 +91,9 @@ Index: git-1.6.5.2/Makefile
  	endif
  else
  	BASIC_CFLAGS += -DNO_OPENSSL
-Index: git-1.6.5.2/config.mak.in
---- git-1.6.5.2/config.mak.in.orig	2009-10-17 10:11:32 +0200
-+++ git-1.6.5.2/config.mak.in	2009-10-18 10:51:24 +0200
+Index: git-1.6.5.3/config.mak.in
+--- git-1.6.5.3/config.mak.in.orig	2009-10-17 10:11:32 +0200
++++ git-1.6.5.3/config.mak.in	2009-10-18 10:51:24 +0200
 @@ -13,9 +13,9 @@
  prefix = @prefix@
  exec_prefix = @exec_prefix@
@@ -106,9 +106,9 @@ Index: git-1.6.5.2/config.mak.in
  
  mandir=@mandir@
  
-Index: git-1.6.5.2/perl/Makefile.PL
---- git-1.6.5.2/perl/Makefile.PL.orig	2009-10-17 10:11:32 +0200
-+++ git-1.6.5.2/perl/Makefile.PL	2009-10-18 10:41:19 +0200
+Index: git-1.6.5.3/perl/Makefile.PL
+--- git-1.6.5.3/perl/Makefile.PL.orig	2009-10-17 10:11:32 +0200
++++ git-1.6.5.3/perl/Makefile.PL	2009-10-18 10:41:19 +0200
 @@ -34,5 +34,6 @@
  	VERSION_FROM    => 'Git.pm',
  	PM		=> \%pm,
@@ -117,9 +117,9 @@ Index: git-1.6.5.2/perl/Makefile.PL
 +	INSTALLDIRS	=> 'vendor',
 +	INSTALLSITEMAN3DIR => '$(SITEPREFIX)/man/man3'
  );
-Index: git-1.6.5.2/templates/Makefile
---- git-1.6.5.2/templates/Makefile.orig	2009-10-17 10:11:32 +0200
-+++ git-1.6.5.2/templates/Makefile	2009-10-18 10:41:19 +0200
+Index: git-1.6.5.3/templates/Makefile
+--- git-1.6.5.3/templates/Makefile.orig	2009-10-17 10:11:32 +0200
++++ git-1.6.5.3/templates/Makefile	2009-10-18 10:41:19 +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.6.5.2
+%define       V_git       1.6.5.3
 %define       V_cogito    0.18.2
 %define       V_stgit     0.14.3
 %define       V_guilt     0.32.1
@@ -40,7 +40,7 @@ Class:        EVAL
 Group:        SCM
 License:      GPL
 Version:      %{V_git}
-Release:      20091101
+Release:      20091118
 
 #   package options
 %option       with_doc     yes