rpms/ularn/devel ularn-build.patch,1.1,1.2 ularn.spec,1.11,1.12

Caolan McNamara caolanm at fedoraproject.org
Sun Mar 1 10:49:06 UTC 2009


Author: caolanm

Update of /cvs/pkgs/rpms/ularn/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11200

Modified Files:
	ularn-build.patch ularn.spec 
Log Message:
. config.h.SH -> . ./config.h.SH for new bash

ularn-build.patch:

Index: ularn-build.patch
===================================================================
RCS file: /cvs/pkgs/rpms/ularn/devel/ularn-build.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ularn-build.patch	17 Mar 2006 18:12:24 -0000	1.1
+++ ularn-build.patch	1 Mar 2009 10:48:36 -0000	1.2
@@ -128,6 +128,15 @@
 diff -Naur Ularn/Makefile.u.SH Ularn.new/Makefile.u.SH
 --- Ularn/Makefile.u.SH	2001-11-16 10:18:27.000000000 -0800
 +++ Ularn.new/Makefile.u.SH	2006-02-25 17:20:26.000000000 -0800
+@@ -6,7 +6,7 @@
+ 	ln ../../../config.sh . || \
+ 	(echo "Can't find config.sh."; exit 1)
+     fi
+-    . config.sh
++    . ./config.sh
+     ;;
+ esac
+ : This forces SH files to create target in same directory as SH file.
 @@ -97,12 +97,12 @@
  
  ##########################################################################


Index: ularn.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ularn/devel/ularn.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ularn.spec	25 Feb 2009 22:44:29 -0000	1.11
+++ ularn.spec	1 Mar 2009 10:48:36 -0000	1.12
@@ -1,6 +1,6 @@
 Name:           ularn
 Version:        1.5p4
-Release:        13%{?dist}
+Release:        14%{?dist}
 Summary:        Simple roguelike game
 
 Group:          Amusements/Games
@@ -47,7 +47,7 @@
 # Keep track of where we are.  Some of the configuration scripts change
 # the current working directory.
 builddir=`pwd`
-. config.h.SH
+. ./config.h.SH
 ${builddir}/Makefile.u.SH
 cd ${builddir}
 mv Makefile.u Makefile
@@ -93,6 +93,9 @@
 
 
 %changelog
+* Sun Mar 01 2009 Caolán McNamara <caolanm at redhat.com> - 1.5p4-14
+- . config.h.SH -> . ./config.h.SH for new bash
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5p4-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list