[mathgl] * Update to 1.11.2

mycae mycae at fedoraproject.org
Thu Jun 2 19:46:26 UTC 2011


commit 3c3761f58399ba4cc7cc516c0bbf70f57ceb1486
Author: builder <builder at localhost.localdomain>
Date:   Thu Jun 2 20:44:27 2011 +0100

    * Update to 1.11.2

 .gitignore                                         |    1 +
 ...1.11.0.1-fltk.patch => mathgl-1.11.2-fltk.patch |    0
 mathgl.spec                                        |   22 +++++++++++--------
 sources                                            |    2 +-
 4 files changed, 15 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 421fb12..53a2ccc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 mathgl-1.10.2.1.tgz
 /mathgl-1.11.0.1.tgz
+/mathgl-1.11.2.tar.gz
diff --git a/mathgl-1.11.0.1-fltk.patch b/mathgl-1.11.2-fltk.patch
similarity index 100%
rename from mathgl-1.11.0.1-fltk.patch
rename to mathgl-1.11.2-fltk.patch
diff --git a/mathgl.spec b/mathgl.spec
index 5b0edaf..07df654 100644
--- a/mathgl.spec
+++ b/mathgl.spec
@@ -1,20 +1,18 @@
 Name: mathgl
-Version: 1.11.0.1
-Release: 6%{?dist}
+Version: 1.11.2
+Release: 1%{?dist}
 Summary: Cross-platform library for making high-quality scientific graphics
-Summary(de): Plattformübergreifende Bibliothek für qualitativ hochwertige wissenschaftliche Graphiken
+Summary(de): Plattformübergreifende Bibliothek für hochwertige wissenschaftliche Graphiken
 Summary(ru): MathGL - это библиотека для осуществления высококачественной визуализации данных
 License: GPLv2+
 Group: Development/Libraries
 Url: http://mathgl.sourceforge.net
-Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tgz
+Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 
 #Uncomment mathgl dif listing (fix warning) also from pts
 Patch0: %{name}-info.patch
-#Datatype conversion (int->int32) on x86 in hdf4 read func
-Patch1: %{name}-hdf4-datatype.patch
 #Fltk uses /usr/include/FL
-Patch2: %{name}-%{version}-fltk.patch
+Patch1: %{name}-%{version}-fltk.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -79,8 +77,7 @@ for file in AUTHORS ChangeLog.txt README COPYRIGHT; do
 done
 
 %patch0
-%patch1
-%patch2 -p1
+%patch1 -p1
 
 
 
@@ -176,6 +173,13 @@ rm -rf $RPM_BUILD_ROOT
 %doc texinfo/docs/*
 
 %changelog
+* Wed Jun 01 2011 <mycae(a!t)yahoo.com> - 1.11.2-1
+- Update to upstream 1.11.2
+
+* Tue May 31 2011 Ralf Corsépius <corsepiu at fedoraproject.org> - 1.11.0.1-6
+- Reflect fltk having changed its include directory (Fix FTBS).
+- Fix German %%summary.
+
 * Tue May 31 2011 Ralf Corsépius <corsepiu at fedoraproject.org> - 1.11.0.1-6
 - Reflect fltk having changed its include directory (Fix FTBS).
 - Fix German %%summary.
diff --git a/sources b/sources
index edffa2f..df50a3d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-790438adb60afd25304d9d2a18c03160  mathgl-1.11.0.1.tgz
+acd33e68911d9506f60d769dce23f95e  mathgl-1.11.2.tar.gz


More information about the scm-commits mailing list