rpms/mathgl/F-11 mathgl-info.patch, 1.1, 1.2 mathgl-no-mglwx.patch, 1.1, 1.2 mathgl.spec, 1.2, 1.3

mycae mycae at fedoraproject.org
Sat Jan 2 03:24:32 UTC 2010


Author: mycae

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

Modified Files:
	mathgl-info.patch mathgl-no-mglwx.patch mathgl.spec 
Log Message:
*Update to 1.10


mathgl-info.patch:
 mathgl_en.texi |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Index: mathgl-info.patch
===================================================================
RCS file: /cvs/pkgs/rpms/mathgl/F-11/mathgl-info.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- mathgl-info.patch	14 Sep 2009 10:49:17 -0000	1.1
+++ mathgl-info.patch	2 Jan 2010 03:24:32 -0000	1.2
@@ -1,7 +1,7 @@
 Index: mathgl/texinfo/mathgl.texi
 ===================================================================
---- texinfo/mathgl.texi	2009-03-04 13:22:15.000000000 +0000
-+++ texinfo/mathgl.texi	2009-05-27 17:39:59.000000000 +0100
+--- texinfo/mathgl_en.texi	2009-03-04 13:22:15.000000000 +0000
++++ texinfo/mathgl_en.texi	2009-05-27 17:39:59.000000000 +0100
 @@ -25,10 +25,10 @@
  @end quotation
  @end copying

mathgl-no-mglwx.patch:
 Makefile.am |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Index: mathgl-no-mglwx.patch
===================================================================
RCS file: /cvs/pkgs/rpms/mathgl/F-11/mathgl-no-mglwx.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- mathgl-no-mglwx.patch	14 Sep 2009 10:49:18 -0000	1.1
+++ mathgl-no-mglwx.patch	2 Jan 2010 03:24:32 -0000	1.2
@@ -1,24 +1,5 @@
---- widgets/Makefile.am.orig	2009-08-15 12:35:36.000000000 +1000
-+++ widgets/Makefile.am	2009-08-15 12:35:27.000000000 +1000
-@@ -18,11 +18,11 @@
- endif
- 
- if USE_WX
--lib_LTLIBRARIES += libmgl-wx.la
--libmgl_wx_la_LDFLAGS = -no-undefined -version-info $(MGL_CURRENT):$(MGL_REVISION):$(MGL_AGE)
--libmgl_wx_la_LIBADD = $(WX_LIBS) $(top_builddir)/mgl/libmgl.la
--libmgl_wx_la_CXXFLAGS = $(WX_FLAGS) $(AM_CXXFLAGS)
--libmgl_wx_la_SOURCES = mgl_wx.cpp
-+#lib_LTLIBRARIES += libmgl-wx.la
-+#libmgl_wx_la_LDFLAGS = -no-undefined -version-info $(MGL_CURRENT):$(MGL_REVISION):$(MGL_AGE)
-+#libmgl_wx_la_LIBADD = $(WX_LIBS) $(top_builddir)/mgl/libmgl.la
-+#libmgl_wx_la_CXXFLAGS = $(WX_FLAGS) $(AM_CXXFLAGS)
-+#libmgl_wx_la_SOURCES = mgl_wx.cpp
- endif
- 
- if USE_QT
---- examples/Makefile.am.orig	2009-08-15 12:55:36.000000000 +1000
-+++ examples/Makefile.am	2009-08-15 12:55:29.000000000 +1000
+--- examples/Makefile.am	2010-01-02 10:56:23.000000000 +1100
++++ examples/Makefile.am.new	2010-01-02 10:57:38.000000000 +1100
 @@ -24,10 +24,10 @@
  endif
  
@@ -26,11 +7,11 @@
 -bin_PROGRAMS += mgl_wx_example
 -mgl_wx_example_LDADD = $(WX_LIBS) $(top_builddir)/widgets/libmgl-wx.la
 -mgl_wx_example_CXXFLAGS = $(WX_FLAGS) $(AM_CXXFLAGS)
--mgl_wx_example_SOURCES = wx_example.cpp
+-mgl_wx_example_SOURCES = wnd_samples.cpp wx_example.cpp
 +#bin_PROGRAMS += mgl_wx_example
 +#mgl_wx_example_LDADD = $(WX_LIBS) $(top_builddir)/widgets/libmgl-wx.la
 +#mgl_wx_example_CXXFLAGS = $(WX_FLAGS) $(AM_CXXFLAGS)
-+#mgl_wx_example_SOURCES = wx_example.cpp
++#mgl_wx_example_SOURCES = wnd_samples.cpp wx_example.cpp
  endif
  
  if USE_QT


Index: mathgl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mathgl/F-11/mathgl.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- mathgl.spec	21 Oct 2009 02:23:37 -0000	1.2
+++ mathgl.spec	2 Jan 2010 03:24:32 -0000	1.3
@@ -1,7 +1,7 @@
 %{!?octave_api:%global octave_api %(octave-config -p API_VERSION || echo 0)}
 Name: mathgl
