rpms/qtiplot/F-11 0-build.conf.patch, NONE, 1.1 1-manual.patch, NONE, 1.1 2-nonvoid-return.patch, NONE, 1.1 3-fitPlugins.patch, NONE, 1.1 4-install-path.patch, NONE, 1.1 5-liborigin2.patch, NONE, 1.1 6-QTeXEngine.patch, NONE, 1.1 qtiplot.xml, NONE, 1.1 .cvsignore, 1.5, 1.6 sources, 1.5, 1.6

supercyper supercyper at fedoraproject.org
Tue Feb 9 14:23:47 UTC 2010


Author: supercyper

Update of /cvs/pkgs/rpms/qtiplot/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28545

Modified Files:
	.cvsignore sources 
Added Files:
	0-build.conf.patch 1-manual.patch 2-nonvoid-return.patch 
	3-fitPlugins.patch 4-install-path.patch 5-liborigin2.patch 
	6-QTeXEngine.patch qtiplot.xml 
Log Message:
sync with devel


0-build.conf.patch:
 build.conf.example |   47 ++++++++++++++++++++++++-----------------------
 1 file changed, 24 insertions(+), 23 deletions(-)

--- NEW FILE 0-build.conf.patch ---
--- qtiplot-0.9.7.11.old/build.conf.example	2009-12-30 14:42:02.000000000 +0800
+++ qtiplot-0.9.7.11/build.conf.example	2010-01-23 23:16:01.213420633 +0800
@@ -16,37 +16,37 @@
 ##########################################################
 
 # include path. leave it blank to use SYS_INCLUDE
-MUPARSER_INCLUDEPATH = $$QTI_ROOT/3rdparty/muparser/include
+MUPARSER_INCLUDEPATH = /usr/include/muParser
 # link statically against a copy in 3rdparty/
-MUPARSER_LIBS = $$QTI_ROOT/3rdparty/muparser/lib/libmuparser.a
+#MUPARSER_LIBS = $$QTI_ROOT/3rdparty/muparser/lib/libmuparser.a
 # or dynamically against a system-wide installation
-#MUPARSER_LIBS = -lmuparser
+MUPARSER_LIBS = -lmuparser
 
 ##########################################################
 ## GNU Sientific Library (http://www.gnu.org/software/gsl/)
 ##########################################################
 
 # include path. leave it blank to use SYS_INCLUDE
-GSL_INCLUDEPATH = $$QTI_ROOT/3rdparty/gsl/include
+GSL_INCLUDEPATH = /usr/include/gsl
 # link statically against a copy in 3rdparty/
-GSL_LIBS = $$QTI_ROOT/3rdparty/gsl/lib/libgsl.a \
-           $$QTI_ROOT/3rdparty/gsl/lib/libgslcblas.a
+#GSL_LIBS = $$QTI_ROOT/3rdparty/gsl/lib/libgsl.a \
+#           $$QTI_ROOT/3rdparty/gsl/lib/libgslcblas.a
 # or dynamically against a system-wide installation
-#GSL_LIBS = -lgsl -lgslcblas
+GSL_LIBS = -lgsl -lgslcblas
 
 ##########################################################
 ## Boost libraries (http://www.boost.org/)
 ##########################################################
 
 # include path. leave it blank to use SYS_INCLUDE
-BOOST_INCLUDEPATH = $$QTI_ROOT/3rdparty/boost
+BOOST_INCLUDEPATH = /usr/include/boost
 # link statically against a copy in 3rdparty/
-unix: BOOST_LIBS = $$QTI_ROOT/3rdparty/boost/lib/libboost_date_time-gcc43-mt-1_38.a \
-				   $$QTI_ROOT/3rdparty/boost/lib/libboost_thread-gcc43-mt-1_38.a
-win32:BOOST_LIBS = $$QTI_ROOT/3rdparty/boost/lib/libboost_date_time-mgw34-mt.lib \
-				   $$QTI_ROOT/3rdparty/boost/lib/libboost_thread-mgw34-mt.lib
+#unix: BOOST_LIBS = $$QTI_ROOT/3rdparty/boost/lib/libboost_date_time-gcc43-mt-1_38.a \
+#				   $$QTI_ROOT/3rdparty/boost/lib/libboost_thread-gcc43-mt-1_38.a
+#win32:BOOST_LIBS = $$QTI_ROOT/3rdparty/boost/lib/libboost_date_time-mgw34-mt.lib \
+#				   $$QTI_ROOT/3rdparty/boost/lib/libboost_thread-mgw34-mt.lib
 # or dynamically against a system-wide installation
