[gegl] Rebuilt for Ruby 1.9.3.

Vít Ondruch vondruch at fedoraproject.org
Mon Feb 6 15:22:07 UTC 2012


commit 73fa1e4b2fb6d10be399b5eaab5a39321d5885eb
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Mon Feb 6 16:22:01 2012 +0100

    Rebuilt for Ruby 1.9.3.

 gegl.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/gegl.spec b/gegl.spec
index 3a39d78..35bba9c 100644
--- a/gegl.spec
+++ b/gegl.spec
@@ -3,7 +3,7 @@
 Summary:    A graph based image processing framework
 Name:       gegl
 Version:    0.1.8
-Release:    2%{?dist}
+Release:    3%{?dist}
 # The binary is under the GPL, while the libs are under LGPL
 License:    LGPLv3+ and GPLv3+
 Group:      System Environment/Libraries
@@ -62,6 +62,10 @@ developing with %{name}.
 # use hardening compiler/linker flags because gegl is likely to deal with
 # untrusted input
 %define _hardened_build 1
+
+# Needed by Ruby 1.9.3.
+export LANG=en_US.utf8
+
 %configure \
     --with-pic \
     --with-gio \
@@ -149,6 +153,9 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Mon Feb 06 2012 Vít Ondruch <vondruch at redhat.com> - 0.1.8-3
+- Rebuilt for Ruby 1.9.3.
+
 * Tue Jan 10 2012 Nils Philippsen <nils at redhat.com> - 0.1.8-2
 - rebuild for gcc 4.7
 


More information about the scm-commits mailing list