rpms/abicheck/devel abicheck-1.2-tests.patch, 1.2, 1.3 abicheck.spec, 1.37, 1.38

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Thu May 24 11:00:29 UTC 2007


Author: mschwendt

Update of /cvs/extras/rpms/abicheck/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21281

Modified Files:
	abicheck-1.2-tests.patch abicheck.spec 
Log Message:


abicheck-1.2-tests.patch:

Index: abicheck-1.2-tests.patch
===================================================================
RCS file: /cvs/extras/rpms/abicheck/devel/abicheck-1.2-tests.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- abicheck-1.2-tests.patch	24 May 2007 10:32:23 -0000	1.2
+++ abicheck-1.2-tests.patch	24 May 2007 10:59:54 -0000	1.3
@@ -56,3 +56,15 @@
  	pass
  else
  	fail
+diff -Nur abicheck-1.2-orig/test/run_tests abicheck-1.2/test/run_tests
+--- abicheck-1.2-orig/test/run_tests	2002-02-07 15:40:20.000000000 +0100
++++ abicheck-1.2/test/run_tests	2007-05-24 13:00:58.000000000 +0200
+@@ -29,7 +29,7 @@
+ # public1:
+ 
+ name="public1: only calls public syms"
+-if [ "`abicheck ./public1 2>/dev/null`" = "./public1: OK" ]; then
++if [ "`abicheck ./public1 2>/dev/null`" == "./public1: OK" ]; then
+ 	pass
+ else
+ 	fail


Index: abicheck.spec
===================================================================
RCS file: /cvs/extras/rpms/abicheck/devel/abicheck.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- abicheck.spec	24 May 2007 10:43:48 -0000	1.37
+++ abicheck.spec	24 May 2007 10:59:54 -0000	1.38
@@ -3,7 +3,7 @@
 Summary: 	ABI checking tool
 Name: 		abicheck
 Version: 	1.2
-Release: 	12.5
+Release: 	12.6
 License: 	LGPL
 Group: 		Applications/File
 URL: 		http://abicheck.sourceforge.net/
@@ -47,12 +47,8 @@
 
 
 %check
-#make test
-cd test
-make public1
-../abicheck ./public1 || true
-../abicheck ./public1 || true
-../abicheck ./public1 || true
+make test || make test || make test
+
 
 %clean
 rm -rf $RPM_BUILD_ROOT




More information about the fedora-extras-commits mailing list