[imlib2] new upstream version

Tomas Smetana tsmetana at fedoraproject.org
Mon Sep 19 19:02:04 UTC 2011


commit 1740dca6daf1cff1a3cd401191ef4e92ffccf89f
Author: Tomas Smetana <tomas at smetana.name>
Date:   Mon Sep 19 21:01:50 2011 +0200

    new upstream version

 .gitignore  |    1 +
 imlib2.spec |   11 +++++++++--
 sources     |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a6377b0..82996ac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 imlib2-1.4.3.tar.bz2
 /imlib2-1.4.4.tar.bz2
+/imlib2-1.4.5.tar.bz2
diff --git a/imlib2.spec b/imlib2.spec
index c1c4c53..7d2c1cb 100644
--- a/imlib2.spec
+++ b/imlib2.spec
@@ -1,7 +1,7 @@
 Summary:        Image loading, saving, rendering, and manipulation library
 Name:           imlib2
-Version:        1.4.4
-Release:        2%{?dist}
+Version:        1.4.5
+Release:        1%{?dist}
 License:        Imlib2
 Group:          System Environment/Libraries
 URL:            http://docs.enlightenment.org/api/imlib2/html/
@@ -60,9 +60,13 @@ conditions of the GPL version 2 (or at your option) any later version.
 
 %build
 asmopts="--disable-mmx --disable-amd64"
+%ifarch x86_64
+asmopts="--disable-mmx --enable-amd64"
+%else
 %ifarch %{ix86}
 asmopts="--enable-mmx --disable-amd64"
 %endif
+%endif
 
 # stop -L/usr/lib[64] getting added to imlib2-config
 export x_libs=" "
@@ -115,6 +119,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Sep 19 2011 Tomas Smetana <tsmetana at redhat.com> - 1.4.5-1
+- new upstream version
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.4-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 1d8bb0b..ba6915d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b6de51879502e857d5b1f7622267a030  imlib2-1.4.4.tar.bz2
+859e5fede51ec819f4314eee11da3ea5  imlib2-1.4.5.tar.bz2


More information about the scm-commits mailing list