- Update to 2.21.2

- Split out debug symbols to a -debuginfo subpackage
This commit is contained in:
epienbro 2009-06-22 11:03:10 +00:00
parent df4a795246
commit 35ba24b6aa
3 changed files with 12 additions and 4 deletions

View File

@ -1 +1 @@
glib-2.21.1.tar.bz2
glib-2.21.2.tar.bz2

View File

@ -3,9 +3,10 @@
%global _use_internal_dependency_generator 0
%global __find_requires %{_mingw32_findrequires}
%global __find_provides %{_mingw32_findprovides}
%define __os_install_post %{_mingw32_debug_install_post}
Name: mingw32-glib2
Version: 2.21.1
Version: 2.21.2
Release: 1%{?dist}
Summary: MinGW Windows GLib2 library
@ -17,7 +18,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: mingw32-filesystem >= 49
BuildRequires: mingw32-filesystem >= 52
BuildRequires: mingw32-gcc
BuildRequires: mingw32-binutils
BuildRequires: mingw32-dlfcn
@ -45,6 +46,9 @@ Group: Development/Libraries
Static version of the MinGW Windows GLib2 library.
%{_mingw32_debug_package}
%prep
%setup -q -n glib-%{version}
@ -172,6 +176,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Jun 22 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.21.2-1
- Update to 2.21.2
- Split out debug symbols to a -debuginfo subpackage
* Wed Jun 10 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.21.1-1
- Update to 2.21.1
- Use %%global instead of %%define

View File

@ -1 +1 @@
eaf8f40c743effe26dab18c81b10a89e glib-2.21.1.tar.bz2
2dcb938db904efcc62757b3b0655593b glib-2.21.2.tar.bz2