rpms/frysk/devel .cvsignore, 1.32, 1.33 frysk.spec, 1.95, 1.96 sources, 1.32, 1.33

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Sep 15 12:53:51 UTC 2006


Author: skasal

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

Modified Files:
	.cvsignore frysk.spec sources 
Log Message:
- New upstream version.
- Make sure we are not building a ``cross-debugging'' libunwind on i686.



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/frysk/devel/.cvsignore,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- .cvsignore	12 Sep 2006 11:20:56 -0000	1.32
+++ .cvsignore	15 Sep 2006 12:53:49 -0000	1.33
@@ -1 +1 @@
-frysk-0.0.1.2006.09.08.rh1.tar.bz2
+frysk-0.0.1.2006.09.15.rh1.tar.bz2


Index: frysk.spec
===================================================================
RCS file: /cvs/dist/rpms/frysk/devel/frysk.spec,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- frysk.spec	12 Sep 2006 11:20:56 -0000	1.95
+++ frysk.spec	15 Sep 2006 12:53:49 -0000	1.96
@@ -1,7 +1,7 @@
 Summary:	Frysk execution analysis tool
 Name:		frysk
-Version:	0.0.1.2006.09.08.rh1
-Release:	2%{?dist}
+Version:	0.0.1.2006.09.15.rh1
+Release:	1%{?dist}
 License:	GPL
 Group:		Development/System
 URL:		http://sourceware.org/frysk
@@ -43,6 +43,13 @@
 
 ExclusiveArch: %{ix86} x86_64 ppc64
 
+# We do not want to build a ``cross-debugging version'' i686->i386;
+# libunwind build would get confused by this.  Override the cmd-line
+# --target option:
+%ifarch %{ix86}
+%define _target_cpu %{_host_cpu}
+%endif
+
 %description
 Frysk is an execution-analysis technology implemented using native Java and C++.
 It is aimed at providing developers and sysadmins with the ability to both
@@ -92,11 +99,8 @@
 rm -rf %{buildroot}
 make  DESTDIR=$RPM_BUILD_ROOT  install %{?_smp_mflags}
 
-%post
-/sbin/ldconfig
-
-%postun
-/sbin/ldconfig
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
 
 %clean
 rm -rf %{buildroot}
@@ -116,6 +120,10 @@
 %{_libexecdir}/frysk/*
 
 %changelog
+* Fri Sep 15 2006 Stepan Kasal <skasal at redhat.com> - 0.0.1.2006.09.15.rh1-1
+- New upstream version.
+- Make sure we are not building a ``cross-debugging'' libunwind on i686.
+
 * Tue Sep 12 2006 Stepan Kasal <skasal at redhat.com> - 0.0.1.2006.09.08.rh1-2
 - Do not require dogtail on FC-5; it's not available there.
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/frysk/devel/sources,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- sources	12 Sep 2006 11:20:56 -0000	1.32
+++ sources	15 Sep 2006 12:53:49 -0000	1.33
@@ -1 +1 @@
-6a73f1e1b5c0e266326e40519a5e82bd  frysk-0.0.1.2006.09.08.rh1.tar.bz2
+83ae6633dca777cac3121e1e425271cc  frysk-0.0.1.2006.09.15.rh1.tar.bz2




More information about the fedora-cvs-commits mailing list