patch the original file, rather than the build-time created link

This commit is contained in:
Caolan McNamara 2009-03-03 08:54:33 +00:00
parent 4b69b0bdb1
commit 9c083c0b6b
2 changed files with 9 additions and 4 deletions

View File

@ -1,6 +1,6 @@
diff -ur omake-0.9.8.5.orig/src/clib/lm_printf.c omake-0.9.8.5/src/clib/lm_printf.c
--- omake-0.9.8.5.orig/src/clib/lm_printf.c 2007-07-15 18:55:23.000000000 +0100
+++ omake-0.9.8.5/src/clib/lm_printf.c 2009-02-06 11:13:42.000000000 +0000
diff -ur omake-0.9.8.5.orig/src/libmojave-external/cutil/lm_printf.c omake-0.9.8.5/src/libmojave-external/cutil/lm_printf.c
--- omake-0.9.8.5.orig/src/libmojave-external/cutil/lm_printf.c 2007-07-15 18:55:23.000000000 +0100
+++ omake-0.9.8.5/src/libmojave-external/cutil/lm_printf.c 2009-02-06 11:13:42.000000000 +0000
@@ -142,12 +142,12 @@
#endif
if(code < 0) {

View File

@ -2,7 +2,7 @@
Name: ocaml-omake
Version: 0.9.8.5
Release: 6%{?dist}
Release: 7%{?dist}
Summary: OCaml build system with automated dependency analysis
Group: Development/Tools
@ -88,6 +88,11 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Mar 3 2009 Caolán McNamara <caolanm@redhat.com> - 0.9.8.5-7
- patch src/libmojave-external/cutil/lm_printf.c rather than
src/clib/lm_printf.c as the latter is created as a link of the
former during the build
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.8.5-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild