[derelict/f18] remove debug

MERCIER Jonathan bioinfornatics at fedoraproject.org
Sat May 18 16:42:18 UTC 2013


commit f93e26b2812fd7459fb34c5c6ea9c6bd7b19ffc2
Author: bioinfornatics <bioinfornatics at fedoraproject.org>
Date:   Sat May 18 18:42:09 2013 +0200

    remove debug

 derelict.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/derelict.spec b/derelict.spec
index d0624c7..d133b6b 100644
--- a/derelict.spec
+++ b/derelict.spec
@@ -54,7 +54,7 @@ popd                                                                          \
 
 Name:           derelict
 Version:        3
-Release:        11.%{alphatag}%{?dist}
+Release:        12.%{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
 
@@ -140,7 +140,7 @@ Fichier d'entête et bibliothèque pour derelict à utiliser en langage D.
 # temp geany config directory for allow geany to generate tags
 mkdir -p geany_config
 sed -i "s/ldc2 /ldc2 -g /g" build/build.d
-
+sed -i 's/alias nothrow void function(lua_State\* L, int narr, int nrec) da_lua_createtable/alias nothrow void function(lua_State\* L, int narr, size_t nrec) da_lua_createtable/' import/derelict/lua/functions.d
 %build
 # build the builder
 pushd build
@@ -155,6 +155,7 @@ geany -c geany_config -g derelict.d.tags $(find import/%{name} -name "*.d")
 install -p -d   %{buildroot}%{_datadir}/geany/tags/
 install -p -d   %{buildroot}%{_d_includedir}/%{name}
 install -p -d   %{buildroot}%{_libdir}
+
 # install derelict headers and derelict libs
 %install_files alure ALURE
 %install_files assimp ASSIMP
@@ -209,6 +210,9 @@ install -m0644 derelict.d.tags %{buildroot}/%{_datadir}/geany/tags/
 
 
 %changelog
+* Sat May 18 2013 Jonathan MERCIER <bioinfornatics at fedoraproject dot org> - 3-12.20130516gitd8aa11d
+- Fix bogus date
+
 * Fri May 17 2013 Jonathan MERCIER <bioinfornatics at fedoraproject dot org> - 3-11.20130516gitd8aa11d
 - Update to rev d8aa11d
 


More information about the scm-commits mailing list