Blame SPECS/mingw-glib2.spec

2511a8
%?mingw_package_header
2511a8
2511a8
# See https://fedoraproject.org/wiki/Packaging:Python_Appendix#Manual_byte_compilation
2511a8
%global __python %{__python3}
2511a8
2511a8
Name:           mingw-glib2
94ddd0
Version:        2.70.1
94ddd0
Release:        1%{?dist}
2511a8
Summary:        MinGW Windows GLib2 library
2511a8
2511a8
License:        LGPLv2+
2511a8
URL:            http://www.gtk.org
2511a8
# first two digits of version
2511a8
%global release_version %(echo %{version} | awk -F. '{print $1"."$2}')
2511a8
Source0:        http://download.gnome.org/sources/glib/%{release_version}/glib-%{version}.tar.xz
2511a8
2511a8
BuildArch:      noarch
beda90
ExclusiveArch:  %{ix86} x86_64
2511a8
beda90
BuildRequires:  meson
beda90
BuildRequires:  gcc
beda90
BuildRequires:  gcc-c++
beda90
beda90
BuildRequires:  mingw32-filesystem >= 104
2511a8
BuildRequires:  mingw32-gcc
2511a8
BuildRequires:  mingw32-binutils
2511a8
BuildRequires:  mingw32-win-iconv
2511a8
BuildRequires:  mingw32-gettext
2511a8
BuildRequires:  mingw32-libffi
2511a8
BuildRequires:  mingw32-pcre
2511a8
BuildRequires:  mingw32-zlib
2511a8
beda90
BuildRequires:  mingw64-filesystem >= 104
2511a8
BuildRequires:  mingw64-gcc
2511a8
BuildRequires:  mingw64-binutils
2511a8
BuildRequires:  mingw64-win-iconv
2511a8
BuildRequires:  mingw64-gettext
2511a8
BuildRequires:  mingw64-libffi
2511a8
BuildRequires:  mingw64-pcre
2511a8
BuildRequires:  mingw64-zlib
2511a8
2511a8
# Native version required for msgfmt use in build
2511a8
BuildRequires:  gettext
2511a8
# Native version required for glib-genmarshal
2511a8
BuildRequires:  glib2-devel >= 2.45.3
2511a8
BuildRequires:  python3-devel
2511a8
2511a8
# https://bugzilla.gnome.org/show_bug.cgi?id=674214
2511a8
Patch1:         0001-Use-CreateFile-on-Win32-to-make-sure-g_unlink-always.patch
2511a8
2511a8
# Prefer the use of GCC constructors over DllMain
2511a8
# This prevents having to depend on DllMain in static libraries
2511a8
# http://lists.fedoraproject.org/pipermail/mingw/2013-March/006429.html
2511a8
# http://lists.fedoraproject.org/pipermail/mingw/2013-March/006469.html
2511a8
# https://bugzilla.gnome.org/show_bug.cgi?id=698118
beda90
Patch2:         glib-prefer-constructors-over-DllMain.patch
2511a8
2511a8
%description
2511a8
MinGW Windows Glib2 library.
2511a8
2511a8
# Win32
2511a8
%package -n mingw32-glib2
2511a8
Summary:        MinGW Windows Glib2 library for the win32 target
2511a8
# glib-genmarshal and glib-mkenums are written in Python
beda90
# plataform-python due: https://bugzilla.redhat.com/show_bug.cgi?id=1633614
beda90
Requires:       platform-python
2511a8
2511a8
%description -n mingw32-glib2
2511a8
MinGW Windows Glib2 library.
2511a8
2511a8
%package -n mingw32-glib2-static
2511a8
Summary:        Static version of the MinGW Windows GLib2 library
2511a8
Requires:       mingw32-glib2 = %{version}-%{release}
2511a8
Requires:       mingw32-gettext-static
2511a8
2511a8
%description -n mingw32-glib2-static
2511a8
Static version of the MinGW Windows GLib2 library.
2511a8
2511a8
# Win64
2511a8
%package -n mingw64-glib2
2511a8
Summary:        MinGW Windows Glib2 library for the win64 target
2511a8
# glib-genmarshal and glib-mkenums are written in Python
beda90
# plataform-python due: https://bugzilla.redhat.com/show_bug.cgi?id=1633614
beda90
Requires:       platform-python
2511a8
2511a8
%description -n mingw64-glib2
2511a8
MinGW Windows Glib2 library.
2511a8
2511a8
%package -n mingw64-glib2-static
2511a8
Summary:        Static version of the MinGW Windows GLib2 library
2511a8
Requires:       mingw64-glib2 = %{version}-%{release}
2511a8
Requires:       mingw64-gettext-static
2511a8
2511a8
%description -n mingw64-glib2-static
2511a8
Static version of the MinGW Windows GLib2 library.
2511a8
2511a8
2511a8
%?mingw_debug_package
2511a8
2511a8
2511a8
%prep
2511a8
%setup -q -n glib-%{version}
2511a8
%patch1 -p1
beda90
%patch2 -p1
2511a8
2511a8
%build
beda90
%mingw_meson --default-library=both \
beda90
             --buildtype=release
