rpms/python3/F-13 libpython.stp,1.1,1.2 python3.spec,1.15,1.16

dmalcolm dmalcolm at fedoraproject.org
Sat Mar 20 14:51:39 UTC 2010


Author: dmalcolm

Update of /cvs/pkgs/rpms/python3/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv19935

Modified Files:
	libpython.stp python3.spec 
Log Message:
- fix typo in libpython.stp (rhbz:575336)



Index: libpython.stp
===================================================================
RCS file: /cvs/pkgs/rpms/python3/F-13/libpython.stp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- libpython.stp	12 Feb 2010 21:38:52 -0000	1.1
+++ libpython.stp	20 Mar 2010 14:51:38 -0000	1.2
@@ -9,7 +9,7 @@ probe python.function.entry = process("p
     funcname = user_string($arg2);
     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);
     funcname = user_string($arg2);


Index: python3.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python3/F-13/python3.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- python3.spec	12 Mar 2010 22:43:52 -0000	1.15
+++ python3.spec	20 Mar 2010 14:51:38 -0000	1.16
@@ -39,7 +39,7 @@
 Summary: Version 3 of the Python programming language aka Python 3000
 Name: python3
 Version: %{pybasever}.1
-Release: 27%{?dist}
+Release: 28%{?dist}
 License: Python
 Group: Development/Languages
 Source: http://python.org/ftp/python/%{version}/Python-%{version}.tar.bz2
@@ -719,6 +719,9 @@ rm -fr %{buildroot}
 
 
 %changelog
+* Sat Mar 20 2010 David Malcolm <dmalcolm at redhat.com> - 3.1.1-28
+- fix typo in libpython.stp (rhbz:575336)
+
 * Fri Mar 12 2010 David Malcolm <dmalcolm at redhat.com> - 3.1.1-27
 - add pyfuntop.stp example (source 7)
 - convert usage of $$RPM_BUILD_ROOT to %%{buildroot} throughout, for



More information about the scm-commits mailing list