-#BOOST_LIBS = -lboost_date_time-mt -lboost_thread-mt
+BOOST_LIBS = -lboost_date_time-mt -lboost_thread-mt
 
 ##########################################################
 ## QWT - use local copy till upstream catches up
@@ -64,9 +64,9 @@
 ###########################################################
 
 # include path.
-XLS_INCLUDEPATH = $$QTI_ROOT/3rdparty/libxls/include/
+#XLS_INCLUDEPATH = $$QTI_ROOT/3rdparty/libxls/include/
 # link locally against a copy in 3rdparty/
-XLS_LIBS = $$QTI_ROOT/3rdparty/libxls/lib/libxlsreader.a
+#XLS_LIBS = $$QTI_ROOT/3rdparty/libxls/lib/libxlsreader.a
 
 ###########################################################
 ## QuaZIP - optional. you don't have to set these variables
@@ -74,20 +74,21 @@
 ###########################################################
 
 # include path.
-QUAZIP_INCLUDEPATH = $$QTI_ROOT/3rdparty/quazip/quazip/
+QUAZIP_INCLUDEPATH = /usr/include/quazip
+INCLUDEPATH += /usr/include/minizip
 # link locally against a copy in 3rdparty/
-QUAZIP_LIBS = $$QTI_ROOT/3rdparty/quazip/lib/libquazip.a
+QUAZIP_LIBS = -lquazip
 
 ##########################################################
 ## libpng - optional. you don't have to set these variables
 ##########################################################
 
 # include path. leave it blank to use SYS_INCLUDE
-LIBPNG_INCLUDEPATH = $$QTI_ROOT/3rdparty/libpng/
+LIBPNG_INCLUDEPATH = /usr/include/libpng12
 # link statically against a copy in 3rdparty/
-LIBPNG_LIBS = $$QTI_ROOT/3rdparty/libpng/libpng.a
+#LIBPNG_LIBS = $$QTI_ROOT/3rdparty/libpng/libpng.a
 # or dynamically against a system-wide installation
-#LIBPNG_LIBS = -lpng
+LIBPNG_LIBS = -lpng
 
 ##########################################################
 ## EmfEngine - optional. you don't have to set these variables
@@ -95,9 +96,9 @@
 ##########################################################
 
 # include path.
-EMF_ENGINE_INCLUDEPATH = $$QTI_ROOT/3rdparty/EmfEngine/src
+#EMF_ENGINE_INCLUDEPATH = $$QTI_ROOT/3rdparty/EmfEngine/src
 # link locally against a copy in 3rdparty/
-EMF_ENGINE_LIBS = $$QTI_ROOT/3rdparty/EmfEngine/libEmfEngine.a
+#EMF_ENGINE_LIBS = $$QTI_ROOT/3rdparty/EmfEngine/libEmfEngine.a
 
 ##########################################################
 ## python - only used if python is needed
@@ -133,7 +134,7 @@
   #DEFINES         += QTIPLOT_SUPPORT
 
   # Uncomment the following line if you want to perform a custom installation using the *.path variables defined in ./qtiplot.pro.
-  #CONFIG          += CustomInstall
+  CONFIG          += CustomInstall
 
   # Uncomment the following line if you want to build QtiPlot as a browser plugin (not working on Internet Explorer).
   #CONFIG          += BrowserPlugin

1-manual.patch:
 Makefile                 |    1 +
 docbook-en/index.docbook |    2 +-
 qtiplot.dsl              |    2 +-
 qtiplot_html.xsl         |    2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)