-Version: 1.9
-Release: 6%{?dist}.1
+Version: 1.10
+Release: 1%{?dist}
 Summary: Cross-platform library for making high-quality scientific graphics
 Summary(ru): MathGL - это библиотека для осуществления высококачественной визуализации данных
 License: GPLv2+
@@ -9,14 +9,10 @@ Group: Development/Libraries
 Url: http://mathgl.sourceforge.net
 Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tgz
 
-#Fix missing default parameter in hdf5 code 
-Patch0: %{name}-io.patch
-#Patch to fix parallel build issue (from debian pts)
-Patch1: %{name}-png.patch
 #Uncomment mathgl dif listing (fix warning) also from pts
-Patch2: %{name}-info.patch
+Patch0: %{name}-info.patch
 #Remove empty libmgl-wx from compilation
-Patch3: %{name}-no-mglwx.patch
+Patch1: %{name}-no-mglwx.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -82,8 +78,6 @@ done
 
 %patch0
 %patch1
-%patch2
-%patch3
 
 autoreconf
 
@@ -124,18 +118,18 @@ tar -zxf $RPM_BUILD_ROOT/%{_datadir}/%{n
 rm $RPM_BUILD_ROOT/%{_datadir}/%{name}/octave/%{name}.tar.gz
 
 #Copy the .oct file and supporting files to octave packages dir
-mkdir -p $RPM_BUILD_ROOT/%{_prefix}/libexec/octave/packages/%{name}-1.9.0/
+mkdir -p $RPM_BUILD_ROOT/%{_prefix}/libexec/octave/packages/%{name}-1.10.0/
 #Remove empty INDEX file
 rm %{name}/INDEX
 
 #We cannot use version macro with octave package search,
 # as pkg.m assumes a x.y.z format for packages. Failing
 # to do this renders the plugin inoperable
-cp -pR %{name}/inst/* $RPM_BUILD_ROOT/%{_prefix}/libexec/octave/packages/%{name}-1.9.0/
+cp -pR %{name}/inst/* $RPM_BUILD_ROOT/%{_prefix}/libexec/octave/packages/%{name}-1.10.0/
 
 #packinfo dir is required, or octave will not find the dir in recursive search
-mkdir -p $RPM_BUILD_ROOT/%{_datadir}/octave/packages/%{name}-1.9.0/packinfo
-cp -p %{name}/[A-Z]* $RPM_BUILD_ROOT/%{_datadir}/octave/packages/%{name}-1.9.0/packinfo
+mkdir -p $RPM_BUILD_ROOT/%{_datadir}/octave/packages/%{name}-1.10.0/packinfo
+cp -p %{name}/[A-Z]* $RPM_BUILD_ROOT/%{_datadir}/octave/packages/%{name}-1.10.0/packinfo
 
 popd
 
@@ -145,7 +139,7 @@ pushd .
 #Lets build a "docs" dir to maintain the dir relationships needed for html files
 mkdir -p  texinfo/docs
 cd texinfo/docs/
-cp -pr ../mathgl.html .
+cp -pr ../mathgl_en.html .
 cp -pr ../png_static .
 cp -pr ../png/ .
 
@@ -184,9 +178,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/*.so.*
 %{_bindir}/mgl*
 %{_datadir}/%{name}/
-%{_prefix}/libexec/octave/packages/%{name}-1.9.0/
-%{_datadir}/octave/packages/%{name}-1.9.0/
-%{_infodir}/%{name}.*.gz
+%{_prefix}/libexec/octave/packages/%{name}-1.10.0/
+%{_datadir}/octave/packages/%{name}-1.10.0/
+%{_infodir}/%{name}_en.*.gz
+%{_infodir}/%{name}_ru.*.gz
 
 
 %files devel
@@ -199,8 +194,14 @@ rm -rf $RPM_BUILD_ROOT
 %doc texinfo/docs/*
 
 %changelog
-* Tue Oct 20 2009 Alex Lancaster <alexlan[AT]fedoraproject org> - 1.9-6.1
-- Rebuild for new Octave 3.2.x and new SWIG (#529522)
+* Sat Jan 02 2010 <mycae(a!t)yahoo.com> - 1.10-1
+- Update to 1.10
+
+* Wed Nov 25 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1.9-8
+- Rebuild for Qt 4.6.0 RC1 in F13 (was built against Beta 1 with unstable ABI)
+
+* Sun Oct 25 2009 Milos Jakubicek <xjakub at fi.muni.cz> - 1.9-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
 * Mon Sep 14 2009 <mycae(a!t)yahoo.com> 1.9-6
 - Add COPYING to doc




More information about the fedora-extras-commits mailing list