rpms/latrace/EL-5 autoconf-rh5.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 latrace.spec, 1.2, 1.3 sources, 1.3, 1.4

Jiri Olsa jolsa at fedoraproject.org
Tue Apr 27 14:51:20 UTC 2010


Author: jolsa

Update of /cvs/pkgs/rpms/latrace/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv9754

Modified Files:
	.cvsignore latrace.spec sources 
Added Files:
	autoconf-rh5.patch 
Log Message:
EPEL build


autoconf-rh5.patch:
 configure.ac |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

--- NEW FILE autoconf-rh5.patch ---
diff --git a/configure.ac b/configure.ac
index 2b964de..ea8852c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
 #  <http://www.gnu.org/licenses/>.
 
 
-AC_PREREQ(2.61)
+AC_PREREQ(2.59)
 AC_INIT(latrace, 0.5.8, olsajiri at gmail.com)
 AC_CONFIG_SRCDIR([src/latrace.c])
 
@@ -64,14 +64,13 @@ AC_HEADER_SYS_WAIT
 AC_HEADER_TIME
 AC_C_INLINE
 AC_TYPE_OFF_T
-AC_TYPE_SSIZE_T
-AC_TYPE_UINT32_T
 AC_TYPE_SIZE_T
-AC_TYPE_INT16_T
-AC_TYPE_INT32_T
-AC_TYPE_INT8_T
-AC_TYPE_UINT16_T
-AC_TYPE_UINT8_T
+AC_CHECK_TYPE(uint32_t, unsigned)
+AC_CHECK_TYPE(int16_t, signed)
+AC_CHECK_TYPE(int32_t, signed)
+AC_CHECK_TYPE(int8_t, signed)
+AC_CHECK_TYPE(uint16_t, unsigned)
+AC_CHECK_TYPE(uint8_t, unsigned)
 
 date=`date "+%B %G"`
 unamem=`uname -m | sed 's/i.86/i686/'`


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/latrace/EL-5/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	8 Sep 2009 12:33:47 -0000	1.3
+++ .cvsignore	27 Apr 2010 14:51:18 -0000	1.4
@@ -1 +1 @@
-latrace-0.5.7.tar.bz2
+latrace-0.5.8.tar.bz2


Index: latrace.spec
===================================================================
RCS file: /cvs/pkgs/rpms/latrace/EL-5/latrace.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- latrace.spec	8 Sep 2009 12:33:47 -0000	1.2
+++ latrace.spec	27 Apr 2010 14:51:20 -0000	1.3
@@ -1,5 +1,5 @@
 Name:           latrace
-Version:        0.5.7
+Version:        0.5.8
 Release:        1%{?dist}
 Summary:        LD_AUDIT feature frontend for glibc 2.4+
 Group:          Development/Debuggers
@@ -10,12 +10,16 @@ Source:         http://people.redhat.com
 ExclusiveArch:  %{ix86} x86_64 arm
 BuildRequires:  autoconf bison asciidoc xmlto binutils-devel
 
+Patch0:		autoconf-rh5.patch
+
+
 %description
 allows you to trace library calls and get their statistics in a
 manner similar to the strace utility (syscall tracing)
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 autoconf
@@ -42,6 +46,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/*
 
 %changelog
+* Tue Sep 08 2009 Jiri Olsa <olsajiri at gmail.com> 0.5.8-1
+- EPEL build
+
 * Tue Sep 08 2009 Jiri Olsa <olsajiri at gmail.com> 0.5.7
 - updated to new version
 - upstream download moved


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/latrace/EL-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	8 Sep 2009 12:33:47 -0000	1.3
+++ sources	27 Apr 2010 14:51:20 -0000	1.4
@@ -1 +1 @@
-aeb0fbe6e8265f492206f497cfde1e3c  latrace-0.5.7.tar.bz2
+1b92adb86fdc283322c5fc150ffe080d  latrace-0.5.8.tar.bz2



More information about the scm-commits mailing list