Hello community,

here is the log from the commit of package mathgl for openSUSE:Factory checked 
in at 2013-03-08 09:22:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mathgl (Old)
 and      /work/SRC/openSUSE:Factory/.mathgl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mathgl", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/mathgl/mathgl.changes    2012-12-30 
12:19:32.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.mathgl.new/mathgl.changes       2013-03-08 
09:22:42.000000000 +0100
@@ -2 +2,12 @@
-Mon Dec 24 12:32:37 UTC 2012 - dmi...@roshchin.org
+Thu Feb  7 17:02:48 UTC 2013 - dmitr...@opensuse.org
+
+- Disable reading octave initialization files during build
+
+-------------------------------------------------------------------
+Mon Jan 28 12:52:18 UTC 2013 - dmitr...@opensuse.org
+
+- Update to version 2.1.2
+  * bugfix release, see included ChangeLog.txt for details
+
+-------------------------------------------------------------------
+Mon Dec 24 12:32:37 UTC 2012 - dmitr...@opensuse.org
@@ -10 +21 @@
-Wed Dec 19 11:15:44 UTC 2012 - dmi...@roshchin.org
+Wed Dec 19 11:15:44 UTC 2012 - dmitr...@opensuse.org
@@ -22 +33 @@
-Fri Dec 14 06:11:29 UTC 2012 - dmi...@roshchin.org
+Fri Dec 14 06:11:29 UTC 2012 - dmitr...@opensuse.org
@@ -42 +53 @@
-Wed Oct 17 19:45:11 UTC 2012 - dmi...@roshchin.org
+Wed Oct 17 19:45:11 UTC 2012 - dmitr...@opensuse.org
@@ -49 +60 @@
-Fri Aug 24 15:34:59 UTC 2012 - dmi...@roshchin.org
+Fri Aug 24 15:34:59 UTC 2012 - dmitr...@opensuse.org
@@ -54 +65 @@
-Tue Aug 21 14:58:30 UTC 2012 - dmi...@roshchin.org
+Tue Aug 21 14:58:30 UTC 2012 - dmitr...@opensuse.org

Old:
----
  mathgl-2.1.1.tar.gz

New:
----
  mathgl-2.1.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mathgl.spec ++++++
--- /var/tmp/diff_new_pack.Tn9I2q/_old  2013-03-08 09:22:43.000000000 +0100
+++ /var/tmp/diff_new_pack.Tn9I2q/_new  2013-03-08 09:22:43.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mathgl
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 
 Name:           mathgl
 %define libname lib%{name}
-Version:        2.1.1
+Version:        2.1.2
 Release:        0
 %define somajor 7
 Summary:        Cross-platform library for making high-quality scientific 
graphics
@@ -49,6 +49,7 @@
 BuildRequires:  gsl-devel
 BuildRequires:  hdf5-devel
 BuildRequires:  libjpeg-devel
+# BuildRequires:  libharu-devel
 BuildRequires:  libpng-devel
 BuildRequires:  libqt4-devel
 BuildRequires:  libtiff-devel
@@ -252,7 +253,7 @@
 # Install octave-mathgl
 mkdir -p %{buildroot}%{_libdir}/octave/packages
 mkdir -p %{buildroot}%{_datadir}/octave/packages
