fix typo in libpython.stp (rhbz:575336)
This commit is contained in:
parent
71040c91d3
commit
536a207750
@ -9,7 +9,7 @@ probe python.function.entry = process("python3").library("LIBRARY_PATH").mark("f
|
|||||||
funcname = user_string($arg2);
|
funcname = user_string($arg2);
|
||||||
lineno = $arg3;
|
lineno = $arg3;
|
||||||
}
|
}
|
||||||
probe python.function.return = process("python3").("LIBRARY_PATH").mark("function__return")
|
probe python.function.return = process("python3").library("LIBRARY_PATH").mark("function__return")
|
||||||
{
|
{
|
||||||
filename = user_string($arg1);
|
filename = user_string($arg1);
|
||||||
funcname = user_string($arg2);
|
funcname = user_string($arg2);
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
Summary: Version 3 of the Python programming language aka Python 3000
|
Summary: Version 3 of the Python programming language aka Python 3000
|
||||||
Name: python3
|
Name: python3
|
||||||
Version: %{pybasever}.1
|
Version: %{pybasever}.1
|
||||||
Release: 27%{?dist}
|
Release: 28%{?dist}
|
||||||
License: Python
|
License: Python
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
Source: http://python.org/ftp/python/%{version}/Python-%{version}.tar.bz2
|
Source: http://python.org/ftp/python/%{version}/Python-%{version}.tar.bz2
|
||||||
@ -719,6 +719,9 @@ rm -fr %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 20 2010 David Malcolm <dmalcolm@redhat.com> - 3.1.1-28
|
||||||
|
- fix typo in libpython.stp (rhbz:575336)
|
||||||
|
|
||||||
* Fri Mar 12 2010 David Malcolm <dmalcolm@redhat.com> - 3.1.1-27
|
* Fri Mar 12 2010 David Malcolm <dmalcolm@redhat.com> - 3.1.1-27
|
||||||
- add pyfuntop.stp example (source 7)
|
- add pyfuntop.stp example (source 7)
|
||||||
- convert usage of $$RPM_BUILD_ROOT to %%{buildroot} throughout, for
|
- convert usage of $$RPM_BUILD_ROOT to %%{buildroot} throughout, for
|
||||||
|
Loading…
Reference in New Issue
Block a user