[mingw-gdk-pixbuf: 8/22] Update to 2.23.3

epienbro epienbro at fedoraproject.org
Tue Mar 6 19:22:59 UTC 2012


commit 814545d974abeda9a033dc1deb94ef659823a49a
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Wed Apr 27 21:39:11 2011 +0200

    Update to 2.23.3
    
    - Update to 2.23.3
    - Dropped the configure argument --enable-gdiplus as it's enabled by default
    - Dropped upstreamed patch
    - Dropped the proxy-libintl pieces

 .gitignore                                         |    1 +
 ...uf-2.21.7-fix-loaders-cache-path-on-win32.patch |   28 --------------------
 mingw32-gdk-pixbuf.spec                            |   22 +++++++--------
 sources                                            |    2 +-
 4 files changed, 12 insertions(+), 41 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cdf75fa..5186195 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /gdk-pixbuf-2.21.7.tar.bz2
 /gdk-pixbuf-2.22.0.tar.bz2
+/gdk-pixbuf-2.23.3.tar.bz2
diff --git a/mingw32-gdk-pixbuf.spec b/mingw32-gdk-pixbuf.spec
index a0ee7b3..e342d70 100644
--- a/mingw32-gdk-pixbuf.spec
+++ b/mingw32-gdk-pixbuf.spec
@@ -6,14 +6,14 @@
 %define __debug_install_post %{_mingw32_debug_install_post}
 
 Name:           mingw32-gdk-pixbuf
-Version:        2.22.0
-Release:        3%{?dist}
+Version:        2.23.3
+Release:        1%{?dist}
 Summary:        MinGW Windows GDK Pixbuf library
 
 License:        LGPLv2+
 Group:          Development/Libraries
 URL:            http://www.gtk.org
-Source0:        http://download.gnome.org/sources/gdk-pixbuf/2.22/gdk-pixbuf-%{version}.tar.bz2
+Source0:        http://download.gnome.org/sources/gdk-pixbuf/2.23/gdk-pixbuf-%{version}.tar.bz2
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -24,9 +24,6 @@ Source1:        gdk-pixbuf.loaders
 # Some Fedora-MinGW-specific changes are required by mingw32-libjpeg 7
 Patch0:         mingw32-gtk2-libjpeg7-compatibility.patch
 
-# Due to a bug in gdk-pixbuf the path /usr/i686-pc-mingw32/sys-root/mingw/lib gets hardcoded in the resulting library. Fix this
-Patch1:         gdk-pixbuf-2.21.7-fix-loaders-cache-path-on-win32.patch
-
 BuildArch:      noarch
 
 BuildRequires:  mingw32-filesystem >= 61
@@ -64,14 +61,13 @@ MinGW Windows GDK Pixbuf library.
 %setup -q -n gdk-pixbuf-%{version}
 
 %patch0 -p0
-%patch1 -p0
 
 
 %build
 # Need to run the correct version of glib-mkenums.
 PATH=%{_mingw32_bindir}:$PATH
 
-%{_mingw32_configure} --enable-gdiplus --with-libjasper
+%{_mingw32_configure} --with-libjasper
 make %{?_smp_mflags}
 
 
@@ -100,10 +96,6 @@ rm -rf $RPM_BUILD_ROOT%{_mingw32_mandir}
 # Install the loaders.cache file
 install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_mingw32_libdir}/gdk-pixbuf-2.0/2.10.0/loaders.cache
 
-# The libtool files refer to libintl while they shouldn't
-# Drop this reference manually
-find $RPM_BUILD_ROOT -name \*.la -exec sed -i s@' -lintl'@@ {} \;
-
 %find_lang %{name} --all-name
 
 
@@ -147,6 +139,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Apr 27 2011 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.23.3-1
+- Update to 2.23.3
+- Dropped the configure argument --enable-gdiplus as it's enabled by default
+- Dropped upstreamed patch
+- Dropped the proxy-libintl pieces
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.22.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 44fb825..6b2326d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0447e70f7bada542182d12e6459442b0  gdk-pixbuf-2.22.0.tar.bz2
+5d50c5311b4ce460d33983938d92109e  gdk-pixbuf-2.23.3.tar.bz2


More information about the scm-commits mailing list