-octave --eval "pkg prefix %{buildroot}%{_datadir}/octave/packages 
%{buildroot}%{_libdir}/octave/packages; pkg install lang/%{name}.tar.gz"
+octave --norc --eval "pkg prefix %{buildroot}%{_datadir}/octave/packages 
%{buildroot}%{_libdir}/octave/packages; pkg install lang/%{name}.tar.gz"
 rm %{buildroot}%{_datadir}/octave/packages/*/packinfo/.autoload
 # remove octave module archive
 rm %{buildroot}%{_datadir}/%{name}/%{name}.tar.gz

++++++ mathgl-2.1.1.tar.gz -> mathgl-2.1.2.tar.gz ++++++
++++ 26102 lines of diff (skipped)

++++++ mathgl-examples-install.patch ++++++
--- /var/tmp/diff_new_pack.Tn9I2q/_old  2013-03-08 09:22:44.000000000 +0100
+++ /var/tmp/diff_new_pack.Tn9I2q/_new  2013-03-08 09:22:44.000000000 +0100
@@ -1,8 +1,8 @@
-Index: mathgl-2.1/examples/CMakeLists.txt
+Index: mathgl-2.1.2/examples/CMakeLists.txt
 ===================================================================
---- mathgl-2.1.orig/examples/CMakeLists.txt
-+++ mathgl-2.1/examples/CMakeLists.txt
-@@ -4,21 +4,37 @@ endif(MGL_HAVE_GSL)
+--- mathgl-2.1.2.orig/examples/CMakeLists.txt
++++ mathgl-2.1.2/examples/CMakeLists.txt
+@@ -4,22 +4,38 @@ endif(MGL_HAVE_GSL)
  
  add_executable(mgl_example wnd_samples.cpp full_test.cpp samples.cpp)
  target_link_libraries(mgl_example mgl)
@@ -12,9 +12,10 @@
 +)
  
  if(MGL_HAVE_FLTK)
+       include_directories(${FLTK_INCLUDE_DIR})
        add_executable(mgl_fltk_example wnd_samples.cpp fltk_example.cpp)
        target_link_libraries(mgl_fltk_example mgl-fltk)
-+              install(
++      install(
 +              TARGETS mgl_fltk_example
 +              RUNTIME DESTINATION bin
 +      )
@@ -23,7 +24,7 @@
  if(MGL_HAVE_GLUT)
        add_executable(mgl_glut_example wnd_samples.cpp glut_example.cpp)
        target_link_libraries(mgl_glut_example mgl-glut)
-+              install(
++      install(
 +              TARGETS mgl_glut_example
 +              RUNTIME DESTINATION bin
 +      )
@@ -33,18 +34,18 @@
        include(${wxWidgets_USE_FILE})
        add_executable(mgl_wx_example wnd_samples.cpp wx_example.cpp)
        target_link_libraries(mgl_wx_example mgl-wx)
-+              install(
++      install(
 +              TARGETS mgl_wx_example
 +              RUNTIME DESTINATION bin
 +      )
  endif(MGL_HAVE_WX)
  
  if(MGL_HAVE_QT)
-@@ -26,4 +42,8 @@ if(MGL_HAVE_QT)
+@@ -27,4 +43,8 @@ if(MGL_HAVE_QT)
        qt_wrap_cpp(mgl_qt_example MGL_MOC_EX_FILES ../include/mgl2/qt.h)
        add_executable(mgl_qt_example wnd_samples.cpp qt_example.cpp 
${MGL_MOC_EX_FILES})
        target_link_libraries(mgl_qt_example mgl-qt)
-+              install(
++      install(
 +              TARGETS mgl_qt_example
 +              RUNTIME DESTINATION bin
 +      )

++++++ mathgl-fltk.patch ++++++
--- /var/tmp/diff_new_pack.Tn9I2q/_old  2013-03-08 09:22:44.000000000 +0100
+++ /var/tmp/diff_new_pack.Tn9I2q/_new  2013-03-08 09:22:44.000000000 +0100
@@ -1,8 +1,8 @@
-Index: mathgl-2.1/include/mgl2/fltk.h
+Index: mathgl-2.1.2/include/mgl2/fltk.h
 ===================================================================
---- mathgl-2.1.orig/include/mgl2/fltk.h
-+++ mathgl-2.1/include/mgl2/fltk.h
-@@ -60,8 +60,8 @@ public:
+--- mathgl-2.1.2.orig/include/mgl2/fltk.h
++++ mathgl-2.1.2/include/mgl2/fltk.h
+@@ -61,8 +61,8 @@ public:
  #endif
  
  #include <FL/Fl.H>

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to