rpms/scidavis/F-9 scidavis-0.1.3-sip.patch, NONE, 1.1 scidavis.spec, 1.3, 1.4

Eric Tanguy tanguy at fedoraproject.org
Wed Jan 7 18:38:37 UTC 2009


Author: tanguy

Update of /cvs/extras/rpms/scidavis/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23994

Modified Files:
	scidavis.spec 
Added Files:
	scidavis-0.1.3-sip.patch 
Log Message:


scidavis-0.1.3-sip.patch:

--- NEW FILE scidavis-0.1.3-sip.patch ---
--- scidavis-0.1.3.orig/scidavis/src/scidavis.sip	2007-07-21 21:32:13.000000000 +0100
+++ scidavis-0.1.3/scidavis/src/scidavis.sip	2009-01-07 11:12:51.000000000 +0000
@@ -78,8 +78,6 @@
   MyWidget(const MyWidget&);
 };
 
-typedef QList<MyWidget*> MDIWindowList;
-
 class Table: MyWidget
 {
 %TypeHeaderCode
@@ -1027,7 +1025,6 @@
   SIPSCIDAVIS_APP(new sipInterpolation(app, a0, *a1, a2, a3, a4))
 %End
 
-  void setMethod(int n);
   void setMethod(InterpolationMethod m);
   bool run();
 };
@@ -1051,7 +1048,6 @@
   SIPSCIDAVIS_APP(new sipSmoothFilter(app, a0, *a1, a2, a3, a4))
 %End
 
-  void setMethod(int);
   void setMethod(SmoothMethod);
 
   void setSmoothPoints(int, int = 0);
@@ -1079,7 +1075,6 @@
   SIPSCIDAVIS_APP(new sipFFTFilter(app, a0, *a1, a2, a3, a4))
 %End
 
-  void setFilterType(int);
   void setFilterType(FilterType);
 
   void setCutoff(double);
@@ -1194,7 +1189,7 @@
 #include "src/Folder.h"
 %End
 public:
-  MDIWindowList windowsList() /PyName=windows/;
+  QList<MyWidget*> windowsList() /PyName=windows/;
 // TODO: implement signal Folder::nameChanged and make it update the project explorer; adjust renaming from GUI accordingly
 //  void setFolderName(const QString&) /PyName=setName/;
   QString name();


Index: scidavis.spec
===================================================================
RCS file: /cvs/extras/rpms/scidavis/F-9/scidavis.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- scidavis.spec	24 Apr 2008 09:05:22 -0000	1.3
+++ scidavis.spec	7 Jan 2009 18:38:06 -0000	1.4
@@ -1,10 +1,12 @@
 Summary:	Scientific Data Analysis and Visualization
 Name:		scidavis
 Version:	0.1.3
-Release: 	2%{?dist}
+Release: 	5%{?dist}
 Source0:	http://download.sourceforge.net/sourceforge/scidavis/%{name}-%{version}.tar.bz2
 Source1:	http://download.sourceforge.net/sourceforge/scidavis/scidavis-manual-0.1_2008-02-28.tar.bz2
 Patch0:		scidavis-0.1.3-pro.patch
+# 		http://bugzilla.redhat.com/479118
+Patch1:		scidavis-0.1.3-sip.patch	
 URL:		http://scidavis.sourceforge.net/
 License:	GPLv2
 Group: 		Applications/Engineering
@@ -29,6 +31,7 @@
 %prep
 %setup -q -a 1
 %patch0 -p1
+%patch1 -p1 -b .bz#479118
 
 sed -i -e 's/x-sciprj/x-sciprj;/' scidavis/scidavis.desktop
 sed -i -e 's/50/100/' scidavis/scidavis.xml
@@ -97,6 +100,15 @@
 %doc manual/*
 
 %changelog
+* Wed Jan 07 2009 Eric Tanguy <eric.tanguy at univ-nantes.fr> - 0.1.3-5
+- Rebuild
+
+* Wed Jan 07 2009 Rex Dieter <rdieter at fedoraproject.org> - 0.1.3-4
+- sip patch (#479118)
+
+* Sun Nov 30 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.1.3-3
+- Rebuild for Python 2.6
+
 * Wed Apr 23 2008 Eric Tanguy <eric.tanguy at univ-nantes.fr> - 0.1.3-2
 - Handle correctly the icons
 




More information about the fedora-extras-commits mailing list