--- NEW FILE 1-manual.patch ---
diff -urP qtiplot-0.9.7.11.old/manual/docbook-en/index.docbook qtiplot-0.9.7.11/manual/docbook-en/index.docbook
--- qtiplot-0.9.7.11.old/manual/docbook-en/index.docbook	2010-01-04 17:50:46.000000000 +0800
+++ qtiplot-0.9.7.11/manual/docbook-en/index.docbook	2010-01-23 21:37:20.174420369 +0800
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "/usr/share/xml/docbook/schema/dtd/4.4/docbookx.dtd" [
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "/usr/share/sgml/docbook/xml-dtd-4.3-VER-REL/docbookx.dtd" [
 
   <!ENTITY appname "QtiPlot">
   <!ENTITY kappname "&appname;">
diff -urP qtiplot-0.9.7.11.old/manual/Makefile qtiplot-0.9.7.11/manual/Makefile
--- qtiplot-0.9.7.11.old/manual/Makefile	2009-10-19 17:01:27.000000000 +0800
+++ qtiplot-0.9.7.11/manual/Makefile	2010-01-24 00:41:42.612671212 +0800
@@ -7,3 +7,4 @@
 
 pdf:
 	dblatex -o qtiplot-manual-en.pdf -c dblatex.conf -p dblatex-param.xsl docbook-en/index.docbook
+install:
diff -urP qtiplot-0.9.7.11.old/manual/qtiplot.dsl qtiplot-0.9.7.11/manual/qtiplot.dsl
--- qtiplot-0.9.7.11.old/manual/qtiplot.dsl	2009-09-10 11:41:59.000000000 +0800
+++ qtiplot-0.9.7.11/manual/qtiplot.dsl	2010-01-23 22:47:51.422422475 +0800
@@ -6,7 +6,7 @@
 <!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
 
 <!-- Path to main Docbook->html stylesheet. You have to adapt this to your installation. -->
-<!ENTITY docbook-html-stylesheet SYSTEM "/usr/share/sgml/docbook/stylesheet/dsssl/modular/html/docbook.dsl" CDATA DSSSL>
+<!ENTITY docbook-html-stylesheet SYSTEM "/usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/docbook.dsl" CDATA DSSSL>
 
 <!-- Stylesheet function library for creating Windows HTML help and Qt Assistant profiles. -->
 <!ENTITY docbook-help-stylesheet SYSTEM "./help.dsl" CDATA DSSSL>
diff -urP qtiplot-0.9.7.11.old/manual/qtiplot_html.xsl qtiplot-0.9.7.11/manual/qtiplot_html.xsl
--- qtiplot-0.9.7.11.old/manual/qtiplot_html.xsl	2009-09-10 11:41:59.000000000 +0800
+++ qtiplot-0.9.7.11/manual/qtiplot_html.xsl	2010-01-24 14:52:29.262584570 +0800
@@ -1,5 +1,5 @@
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
-<xsl:import href="file:////usr/share/xml/docbook/stylesheet/nwalsh/html/chunk.xsl"/>
+<xsl:import href="file:////usr/share/sgml/docbook/xsl-stylesheets-1.75.2/html/chunk.xsl"/>
 
 	<!-- html.stylesheet
 	The html.stylesheet parameter is either empty, indicating that no 

2-nonvoid-return.patch:
 Note.cpp |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE 2-nonvoid-return.patch ---
--- qtiplot-0.9.7.11.old/qtiplot/src/scripting/Note.cpp	2009-10-18 10:34:30.000000000 +0800
+++ qtiplot-0.9.7.11/qtiplot/src/scripting/Note.cpp	2010-01-23 22:12:41.888421953 +0800
@@ -183,6 +183,7 @@
 			}
 		}
 	}
+	return -1;
 }
 
 ScriptEdit* Note::editor(int index)

3-fitPlugins.patch:
 exp_saturation/exp_saturation.pro       |    3 +--
 explin/explin.pro                       |    3 +--
 fitRational0/fitRational0.pro           |    3 +--
 fitRational1/fitRational1.pro           |    5 ++---
 planck_wavelength/planck_wavelength.pro |    3 +--
 5 files changed, 6 insertions(+), 11 deletions(-)

--- NEW FILE 3-fitPlugins.patch ---
diff -Naur qtiplot-0.9.7.11.old/fitPlugins/explin/explin.pro qtiplot-0.9.7.11/fitPlugins/explin/explin.pro
--- qtiplot-0.9.7.11.old/fitPlugins/explin/explin.pro	2009-08-14 05:27:00.000000000 +0800
+++ qtiplot-0.9.7.11/fitPlugins/explin/explin.pro	2010-01-23 22:26:49.617423920 +0800
@@ -4,7 +4,6 @@
 }
 
 QMAKE_PROJECT_DEPTH = 0