beda90
%mingw_ninja
2511a8
2511a8
%install
beda90
export DESTDIR=$RPM_BUILD_ROOT
beda90
%mingw_ninja install
2511a8
2511a8
# There's a small difference in the file glibconfig.h between the
2511a8
# shared and the static build:
2511a8
#
2511a8
#diff -ur shared/usr/i686-pc-mingw32/sys-root/mingw/lib/glib-2.0/include/glibconfig.h static/usr/i686-pc-mingw32/sys-root/mingw/lib/glib-2.0/include/glibconfig.h
2511a8
#--- shared/usr/i686-pc-mingw32/sys-root/mingw/lib/glib-2.0/include/glibconfig.h	2009-02-20 17:34:35.735677022 +0100
2511a8
#+++ static/usr/i686-pc-mingw32/sys-root/mingw/lib/glib-2.0/include/glibconfig.h	2009-02-20 17:33:35.498932269 +0100
2511a8
#@@ -92,7 +92,8 @@
2511a8
# 
2511a8
# #define G_OS_WIN32
2511a8
# #define G_PLATFORM_WIN32
2511a8
#-
2511a8
#+#define GLIB_STATIC_COMPILATION 1
2511a8
#+#define GOBJECT_STATIC_COMPILATION 1
2511a8
# 
2511a8
# #define G_VA_COPY	va_copy
2511a8
#
2511a8
# However, we can't merge this change as it is situation-dependent...
2511a8
#
2511a8
# Developers using the static build of GLib need to add -DGLIB_STATIC_COMPILATION
2511a8
# and -DGOBJECT_STATIC_COMPILATION to their CFLAGS to avoid compile failures
2511a8
2511a8
# Drop the folder which was temporary used for installing the static bits
2511a8
rm -f $RPM_BUILD_ROOT/%{mingw32_libdir}/charset.alias
2511a8
rm -f $RPM_BUILD_ROOT/%{mingw64_libdir}/charset.alias
2511a8
2511a8
# Drop the GDB helper files as we can't use the native Fedora GDB to debug Win32 programs
2511a8
rm -rf $RPM_BUILD_ROOT%{mingw32_datadir}/gdb
2511a8
rm -rf $RPM_BUILD_ROOT%{mingw64_datadir}/gdb
2511a8
2511a8
# Remove the gtk-doc documentation and manpages which duplicate Fedora native
2511a8
rm -rf $RPM_BUILD_ROOT%{mingw32_mandir}
2511a8
rm -rf $RPM_BUILD_ROOT%{mingw32_datadir}/gtk-doc
2511a8
2511a8
rm -rf $RPM_BUILD_ROOT%{mingw64_mandir}
2511a8
rm -rf $RPM_BUILD_ROOT%{mingw64_datadir}/gtk-doc
2511a8
2511a8
# Bash-completion files aren't interesting for mingw
2511a8
rm -rf $RPM_BUILD_ROOT%{mingw32_datadir}/bash-completion
2511a8
rm -rf $RPM_BUILD_ROOT%{mingw64_datadir}/bash-completion
2511a8
2511a8
# The .def files are also of no use to other binaries
2511a8
rm -f $RPM_BUILD_ROOT%{mingw32_libdir}/*.def
2511a8
rm -f $RPM_BUILD_ROOT%{mingw64_libdir}/*.def
2511a8
2511a8
# The gdbus-codegen pieces are already in the native glib2 package
2511a8
rm -f $RPM_BUILD_ROOT%{mingw32_bindir}/gdbus-codegen
2511a8
rm -rf $RPM_BUILD_ROOT%{mingw32_libdir}/gdbus-2.0
2511a8
2511a8
rm -f $RPM_BUILD_ROOT%{mingw64_bindir}/gdbus-codegen
2511a8
rm -rf $RPM_BUILD_ROOT%{mingw64_libdir}/gdbus-2.0
2511a8
2511a8
# Drop all .la files
2511a8
find $RPM_BUILD_ROOT -name "*.la" -delete
2511a8
2511a8
%mingw_find_lang glib20
2511a8
beda90
# Manually invoke the python byte compile macro for each path that needs byte
beda90
# compilation.
beda90
%py_byte_compile %{__python3} %{buildroot}%{mingw32_datadir}/glib-2.0/gdb
beda90
%py_byte_compile %{__python3} %{buildroot}%{mingw32_datadir}/glib-2.0/codegen
beda90
%py_byte_compile %{__python3} %{buildroot}%{mingw64_datadir}/glib-2.0/gdb
beda90
%py_byte_compile %{__python3} %{buildroot}%{mingw64_datadir}/glib-2.0/codegen
2511a8
2511a8
# Win32
2511a8
%files -n mingw32-glib2 -f mingw32-glib20.lang
2511a8
%license COPYING
2511a8
%{mingw32_bindir}/gdbus.exe
2511a8
%{mingw32_bindir}/gio.exe
2511a8
%{mingw32_bindir}/gio-querymodules.exe
2511a8
%{mingw32_bindir}/glib-compile-resources.exe
2511a8
%{mingw32_bindir}/glib-compile-schemas.exe
2511a8
%{mingw32_bindir}/glib-genmarshal
2511a8
%{mingw32_bindir}/glib-gettextize
2511a8
%{mingw32_bindir}/glib-mkenums
2511a8
%{mingw32_bindir}/gobject-query.exe
2511a8
%{mingw32_bindir}/gresource.exe
2511a8
%{mingw32_bindir}/gsettings.exe
2511a8
%{mingw32_bindir}/gspawn-win32-helper-console.exe
2511a8
%{mingw32_bindir}/gspawn-win32-helper.exe
beda90
%{mingw32_bindir}/gtester-report
2511a8
%{mingw32_bindir}/libgio-2.0-0.dll
2511a8
%{mingw32_bindir}/libglib-2.0-0.dll
2511a8
%{mingw32_bindir}/libgmodule-2.0-0.dll
2511a8
%{mingw32_bindir}/libgobject-2.0-0.dll
2511a8
%{mingw32_bindir}/libgthread-2.0-0.dll
2511a8
%{mingw32_includedir}/glib-2.0/
2511a8
%{mingw32_includedir}/gio-win32-2.0/
2511a8
%{mingw32_libdir}/glib-2.0/
2511a8
%{mingw32_libdir}/libgio-2.0.dll.a
2511a8
%{mingw32_libdir}/libglib-2.0.dll.a
2511a8
%{mingw32_libdir}/libgmodule-2.0.dll.a
2511a8
%{mingw32_libdir}/libgobject-2.0.dll.a
2511a8
%{mingw32_libdir}/libgthread-2.0.dll.a
2511a8
%{mingw32_libdir}/pkgconfig/gio-2.0.pc
2511a8
%{mingw32_libdir}/pkgconfig/gio-windows-2.0.pc
2511a8
%{mingw32_libdir}/pkgconfig/glib-2.0.pc
2511a8
%{mingw32_libdir}/pkgconfig/gmodule-2.0.pc
2511a8
%{mingw32_libdir}/pkgconfig/gmodule-export-2.0.pc
2511a8
%{mingw32_libdir}/pkgconfig/gmodule-no-export-2.0.pc
2511a8
%{mingw32_libdir}/pkgconfig/gobject-2.0.pc
2511a8
%{mingw32_libdir}/pkgconfig/gthread-2.0.pc
2511a8
%{mingw32_datadir}/aclocal/glib-2.0.m4
2511a8
%{mingw32_datadir}/aclocal/glib-gettext.m4
2511a8
%{mingw32_datadir}/aclocal/gsettings.m4
2511a8
%{mingw32_datadir}/gettext/its/
2511a8
%{mingw32_datadir}/glib-2.0/
2511a8
2511a8
%files -n mingw32-glib2-static
2511a8
%{mingw32_libdir}/libgio-2.0.a
2511a8
%{mingw32_libdir}/libglib-2.0.a
2511a8
%{mingw32_libdir}/libgmodule-2.0.a
2511a8
%{mingw32_libdir}/libgobject-2.0.a
2511a8
%{mingw32_libdir}/libgthread-2.0.a
2511a8
2511a8
# Win64
2511a8
%files -n mingw64-glib2 -f mingw64-glib20.lang
2511a8
%license COPYING
2511a8
%{mingw64_bindir}/gdbus.exe
2511a8
%{mingw64_bindir}/gio.exe
2511a8
%{mingw64_bindir}/gio-querymodules.exe
2511a8
%{mingw64_bindir}/glib-compile-resources.exe
2511a8
%{mingw64_bindir}/glib-compile-schemas.exe
2511a8
%{mingw64_bindir}/glib-genmarshal
2511a8
%{mingw64_bindir}/glib-gettextize
2511a8
%{mingw64_bindir}/glib-mkenums
2511a8
%{mingw64_bindir}/gobject-query.exe
2511a8
%{mingw64_bindir}/gresource.exe
2511a8
%{mingw64_bindir}/gsettings.exe
2511a8
%{mingw64_bindir}/gspawn-win64-helper-console.exe
2511a8
%{mingw64_bindir}/gspawn-win64-helper.exe
beda90
%{mingw64_bindir}/gtester-report
2511a8
%{mingw64_bindir}/libgio-2.0-0.dll
2511a8
%{mingw64_bindir}/libglib-2.0-0.dll
2511a8
%{mingw64_bindir}/libgmodule-2.0-0.dll
2511a8
%{mingw64_bindir}/libgobject-2.0-0.dll
2511a8
%{mingw64_bindir}/libgthread-2.0-0.dll
2511a8
%{mingw64_includedir}/glib-2.0/
2511a8
%{mingw64_includedir}/gio-win32-2.0/
2511a8
%{mingw64_libdir}/glib-2.0/
2511a8
%{mingw64_libdir}/libgio-2.0.dll.a
2511a8
%{mingw64_libdir}/libglib-2.0.dll.a
2511a8
%{mingw64_libdir}/libgmodule-2.0.dll.a
2511a8
%{mingw64_libdir}/libgobject-2.0.dll.a
2511a8
%{mingw64_libdir}/libgthread-2.0.dll.a
2511a8
%{mingw64_libdir}/pkgconfig/gio-2.0.pc
2511a8
%{mingw64_libdir}/pkgconfig/gio-windows-2.0.pc
2511a8
%{mingw64_libdir}/pkgconfig/glib-2.0.pc
2511a8
%{mingw64_libdir}/pkgconfig/gmodule-2.0.pc
2511a8
%{mingw64_libdir}/pkgconfig/gmodule-export-2.0.pc
2511a8
%{mingw64_libdir}/pkgconfig/gmodule-no-export-2.0.pc
2511a8
%{mingw64_libdir}/pkgconfig/gobject-2.0.pc
2511a8
%{mingw64_libdir}/pkgconfig/gthread-2.0.pc
2511a8
%{mingw64_datadir}/aclocal/glib-2.0.m4
2511a8
%{mingw64_datadir}/aclocal/glib-gettext.m4
2511a8
%{mingw64_datadir}/aclocal/gsettings.m4
2511a8
%{mingw64_datadir}/gettext/its/
2511a8
%{mingw64_datadir}/glib-2.0/
2511a8
2511a8
%files -n mingw64-glib2-static
2511a8
%{mingw64_libdir}/libgio-2.0.a
2511a8
%{mingw64_libdir}/libglib-2.0.a
2511a8
%{mingw64_libdir}/libgmodule-2.0.a
2511a8
%{mingw64_libdir}/libgobject-2.0.a
2511a8
%{mingw64_libdir}/libgthread-2.0.a
2511a8
2511a8
2511a8
%changelog
94ddd0
* Thu Dec 23 2021 Yan Vugenfirer <yvugenfi@redhat.com> 2.70.1-1
94ddd0
- Update to 2.70.1
94ddd0
- Resolves: rhbz#2034959
94ddd0
beda90
* Thu Aug 05 2021 Uri Lublin <uril@redhat.com> - 2.66.7-2
beda90
- Rebuilt
beda90
  Resolves: rhbz#1939111 (CVE-2021-27219)
beda90
  Resolves: rhbz#1935248
beda90
beda90
* Sun Feb 21 2021 Basil Salman <bsalman@redhat.com> - 2.66.7-1
beda90
- Update to 2.66.7
beda90
- Rebuild from newer version that fixes  CVE-2021-27219
beda90
- Resolves: rhbz#1928649
beda90
beda90
* Tue Feb 16 2021 Basil Salman <bsalman@redhat.com> - 2.66.4-1
beda90
- Update to 2.66.4
beda90
- Dropped upstreamed patches
beda90
- Switched to meson
beda90
  Resolves: rhbz#1928649
beda90
beda90
* Thu Sep 27 2018 Victor Toso <victortoso@redhat.com> - 2.56.1-3
beda90
- Use platform-python in Require
beda90
  Related: rhbz#1633614
beda90
2511a8
* Thu Aug 16 2018 Snir Sheriber <ssheribe@redhat.com> - 2.56.1-2
2511a8
- ExclusiveArch: i686, x86_64
2511a8
  Related: rhbz#1615874
2511a8
2511a8
* Mon May 28 2018 Thomas Sailer <t.sailer@alumni.ethz.ch> - 2.56.1-1
2511a8
- Update to 2.56.1
2511a8
2511a8
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.54.1-2
2511a8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
2511a8
2511a8
* Sun Oct 15 2017 Kalev Lember <klember@redhat.com> - 2.54.1-1
2511a8
- Update to 2.54.1
2511a8
2511a8
* Mon Aug 21 2017 Kalev Lember <klember@redhat.com> - 2.53.6-1
2511a8
- Update to 2.53.6
2511a8
2511a8
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.52.2-3
2511a8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
2511a8
2511a8
* Thu Jul 13 2017 Petr Pisar <ppisar@redhat.com> - 2.52.2-2
2511a8
- perl dependency renamed to perl-interpreter
2511a8
  <https://fedoraproject.org/wiki/Changes/perl_Package_to_Install_Core_Modules>
2511a8
2511a8
* Mon Jun 19 2017 Kalev Lember <klember@redhat.com> - 2.52.2-1
2511a8
- Update to 2.52.2
2511a8
2511a8
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.50.1-2
2511a8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
2511a8
2511a8
* Wed Oct 12 2016 Kalev Lember <klember@redhat.com> - 2.50.1-1
2511a8
- Update to 2.50.1
2511a8
2511a8
* Fri Sep 23 2016 Kalev Lember <klember@redhat.com> - 2.50.0-1
2511a8
- Update to 2.50.0
2511a8
2511a8
* Fri Sep 16 2016 Kalev Lember <klember@redhat.com> - 2.48.2-2
2511a8
- Add missing perl dep for glib-mkenums
2511a8
- Don't set group tags
2511a8
2511a8
* Thu Aug 18 2016 Kalev Lember <klember@redhat.com> - 2.48.2-1
2511a8
- Update to 2.48.2
2511a8
2511a8
* Tue May 10 2016 Kalev Lember <klember@redhat.com> - 2.48.1-1
2511a8
- Update to 2.48.1
2511a8
2511a8
* Mon May  2 2016 Thomas Sailer <t.sailer@alumni.ethz.ch> - 2.48.0-1
2511a8
- update to 2.48.0
2511a8
2511a8
* Sun Feb  7 2016 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.47.5-1
2511a8
- Update to 2.47.5
2511a8
2511a8
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.47.4-3
2511a8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
2511a8
2511a8
* Tue Jan 05 2016 Richard Jones <rjones@redhat.com> - 2.47.4-2
2511a8
- Use global instead of define.
2511a8
2511a8
* Tue Dec 29 2015 Thomas Sailer <t.sailer@alumni.ethz.ch> - 2.47.4-1
2511a8
- Update to 2.47.4
2511a8
2511a8
* Wed Nov 18 2015 Kalev Lember <klember@redhat.com> - 2.46.2-1
2511a8
- Update to 2.46.2
2511a8
2511a8
* Fri Oct 16 2015 Kalev Lember <klember@redhat.com> - 2.46.1-1
2511a8
- Update to 2.46.1
2511a8
2511a8
* Tue Sep 22 2015 Kalev Lember <klember@redhat.com> - 2.46.0-1
2511a8
- Update to 2.46.0
2511a8
2511a8
* Sat Aug 22 2015 Kalev Lember <klember@redhat.com> - 2.45.6-1
2511a8
- Update to 2.45.6
2511a8
2511a8
* Thu Jul  2 2015 Thomas Sailer <t.sailer@alumni.ethz.ch> - 2.45.3-1
2511a8
- Update to 2.45.3
2511a8
2511a8
* Tue Jun 23 2015 Fabiano Fidêncio <fidencio@redhat.com> - 2.44.0-4
2511a8
- gio/ginetaddress.c: Fix Windows XP inet_pton() Emulation
2511a8
  (https://bugzilla.gnome.org/show_bug.cgi?id=730352#c24)
2511a8
2511a8
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.44.0-3
2511a8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
2511a8
2511a8
* Mon Apr 20 2015 Kalev Lember <kalevlember@gmail.com> - 2.44.0-2
2511a8
- Add back two accidentally dropped GNetworkMonitor crasher fixes
2511a8
  (GNOME BZ #733338)
2511a8
2511a8
* Tue Mar 24 2015 Kalev Lember <kalevlember@gmail.com> - 2.44.0-1
2511a8
- Update to 2.44.0
2511a8
- Use license macro for the COPYING file
2511a8
2511a8
* Mon Jan 26 2015 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.43.3-1
2511a8
- Update to 2.43.3
2511a8
2511a8
* Sat Nov 15 2014 Kalev Lember <kalevlember@gmail.com> - 2.42.1-1
2511a8
- Update to 2.42.1
2511a8
2511a8
* Tue Sep 23 2014 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.42.0-1
2511a8
- Update to 2.42.0
2511a8
2511a8
* Sat Sep 20 2014 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.41.5-1
2511a8
- Update to 2.41.5
2511a8
2511a8
* Fri Sep 12 2014 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.41.4-1
2511a8
- Update to 2.41.4
2511a8
2511a8
* Tue Jul 22 2014 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.41.2-1
2511a8
- Update to 2.41.2
2511a8
2511a8
* Sat Jun 14 2014 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.41.0-3
2511a8
- Prevent an invalid @CARBON_LIBS@ from appearing in the .pc files (GNOME BZ #731657)
2511a8
2511a8
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.41.0-2
2511a8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2511a8
2511a8
* Sun Jun  1 2014 Thomas Sailer <t.sailer@alumni.ethz.ch> - 2.41.0-1
2511a8
- update to 2.41.0
2511a8
2511a8
* Thu May 15 2014 Richard W.M. Jones <rjones@redhat.com> - 2.40.0-3
2511a8
- Fix valgrind support (RHBZ#1095664, GNOME bug 730198).
2511a8
- Include <stdint.h>, required by valgrind.h only on Rawhide.
2511a8
2511a8
* Sat Mar 29 2014 Kalev Lember <kalevlember@gmail.com> - 2.40.0-1
2511a8
- Update to 2.40.0
2511a8
2511a8
* Thu Mar  6 2014 Thomas Sailer <t.sailer@alumni.ethz.ch> - 2.39.91-1
2511a8
- Update to 2.39.91
2511a8
2511a8
* Sat Mar  1 2014 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.39.90-1
2511a8
- Update to 2.39.90
2511a8
2511a8
* Sat Feb  8 2014 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.39.4-1
2511a8
- Update to 2.39.4
2511a8
2511a8
* Tue Dec 17 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.39.2-1
2511a8
- Update to 2.39.2
2511a8
2511a8
* Wed Nov 20 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.39.1-1
2511a8
- Update to 2.39.1
2511a8
2511a8
* Wed Nov 20 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.38.2-1
2511a8
- Update to 2.38.2
2511a8
2511a8
* Tue Sep 24 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.38.0-1
2511a8
- Update to 2.38.0
2511a8
2511a8
* Wed Sep  4 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.37.7-1
2511a8
- Update to 2.37.7
2511a8
2511a8
* Thu Aug  1 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.37.5-1
2511a8
- Update to 2.37.5
2511a8
2511a8
* Wed Jul 10 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.37.4-1
2511a8
- Update to 2.37.4
2511a8
2511a8
* Thu Jun 27 2013 Kalev Lember <kalevlember@gmail.com> - 2.37.3-2
2511a8
- Include the COPYING file in %%doc (thanks daumas for noticing it!)
2511a8
2511a8
* Wed Jun 26 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.37.3-1
2511a8
- Update to 2.37.3
2511a8
2511a8
* Sun Jun 16 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.37.1-2
2511a8
- Rebuild to resolve InterlockedCompareExchange regression in mingw32 libraries
2511a8
2511a8
* Fri May 31 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.37.1-1
2511a8
- Update to 2.37.1
2511a8
2511a8
* Sun May  5 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.37.0-1
2511a8
- Update to 2.37.0
2511a8
2511a8
* Tue Apr 16 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.36.1-1
2511a8
- Update to 2.36.1
2511a8
- Dropped upstreamed patches
2511a8
2511a8
* Mon Apr 15 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.36.0-3
2511a8
- Revert unintended ABI break on win64 (RHBZ #951588, GNOME BZ #697879)
2511a8
2511a8
* Fri Mar 29 2013 Kalev Lember <kalevlember@gmail.com> - 2.36.0-2
2511a8
- Drop two patches that have been fixed upstream
2511a8
2511a8
* Tue Mar 26 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.36.0-1
2511a8
- Update to 2.36.0
2511a8
2511a8
* Sat Mar 23 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.35.9-1
2511a8
- Update to 2.35.9
2511a8
- Added R: mingw{32,64}-gettext-static to the -static subpackages
2511a8
- Prefer the use of GCC constructors over DllMain
2511a8
  This removes the DllMain symbol from the static libraries
2511a8
2511a8
* Fri Feb 22 2013 Thomas Sailer <t.sailer@alumni.ethz.ch> - 2.35.8-1
2511a8
- update to 2.35.8
2511a8
2511a8
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.35.4-4
2511a8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
2511a8
2511a8
* Sun Jan 20 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.35.4-3
2511a8
- Replaced the gcc 4.8 workaround with a more proper fix (GNOME BZ #692079)
2511a8
2511a8
* Sat Jan 19 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.35.4-2
2511a8
- Work around more strict behaviour of gcc 4.8, GNOME BZ #692079
2511a8
- Use verbose make
2511a8
2511a8
* Wed Jan 16 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.35.4-1
2511a8
- Update to 2.35.4
2511a8
2511a8
* Thu Jan  3 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.35.3-3
2511a8
- Resolve regression regarding linking against C++ code (GNOME BZ #690902)
2511a8
2511a8
* Tue Jan  1 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.35.3-2
2511a8
- Make sure g_log_default_handler uses the correct file descriptors for stdout and stderr
2511a8
2511a8
* Tue Jan  1 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.35.3-1
2511a8
- Update to 2.35.3
2511a8
2511a8
* Fri Nov  9 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.35.1-1
2511a8
- Update to 2.35.1
2511a8
2511a8
* Sat Oct 20 2012 Kalev Lember <kalevlember@gmail.com> - 2.34.1-1
2511a8
- Update to 2.34.1
2511a8
2511a8
* Fri Oct  5 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.34.0-1
2511a8
- Update to 2.34.0
2511a8
2511a8
* Mon Aug 27 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.33.10-2
2511a8
- Use CreateFile on Win32 to make sure g_unlink always works (GNOME BZ #674214)
2511a8
- Fixed typo's in description
2511a8
2511a8
* Sat Aug 25 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.33.10-1
2511a8
- Update to 2.33.10
2511a8
2511a8
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.33.1-2
2511a8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2511a8
2511a8
* Sat May 05 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.33.1-1
2511a8
- Update to 2.33.1
2511a8
2511a8
* Sat May 05 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.32.2-2
2511a8
- Fix compile failure while building static library (GNOME BZ #675516)
2511a8
2511a8
* Tue May 01 2012 Kalev Lember <kalevlember@gmail.com> - 2.32.2-1
2511a8
- Update to 2.32.2
2511a8
- Dropped upstreamed patches
2511a8
2511a8
* Sat Apr 14 2012 Kalev Lember <kalevlember@gmail.com> - 2.32.1-1
2511a8
- Update to 2.32.1
2511a8
- Dropped an upstreamed patch
2511a8
- Added two new patches to fix build
2511a8
2511a8
* Wed Mar 28 2012 Kalev Lember <kalevlember@gmail.com> - 2.32.0-2
2511a8
- Add a patch to fix alignment tests when cross compiling
2511a8
2511a8
* Mon Mar 26 2012 Kalev Lember <kalevlember@gmail.com> - 2.32.0-1
2511a8
- Update to 2.32.0
2511a8
- Dropped upstreamed patch
2511a8
2511a8
* Sat Mar 10 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.31.20-2
2511a8
- Added win64 support
2511a8
2511a8
* Thu Mar 08 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.31.20-1
2511a8
- Update to 2.31.20
2511a8
- Dropped unneeded BR: mingw32-dlfcn
2511a8
- Dropped .la files
2511a8
2511a8
* Tue Mar 06 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.31.18-2
2511a8
- Renamed the source package to mingw-glib2 (RHBZ #800389)
2511a8
- Use mingw macros without leading underscore
2511a8
2511a8
* Tue Feb 28 2012 Kalev Lember <kalevlember@gmail.com> - 2.31.18-1
2511a8
- Update to 2.31.18
2511a8
2511a8
* Mon Feb 27 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.31.16-2
2511a8
- Rebuild against the mingw-w64 toolchain
2511a8
2511a8
* Tue Feb 07 2012 Kalev Lember <kalevlember@gmail.com> - 2.31.16-1
2511a8
- Update to 2.31.16
2511a8
2511a8
* Thu Jan 12 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.31.8-1
2511a8
- Update to 2.31.8
2511a8
2511a8
* Tue Nov 22 2011 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.31.2-1
2511a8
- Update to 2.31.2
2511a8
2511a8
* Tue Oct 18 2011 Kalev Lember <kalevlember@gmail.com> - 2.30.1-1
2511a8
- Update to 2.30.1
2511a8
2511a8
* Fri Sep 30 2011 Kalev Lember <kalevlember@gmail.com> - 2.30.0-1
2511a8
- Update to 2.30.0
2511a8
2511a8
* Tue Aug 30 2011 Kalev Lember <kalevlember@gmail.com> - 2.29.18-1
2511a8
- Update to 2.29.18
2511a8
2511a8
* Sun Jul 10 2011 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.29.10-2
2511a8
- Dropped the gdbus-codegen pieces as they match the native glib2 package
2511a8
2511a8
* Fri Jul 08 2011 Kalev Lember <kalevlember@gmail.com> - 2.29.10-1
2511a8
- Update to 2.29.10
2511a8
- Switch to xz compressed tarballs
2511a8
2511a8
* Wed Jul 06 2011 Kalev Lember <kalevlember@gmail.com> - 2.28.6-4
2511a8
- Rebuilt against win-iconv
2511a8
2511a8
* Thu Apr 28 2011 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.28.6-3
2511a8
- Own the folders %%{_mingw32_libdir}/gio and %%{_mingw32_libdir}/gio/modules
2511a8
- Dropped the .def files as they aren't useful for other binaries
2511a8
2511a8
* Wed Apr 27 2011 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.28.6-2
2511a8
- Dropped the proxy-libintl pieces
2511a8
2511a8
* Sat Apr 23 2011 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.28.6-1
2511a8
- Update to 2.28.6
2511a8
- Dropped the ugly build hack as it isn't needed anymore (the
2511a8
  broken mingw32-runtime has been fixed by now)
2511a8
- Made the pkgconfig LDFLAGS libtool friendly (fixes compilation for
2511a8
  non-libtool based projects such as midori)
2511a8
2511a8
* Sun Feb 13 2011 Thomas Sailer <t.sailer@alumni.ethz.ch> - 2.28.0-1
2511a8
- update to 2.28.0
2511a8
2511a8
* Sun Feb 13 2011 Thomas Sailer <t.sailer@alumni.ethz.ch> - 2.27.93-1
2511a8
- update to 2.27.93
2511a8
2511a8
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.4-2
2511a8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2511a8
2511a8
* Mon Dec  6 2010 Thomas Sailer <t.sailer@alumni.ethz.ch> - 2.27.4-1
2511a8
- update to 2.27.4
2511a8
2511a8
* Sun Nov  7 2010 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.26.0-4
2511a8
- Fix a build failure in mingw32-libsoup and mingw32-webkitgtk
2511a8
2511a8
* Sun Oct 17 2010 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.26.0-3
2511a8
- Let binaries depending on GLib link against the libintl wrapper library
2511a8
  in a way that libtool doesn't refuse
2511a8
2511a8
* Sat Oct 16 2010 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.26.0-2
2511a8
- Rebuild in order to make libintl-8.dll a soft dependency
2511a8
2511a8
* Mon Oct 11 2010 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.26.0-1
2511a8
- Update to 2.26.0
2511a8
2511a8
* Thu Sep 23 2010 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.25.17-1
2511a8
- Update to 2.25.17
2511a8
2511a8
* Sun Sep 12 2010 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.25.15-1
2511a8
- Update to 2.25.15
2511a8
2511a8
* Wed Aug 11 2010 David Malcolm <dmalcolm@redhat.com> - 2.25.12-2
2511a8
- recompiling .py files against Python 2.7 (rhbz#623338)
2511a8
2511a8
* Thu Aug  5 2010 Thomas Sailer <t.sailer@alumni.ethz.ch> - 2.25.12-1
2511a8
- update to 2.25.12
2511a8
2511a8
* Fri Jun 11 2010 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.24.1-1
2511a8
- Update to 2.24.1
2511a8
2511a8
* Wed Feb 24 2010 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.23.4-1
2511a8
- Update to 2.23.4
2511a8
2511a8
* Sun Jan 31 2010 Thomas Sailer <t.sailer@alumni.ethz.ch> - 2.23.2-1
2511a8
- Update to 2.23.2
2511a8
2511a8
* Wed Dec  2 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.23.0-1
2511a8
- Update to 2.23.0
2511a8
- Added BR: mingw32-zlib
2511a8
2511a8
* Fri Oct  9 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.22.2-1
2511a8
- Update to 2.22.2
2511a8
2511a8
* Wed Sep 23 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.22.0-1
2511a8
- Update to 2.22.0
2511a8
2511a8
* Fri Sep 18 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.21.6-2
2511a8
- Rebuild because of broken mingw32-gcc/mingw32-binutils
2511a8
2511a8
* Sat Sep  5 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.21.6-1
2511a8
- Update to 2.21.6
2511a8
2511a8
* Mon Aug 24 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.21.5-1
2511a8
- Update to 2.21.5
2511a8
2511a8
* Thu Aug 13 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.21.4-1
2511a8
- Update to 2.21.4
2511a8
2511a8
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.21.3-2
2511a8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2511a8
2511a8
* Mon Jul  6 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.21.3-1
2511a8
- Update to 2.21.3
2511a8
- Drop upstreamed patch
2511a8
2511a8
* Mon Jun 22 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.21.2-2
2511a8
- The wrong RPM variable was overriden for -debuginfo support. Should be okay now
2511a8
2511a8
* Mon Jun 22 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.21.2-1
2511a8
- Update to 2.21.2
2511a8
- Split out debug symbols to a -debuginfo subpackage
2511a8
2511a8
* Wed Jun 10 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.21.1-1
2511a8
- Update to 2.21.1
2511a8
- Use %%global instead of %%define
2511a8
- Dropped the glib-i386-atomic.patch as it doesn't have any effect (the mingw32
2511a8
  toolchain is called i686-pc-mingw32, not i386-pc-mingw32)
2511a8
2511a8
* Thu Apr 16 2009 Thomas Sailer <t.sailer@alumni.ethz.ch> - 2.20.1-1
2511a8
- Update to 2.20.1
2511a8
2511a8
* Thu Mar 5 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.19.10-1
2511a8
- Update to 2.19.10
2511a8
- Dropped the gtk-doc documentation as it's identical to the base glib2 package
2511a8
2511a8
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.19.5-5
2511a8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2511a8
2511a8
* Fri Feb 20 2009 Erik van Pienbroek <info@nntpgrab.nl> - 2.19.5-4
2511a8
- Added -static subpackage
2511a8
- Developers using the static build of GLib need to add
2511a8
  -DGLIB_STATIC_COMPILATION and -DGOBJECT_STATIC_COMPILATION to
2511a8
  their CFLAGS to avoid compile failures
2511a8
- Fixed the %%defattr line
2511a8
- Rebuild for mingw32-gcc 4.4 (RWMJ)
2511a8
2511a8
* Fri Jan 30 2009 Richard W.M. Jones <rjones@redhat.com> - 2.19.5-3
2511a8
- Requires pkgconfig.
2511a8
2511a8
* Fri Jan 23 2009 Richard W.M. Jones <rjones@redhat.com> - 2.19.5-2
2511a8
- Rebase to native Fedora version 2.19.5.
2511a8
- Use _smp_mflags.
2511a8
- Use find_lang.
2511a8
- Don't build static libraries.
2511a8
- +BR dlfcn.
2511a8
2511a8
* Wed Sep 24 2008 Richard W.M. Jones <rjones@redhat.com> - 2.18.1-2
2511a8
- Rename mingw -> mingw32.
2511a8
2511a8
* Mon Sep 22 2008 Daniel P. Berrange <berrange@redhat.com> - 2.18.1-1
2511a8
- Update to 2.18.1 release
2511a8
2511a8
* Sun Sep 21 2008 Richard W.M. Jones <rjones@redhat.com> - 2.18.0-3
2511a8
- Remove manpages which duplicate Fedora native.
2511a8
2511a8
* Thu Sep 11 2008 Daniel P. Berrange <berrange@redhat.com> - 2.18.0-2
2511a8
- Add BR on pkgconfig, gettext and glib2 (native)
2511a8
2511a8
* Tue Sep  9 2008 Daniel P. Berrange <berrange@redhat.com> - 2.18.0-1
2511a8
- Initial RPM release