[imlib2] Fix output of imlib2-config --libs (rhbz #1184166)

Tomas Smetana tsmetana at fedoraproject.org
Thu Jan 22 12:12:51 UTC 2015


commit a7001a7db0af361a4c8c1d676c478abf19e73c3f
Author: Tomas Smetana <tsmetana at redhat.com>
Date:   Thu Jan 22 13:13:16 2015 +0100

    Fix output of imlib2-config --libs (rhbz #1184166)

 ...0-multilib.patch => imlib2-1.4.6-multilib.patch |    2 +-
 imlib2.spec                                        |    7 +++++--
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/imlib2-1.3.0-multilib.patch b/imlib2-1.4.6-multilib.patch
similarity index 91%
rename from imlib2-1.3.0-multilib.patch
rename to imlib2-1.4.6-multilib.patch
index daa6515..19b039d 100644
--- a/imlib2-1.3.0-multilib.patch
+++ b/imlib2-1.4.6-multilib.patch
@@ -6,7 +6,7 @@
      --libs)
 -      libdirs=-L at libdir@
 -      echo $libdirs -lImlib2 @my_libs@
-+      echo -lImlib2 @my_libs@
++      echo -lImlib2
        ;;
      *)
        echo "${usage}" 1>&2
diff --git a/imlib2.spec b/imlib2.spec
index ce7ee8d..c21addf 100644
--- a/imlib2.spec
+++ b/imlib2.spec
@@ -1,13 +1,13 @@
 Summary:        Image loading, saving, rendering, and manipulation library
 Name:           imlib2
 Version:        1.4.6
-Release:        2%{?dist}
+Release:        3%{?dist}
 License:        Imlib2
 Group:          System Environment/Libraries
 URL:            http://docs.enlightenment.org/api/imlib2/html/
 Source0:        http://downloads.sourceforge.net/enlightenment/%{name}-%{version}.tar.bz2
 # Fedora specific multilib hack, upstream should switch to pkgconfig one day
-Patch0:         imlib2-1.3.0-multilib.patch
+Patch0:         imlib2-1.4.6-multilib.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  libjpeg-devel libpng-devel libtiff-devel
 BuildRequires:  giflib-devel freetype-devel >= 2.1.9-4 libtool bzip2-devel
@@ -122,6 +122,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jan 22 2015 Tomas Smetana <tsmetana at redhat.com> - 1.4.6-3
+- Fix output of imlib2-config --libs (rhbz #1184166)
+
 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.6-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list