rpms/perl-PDL/devel perl-PDL-2.4.3-missingfnc.patch, NONE, 1.1 perl-PDL.spec, 1.45, 1.46

Marcela Mašláňová mmaslano at fedoraproject.org
Thu Sep 18 11:32:41 UTC 2008


Author: mmaslano

Update of /cvs/pkgs/rpms/perl-PDL/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29930

Modified Files:
	perl-PDL.spec 
Added Files:
	perl-PDL-2.4.3-missingfnc.patch 
Log Message:
* Thu Sep 18 2008 Marcela Maslanova <mmaslano at redhat.com> - 2.4.3-14
- 461803 Missing Functions from PDL::Graphics::PLplot


perl-PDL-2.4.3-missingfnc.patch:

--- NEW FILE perl-PDL-2.4.3-missingfnc.patch ---
--- PDL-2.4.3-orig/Graphics/PLplot/plplot.pd	2005-05-03 07:19:47.000000000 -0700
+++ PDL-2.4.3/Graphics/PLplot/plplot.pd	2008-09-10 09:54:41.000000000 -0700
@@ -1932,6 +1932,8 @@
 void c_plgpage(PLFLT *p_xp, PLFLT *p_yp,PLINT *p_xleng, PLINT *p_yleng, PLINT *p_xoff, PLINT *p_yoff);
 void c_plgra(void);
 void c_plgspa(PLFLT *xmin, PLFLT *xmax, PLFLT *ymin, PLFLT *ymax);
+void c_plgvpd(PLFLT *xmin, PLFLT *xmax, PLFLT *ymin, PLFLT *ymax);
+void c_plgvpw(PLFLT *xmin, PLFLT *xmax, PLFLT *ymin, PLFLT *ymax);
 #void c_plgstrm(PLINT *p_strm);
 #void c_plgver(char *p_ver);
 void c_plgxax(PLINT *p_digmax, PLINT *p_digits);



Index: perl-PDL.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-PDL/devel/perl-PDL.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- perl-PDL.spec	4 Sep 2008 21:26:46 -0000	1.45
+++ perl-PDL.spec	18 Sep 2008 11:32:11 -0000	1.46
@@ -1,6 +1,6 @@
 Name:           perl-PDL
 Version:        2.4.3
-Release:        13%{?dist}
+Release:        14%{?dist}
 Summary:        The Perl Data Language
 
 Group:          Development/Libraries
@@ -21,6 +21,7 @@
 Patch11:        perl-PDL-2.4.3-noDISPLAY.patch
 #See http://sourceforge.net/tracker/index.php?func=detail&aid=2093833&group_id=612&atid=300612
 Patch12:        perl-PDL-2.4.3-plparseopts.patch
+Patch13:        perl-PDL-2.4.3-missingfnc.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  perl >= 1:5.6.1
@@ -68,6 +69,7 @@
 %patch10 -p1 -b .perl510
 %patch11 -p1 -b .noDISPLAY
 %patch12 -p1 -b .plparseopts
+%patch13 -p1 -b .missingfnc
 
 # Provides: explicitly filter perl(Inline)
 cat <<__EOF__ > %{name}-findperlprovides
@@ -153,6 +155,9 @@
 
 
 %changelog
+* Thu Sep 18 2008 Marcela Maslanova <mmaslano at redhat.com> - 2.4.3-14
+- 461803 Missing Functions from PDL::Graphics::PLplot
+
 * Thu Sep 04 2008 Orion Poplawski <orion at cora.nwra.com> - 2.4.3-13
 - Add patch to add plparseopts function
 - Update URL




More information about the fedora-extras-commits mailing list