-linux-g++-64: libsuff=64
 
 TARGET            = explin
 TEMPLATE          = lib
@@ -19,7 +18,7 @@
 INCLUDEPATH += $$GSL_INCLUDEPATH
 LIBS        += $$GSL_LIBS
 
-target.path=/usr/lib$${libsuff}/qtiplot/plugins
+target.path=$$INSTALLBASE/$$LIB/qtiplot/plugins
 INSTALLS += target
 
 SOURCES += explin.c
diff -Naur qtiplot-0.9.7.11.old/fitPlugins/exp_saturation/exp_saturation.pro qtiplot-0.9.7.11/fitPlugins/exp_saturation/exp_saturation.pro
--- qtiplot-0.9.7.11.old/fitPlugins/exp_saturation/exp_saturation.pro	2009-08-14 19:27:08.000000000 +0800
+++ qtiplot-0.9.7.11/fitPlugins/exp_saturation/exp_saturation.pro	2010-01-23 22:27:23.628420907 +0800
@@ -4,7 +4,6 @@
 }
 
 QMAKE_PROJECT_DEPTH = 0
-linux-g++-64: libsuff=64
 
 TARGET            = exp_saturation
 TEMPLATE          = lib
@@ -19,7 +18,7 @@
 INCLUDEPATH += $$GSL_INCLUDEPATH
 LIBS        += $$GSL_LIBS
 
-target.path=/usr/lib$${libsuff}/qtiplot/plugins
+target.path=$$INSTALLBASE/$$LIB/qtiplot/plugins
 INSTALLS += target
 
 SOURCES += exp_saturation.c
diff -Naur qtiplot-0.9.7.11.old/fitPlugins/fitRational0/fitRational0.pro qtiplot-0.9.7.11/fitPlugins/fitRational0/fitRational0.pro
--- qtiplot-0.9.7.11.old/fitPlugins/fitRational0/fitRational0.pro	2009-08-14 05:27:00.000000000 +0800
+++ qtiplot-0.9.7.11/fitPlugins/fitRational0/fitRational0.pro	2010-01-23 22:27:41.749420618 +0800
@@ -4,7 +4,6 @@
 }
 
 QMAKE_PROJECT_DEPTH = 0
-linux-g++-64: libsuff=64
 
 TARGET            = fitRational0
 TEMPLATE          = lib
@@ -19,7 +18,7 @@
 INCLUDEPATH += $$GSL_INCLUDEPATH
 LIBS        += $$GSL_LIBS
 
-target.path=/usr/lib$${libsuff}/qtiplot/plugins
+target.path=$$INSTALLBASE/$$LIB/qtiplot/plugins
 INSTALLS += target
 
 SOURCES += fitRational0.cpp
diff -Naur qtiplot-0.9.7.11.old/fitPlugins/fitRational1/fitRational1.pro qtiplot-0.9.7.11/fitPlugins/fitRational1/fitRational1.pro
--- qtiplot-0.9.7.11.old/fitPlugins/fitRational1/fitRational1.pro	2009-08-14 05:27:00.000000000 +0800
+++ qtiplot-0.9.7.11/fitPlugins/fitRational1/fitRational1.pro	2010-01-23 22:28:01.092420985 +0800
@@ -3,8 +3,7 @@
   message( "You need a build.conf with local settings!" )
 }
 
-QMAKE_PROJECT_DEPTH = 0
-linux-g++-64: libsuff=64
+QMAKE_PROJECT_DEPTH = 0
 
 TARGET            = fitRational1
 TEMPLATE          = lib
@@ -19,7 +18,7 @@
 INCLUDEPATH += $$GSL_INCLUDEPATH
 LIBS        += $$GSL_LIBS
 
-target.path=/usr/lib$${libsuff}/qtiplot/plugins
+target.path=$$INSTALLBASE/$$LIB/qtiplot/plugins
 INSTALLS += target
 
 SOURCES += fitRational1.cpp
