rpms/frysk/devel frysk-arch32-disable.patch, NONE, 1.1 .cvsignore, 1.34, 1.35 frysk-xfail-2130.patch, 1.2, 1.3 frysk.spec, 1.98, 1.99 sources, 1.34, 1.35

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Oct 2 16:02:51 UTC 2006


Author: skasal

Update of /cvs/dist/rpms/frysk/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv16224

Modified Files:
	.cvsignore frysk-xfail-2130.patch frysk.spec sources 
Added Files:
	frysk-arch32-disable.patch 
Log Message:
- New upstream version.

frysk-arch32-disable.patch:
 configure |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)

--- NEW FILE frysk-arch32-disable.patch ---
--- frysk-core/configure.orig	2006-10-02 15:42:35.000000000 +0200
+++ frysk-core/configure	2006-10-02 17:32:06.000000000 +0200
@@ -3553,7 +3553,8 @@
 	do_arch32_test=yes;;
 *)	do_arch32_test=no;;
 esac
-
+# Hack:
+do_arch32_test=no
 
 if test $do_arch32_test = yes; then
   DO_ARCH32_TEST_TRUE=


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/frysk/devel/.cvsignore,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- .cvsignore	26 Sep 2006 18:13:53 -0000	1.34
+++ .cvsignore	2 Oct 2006 16:02:49 -0000	1.35
@@ -1 +1 @@
-frysk-0.0.1.2006.09.22.rh1.tar.bz2
+frysk-0.0.1.2006.10.02.rh1.tar.bz2

frysk-xfail-2130.patch:
 Makefile.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Index: frysk-xfail-2130.patch
===================================================================
RCS file: /cvs/dist/rpms/frysk/devel/frysk-xfail-2130.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- frysk-xfail-2130.patch	26 Sep 2006 18:13:53 -0000	1.2
+++ frysk-xfail-2130.patch	2 Oct 2006 16:02:49 -0000	1.3
@@ -1,9 +1,9 @@
 Disable frysk-imports/tests: frysk2130/strace-clone-exec.sh
 The kernel on the build host may be old.
 
---- frysk-imports/tests/Makefile.in.orig	2006-07-25 12:26:41.000000000 +0200
-+++ frysk-imports/tests/Makefile.in	2006-08-02 15:58:00.657944000 +0200
-@@ -376,7 +376,7 @@
+--- frysk-imports/tests/Makefile.in.orig	2006-10-02 14:53:39.000000000 +0200
++++ frysk-imports/tests/Makefile.in	2006-10-02 15:22:25.000000000 +0200
+@@ -391,7 +391,7 @@
  	frysk2595/ptrace_peek_wrong_thread \
  	frysk2595/ptrace_before_forked_thread_exits frysk2670/gcj.sh \
  	frysk2630/noerror.sh frysk2631/ice.sh frysk2760/barriertest \
@@ -12,12 +12,12 @@
  
  # Frysk, when creating test processes uses the sequence vfork -> fork
  # -> exec to create a process of known pid that has process 1 as its
-@@ -389,7 +389,7 @@
+@@ -407,7 +407,7 @@
  	frysk2595/ptrace_after_exec \
  	frysk2595/ptrace_after_exec_of_thread $(process_TESTS) \
  	frysk1929/gcj.sh cdtparserversion/cdttest.sh cmdline/print \
 -	frysk2130/strace-clone-exec.sh frysk2299/GCTest \
 +	frysk2299/GCTest \
- 	vfork-exec/vfork-exec audit/test-audit-libs
+ 	vfork-exec/vfork-exec audit/test-audit-libs \
+ 	frysk3231/ptrace-test
  CLEANFILES = $(TESTS) $(noinst_SCRIPTS) *.gcno frysk2490/Child.h \
- 	frysk2490/Parent.h frysk2137/*.gcno frysk2137/*.gcda \


Index: frysk.spec
===================================================================
RCS file: /cvs/dist/rpms/frysk/devel/frysk.spec,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- frysk.spec	26 Sep 2006 18:13:53 -0000	1.98
+++ frysk.spec	2 Oct 2006 16:02:49 -0000	1.99
@@ -1,6 +1,6 @@
 Summary:	Frysk execution analysis tool
 Name:		frysk
-Version:	0.0.1.2006.09.22.rh1
+Version:	0.0.1.2006.10.02.rh1
 Release:	1%{?dist}
 License:	GPL
 Group:		Development/System
@@ -13,6 +13,9 @@
 # Prevent a warning from a new g++:
 Patch1:		frysk-20060922-a-cast.patch
 
+# Do not build 32bit tests:
+Patch2:		frysk-arch32-disable.patch
+
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 
 Requires:   	libglade-java >= 2.12.5
@@ -45,6 +48,11 @@
 Buildrequires:	metacity
 %endif
 
+%ifarch x86_64 ppc64
+# Ensure glibc{,-devel} is installed for both multilib arches
+BuildRequires: /lib/libc.so.6 /usr/lib/libc.so /lib64/libc.so.6 /usr/lib64/libc.so
+%endif
+
 ExclusiveArch: %{ix86} x86_64 ppc64
 
 # We do not want to build a ``cross-debugging version'' i686->i386;
@@ -66,6 +74,7 @@
 %setup -q -n %{name}-%{version}
 %patch
 %patch1
+%patch2
 
 %build 
 
@@ -126,6 +135,9 @@
 %{_libexecdir}/frysk/*
 
 %changelog
+* Mon Oct  2 2006 Stepan Kasal <skasal at redhat.com> - 0.0.1.2006.10.02.rh1-1
+- New upstream version.
+
 * Tue Sep 26 2006 Stepan Kasal <skasal at redhat.com> - 0.0.1.2006.09.22.rh1-1
 - New upstream version.
 - Refresh frysk-xfail-2130.patch.


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/frysk/devel/sources,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- sources	26 Sep 2006 18:13:53 -0000	1.34
+++ sources	2 Oct 2006 16:02:49 -0000	1.35
@@ -1 +1 @@
-65cc48841d0e3284b60b7ad19b2b550c  frysk-0.0.1.2006.09.22.rh1.tar.bz2
+f94ae862fe08581986df0a54b93434dc  frysk-0.0.1.2006.10.02.rh1.tar.bz2




More information about the fedora-cvs-commits mailing list