rpms/frysk/devel .cvsignore, 1.39, 1.40 frysk.spec, 1.104, 1.105 sources, 1.39, 1.40

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Oct 30 13:18:37 UTC 2006


Author: skasal

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

Modified Files:
	.cvsignore frysk.spec sources 
Log Message:
- New upstream version.
- Do not apply frysk-xfail-2130.patch, we do not run make check anyway.
- Do not list the binaries in the file list; use `f*'.


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/frysk/devel/.cvsignore,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- .cvsignore	23 Oct 2006 13:27:00 -0000	1.39
+++ .cvsignore	30 Oct 2006 13:18:35 -0000	1.40
@@ -1 +1 @@
-frysk-0.0.1.2006.10.23.rh1.tar.bz2
+frysk-0.0.1.2006.10.30.rh1.tar.bz2


Index: frysk.spec
===================================================================
RCS file: /cvs/dist/rpms/frysk/devel/frysk.spec,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- frysk.spec	23 Oct 2006 13:27:00 -0000	1.104
+++ frysk.spec	30 Oct 2006 13:18:35 -0000	1.105
@@ -1,14 +1,18 @@
 Summary:	Frysk execution analysis tool
 Name:		frysk
-Version:	0.0.1.2006.10.23.rh1
+Version:	0.0.1.2006.10.30.rh1
 Release:	1%{?dist}
 License:	GPL
 Group:		Development/System
 URL:		http://sourceware.org/frysk
 Source:		%{name}-%{version}.tar.bz2
 
+%define run_make_check 0
+
+%if %{run_make_check}
 # Disable the test which fails when building on older kernel.
-Patch:		frysk-xfail-2130.patch
+Patch0:		frysk-xfail-2130.patch
+%endif
 
 # Prevent a warning from a new g++:
 Patch1:		frysk-20060922-a-cast.patch
@@ -73,7 +77,9 @@
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch
+%if %{run_make_check}
+%patch0
+%endif
 %patch1
 %patch2
 
@@ -104,7 +110,7 @@
 
 make %{?_smp_mflags}
 
-%if 0
+%if %{run_make_check}
 %check
 make %{?_smp_mflags} -k check || :
 %endif
@@ -127,10 +133,8 @@
 %files
 %defattr(-,root,root)
 %doc COPYING frysk-imports/common/EXCEPTION
-%{_bindir}/frysk
-%{_bindir}/ftrace
-%{_bindir}/fstack
-%{_bindir}/fcrash
+# frysk, ftrace, fstack, perhaps fcrash
+%{_bindir}/f*
 %{_libdir}/*so*
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/*   
@@ -140,6 +144,11 @@
 %{_libexecdir}/frysk/*
 
 %changelog
+* Mon Oct 30 2006 Stepan Kasal <skasal at redhat.com> - 0.0.1.2006.10.30.rh1-1
+- New upstream version.
+- Do not apply frysk-xfail-2130.patch, we do not run make check anyway.
+- Do not list the binaries in the file list; use `f*'.
+
 * Mon Oct 23 2006 Stepan Kasal <skasal at redhat.com> - 0.0.1.2006.10.23.rh1-1
 - New upstream version.
 - Do not pack the jars; they cause multilib conflicts.


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/frysk/devel/sources,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- sources	23 Oct 2006 13:27:00 -0000	1.39
+++ sources	30 Oct 2006 13:18:35 -0000	1.40
@@ -1 +1 @@
-1fbcc4e0a734a31e5dea52b333548df2  frysk-0.0.1.2006.10.23.rh1.tar.bz2
+0e70a1e9341e26586fed8f6c16c35d25  frysk-0.0.1.2006.10.30.rh1.tar.bz2




More information about the fedora-cvs-commits mailing list