[arch-commits] Commit in ruby/trunk (PKGBUILD disable_sse2_on_i686.patch)

Anatol Pomozov anatolik at archlinux.org
Thu Sep 18 20:12:11 UTC 2014


    Date: Thursday, September 18, 2014 @ 22:12:10
  Author: anatolik
Revision: 221982

upgpkg: ruby 2.1.3-1

Modified:
  ruby/trunk/PKGBUILD
  ruby/trunk/disable_sse2_on_i686.patch

----------------------------+
 PKGBUILD                   |    8 ++++----
 disable_sse2_on_i686.patch |    6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-18 20:10:04 UTC (rev 221981)
+++ PKGBUILD	2014-09-18 20:12:10 UTC (rev 221982)
@@ -4,7 +4,7 @@
 # Contributor: Jeramy Rutley <jrutley at gmail.com>
 
 pkgname=('ruby' 'ruby-docs')
-pkgver=2.1.2
+pkgver=2.1.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.ruby-lang.org/en/'
@@ -14,12 +14,12 @@
 # wait for upstream to start supporting tk 8.6
 makedepends=('gdbm' 'openssl' 'libffi' 'doxygen' 'graphviz' 'libyaml') # 'tk'
 options=('!emptydirs' '!makeflags' 'staticlibs')
-source=("http://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.bz2"
+source=("http://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz"
         'gemrc'
         'disable_sse2_on_i686.patch')
-sha1sums=('29a615966c7feb6554be736e7dcd590c770ee692'
+sha1sums=('d4e5447f0f6a5fda206cdadbfda470b97943ea7a'
           'de4b760b7e2cd9af88ca67536ce37b950f1ee514'
-          '92592bca7e4bbe760202b1bc356a8e3a1a9446b5')
+          '6e919c4892ef1f02d99e5620c6aac1251fc4597c')
 
 
 prepare() {

Modified: disable_sse2_on_i686.patch
===================================================================
--- disable_sse2_on_i686.patch	2014-09-18 20:10:04 UTC (rev 221981)
+++ disable_sse2_on_i686.patch	2014-09-18 20:12:10 UTC (rev 221982)
@@ -1,8 +1,8 @@
 diff --git a/configure.in b/configure.in
-index e952cc7..e5f86cc 100644
+index fc01f3b..bd9f950 100644
 --- a/configure.in
 +++ b/configure.in
-@@ -868,22 +868,6 @@ if test "$GCC" = yes; then
+@@ -858,22 +858,6 @@ if test "$GCC" = yes; then
      for oflag in -fno-fast-math; do
  	RUBY_TRY_CFLAGS($oflag, [RUBY_APPEND_OPTION(optflags, $oflag)])
      done
@@ -10,7 +10,7 @@
 -	[*-darwin*], [
 -	    # doesn't seem necessary on Mac OS X
 -	],
--	[[i[4-6]86*]], [
+-	[[i[4-6]86*|i386*mingw*]], [
 -	    RUBY_TRY_CFLAGS(-msse2 -mfpmath=sse, [
 -		RUBY_APPEND_OPTION(XCFLAGS, -msse2 -mfpmath=sse)
 -	    ])




More information about the arch-commits mailing list