Author: epienbro
Update of /cvs/pkgs/rpms/mingw32-glib2/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10865
Modified Files: .cvsignore mingw32-glib2.spec sources Removed Files: glib2-mingw-uih-header-compile-fix.patch Log Message: * Mon Jul 6 2009 Erik van Pienbroek epienbro@fedoraproject.org - 2.21.3-1 - Update to 2.21.3 - Drop upstreamed patch
Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/mingw32-glib2/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- .cvsignore 22 Jun 2009 11:03:10 -0000 1.6 +++ .cvsignore 6 Jul 2009 18:06:51 -0000 1.7 @@ -1 +1 @@ -glib-2.21.2.tar.bz2 +glib-2.21.3.tar.bz2
Index: mingw32-glib2.spec =================================================================== RCS file: /cvs/pkgs/rpms/mingw32-glib2/devel/mingw32-glib2.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- mingw32-glib2.spec 22 Jun 2009 18:28:23 -0000 1.10 +++ mingw32-glib2.spec 6 Jul 2009 18:06:51 -0000 1.11 @@ -6,8 +6,8 @@ %define __debug_install_post %{_mingw32_debug_install_post}
Name: mingw32-glib2 -Version: 2.21.2 -Release: 2%{?dist} +Version: 2.21.3 +Release: 1%{?dist} Summary: MinGW Windows GLib2 library
License: LGPLv2+ @@ -16,9 +16,6 @@ URL: http://www.gtk.org Source0: http://download.gnome.org/sources/glib/2.21/glib-%%7Bversion%7D.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-# Git commit 854a43a3cd5cb8cc97b66d6f8f661e2a7096acda -Patch0: glib2-mingw-uih-header-compile-fix.patch - BuildArch: noarch
BuildRequires: mingw32-filesystem >= 52 @@ -54,7 +51,6 @@ Static version of the MinGW Windows GLib
%prep %setup -q -n glib-%{version} -%patch0 -p1
%build @@ -180,6 +176,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog +* Mon Jul 6 2009 Erik van Pienbroek epienbro@fedoraproject.org - 2.21.3-1 +- Update to 2.21.3 +- Drop upstreamed patch + * Mon Jun 22 2009 Erik van Pienbroek epienbro@fedoraproject.org - 2.21.2-2 - The wrong RPM variable was overriden for -debuginfo support. Should be okay now
Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/mingw32-glib2/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- sources 22 Jun 2009 11:03:10 -0000 1.6 +++ sources 6 Jul 2009 18:06:51 -0000 1.7 @@ -1 +1 @@ -2dcb938db904efcc62757b3b0655593b glib-2.21.2.tar.bz2 +8ed8d959a131e295ce75c8ebe867014e glib-2.21.3.tar.bz2
--- glib2-mingw-uih-header-compile-fix.patch DELETED ---