rpms/systemtap/F-10 .cvsignore, 1.14, 1.15 sources, 1.28, 1.29 systemtap.spec, 1.42, 1.43

Josh Stone jistone at fedoraproject.org
Fri Mar 27 17:48:32 UTC 2009


Author: jistone

Update of /cvs/pkgs/rpms/systemtap/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11877

Modified Files:
	.cvsignore sources systemtap.spec 
Log Message:
upstream release



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/systemtap/F-10/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore	13 Nov 2008 20:53:55 -0000	1.14
+++ .cvsignore	27 Mar 2009 17:48:01 -0000	1.15
@@ -1 +1 @@
-systemtap-0.8.tar.gz
+systemtap-0.9.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/systemtap/F-10/sources,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- sources	19 Feb 2009 18:31:42 -0000	1.28
+++ sources	27 Mar 2009 17:48:01 -0000	1.29
@@ -1 +1 @@
-d4fff2b34d730be78236ebd1758979f6  systemtap-0.9.tar.gz
+5875ac02eae5260d0d14b337e7b5420a  systemtap-0.9.5.tar.gz


Index: systemtap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/systemtap/F-10/systemtap.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- systemtap.spec	19 Feb 2009 18:31:42 -0000	1.42
+++ systemtap.spec	27 Mar 2009 17:48:01 -0000	1.43
@@ -1,14 +1,14 @@
-%{!?release: %define release 1}
 %{!?with_sqlite: %define with_sqlite 1}
 %{!?with_docs: %define with_docs 1}
 %{!?with_crash: %define with_crash 0}
 %{!?with_bundled_elfutils: %define with_bundled_elfutils 0}
 %{!?elfutils_version: %define elfutils_version 0.127}
+%{!?pie_supported: %define pie_supported 1}
 
 Name: systemtap
+Version: 0.9.5
+Release: 1%{?dist}
 # for version, see also configure.ac
-Version: 0.9
-Release: %{release}%{?dist}
 Summary: Instrumentation System
 Group: Development/System
 License: GPLv2+
@@ -176,9 +176,15 @@
 %define docs_config --disable-docs
 %endif
 
+# Enable pie as configure defaults to disabling it
+%if %{pie_supported}
+%define pie_config --enable-pie
+%else
+%define pie_config --disable-pie
+%endif
 
 
-%configure %{?elfutils_config} %{sqlite_config} %{crash_config} %{docs_config}
+%configure %{?elfutils_config} %{sqlite_config} %{crash_config} %{docs_config} %{pie_config}
 make %{?_smp_mflags}
 
 %install
@@ -251,7 +257,7 @@
 %{_bindir}/stap
 %{_bindir}/stap-report
 %{_mandir}/man1/*
-%{_mandir}/man5/*
+%{_mandir}/man3/*
 
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/runtime
@@ -317,6 +323,12 @@
 
 
 %changelog
+* Fri Mar 27 2009 Josh Stone <jistone at redhat.com> - 0.9.5-1
+- Upstream release.
+
+* Wed Mar 18 2009 Will Cohen <wcohen at redhat.com> - 0.9-2
+- Add location of man pages.
+
 * Tue Feb 17 2009 Frank Ch. Eigler <fche at redhat.com> - 0.9-1
 - Upstream release.
 




More information about the fedora-extras-commits mailing list