[avgtime] Rebuild against fixed ldc.

Richard W.M. Jones rjones at fedoraproject.org
Thu Jul 26 17:06:14 UTC 2012


commit 3f0d60d81f7a085d922cc35a6a26c56889a4caf8
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Thu Jul 26 18:05:55 2012 +0100

    Rebuild against fixed ldc.
    
    - Add _d_optflags (thanks Jonathan Mercier).

 avgtime.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/avgtime.spec b/avgtime.spec
index b98f2ac..e477e39 100644
--- a/avgtime.spec
+++ b/avgtime.spec
@@ -2,7 +2,7 @@
 
 Name:           avgtime
 Version:        0
-Release:        0.1.git%{verdate}%{?dist}
+Release:        0.2.git%{verdate}%{?dist}
 Summary:        Time a command and print average, standard deviation
 
 License:        Boost
@@ -38,7 +38,7 @@ command repeatedly and displays statistics:
 
 
 %build
-ldc2 avgtime.d
+ldc2 %{_d_optflags} avgtime.d
 
 
 %install
@@ -52,5 +52,9 @@ cp -a avgtime $RPM_BUILD_ROOT%{_bindir}
 
 
 %changelog
+* Thu Jul 26 2012 Richard W.M. Jones <rjones at redhat.com> - 0-0.2.git20120724
+- Rebuild against fixed ldc.
+- Add _d_optflags (thanks Jonathan Mercier).
+
 * Wed Jul 25 2012 Richard W.M. Jones <rjones at redhat.com> - 0-0.1.git20120724
 - Initial release.


More information about the scm-commits mailing list