[derelict/f18] GLFW3 fix

MERCIER Jonathan bioinfornatics at fedoraproject.org
Sat May 25 18:08:56 UTC 2013


commit c8f44877976424a7c16468bd139e9dae5b7af612
Author: bioinfornatics <bioinfornatics at fedoraproject.org>
Date:   Sat May 25 20:08:47 2013 +0200

    GLFW3 fix

 derelict.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/derelict.spec b/derelict.spec
index 2209cb7..81fcc3a 100644
--- a/derelict.spec
+++ b/derelict.spec
@@ -55,13 +55,15 @@ popd                                                                          \
 
 Name:           derelict
 Version:        3
-Release:        16.%{alphatag}%{?dist}
+Release:        17.%{alphatag}%{?dist}
 Summary:        Collection of D bindings to C shared libraries
 Summary(fr):    Collection de bibliothèque en D interfaçant des bibliothèques dynamiques en C
 
 License:        Boost
 URL:            http://www.dsource.org/projects/
 Source0:        %{name}-%{alphatag}.tar.xz
+#Bug reported https://github.com/aldacron/Derelict3/issues/119
+Patch0:         %{name}.patch 
 BuildRequires:  ldc, ldc-phobos-devel
 
 
@@ -138,6 +140,7 @@ Fichier d'entête et bibliothèque pour derelict à utiliser en langage D.
 
 %prep
 %setup -q -n %{name}-%{alphatag}
+%patch0 -p1 -b .fix
 # temp geany config directory for allow geany to generate tags
 mkdir -p geany_config
 sed -i "s/ldc2 /ldc2 -g /g" build/build.d
@@ -211,6 +214,9 @@ install -m0644 derelict.d.tags %{buildroot}/%{_datadir}/geany/tags/
 
 
 %changelog
+* Sat May 25 2013 Jonathan MERCIER <bioinfornatics at fedoraproject dot org> - 3-17.20130524gita5c9387
+- fix GLFW3
+
 * Fri May 24 2013 Jonathan MERCIER <bioinfornatics at fedoraproject dot org> - 3-16.20130524gita5c9387
 - No debug
 


More information about the scm-commits mailing list