diff -Naur qtiplot-0.9.7.11.old/fitPlugins/planck_wavelength/planck_wavelength.pro qtiplot-0.9.7.11/fitPlugins/planck_wavelength/planck_wavelength.pro
--- qtiplot-0.9.7.11.old/fitPlugins/planck_wavelength/planck_wavelength.pro	2009-08-14 05:27:00.000000000 +0800
+++ qtiplot-0.9.7.11/fitPlugins/planck_wavelength/planck_wavelength.pro	2010-01-23 22:28:19.048421298 +0800
@@ -4,7 +4,6 @@
 }
 
 QMAKE_PROJECT_DEPTH = 0
-linux-g++-64: libsuff=64
 
 TARGET = planck_wavelength
 TEMPLATE = lib
@@ -18,7 +17,7 @@
 INCLUDEPATH += $$GSL_INCLUDEPATH
 LIBS        += $$GSL_LIBS
 
-target.path=/usr/lib$${libsuff}/qtiplot/plugins
+target.path=$$INSTALLBASE/$$LIB/qtiplot/plugins
 
 SOURCES = planck_wavelength.c
 

4-install-path.patch:
 qtiplot.pro |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

--- NEW FILE 4-install-path.patch ---
--- qtiplot-0.9.7.11.old/qtiplot/qtiplot.pro	2010-01-04 05:30:14.000000000 +0800
+++ qtiplot-0.9.7.11/qtiplot/qtiplot.pro	2010-01-24 14:18:33.981578761 +0800
@@ -52,8 +52,8 @@
 
 	unix: target.path = $$INSTALLBASE/bin
 	unix: translations.path = $$INSTALLBASE/share/qtiplot/translations
-	unix: manual.path = $$INSTALLBASE/share/doc/qtiplot/manual
-	unix: documentation.path = $$INSTALLBASE/share/doc/qtiplot
+	unix: manual.path = $$QTIDOCDIR/manual
+	unix: documentation.path = $$QTIDOCDIR
 	unix: man.path = $$INSTALLBASE/share/man/man1/
 
 	win32: target.path = $$INSTALLBASE
@@ -109,9 +109,9 @@
 					translations/qtiplot_sv.qm
 
 isEmpty(LUPDATE): LUPDATE = lupdate
-#system($$LUPDATE -verbose qtiplot.pro)
+system($$LUPDATE -verbose qtiplot.pro)
 isEmpty(LRELEASE): LRELEASE = lrelease
-#system($$LRELEASE -verbose qtiplot.pro)
+system($$LRELEASE -verbose qtiplot.pro)
 
 ###################### DOCUMENTATION ########################################
 
@@ -164,7 +164,7 @@
   				    qtiUtil.py \
   				    qti_wordlist.txt \
 
-  	unix: pythonconfig.path = /usr/local/qtiplot
+  	unix: pythonconfig.path = /usr/share/qtiplot
   	win32: pythonconfig.path = $$INSTALLBASE
   	DEFINES += PYTHON_CONFIG_PATH="\\\"$$replace(pythonconfig.path," ","\ ")\\\"
   }

5-liborigin2.patch:
 origin.pri |   13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

--- NEW FILE 5-liborigin2.patch ---
--- qtiplot-0.9.7.11.old/qtiplot/src/origin/origin.pri	2009-10-18 10:33:54.000000000 +0800
+++ qtiplot-0.9.7.11/qtiplot/src/origin/origin.pri	2010-01-27 14:10:32.706101500 +0800
@@ -2,16 +2,9 @@
 ################# Origin Import (liborigin) ###################
 ###############################################################
 INCLUDEPATH += src/origin/
-
+INCLUDEPATH += /usr/include/liborigin2
+LIBS        += -lorigin2
 HEADERS += src/origin/importOPJ.h
-HEADERS += ../3rdparty/liborigin/OriginObj.h
-HEADERS += ../3rdparty/liborigin/OriginFile.h
-HEADERS += ../3rdparty/liborigin/OriginParser.h
-HEADERS += ../3rdparty/liborigin/OriginDefaultParser.h
-HEADERS += ../3rdparty/liborigin/Origin750Parser.h
+
 
 SOURCES += src/origin/importOPJ.cpp
-SOURCES += ../3rdparty/liborigin/OriginFile.cpp
-SOURCES += ../3rdparty/liborigin/OriginParser.cpp
-SOURCES += ../3rdparty/liborigin/OriginDefaultParser.cpp
-SOURCES += ../3rdparty/liborigin/Origin750Parser.cpp

6-QTeXEngine.patch:
 qtiplot.pro |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

