[gl3n] update

MERCIER Jonathan bioinfornatics at fedoraproject.org
Fri Jun 28 18:46:07 UTC 2013


commit b24cb814747b3d8590dad04eeec51a7a08586a31
Author: bioinfornatics <bioinfornatics at fedoraproject.org>
Date:   Fri Jun 28 20:45:56 2013 +0200

    update

 .gitignore |    1 +
 gl3n.spec  |   56 +++++++++++++++++++++++++++++++-------------------------
 sources    |    2 +-
 3 files changed, 33 insertions(+), 26 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2411e04..67a173c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /gl3n-20120813git1fb5a4a.tar.xz
+/gl3n-20130626gitc7d0020.tar.xz
diff --git a/gl3n.spec b/gl3n.spec
index 47a8436..b2b1591 100644
--- a/gl3n.spec
+++ b/gl3n.spec
@@ -1,19 +1,19 @@
-%global     snapdate         20120813
-%global     gl3n_revision    1fb5a4a
+%global     snapdate         20130626
+%global     gl3n_revision    c7d0020
 %global     alphatag         %{snapdate}git%{gl3n_revision}
 %global     debug_package    %{nil}
 
 # The source for this package was pulled from upstream's git.
 # Use the following commands to generate the tarball:
 # git clone https://github.com/Dav1dde/gl3n
-# cd gl3n; 
+# cd gl3n;
 # git rev-parse --short HEAD            -> for gl3n_revision
-# git checkout %%gl3n_rev 
+# git checkout %%gl3n_rev
 # git archive --prefix=gl3n-%%{alphatag}/ HEAD --format=tar | xz > ../gl3n-%%{alphatag}.tar.xz
 
 Name:           gl3n
 Version:        0.%{snapdate}
-Release:        4%{?dist}
+Release:        6%{?dist}
 Summary:        An OpenGL Mathematics library for D
 Summary(fr):    Une bibliothèque Mathématique utilisant OpenGL pour D
 
@@ -26,15 +26,15 @@ BuildRequires:  ldc, ldc-phobos-devel
 %description
 gl3n provides all the math you need to work with OpenGL, DirectX.
 Currently gl3n supports:
- - linear algebra
-  + vectors
-  + matrices
-  + quaternions
- - interpolation
-  + linear interpolation (lerp)
-  + spherical linear interpolation (slerp)
-  + hermite interpolation
-  + catmull rom interpolation
+- linear algebra
++ vectors
++ matrices
++ quaternions
+- interpolation
++ linear interpolation (lerp)
++ spherical linear interpolation (slerp)
++ hermite interpolation
++ catmull rom interpolation
 Nearly all GLSL defined functions (according to spec 4.1)
 The power of D, e.g. dynamic swizzling, templated types (vectors, matrices,
 quaternions), impressive constructors and more!
@@ -42,16 +42,16 @@ quaternions), impressive constructors and more!
 %description -l fr
 gl3n fournit toutes les fonctions mathématiques dont vous avez besoin pour
 travailler avec OpenGL, DirectX. Actuellement gl3n supporte:
-  - Algèbre linéaire
-   + vecteurs
-   + matrices
-   + quaternions
-  - interpolation
-   + Interpolation linéaire (Lerp)
-   + Sphériques interpolation linéaire (slerp)
-   + D'interpolation d'Hermite
-   + Catmull Rom d'interpolation
-Presque toutes les fonctions définies GLSL (conformément aux spécifications 
+- Algèbre linéaire
++ vecteurs
++ matrices
++ quaternions
+- interpolation
++ Interpolation linéaire (Lerp)
++ Sphériques interpolation linéaire (slerp)
++ D'interpolation d'Hermite
++ Catmull Rom d'interpolation
+Presque toutes les fonctions définies GLSL (conformément aux spécifications
 4.1) La puissance de D, par exemple dynamiques swizzling, types basés sur des
 modèles (vecteurs, matrices, quaternions), des constructeurs impressionnant et
 plus encore!
@@ -78,7 +78,7 @@ make %{?_smp_mflags}  all-shared geany-tag DFLAGS_IMPORT="-Igl3n" DCFLAGS="%{_d_
 
 %install
 # build library
-make %{?_smp_mflags} install-shared install-geany-tag PREFIX=%{buildroot}%{_prefix} LIB_DIR=%{buildroot}%{_libdir} DATA_DIR=%{buildroot}%{_datadir} 
+make %{?_smp_mflags} install-shared install-geany-tag PREFIX=%{buildroot}%{_prefix} LIB_DIR=%{buildroot}%{_libdir} DATA_DIR=%{buildroot}%{_datadir}
 
 %post   -p  /sbin/ldconfig
 %postun -p  /sbin/ldconfig
@@ -97,6 +97,12 @@ make %{?_smp_mflags} install-shared install-geany-tag PREFIX=%{buildroot}%{_pref
 
 
 %changelog
+* Wed Jun 26 2013 Jonathan MERCIER <bioinfornatics at fedoraproject dot org> - 0.20130626-6
+- update to rev c7d0020
+
+* Mon Jun 10 2013 Jonathan MERCIER <bioinfornatics at fedoraproject dot org> - 0.20130601-5
+- Update to rev 1fbec49
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.20120813-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 4f7ee40..0dfbad2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5e6401f4f2050f48c5b6979d1bbe0ffe  gl3n-20120813git1fb5a4a.tar.xz
+67f45ea8564a4d307eaa77a1d4a8811b  gl3n-20130626gitc7d0020.tar.xz


More information about the scm-commits mailing list