6eae1bb
%{?mingw_package_header}
f669db9
26a178f
Name:           mingw-glib2
bc5175d
Version:        2.76.0
bc5175d
Release:        1%{?dist}
e6c547f
Summary:        MinGW Windows GLib2 library
e6c547f
e6c547f
License:        LGPLv2+
e6c547f
URL:            http://www.gtk.org
Thomas Sailer e7486a0
# first two digits of version
60a4841
%global release_version %(echo %{version} | awk -F. '{print $1"."$2}')
cf8df0e
Source0:        http://download.gnome.org/sources/glib/%{release_version}/glib-%{version}.tar.xz
e6c547f
e6c547f
BuildArch:      noarch
e6c547f
Fabiano Fidêncio 02d9cec
BuildRequires:  meson
Fabiano Fidêncio 02d9cec
BuildRequires:  gcc
Fabiano Fidêncio 02d9cec
BuildRequires:  gcc-c++
Fabiano Fidêncio 02d9cec
Fabiano Fidêncio 02d9cec
BuildRequires:  mingw32-filesystem >= 107
e6c547f
BuildRequires:  mingw32-gcc
e6c547f
BuildRequires:  mingw32-binutils
ceeb044
BuildRequires:  mingw32-win-iconv
e6c547f
BuildRequires:  mingw32-gettext
cf8df0e
BuildRequires:  mingw32-libffi
4218067
BuildRequires:  mingw32-pcre2
80b1ed2
BuildRequires:  mingw32-zlib
e6c547f
Fabiano Fidêncio 02d9cec
BuildRequires:  mingw64-filesystem >= 107
f669db9
BuildRequires:  mingw64-gcc
f669db9
BuildRequires:  mingw64-binutils
f669db9
BuildRequires:  mingw64-win-iconv
f669db9
BuildRequires:  mingw64-gettext
f669db9
BuildRequires:  mingw64-libffi
4218067
BuildRequires:  mingw64-pcre2
f669db9
BuildRequires:  mingw64-zlib
f669db9
e6c547f
# Native version required for msgfmt use in build
e6c547f
BuildRequires:  gettext
e6c547f
# Native version required for glib-genmarshal
796a072
BuildRequires:  glib2-devel >= 2.45.3
b5c175a
BuildRequires:  python3-devel
796a072
d7b4489
# https://bugzilla.gnome.org/show_bug.cgi?id=674214
d7b4489
Patch1:         0001-Use-CreateFile-on-Win32-to-make-sure-g_unlink-always.patch
d7b4489
fba82fe
# Prefer the use of GCC constructors over DllMain
fba82fe
# This prevents having to depend on DllMain in static libraries
6700f9b
# http://lists.fedoraproject.org/pipermail/mingw/2013-March/006429.html
6700f9b
# http://lists.fedoraproject.org/pipermail/mingw/2013-March/006469.html
6700f9b
# https://bugzilla.gnome.org/show_bug.cgi?id=698118
24a07cd
#Patch5:         glib-prefer-constructors-over-DllMain.patch
24a07cd
e6c547f
%description
e6c547f
MinGW Windows Glib2 library.
e6c547f
f669db9
# Win32
26a178f
%package -n mingw32-glib2
752bfd4
Summary:        MinGW Windows Glib2 library for the win32 target
b5c175a
# glib-genmarshal and glib-mkenums are written in Python
b5c175a
Requires:       python3
26a178f
26a178f
%description -n mingw32-glib2
26a178f
MinGW Windows Glib2 library.
26a178f
26a178f
%package -n mingw32-glib2-static
8d24dc2
Summary:        Static version of the MinGW Windows GLib2 library
26a178f
Requires:       mingw32-glib2 = %{version}-%{release}
9a80316
Requires:       mingw32-gettext-static
8d24dc2
26a178f
%description -n mingw32-glib2-static
8d24dc2
Static version of the MinGW Windows GLib2 library.
e6c547f
f669db9
# Win64
f669db9
%package -n mingw64-glib2
752bfd4
Summary:        MinGW Windows Glib2 library for the win64 target
b5c175a
# glib-genmarshal and glib-mkenums are written in Python
b5c175a
Requires:       python3
f669db9
f669db9
%description -n mingw64-glib2
f669db9
MinGW Windows Glib2 library.
f669db9
f669db9
%package -n mingw64-glib2-static
f669db9
Summary:        Static version of the MinGW Windows GLib2 library
f669db9
Requires:       mingw64-glib2 = %{version}-%{release}
9a80316
Requires:       mingw64-gettext-static
f669db9
f669db9
%description -n mingw64-glib2-static
f669db9
Static version of the MinGW Windows GLib2 library.
f669db9
39e691a
6eae1bb
%{?mingw_debug_package}
35ba24b
35ba24b
e6c547f
%prep
24a07cd
%autosetup -p1 -n glib-%{version}
e6c547f
e6c547f
%build
9a8a914
export MINGW_BUILDDIR_SUFFIX=static
9a8a914
%mingw_meson --default-library=static
9a8a914
%mingw_ninja
9a8a914
export MINGW_BUILDDIR_SUFFIX=shared
9a8a914
%mingw_meson --default-library=shared
2f82098
%mingw_ninja
39e691a
e6c547f
%install
9a8a914
export MINGW_BUILDDIR_SUFFIX=static
9a8a914
%mingw_ninja_install
9a8a914
export MINGW_BUILDDIR_SUFFIX=shared
Fabiano Fidêncio 02d9cec
%mingw_ninja_install
8d24dc2
e07da3d
# There's a small difference in the file glibconfig.h between the
8d24dc2
# shared and the static build:
8d24dc2
#
8d24dc2
#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
8d24dc2
#--- shared/usr/i686-pc-mingw32/sys-root/mingw/lib/glib-2.0/include/glibconfig.h	2009-02-20 17:34:35.735677022 +0100
8d24dc2
#+++ static/usr/i686-pc-mingw32/sys-root/mingw/lib/glib-2.0/include/glibconfig.h	2009-02-20 17:33:35.498932269 +0100
8d24dc2
#@@ -92,7 +92,8 @@
8d24dc2
# 
8d24dc2
# #define G_OS_WIN32
8d24dc2
# #define G_PLATFORM_WIN32
8d24dc2
#-
8d24dc2
#+#define GLIB_STATIC_COMPILATION 1
8d24dc2
#+#define GOBJECT_STATIC_COMPILATION 1
8d24dc2
# 
8d24dc2
# #define G_VA_COPY	va_copy
8d24dc2
#
8d24dc2
# However, we can't merge this change as it is situation-dependent...
8d24dc2
#
8d24dc2
# Developers using the static build of GLib need to add -DGLIB_STATIC_COMPILATION
8d24dc2
# and -DGOBJECT_STATIC_COMPILATION to their CFLAGS to avoid compile failures
8d24dc2
8d24dc2
# Drop the folder which was temporary used for installing the static bits
f32b3ab
rm -f %{buildroot}/%{mingw32_libdir}/charset.alias
f32b3ab
rm -f %{buildroot}/%{mingw64_libdir}/charset.alias
e6c547f
6373a74
# Drop the GDB helper files as we can't use the native Fedora GDB to debug Win32 programs
f32b3ab
rm -rf %{buildroot}%{mingw32_datadir}/gdb
f32b3ab
rm -rf %{buildroot}%{mingw64_datadir}/gdb
6373a74
1a4e926
# Remove the gtk-doc documentation and manpages which duplicate Fedora native
f32b3ab
rm -rf %{buildroot}%{mingw32_mandir}
f32b3ab
rm -rf %{buildroot}%{mingw32_datadir}/gtk-doc
e6c547f
f32b3ab
rm -rf %{buildroot}%{mingw64_mandir}
f32b3ab
rm -rf %{buildroot}%{mingw64_datadir}/gtk-doc
f669db9
f669db9
# Bash-completion files aren't interesting for mingw
f32b3ab
rm -rf %{buildroot}%{mingw32_datadir}/bash-completion
f32b3ab
rm -rf %{buildroot}%{mingw64_datadir}/bash-completion
f0449a1
8e8b351
# The .def files are also of no use to other binaries
f32b3ab
rm -f %{buildroot}%{mingw32_libdir}/*.def
f32b3ab
rm -f %{buildroot}%{mingw64_libdir}/*.def
8e8b351
67bdbcf
# The gdbus-codegen pieces are already in the native glib2 package
f32b3ab
rm -f %{buildroot}%{mingw32_bindir}/gdbus-codegen
f32b3ab
rm -rf %{buildroot}%{mingw32_libdir}/gdbus-2.0
368789d
sed -i 's|gdbus_codegen=.*|gdbus_codegen=%{_bindir}/gdbus-codegen|g' %{buildroot}%{mingw32_libdir}/pkgconfig/gio-2.0.pc
67bdbcf
f32b3ab
rm -f %{buildroot}%{mingw64_bindir}/gdbus-codegen
f32b3ab
rm -rf %{buildroot}%{mingw64_libdir}/gdbus-2.0
368789d
sed -i 's|gdbus_codegen=.*|gdbus_codegen=%{_bindir}/gdbus-codegen|g' %{buildroot}%{mingw64_libdir}/pkgconfig/gio-2.0.pc
f669db9
e07da3d
# Drop all .la files
f32b3ab
find %{buildroot} -name "*.la" -delete
e07da3d
f669db9
%mingw_find_lang glib20
e6c547f
c73f2a9
# Manually invoke the python byte compile macro for each path that needs byte
c73f2a9
# compilation.
c73f2a9
%py_byte_compile %{__python3} %{buildroot}%{mingw32_datadir}/glib-2.0/gdb
c73f2a9
%py_byte_compile %{__python3} %{buildroot}%{mingw32_datadir}/glib-2.0/codegen
c73f2a9
%py_byte_compile %{__python3} %{buildroot}%{mingw64_datadir}/glib-2.0/gdb
c73f2a9
%py_byte_compile %{__python3} %{buildroot}%{mingw64_datadir}/glib-2.0/codegen
c73f2a9
e6c547f
f669db9
# Win32
f669db9
%files -n mingw32-glib2 -f mingw32-glib20.lang
619cd49
%license COPYING
89dc349
%{mingw32_bindir}/gdbus.exe
039a810
%{mingw32_bindir}/gio.exe
89dc349
%{mingw32_bindir}/gio-querymodules.exe
89dc349
%{mingw32_bindir}/glib-compile-resources.exe
89dc349
%{mingw32_bindir}/glib-compile-schemas.exe
b5c175a
%{mingw32_bindir}/glib-genmarshal
89dc349
%{mingw32_bindir}/glib-gettextize
89dc349
%{mingw32_bindir}/glib-mkenums
89dc349
%{mingw32_bindir}/gobject-query.exe
89dc349
%{mingw32_bindir}/gresource.exe
89dc349
%{mingw32_bindir}/gsettings.exe
89dc349
%{mingw32_bindir}/gspawn-win32-helper-console.exe
89dc349
%{mingw32_bindir}/gspawn-win32-helper.exe
Fabiano Fidêncio 02d9cec
%{mingw32_bindir}/gtester-report
89dc349
%{mingw32_bindir}/libgio-2.0-0.dll
89dc349
%{mingw32_bindir}/libglib-2.0-0.dll
89dc349
%{mingw32_bindir}/libgmodule-2.0-0.dll
89dc349
%{mingw32_bindir}/libgobject-2.0-0.dll
89dc349
%{mingw32_bindir}/libgthread-2.0-0.dll
89dc349
%{mingw32_includedir}/glib-2.0/
89dc349
%{mingw32_includedir}/gio-win32-2.0/
89dc349
%{mingw32_libdir}/glib-2.0/
89dc349
%{mingw32_libdir}/libgio-2.0.dll.a
89dc349
%{mingw32_libdir}/libglib-2.0.dll.a
89dc349
%{mingw32_libdir}/libgmodule-2.0.dll.a
89dc349
%{mingw32_libdir}/libgobject-2.0.dll.a
89dc349
%{mingw32_libdir}/libgthread-2.0.dll.a
89dc349
%{mingw32_libdir}/pkgconfig/gio-2.0.pc
89dc349
%{mingw32_libdir}/pkgconfig/gio-windows-2.0.pc
89dc349
%{mingw32_libdir}/pkgconfig/glib-2.0.pc
89dc349
%{mingw32_libdir}/pkgconfig/gmodule-2.0.pc
89dc349
%{mingw32_libdir}/pkgconfig/gmodule-export-2.0.pc
89dc349
%{mingw32_libdir}/pkgconfig/gmodule-no-export-2.0.pc
89dc349
%{mingw32_libdir}/pkgconfig/gobject-2.0.pc
89dc349
%{mingw32_libdir}/pkgconfig/gthread-2.0.pc
89dc349
%{mingw32_datadir}/aclocal/glib-2.0.m4
89dc349
%{mingw32_datadir}/aclocal/glib-gettext.m4
89dc349
%{mingw32_datadir}/aclocal/gsettings.m4
da1ef98
%{mingw32_datadir}/gettext/its/
89dc349
%{mingw32_datadir}/glib-2.0/
e6c547f
26a178f
%files -n mingw32-glib2-static
89dc349
%{mingw32_libdir}/libgio-2.0.a
89dc349
%{mingw32_libdir}/libglib-2.0.a
89dc349
%{mingw32_libdir}/libgmodule-2.0.a
89dc349
%{mingw32_libdir}/libgobject-2.0.a
89dc349
%{mingw32_libdir}/libgthread-2.0.a
e6c547f
f669db9
# Win64
f669db9
%files -n mingw64-glib2 -f mingw64-glib20.lang
619cd49
%license COPYING
f669db9
%{mingw64_bindir}/gdbus.exe
039a810
%{mingw64_bindir}/gio.exe
f669db9
%{mingw64_bindir}/gio-querymodules.exe
f669db9
%{mingw64_bindir}/glib-compile-resources.exe
f669db9
%{mingw64_bindir}/glib-compile-schemas.exe
b5c175a
%{mingw64_bindir}/glib-genmarshal
f669db9
%{mingw64_bindir}/glib-gettextize
f669db9
%{mingw64_bindir}/glib-mkenums
f669db9
%{mingw64_bindir}/gobject-query.exe
f669db9
%{mingw64_bindir}/gresource.exe
f669db9
%{mingw64_bindir}/gsettings.exe
f669db9
%{mingw64_bindir}/gspawn-win64-helper-console.exe
f669db9
%{mingw64_bindir}/gspawn-win64-helper.exe
Fabiano Fidêncio 02d9cec
%{mingw64_bindir}/gtester-report
f669db9
%{mingw64_bindir}/libgio-2.0-0.dll
f669db9
%{mingw64_bindir}/libglib-2.0-0.dll
f669db9
%{mingw64_bindir}/libgmodule-2.0-0.dll
f669db9
%{mingw64_bindir}/libgobject-2.0-0.dll
f669db9
%{mingw64_bindir}/libgthread-2.0-0.dll
f669db9
%{mingw64_includedir}/glib-2.0/
f669db9
%{mingw64_includedir}/gio-win32-2.0/
f669db9
%{mingw64_libdir}/glib-2.0/
f669db9
%{mingw64_libdir}/libgio-2.0.dll.a
f669db9
%{mingw64_libdir}/libglib-2.0.dll.a
f669db9
%{mingw64_libdir}/libgmodule-2.0.dll.a
f669db9
%{mingw64_libdir}/libgobject-2.0.dll.a
f669db9
%{mingw64_libdir}/libgthread-2.0.dll.a
f669db9
%{mingw64_libdir}/pkgconfig/gio-2.0.pc
f669db9
%{mingw64_libdir}/pkgconfig/gio-windows-2.0.pc
f669db9
%{mingw64_libdir}/pkgconfig/glib-2.0.pc
f669db9
%{mingw64_libdir}/pkgconfig/gmodule-2.0.pc
f669db9
%{mingw64_libdir}/pkgconfig/gmodule-export-2.0.pc
f669db9
%{mingw64_libdir}/pkgconfig/gmodule-no-export-2.0.pc
f669db9
%{mingw64_libdir}/pkgconfig/gobject-2.0.pc
f669db9
%{mingw64_libdir}/pkgconfig/gthread-2.0.pc
f669db9
%{mingw64_datadir}/aclocal/glib-2.0.m4
f669db9
%{mingw64_datadir}/aclocal/glib-gettext.m4
f669db9
%{mingw64_datadir}/aclocal/gsettings.m4
da1ef98
%{mingw64_datadir}/gettext/its/
f669db9
%{mingw64_datadir}/glib-2.0/
f669db9
f669db9
%files -n mingw64-glib2-static
f669db9
%{mingw64_libdir}/libgio-2.0.a
f669db9
%{mingw64_libdir}/libglib-2.0.a
f669db9
%{mingw64_libdir}/libgmodule-2.0.a
f669db9
%{mingw64_libdir}/libgobject-2.0.a
f669db9
%{mingw64_libdir}/libgthread-2.0.a
f669db9
39e691a
e6c547f
%changelog
bc5175d
* Sun Mar 19 2023 Sandro Mani <manisandro@gmail.com> - 2.76.0-1
bc5175d
- Update to 2.76.0
bc5175d
c7b0869
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.74.1-3
c7b0869
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
c7b0869
368789d
* Mon Nov 14 2022 Marc-André Lureau <marcandre.lureau@redhat.com> - 2.74.1-2
368789d
- Set gio-2.0.pc gdbus_codegen variable to system path.
368789d
865c483
* Sun Oct 30 2022 Sandro Mani <manisandro@gmail.com> - 2.74.1-1
865c483
- Update to 2.74.1
865c483
91133d9
* Wed Sep 21 2022 Sandro Mani <manisandro@gmail.com> - 2.74.0-1
91133d9
- Update to 2.74.0
91133d9
69dbd8f
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.72.3-2
69dbd8f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
69dbd8f
8a5cf76
* Wed Jul 20 2022 Sandro Mani <manisandro@gmail.com> - 2.72.3-1
8a5cf76
- Update to 2.72.3
8a5cf76
eed91fb
* Tue May 31 2022 Sandro Mani <manisandro@gmail.com> - 2.72.2-1
eed91fb
- Update to 2.72.2
eed91fb
2160ca6
* Sun Apr 17 2022 Sandro Mani <manisandro@gmail.com> - 2.72.1-1
2160ca6
- Update to 2.72.1
2160ca6
67ccea3
* Mon Mar 28 2022 Sandro Mani <manisandro@gmail.com> - 2.72.0-1
67ccea3
- Update to 2.72.0
67ccea3
5d88902
* Fri Mar 25 2022 Sandro Mani <manisandro@gmail.com> - 2.71.3-2
5d88902
- Rebuild with mingw-gcc-12
5d88902
cb0477a
* Mon Mar 07 2022 Sandro Mani <manisandro@gmail.com> - 2.71.3-1
cb0477a
- Update to 2.71.3
cb0477a
cc2fbd6
* Tue Feb 15 2022 Sandro Mani <manisandro@gmail.com> - 2.71.2-1
cc2fbd6
- Update to 2.71.2
cc2fbd6
6d59800
* Sun Jan 30 2022 Sandro Mani <manisandro@gmail.com> - 2.71.1-1
6d59800
- Update to 2.71.1
6d59800
3971fd5
* Tue Jan 25 2022 Sandro Mani <manisandro@gmail.com> - 2.71.0-1
3971fd5
- Update to 2.71.0
3971fd5
f0df07c
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.70.2-2
f0df07c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
f0df07c
9a86288
* Tue Dec 07 2021 Sandro Mani <manisandro@gmail.com> - 2.70.2-1
9a86288
- Update to 2.70.2
9a86288
fec8baa
* Mon Nov 01 2021 Sandro Mani <manisandro@gmail.com> - 2.70.1-1
fec8baa
- Update to 2.70.1
fec8baa
6d346e8
* Tue Sep 21 2021 Sandro Mani <manisandro@gmail.com> - 2.70.0-1
6d346e8
- Update to 2.70.0
6d346e8
6ce1087
* Fri Sep 10 2021 Sandro Mani <manisandro@gmail.com> - 2.69.3-1
6ce1087
- Update to 2.69.3
6ce1087
ab10c21
* Sat Aug 28 2021 Sandro Mani <manisandro@gmail.com> - 2.69.2-1
ab10c21
- Update to 2.69.2
ab10c21
4a933ca
* Fri Jul 30 2021 Sandro Mani <manisandro@gmail.com> - 2.69.0-2
4a933ca
- Rebuild (libffi)
4a933ca
240d5e2
* Sat Jul 24 2021 Sandro Mani <manisandro@gmail.com> - 2.69.0-1
240d5e2
- Update to 2.69.0
240d5e2
b720bd3
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.68.3-2
b720bd3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
b720bd3
aa02906
* Tue Jun 22 2021 Sandro Mani <manisandro@gmail.com> - 2.68.3-1
aa02906
- Update to 2.68.3
aa02906
bb28e2e
* Thu May 20 2021 Sandro Mani <manisandro@gmail.com> - 2.68.2-1
bb28e2e
- Update to 2.68.2
bb28e2e
9d5cfce
* Mon Apr 12 2021 Sandro Mani <manisandro@gmail.com> - 2.68.1-1
9d5cfce
- Update to 2.68.1
9d5cfce
83fa308
* Mon Mar 29 2021 Sandro Mani <manisandro@gmail.com> - 2.68.0-1
83fa308
- Update to 2.68.0
83fa308
2dfbfb2
* Fri Mar 05 2021 Sandro Mani <manisandro@gmail.com> - 2.66.7-1
2dfbfb2
- Update to 2.66.7
2dfbfb2
60e54ec
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.66.2-2
60e54ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
60e54ec
4366e10
* Mon Oct 19 2020 Sandro Mani <manisandro@gmail.com> - 2.66.2-1
4366e10
- Update to 2.66.2
4366e10
ddb4b7c
* Mon Oct 05 2020 Sandro Mani <manisandro@gmail.com> - 2.66.1-1
ddb4b7c
- Update to 2.66.1
ddb4b7c
aed6086
* Tue Sep 15 2020 Sandro Mani <manisandro@gmail.com> - 2.66.0-1
aed6086
- Update to 2.66.0
aed6086
111595e
* Wed Aug 12 13:36:55 GMT 2020 Sandro Mani <manisandro@gmail.com> - 2.64.3-3
111595e
- Rebuild (mingw-gettext)
111595e
22277e9
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.64.3-2
22277e9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
22277e9
0d8a106
* Fri May 22 2020 Sandro Mani <manisandro@gmail.com> - 2.64.3-1
0d8a106
- Update to 2.64.3
0d8a106
df5fec8
* Mon Apr 20 2020 Sandro Mani <manisandro@gmail.com> - 2.64.2-2
df5fec8
- Rebuild (gettext)
df5fec8
b879679
* Sat Apr 11 2020 Sandro Mani <manisandro@gmail.com> - 2.64.2-1
b879679
- Update to 2.64.2
b879679
6eae1bb
* Thu Mar 12 2020 Sandro Mani <manisandro@gmail.com> - 2.64.1-1
6eae1bb
- Update to 2.64.1
6eae1bb
f32b3ab
* Fri Mar 06 2020 Sandro Mani <manisandro@gmail.com> - 2.64.0-1
f32b3ab
- Update to 2.64.0
f32b3ab
724448d
* Tue Feb 25 2020 Sandro Mani <manisandro@gmail.com> - 2.63.6-1
724448d
- Update to 2.63.6
724448d
24a07cd
* Tue Feb 11 2020 Sandro Mani <manisandro@gmail.com> - 2.63.5-2
24a07cd
- Backport proposed patch for CVE-2020-6750
24a07cd
aed0d81
* Mon Feb 03 2020 Sandro Mani <manisandro@gmail.com> - 2.63.5-1
aed0d81
- Update to 2.63.5
aed0d81
3dd4de4
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.63.4-2
3dd4de4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
3dd4de4
5e718ea
* Fri Jan 24 2020 Sandro Mani <manisandro@gmail.com> - 2.63.4-1
5e718ea
- Update to 2.63.4
5e718ea
de0d7ff
* Mon Dec 16 2019 Sandro Mani <manisandro@gmail.com> - 2.63.3-1
de0d7ff
- Update to 2.63.3
de0d7ff
da434c3
* Tue Dec 03 2019 Sandro Mani <manisandro@gmail.com> - 2.63.2-1
da434c3
- Update to 2.63.2
da434c3
ad57660
* Tue Oct 08 2019 Sandro Mani <manisandro@gmail.com> - 2.63.0-2
ad57660
- Rebuild (Changes/Mingw32GccDwarf2)
ad57660
6c51ee4
* Fri Oct 04 2019 Sandro Mani <manisandro@gmail.com> - 2.63.0-1
6c51ee4
- Update to 2.63.0
6c51ee4
ee16d46
* Mon Sep 16 2019 Sandro Mani <manisandro@gmail.com> - 2.62.0-1
ee16d46
- Update to 2.62.0
ee16d46
b68225d
* Wed Sep 04 2019 Sandro Mani <manisandro@gmail.com> - 2.61.3-1
b68225d
- Update to 2.61.3
b68225d
Fabiano Fidêncio 02d9cec
* Thu Aug 15 2019 Fabiano Fidêncio <fidencio@redhat.com> - 2.61.2-1
Fabiano Fidêncio 02d9cec
- Update to 2.61.2
Fabiano Fidêncio 02d9cec
034ef1f
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.58.3-3
034ef1f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
034ef1f
7c8c0bc
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.58.3-2
7c8c0bc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
7c8c0bc
4edc6d1
* Tue Jan 22 2019 Kalev Lember <klember@redhat.com> - 2.58.3-1
4edc6d1
- Update to 2.58.3
4edc6d1
2dc26f5
* Tue Jan 08 2019 Kalev Lember <klember@redhat.com> - 2.58.2-1
2dc26f5
- Update to 2.58.2
2dc26f5
69c54c3
* Fri Sep 21 2018 Kalev Lember <klember@redhat.com> - 2.58.1-1
69c54c3
- Update to 2.58.1
69c54c3
e992e13
* Thu Aug 02 2018 Thomas Sailer <t.sailer@alumni.ethz.ch> - 2.57.2-1
e992e13
- Update to 2.57.2
e992e13
f7aefad
* Thu Aug 02 2018 Thomas Sailer <t.sailer@alumni.ethz.ch> - 2.57.1-1
f7aefad
- Update to 2.57.1
f7aefad
f8c4afd
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.56.1-3
f8c4afd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
f8c4afd
300fa20
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 2.56.1-2
300fa20
- Rebuilt for Python 3.7
300fa20
b5771e1
* Mon May 28 2018 Thomas Sailer <t.sailer@alumni.ethz.ch> - 2.56.1-1
b5771e1
- Update to 2.56.1
b5771e1
1f07a83
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.54.1-2
1f07a83
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
1f07a83
f68d4a3
* Sun Oct 15 2017 Kalev Lember <klember@redhat.com> - 2.54.1-1
f68d4a3
- Update to 2.54.1
f68d4a3
b5c175a
* Mon Aug 21 2017 Kalev Lember <klember@redhat.com> - 2.53.6-1
b5c175a
- Update to 2.53.6
b5c175a
a04af4b
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.52.2-3
a04af4b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
a04af4b
d15ee8e
* Thu Jul 13 2017 Petr Pisar <ppisar@redhat.com> - 2.52.2-2
d15ee8e
- perl dependency renamed to perl-interpreter
d15ee8e
  <https://fedoraproject.org/wiki/Changes/perl_Package_to_Install_Core_Modules>
d15ee8e
bd12af4
* Mon Jun 19 2017 Kalev Lember <klember@redhat.com> - 2.52.2-1
bd12af4
- Update to 2.52.2
bd12af4
fde6319
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.50.1-2
fde6319
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
fde6319
0326e4d
* Wed Oct 12 2016 Kalev Lember <klember@redhat.com> - 2.50.1-1
0326e4d
- Update to 2.50.1
0326e4d
039a810
* Fri Sep 23 2016 Kalev Lember <klember@redhat.com> - 2.50.0-1
039a810
- Update to 2.50.0
039a810
44d515e
* Fri Sep 16 2016 Kalev Lember <klember@redhat.com> - 2.48.2-2
44d515e
- Add missing perl dep for glib-mkenums
097d4ad
- Don't set group tags
44d515e
d0d0923
* Thu Aug 18 2016 Kalev Lember <klember@redhat.com> - 2.48.2-1
d0d0923
- Update to 2.48.2
d0d0923
5b1a145
* Tue May 10 2016 Kalev Lember <klember@redhat.com> - 2.48.1-1
5b1a145
- Update to 2.48.1
5b1a145
f7e6389
* Mon May  2 2016 Thomas Sailer <t.sailer@alumni.ethz.ch> - 2.48.0-1
f7e6389
- update to 2.48.0
f7e6389
da1ef98
* Sun Feb  7 2016 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.47.5-1
da1ef98
- Update to 2.47.5
da1ef98
a238e6f
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.47.4-3
a238e6f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
a238e6f
60a4841
* Tue Jan 05 2016 Richard Jones <rjones@redhat.com> - 2.47.4-2
60a4841
- Use global instead of define.
60a4841
8428696
* Tue Dec 29 2015 Thomas Sailer <t.sailer@alumni.ethz.ch> - 2.47.4-1
8428696
- Update to 2.47.4
8428696
da85311
* Wed Nov 18 2015 Kalev Lember <klember@redhat.com> - 2.46.2-1
da85311
- Update to 2.46.2
da85311
6dc19c2
* Fri Oct 16 2015 Kalev Lember <klember@redhat.com> - 2.46.1-1
6dc19c2
- Update to 2.46.1
6dc19c2
c5f600d
* Tue Sep 22 2015 Kalev Lember <klember@redhat.com> - 2.46.0-1
c5f600d
- Update to 2.46.0
c5f600d
3c56a7c
* Sat Aug 22 2015 Kalev Lember <klember@redhat.com> - 2.45.6-1
3c56a7c
- Update to 2.45.6
3c56a7c
796a072
* Thu Jul  2 2015 Thomas Sailer <t.sailer@alumni.ethz.ch> - 2.45.3-1
796a072
- Update to 2.45.3
796a072
Fabiano Fidêncio 9016b2d
* Tue Jun 23 2015 Fabiano Fidêncio <fidencio@redhat.com> - 2.44.0-4
Fabiano Fidêncio 9016b2d
- gio/ginetaddress.c: Fix Windows XP inet_pton() Emulation
Fabiano Fidêncio 9016b2d
  (https://bugzilla.gnome.org/show_bug.cgi?id=730352#c24)
Fabiano Fidêncio 9016b2d
023b66d
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.44.0-3
023b66d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
023b66d
2810f88
* Mon Apr 20 2015 Kalev Lember <kalevlember@gmail.com> - 2.44.0-2
2810f88
- Add back two accidentally dropped GNetworkMonitor crasher fixes
2810f88
  (GNOME BZ #733338)
2810f88
8030857
* Tue Mar 24 2015 Kalev Lember <kalevlember@gmail.com> - 2.44.0-1
8030857
- Update to 2.44.0
619cd49
- Use license macro for the COPYING file
8030857
c0a7633
* Mon Jan 26 2015 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.43.3-1
c0a7633
- Update to 2.43.3
c0a7633
f86c153
* Sat Nov 15 2014 Kalev Lember <kalevlember@gmail.com> - 2.42.1-1
f86c153
- Update to 2.42.1
f86c153
9b85e25
* Tue Sep 23 2014 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.42.0-1
9b85e25
- Update to 2.42.0
9b85e25
9c46b03
* Sat Sep 20 2014 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.41.5-1
9c46b03
- Update to 2.41.5
9c46b03
6a8793b
* Fri Sep 12 2014 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.41.4-1
6a8793b
- Update to 2.41.4
6a8793b
5c5ac6b
* Tue Jul 22 2014 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.41.2-1
5c5ac6b
- Update to 2.41.2
5c5ac6b
8619f0e
* Sat Jun 14 2014 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.41.0-3
8619f0e
- Prevent an invalid @CARBON_LIBS@ from appearing in the .pc files (GNOME BZ #731657)
8619f0e
af0c763
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.41.0-2
af0c763
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
af0c763
f0267d0
* Sun Jun  1 2014 Thomas Sailer <t.sailer@alumni.ethz.ch> - 2.41.0-1
f0267d0
- update to 2.41.0
f0267d0
45af503
* Thu May 15 2014 Richard W.M. Jones <rjones@redhat.com> - 2.40.0-3
3286bb7
- Fix valgrind support (RHBZ#1095664, GNOME bug 730198).
45af503
- Include <stdint.h>, required by valgrind.h only on Rawhide.
3286bb7
f05901d
* Sat Mar 29 2014 Kalev Lember <kalevlember@gmail.com> - 2.40.0-1
f05901d
- Update to 2.40.0
f05901d
40fb48b
* Thu Mar  6 2014 Thomas Sailer <t.sailer@alumni.ethz.ch> - 2.39.91-1
40fb48b
- Update to 2.39.91
40fb48b
dc00a04
* Sat Mar  1 2014 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.39.90-1
dc00a04
- Update to 2.39.90
dc00a04
7b7bc07
* Sat Feb  8 2014 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.39.4-1
7b7bc07
- Update to 2.39.4
7b7bc07
4b64e09
* Tue Dec 17 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.39.2-1
4b64e09
- Update to 2.39.2
4b64e09
5337d36
* Wed Nov 20 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.39.1-1
5337d36
- Update to 2.39.1
5337d36
c7abcad
* Wed Nov 20 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.38.2-1
c7abcad
- Update to 2.38.2
c7abcad
5a46966
* Tue Sep 24 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.38.0-1
5a46966
- Update to 2.38.0
5a46966
07aca86
* Wed Sep  4 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.37.7-1
07aca86
- Update to 2.37.7
07aca86
910b6f4
* Thu Aug  1 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.37.5-1
910b6f4
- Update to 2.37.5
910b6f4
1d46ad1
* Wed Jul 10 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.37.4-1
1d46ad1
- Update to 2.37.4
1d46ad1
a6ca78d
* Thu Jun 27 2013 Kalev Lember <kalevlember@gmail.com> - 2.37.3-2
a6ca78d
- Include the COPYING file in %%doc (thanks daumas for noticing it!)
a6ca78d
577a8f9
* Wed Jun 26 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.37.3-1
577a8f9
- Update to 2.37.3
577a8f9
639cd86
* Sun Jun 16 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.37.1-2
639cd86
- Rebuild to resolve InterlockedCompareExchange regression in mingw32 libraries
639cd86
5c4a545
* Fri May 31 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.37.1-1
5c4a545
- Update to 2.37.1
5c4a545
10ce51e
* Sun May  5 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.37.0-1
10ce51e
- Update to 2.37.0
10ce51e
6700f9b
* Tue Apr 16 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.36.1-1
6700f9b
- Update to 2.36.1
6700f9b
- Dropped upstreamed patches
6700f9b
1608626
* Mon Apr 15 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.36.0-3
1608626
- Revert unintended ABI break on win64 (RHBZ #951588, GNOME BZ #697879)
1608626
dc9652d
* Fri Mar 29 2013 Kalev Lember <kalevlember@gmail.com> - 2.36.0-2
dc9652d
- Drop two patches that have been fixed upstream
dc9652d
6005f8b
* Tue Mar 26 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.36.0-1
6005f8b
- Update to 2.36.0
6005f8b
0c8f0dd
* Sat Mar 23 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.35.9-1
0c8f0dd
- Update to 2.35.9
9a80316
- Added R: mingw{32,64}-gettext-static to the -static subpackages
fba82fe
- Prefer the use of GCC constructors over DllMain
fba82fe
  This removes the DllMain symbol from the static libraries
0c8f0dd
a6327f4
* Fri Feb 22 2013 Thomas Sailer <t.sailer@alumni.ethz.ch> - 2.35.8-1
a6327f4
- update to 2.35.8
a6327f4
3b9ae94
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.35.4-4
3b9ae94
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
3b9ae94
2563046
* Sun Jan 20 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.35.4-3
2563046
- Replaced the gcc 4.8 workaround with a more proper fix (GNOME BZ #692079)
2563046
e0a3d4a
* Sat Jan 19 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.35.4-2
e0a3d4a
- Work around more strict behaviour of gcc 4.8, GNOME BZ #692079
e0a3d4a
- Use verbose make
e0a3d4a
42ed941
* Wed Jan 16 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.35.4-1
42ed941
- Update to 2.35.4
42ed941
38044df
* Thu Jan  3 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.35.3-3
38044df
- Resolve regression regarding linking against C++ code (GNOME BZ #690902)
38044df
52f0247
* Tue Jan  1 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.35.3-2
52f0247
- Make sure g_log_default_handler uses the correct file descriptors for stdout and stderr
52f0247
f91bc12
* Tue Jan  1 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.35.3-1
f91bc12
- Update to 2.35.3
f91bc12
c3acf62
* Fri Nov  9 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.35.1-1
c3acf62
- Update to 2.35.1
c3acf62
d86fe78
* Sat Oct 20 2012 Kalev Lember <kalevlember@gmail.com> - 2.34.1-1
d86fe78
- Update to 2.34.1
d86fe78
ba6393e
* Fri Oct  5 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.34.0-1
ba6393e
- Update to 2.34.0
ba6393e
d7b4489
* Mon Aug 27 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.33.10-2
d7b4489
- Use CreateFile on Win32 to make sure g_unlink always works (GNOME BZ #674214)
d7b4489
- Fixed typo's in description
d7b4489
d06158f
* Sat Aug 25 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.33.10-1
d06158f
- Update to 2.33.10
d06158f
edc1fe3
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.33.1-2
edc1fe3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
edc1fe3
bd58c65
* Sat May 05 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.33.1-1
bd58c65
- Update to 2.33.1
bd58c65
3c3eb79
* Sat May 05 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.32.2-2
3c3eb79
- Fix compile failure while building static library (GNOME BZ #675516)
3c3eb79
06a68dd
* Tue May 01 2012 Kalev Lember <kalevlember@gmail.com> - 2.32.2-1
06a68dd
- Update to 2.32.2
06a68dd
- Dropped upstreamed patches
06a68dd
cc7ce06
* Sat Apr 14 2012 Kalev Lember <kalevlember@gmail.com> - 2.32.1-1
cc7ce06
- Update to 2.32.1
cc7ce06
- Dropped an upstreamed patch
cc7ce06
- Added two new patches to fix build
cc7ce06
2bc7b7c
* Wed Mar 28 2012 Kalev Lember <kalevlember@gmail.com> - 2.32.0-2
2bc7b7c
- Add a patch to fix alignment tests when cross compiling
2bc7b7c
d18b5ea
* Mon Mar 26 2012 Kalev Lember <kalevlember@gmail.com> - 2.32.0-1
d18b5ea
- Update to 2.32.0
d18b5ea
- Dropped upstreamed patch
d18b5ea
f669db9
* Sat Mar 10 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.31.20-2
f669db9
- Added win64 support
f669db9
e07da3d
* Thu Mar 08 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.31.20-1
e07da3d
- Update to 2.31.20
e07da3d
- Dropped unneeded BR: mingw32-dlfcn
e07da3d
- Dropped .la files
e07da3d
26a178f
* Tue Mar 06 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.31.18-2
26a178f
- Renamed the source package to mingw-glib2 (RHBZ #800389)
89dc349
- Use mingw macros without leading underscore
26a178f
48942e1
* Tue Feb 28 2012 Kalev Lember <kalevlember@gmail.com> - 2.31.18-1
48942e1
- Update to 2.31.18
48942e1
9e62384
* Mon Feb 27 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.31.16-2
9e62384
- Rebuild against the mingw-w64 toolchain
9e62384
1054f51
* Tue Feb 07 2012 Kalev Lember <kalevlember@gmail.com> - 2.31.16-1
1054f51
- Update to 2.31.16
1054f51
ab255d4
* Thu Jan 12 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.31.8-1
ab255d4
- Update to 2.31.8
ab255d4
4f17a51
* Tue Nov 22 2011 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.31.2-1
4f17a51
- Update to 2.31.2
4f17a51
ff8b72f
* Tue Oct 18 2011 Kalev Lember <kalevlember@gmail.com> - 2.30.1-1
ff8b72f
- Update to 2.30.1
ff8b72f
a8afec9
* Fri Sep 30 2011 Kalev Lember <kalevlember@gmail.com> - 2.30.0-1
a8afec9
- Update to 2.30.0
a8afec9
359571c
* Tue Aug 30 2011 Kalev Lember <kalevlember@gmail.com> - 2.29.18-1
359571c
- Update to 2.29.18
359571c
67bdbcf
* Sun Jul 10 2011 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.29.10-2
67bdbcf
- Dropped the gdbus-codegen pieces as they match the native glib2 package
67bdbcf
cf8df0e
* Fri Jul 08 2011 Kalev Lember <kalevlember@gmail.com> - 2.29.10-1
cf8df0e
- Update to 2.29.10
cf8df0e
- Switch to xz compressed tarballs
cf8df0e
ceeb044
* Wed Jul 06 2011 Kalev Lember <kalevlember@gmail.com> - 2.28.6-4
ceeb044
- Rebuilt against win-iconv
ceeb044
8e8b351
* Thu Apr 28 2011 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.28.6-3
8e8b351
- Own the folders %%{_mingw32_libdir}/gio and %%{_mingw32_libdir}/gio/modules
8e8b351
- Dropped the .def files as they aren't useful for other binaries
8e8b351
04e4ad7
* Wed Apr 27 2011 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.28.6-2
04e4ad7
- Dropped the proxy-libintl pieces
04e4ad7
34e8dba
* Sat Apr 23 2011 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.28.6-1
34e8dba
- Update to 2.28.6
34e8dba
- Dropped the ugly build hack as it isn't needed anymore (the
34e8dba
  broken mingw32-runtime has been fixed by now)
34e8dba
- Made the pkgconfig LDFLAGS libtool friendly (fixes compilation for
34e8dba
  non-libtool based projects such as midori)
34e8dba
f59730e
* Sun Feb 13 2011 Thomas Sailer <t.sailer@alumni.ethz.ch> - 2.28.0-1
f59730e
- update to 2.28.0
f59730e
3f92a4e
* Sun Feb 13 2011 Thomas Sailer <t.sailer@alumni.ethz.ch> - 2.27.93-1
3f92a4e
- update to 2.27.93
3f92a4e
84b5005
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.4-2
84b5005
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
84b5005
9008881
* Mon Dec  6 2010 Thomas Sailer <t.sailer@alumni.ethz.ch> - 2.27.4-1
9008881
- update to 2.27.4
9008881
2f3bba8
* Sun Nov  7 2010 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.26.0-4
2f3bba8
- Fix a build failure in mingw32-libsoup and mingw32-webkitgtk
2f3bba8
a6da1d2
* Sun Oct 17 2010 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.26.0-3
a6da1d2
- Let binaries depending on GLib link against the libintl wrapper library
a6da1d2
  in a way that libtool doesn't refuse
a6da1d2
18bfafe
* Sat Oct 16 2010 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.26.0-2
18bfafe
- Rebuild in order to make libintl-8.dll a soft dependency
18bfafe
0021369
* Mon Oct 11 2010 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.26.0-1
0021369
- Update to 2.26.0
0021369
f700c1f
* Thu Sep 23 2010 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.25.17-1
f700c1f
- Update to 2.25.17
f700c1f
f0449a1
* Sun Sep 12 2010 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.25.15-1
f0449a1
- Update to 2.25.15
f0449a1
b9883be
* Wed Aug 11 2010 David Malcolm <dmalcolm@redhat.com> - 2.25.12-2
b9883be
- recompiling .py files against Python 2.7 (rhbz#623338)
b9883be
29d48f7
* Thu Aug  5 2010 Thomas Sailer <t.sailer@alumni.ethz.ch> - 2.25.12-1
29d48f7
- update to 2.25.12
29d48f7
107b067
* Fri Jun 11 2010 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.24.1-1
107b067
- Update to 2.24.1
107b067
e76b50a
* Wed Feb 24 2010 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.23.4-1
e76b50a
- Update to 2.23.4
e76b50a
ff2816e
* Sun Jan 31 2010 Thomas Sailer <t.sailer@alumni.ethz.ch> - 2.23.2-1
ff2816e
- Update to 2.23.2
ff2816e
c130e8c
* Wed Dec  2 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.23.0-1
c130e8c
- Update to 2.23.0
80b1ed2
- Added BR: mingw32-zlib
c130e8c
31f667b
* Fri Oct  9 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.22.2-1
31f667b
- Update to 2.22.2
31f667b
31f667b
* Wed Sep 23 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.22.0-1
50d15b8
- Update to 2.22.0
50d15b8
b51402d
* Fri Sep 18 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.21.6-2
b51402d
- Rebuild because of broken mingw32-gcc/mingw32-binutils
b51402d
39f625d
* Sat Sep  5 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.21.6-1
39f625d
- Update to 2.21.6
39f625d
8f90c35
* Mon Aug 24 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.21.5-1
8f90c35
- Update to 2.21.5
8f90c35
1358561
* Thu Aug 13 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.21.4-1
1358561
- Update to 2.21.4
1358561
b4c845d
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.21.3-2
b4c845d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
b4c845d
46c3a77
* Mon Jul  6 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.21.3-1
46c3a77
- Update to 2.21.3
46c3a77
- Drop upstreamed patch
46c3a77
3584782
* Mon Jun 22 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.21.2-2
3584782
- The wrong RPM variable was overriden for -debuginfo support. Should be okay now
3584782
35ba24b
* Mon Jun 22 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.21.2-1
35ba24b
- Update to 2.21.2
35ba24b
- Split out debug symbols to a -debuginfo subpackage
35ba24b
39e691a
* Wed Jun 10 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.21.1-1
39e691a
- Update to 2.21.1
39e691a
- Use %%global instead of %%define
39e691a
- Dropped the glib-i386-atomic.patch as it doesn't have any effect (the mingw32
39e691a
  toolchain is called i686-pc-mingw32, not i386-pc-mingw32)
39e691a
efcb9a6
* Thu Apr 16 2009 Thomas Sailer <t.sailer@alumni.ethz.ch> - 2.20.1-1
efcb9a6
- Update to 2.20.1
efcb9a6
1a4e926
* Thu Mar 5 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.19.10-1
1a4e926
- Update to 2.19.10
1a4e926
- Dropped the gtk-doc documentation as it's identical to the base glib2 package
1a4e926
af22083
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.19.5-5
af22083
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
af22083
8d24dc2
* Fri Feb 20 2009 Erik van Pienbroek <info@nntpgrab.nl> - 2.19.5-4
8d24dc2
- Added -static subpackage
8d24dc2
- Developers using the static build of GLib need to add
8d24dc2
  -DGLIB_STATIC_COMPILATION and -DGOBJECT_STATIC_COMPILATION to
8d24dc2
  their CFLAGS to avoid compile failures
8d24dc2
- Fixed the %%defattr line
8d24dc2
- Rebuild for mingw32-gcc 4.4 (RWMJ)
8d24dc2
a037fa0
* Fri Jan 30 2009 Richard W.M. Jones <rjones@redhat.com> - 2.19.5-3
a037fa0
- Requires pkgconfig.
a037fa0
e6c547f
* Fri Jan 23 2009 Richard W.M. Jones <rjones@redhat.com> - 2.19.5-2
e6c547f
- Rebase to native Fedora version 2.19.5.
e6c547f
- Use _smp_mflags.
e6c547f
- Use find_lang.
e6c547f
- Don't build static libraries.
e6c547f
- +BR dlfcn.
e6c547f
e6c547f
* Wed Sep 24 2008 Richard W.M. Jones <rjones@redhat.com> - 2.18.1-2
e6c547f
- Rename mingw -> mingw32.
e6c547f
e6c547f
* Mon Sep 22 2008 Daniel P. Berrange <berrange@redhat.com> - 2.18.1-1
e6c547f
- Update to 2.18.1 release
e6c547f
e6c547f
* Sun Sep 21 2008 Richard W.M. Jones <rjones@redhat.com> - 2.18.0-3
e6c547f
- Remove manpages which duplicate Fedora native.
e6c547f
e6c547f
* Thu Sep 11 2008 Daniel P. Berrange <berrange@redhat.com> - 2.18.0-2
e6c547f
- Add BR on pkgconfig, gettext and glib2 (native)
e6c547f
e6c547f
* Tue Sep  9 2008 Daniel P. Berrange <berrange@redhat.com> - 2.18.0-1
e6c547f
- Initial RPM release