--- NEW FILE 6-QTeXEngine.patch ---
--- qtiplot-0.9.7.11/qtiplot/qtiplotold.pro	2010-01-27 14:17:08.178351444 +0800
+++ qtiplot-0.9.7.11/qtiplot/qtiplot.pro	2010-01-27 14:19:45.498101591 +0800
@@ -10,9 +10,9 @@
 
 # local copy included
 INCLUDEPATH       += ../3rdparty/qwtplot3d/include
-INCLUDEPATH       += ../3rdparty/liborigin
+#INCLUDEPATH       += ../3rdparty/liborigin
 INCLUDEPATH       += ../3rdparty/zlib
-INCLUDEPATH 	  += ../3rdparty/QTeXEngine/src
+#INCLUDEPATH 	  += ../3rdparty/QTeXEngine/src
 
 # configurable
 INCLUDEPATH       += $$MUPARSER_INCLUDEPATH
@@ -148,10 +148,10 @@
 ##################### TeX export: QTeXEngine ##################
 ###############################################################
 
-INCLUDEPATH += ../3rdparty/QTeXEngine/src
-HEADERS 	+= ../3rdparty/QTeXEngine/src/QTeXEngine.h
-SOURCES     += ../3rdparty/QTeXEngine/src/QTeXPaintEngine.cpp
-SOURCES     += ../3rdparty/QTeXEngine/src/QTeXPaintDevice.cpp
+INCLUDEPATH += /usr/include/QTeXEngine
+LIBS 	+= -lQTeXEngine
+#SOURCES     += ../3rdparty/QTeXEngine/src/QTeXPaintEngine.cpp
+#SOURCES     += ../3rdparty/QTeXEngine/src/QTeXPaintDevice.cpp
 
 ###############################################################
 ##################### Scripting: PYTHON + SIP + PyQT ##########


--- NEW FILE qtiplot.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
  <mime-type type="application/x-qtiplot-project">
    <sub-class-of type="text/plain"/>
    <comment>QtiPlot project file</comment>
    <glob pattern="*.qti" />
  </mime-type>
  <mime-type type="application/x-qtiplot-project-compressed">
    <comment>Compressed QtiPlot project file</comment>
    <glob pattern="*.qti.gz" />
  </mime-type>
  <mime-type type="application/x-qtiplot-project-backup">
    <sub-class-of type="text/plain"/>
    <comment>QtiPlot project file backup</comment>
    <glob pattern="*.qti~" />
  </mime-type>
</mime-info>


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/qtiplot/F-11/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	6 Feb 2010 18:01:38 -0000	1.5
+++ .cvsignore	9 Feb 2010 14:23:46 -0000	1.6
@@ -1,10 +1,3 @@
-qtiplot-0.9.7.11.tar.bz2
-0-build.conf.patch
-1-manual.patch
-2-nonvoid-return.patch
-3-fitPlugins.patch
-4-install-path.patch
-5-liborigin2.patch
-6-QTeXEngine.patch
-qtiplot.xml
+qtiplot-0.9.7.4.tar.bz2
 colormaps.tgz
+qtiplot-0.9.7.11.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/qtiplot/F-11/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	6 Feb 2010 18:01:38 -0000	1.5
+++ sources	9 Feb 2010 14:23:47 -0000	1.6
@@ -1,10 +1,2 @@
-4473d9f747353080f0b4e34ae6c1e725  qtiplot-0.9.7.11.tar.bz2
-8791a2007df253a53ca2e426ced932c7  0-build.conf.patch
-08ecb363d4582a3e5dda7515d60a604b  1-manual.patch
-17052b809d7d12993d340b093678634b  2-nonvoid-return.patch
-5fcd3ece23ba501ce39acd31ba695d37  3-fitPlugins.patch
-91f9b566a6bd850b964171a06ce23426  4-install-path.patch
-5a06b055d1742d6c3bd6be0742d82cae  5-liborigin2.patch
-3da4b12270c4769ca7597782fd7f476e  6-QTeXEngine.patch
-35683f3b32e1edcca0bb02c471d284e9  qtiplot.xml
 14e213a6fbbcce5824340768be528361  colormaps.tgz
+4473d9f747353080f0b4e34ae6c1e725  qtiplot-0.9.7.11.tar.bz2



More information about the scm-commits mailing list