cvsdist 3be0864
Name: glib2
217273d
Version: 2.68.2
217273d
Release: 1%{?dist}
f19e684
Summary: A library of handy utility functions
f19e684
9c9e511
License: LGPLv2+
b5113ce
URL: http://www.gtk.org
b7af369
Source0: http://download.gnome.org/sources/glib/2.68/glib-%{version}.tar.xz
ec78e22
3a59739
%if 0%{?rhel}
Michael Catanzaro a6c3663
# Required for RHEL core crypto components policy.
Michael Catanzaro f52f413
# https://gitlab.gnome.org/GNOME/glib/-/merge_requests/903
Michael Catanzaro a6c3663
Patch0: gnutls-hmac.patch
3a59739
%endif
Michael Catanzaro f52f413
bb9051c
# Add patches to move applications into systemd scopes in compliance with
bb9051c
# https://systemd.io/DESKTOP_ENVIRONMENTS/
bb9051c
# Proposed upstream at https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1596
bb9051c
Patch001: 0001-tests-Iterate-mainloop-during-launch-test.patch
bb9051c
Patch002: 0002-gdesktopappinfo-Move-launched-applications-into-tran.patch
bb9051c
Patch003: 0003-gdesktopappinfo-Handle-task-completion-from-spawn-fu.patch
bb9051c
Patch004: 0004-gdesktopappinfo-Add-SourcePath-to-transient-systemd-.patch
bb9051c
9212218
BuildRequires: chrpath
cbe7cdc
BuildRequires: gcc
cbe7cdc
BuildRequires: gcc-c++
cvsdist 0c641d3
BuildRequires: gettext
9f7e13d
BuildRequires: gtk-doc
78ad5e0
BuildRequires: perl-interpreter
978e8ff
# for sys/inotify.h
978e8ff
BuildRequires: glibc-devel
9212218
BuildRequires: libattr-devel
9212218
BuildRequires: libselinux-devel
9f7e13d
BuildRequires: meson
Mark Wielaard 064a5ee
# for sys/sdt.h
Mark Wielaard 064a5ee
BuildRequires: systemtap-sdt-devel
3a59739
%if 0%{?rhel}
3a59739
# For gnutls-hmac.patch
3a59739
BuildRequires: pkgconfig(gnutls)
3a59739
%endif
9212218
BuildRequires: pkgconfig(libelf)
9212218
BuildRequires: pkgconfig(libffi)
9212218
BuildRequires: pkgconfig(libpcre)
9212218
BuildRequires: pkgconfig(mount)
6f01bd7
BuildRequires: pkgconfig(sysprof-capture-4)
9212218
BuildRequires: pkgconfig(zlib)
bd79cc7
BuildRequires: python3-devel
31b382d
87058bd
# for GIO content-type support
87058bd
Recommends: shared-mime-info
5f01536
485a4cc
# Remove gamin dependency
485a4cc
Obsoletes: glib2-fam < 2.67.1-3
485a4cc
1cc5252
# glib 2.59.0 hash table changes broke older gcr versions / password prompts in gnome-shell
1cc5252
Conflicts: gcr < 3.28.1
1cc5252
Michael Catanzaro 0291724
Provides: bundled(gnulib)
Michael Catanzaro 0291724
Provides: bundled(gvdb)
Michael Catanzaro 0291724
Provides: bundled(libcharset)
Michael Catanzaro 0291724
Provides: bundled(xdgmime)
Michael Catanzaro 0291724
e06d22f
%description
b853add
GLib is the low-level core library that forms the basis for projects
b853add
such as GTK+ and GNOME. It provides data structure handling for C,
b853add
portability wrappers, and interfaces for such runtime functionality
b853add
as an event loop, threads, dynamic loading, and an object system.
cvsdist 3be0864
f157144
cvsdist 3be0864
%package devel
e91a444
Summary: A library of handy utility functions
25351c5
Requires: %{name}%{?_isa} = %{version}-%{release}
cvsdist 3be0864
cvsdist 3be0864
%description devel
b853add
The glib2-devel package includes the header files for the GLib library.
cvsdist 3be0864
3d798c3
%package doc
3d798c3
Summary: A library of handy utility functions
3d798c3
Requires: %{name} = %{version}-%{release}
3d798c3
BuildArch: noarch
3d798c3
3d798c3
%description doc
3d798c3
The glib2-doc package includes documentation for the GLib library.
3d798c3
Michael Catanzaro 4d9a5aa
%if !0%{?rhel}
8d1f256
%package static
8d1f256
Summary: glib static
8d1f256
Requires: %{name}-devel = %{version}-%{release}
8d1f256
8d1f256
%description static
8d1f256
The %{name}-static subpackage contains static libraries for %{name}.
Michael Catanzaro a6c3663
%endif
8d1f256
25351c5
%package tests
25351c5
Summary: Tests for the glib2 package
25351c5
Requires: %{name}%{?_isa} = %{version}-%{release}
25351c5
25351c5
%description tests
25351c5
The glib2-tests package contains tests that can be used to verify
25351c5
the functionality of the installed glib2 package.
25351c5
cvsdist fff9915
%prep
78ad5e0
%autosetup -n glib-%{version} -p1
50d046e
dce999b
%build
Michael Catanzaro 0291724
# No surprise bundled libraries
Michael Catanzaro 0291724
rm -rf glib/pcre
Michael Catanzaro 0291724
rm -rf subprojects
Michael Catanzaro a6c3663
Michael Catanzaro a6c3663
# We cannot build with GnuTLS in Fedora since there is no gnutls-static
Michael Catanzaro a6c3663
# subpackage. (glib2-static is needed by qemu in Fedora, but not in RHEL.)
Michael Catanzaro a6c3663
# Accordingly, we can't build a usable glib2-static in RHEL.
9f7e13d
%meson \
9f7e13d
    -Dman=true \
9f7e13d
    -Ddtrace=true \
9f7e13d
    -Dsystemtap=true \
6f01bd7
    -Dsysprof=enabled \
dfa01c8
    -Dglib_debug=disabled \
9f7e13d
    -Dgtk_doc=true \
Michael Catanzaro a6c3663
    -Dinstalled_tests=true \
Michael Catanzaro a6c3663
%if 0%{?rhel}
Michael Catanzaro a6c3663
    -Dgnutls=true \
Michael Catanzaro a6c3663
%endif
Michael Catanzaro 4d9a5aa
%if !0%{?rhel}
Michael Catanzaro a6c3663
    --default-library=both \
Michael Catanzaro a6c3663
%endif
Michael Catanzaro a6c3663
    %{nil}
9f7e13d
9f7e13d
%meson_build
d2ad172
cvsdist fff9915
%install
9f7e13d
%meson_install
de2e4aa
# Since this is a generated .py file, set it to a known timestamp for
de2e4aa
# better reproducibility.
de2e4aa
# Also copy the timestamp for other .py files, because meson doesn't
de2e4aa
# do this, see https://github.com/mesonbuild/meson/issues/5027.
f45e5da
touch -r gio/gdbus-2.0/codegen/config.py.in %{buildroot}%{_datadir}/glib-2.0/codegen/*.py
f45e5da
chrpath --delete %{buildroot}%{_libdir}/*.so
cvsdist fff9915
de2e4aa
# Perform byte compilation manually to avoid issues with
de2e4aa
# irreproducibility of the default invalidation mode, see
12007a2
# https://www.python.org/dev/peps/pep-0552/ and
12007a2
# https://bugzilla.redhat.com/show_bug.cgi?id=1686078
12007a2
export PYTHONHASHSEED=0
de2e4aa
%py_byte_compile %{__python3} %{buildroot}%{_datadir}
de2e4aa
ee2a246
mv %{buildroot}%{_bindir}/gio-querymodules %{buildroot}%{_bindir}/gio-querymodules-%{__isa_bits}
ee2a246
sed -i -e "/^gio_querymodules=/s/gio-querymodules/gio-querymodules-%{__isa_bits}/" %{buildroot}%{_libdir}/pkgconfig/gio-2.0.pc
05ecd7b
341fea0
mkdir -p %{buildroot}%{_libdir}/gio/modules
f45e5da
touch %{buildroot}%{_libdir}/gio/modules/giomodule.cache
92eb058
cvsdist fff9915
%find_lang glib20
cvsdist fff9915
6755798
%transfiletriggerin -- %{_libdir}/gio/modules
801e4a1
gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules &> /dev/null || :
c13999f
6755798
%transfiletriggerpostun -- %{_libdir}/gio/modules
801e4a1
gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules &> /dev/null || :
cvsdist fff9915
6755798
%transfiletriggerin -- %{_datadir}/glib-2.0/schemas
801e4a1
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
6755798
6755798
%transfiletriggerpostun -- %{_datadir}/glib-2.0/schemas
801e4a1
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
cvsdist fff9915
cvsdist fff9915
%files -f glib20.lang
2f6436c
%license COPYING
2f6436c
%doc AUTHORS NEWS README
45490ab
%{_libdir}/libglib-2.0.so.*
45490ab
%{_libdir}/libgthread-2.0.so.*
45490ab
%{_libdir}/libgmodule-2.0.so.*
45490ab
%{_libdir}/libgobject-2.0.so.*
45490ab
%{_libdir}/libgio-2.0.so.*
e33b45d
%dir %{_datadir}/bash-completion
e33b45d
%dir %{_datadir}/bash-completion/completions
Richard Hughes 3be72f9
%{_datadir}/bash-completion/completions/gapplication
e17445b
%{_datadir}/bash-completion/completions/gdbus
9617870
%{_datadir}/bash-completion/completions/gio
e17445b
%{_datadir}/bash-completion/completions/gsettings
5cb4d6c
%dir %{_datadir}/glib-2.0
5cb4d6c
%dir %{_datadir}/glib-2.0/schemas
849d436
%dir %{_libdir}/gio
849d436
%dir %{_libdir}/gio/modules
92eb058
%ghost %{_libdir}/gio/modules/giomodule.cache
e80d992
%{_bindir}/gio
c13999f
%{_bindir}/gio-querymodules*
04a7a35
%{_bindir}/glib-compile-schemas
bc373de
%{_bindir}/gsettings
6a9cab0
%{_bindir}/gdbus
Richard Hughes 3be72f9
%{_bindir}/gapplication
e80d992
%{_mandir}/man1/gio.1*
cc555d1
%{_mandir}/man1/gio-querymodules.1*
cc555d1
%{_mandir}/man1/glib-compile-schemas.1*
cc555d1
%{_mandir}/man1/gsettings.1*
cc555d1
%{_mandir}/man1/gdbus.1*
cc555d1
%{_mandir}/man1/gapplication.1*
cvsdist fff9915
cvsdist fff9915
%files devel
fe30d5e
%{_libdir}/lib*.so
758bebd
%{_libdir}/glib-2.0
cvsdist fff9915
%{_includedir}/*
cvsdist fff9915
%{_datadir}/aclocal/*
cvsdist fff9915
%{_libdir}/pkgconfig/*
e53437d
%{_datadir}/glib-2.0/gdb
eb0dd09
%{_datadir}/glib-2.0/gettext
df81c20
%{_datadir}/glib-2.0/schemas/gschema.dtd
Richard Hughes 6eddb09
%{_datadir}/glib-2.0/valgrind/glib.supp
1dfb213
%{_datadir}/bash-completion/completions/gresource
ed966ca
%{_bindir}/glib-genmarshal
ed966ca
%{_bindir}/glib-gettextize
ed966ca
%{_bindir}/glib-mkenums
ed966ca
%{_bindir}/gobject-query
ed966ca
%{_bindir}/gtester
390e20c
%{_bindir}/gdbus-codegen
1a5af75
%{_bindir}/glib-compile-resources
45490ab
%{_bindir}/gresource
3d798c3
%{_datadir}/glib-2.0/codegen
ed966ca
%attr (0755, root, root) %{_bindir}/gtester-report
cc555d1
%{_mandir}/man1/glib-genmarshal.1*
cc555d1
%{_mandir}/man1/glib-gettextize.1*
cc555d1
%{_mandir}/man1/glib-mkenums.1*
cc555d1
%{_mandir}/man1/gobject-query.1*
cc555d1
%{_mandir}/man1/gtester-report.1*
cc555d1
%{_mandir}/man1/gtester.1*
cc555d1
%{_mandir}/man1/gdbus-codegen.1*
cc555d1
%{_mandir}/man1/glib-compile-resources.1*
cc555d1
%{_mandir}/man1/gresource.1*
720a3c0
%{_datadir}/gdb/
78b0c0f
%{_datadir}/gettext/
720a3c0
%{_datadir}/systemtap/
837c11b
3d798c3
%files doc
646c601
%{_datadir}/gtk-doc/
3d798c3
Michael Catanzaro 4d9a5aa
%if !0%{?rhel}
8d1f256
%files static
8d1f256
%{_libdir}/libgio-2.0.a
8d1f256
%{_libdir}/libglib-2.0.a
8d1f256
%{_libdir}/libgmodule-2.0.a
8d1f256
%{_libdir}/libgobject-2.0.a
8d1f256
%{_libdir}/libgthread-2.0.a
Michael Catanzaro a6c3663
%endif
8d1f256
25351c5
%files tests
Debarshi Ray b947f05
%{_libexecdir}/installed-tests
25351c5
%{_datadir}/installed-tests
25351c5
cvsdist 3be0864
%changelog
217273d
* Tue May 11 2021 Kalev Lember <klember@redhat.com> - 2.68.2-1
217273d
- Update to 2.68.2
217273d
Michael Catanzaro 0291724
* Wed May 05 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 2.68.1-3
Michael Catanzaro 0291724
- Add missing bundled provides
Michael Catanzaro 0291724
Michael Catanzaro 910cd73
* Wed Apr 28 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 2.68.1-2
Michael Catanzaro 910cd73
- Refresh GDesktopAppInfo patchset
Michael Catanzaro 910cd73
997be95
* Thu Apr 08 2021 Kalev Lember <klember@redhat.com> - 2.68.1-1
997be95
- Update to 2.68.1
997be95
c075d3d
* Fri Mar 26 2021 Kalev Lember <klember@redhat.com> - 2.68.0-2
c075d3d
- Rebuild to fix sysprof-capture symbols leaking into libraries consuming it
c075d3d
b7af369
* Thu Mar 18 2021 Kalev Lember <klember@redhat.com> - 2.68.0-1
b7af369
- Update to 2.68.0
b7af369
dfa01c8
* Thu Mar 18 2021 Petr Pisar <ppisar@redhat.com> - 2.67.6-2
dfa01c8
- Disable debugging glib (bug #1936339)
dfa01c8
4c72bdb
* Thu Mar 11 2021 Kalev Lember <klember@redhat.com> - 2.67.6-1
4c72bdb
- Update to 2.67.6
4c72bdb
5400dc6
* Tue Mar 02 2021 Kalev Lember <klember@redhat.com> - 2.67.5-1
5400dc6
- Update to 2.67.5
5400dc6
6f01bd7
* Wed Feb 24 2021 Kalev Lember <klember@redhat.com> - 2.67.4-3
6f01bd7
- Enable sysprof capture support
6f01bd7
2fb38bd
* Fri Feb 19 2021 Kalev Lember <klember@redhat.com> - 2.67.4-2
2fb38bd
- Backport a fix for gsubprocesslauncher regression
2fb38bd
05ea881
* Tue Feb 16 2021 Kalev Lember <klember@redhat.com> - 2.67.4-1
05ea881
- Update to 2.67.4
05ea881
56c964d
* Tue Feb 09 2021 Benjamin Berg <bberg@redhat.com> - 2.67.3-2
56c964d
- Add patches to move applications into systemd scopes
56c964d
2165f81
* Thu Feb 04 2021 Kalev Lember <klember@redhat.com> - 2.67.3-1
2165f81
- Update to 2.67.3
646c601
- Fix gtk-doc directory ownership
2165f81
9892f62
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.67.1-4
9892f62
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
9892f62
485a4cc
* Fri Jan 22 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 2.67.1-3
485a4cc
- Drop dependency on gamin
485a4cc
c71d2f1
* Sat Dec 19 2020 Kevin Fenzi <kevin@scrye.com> - 2.67.1-2
c71d2f1
- Add already upstream patch to fix gdm crasher.
c71d2f1
f60cba3
* Sat Dec 19 2020 Kalev Lember <klember@redhat.com> - 2.67.1-1
f60cba3
- Update to 2.67.1
f60cba3
341fea0
* Fri Dec 04 2020 Ondrej Holy <oholy@redhat.com> - 2.67.0-7
341fea0
- Explicitly create modules dir to fix ELN build
341fea0
Michael Catanzaro 4d9a5aa
* Tue Dec 01 2020 Ondrej Holy and Michael Catanzaro <mcatanzaro@redhat.com> - 2.67.0-6
Michael Catanzaro 4d9a5aa
- Disable glib2-fam in RHEL
Michael Catanzaro 4d9a5aa
f9fbe5a
* Tue Nov 24 2020 Kalev Lember <klember@redhat.com> - 2.67.0-5
f9fbe5a
- Backport upstream patches to fix invalid use of volatile objects
f9fbe5a
  (gcc 11 support)
f9fbe5a
Michael Catanzaro a6c3663
* Wed Nov 11 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 2.67.0-4
Michael Catanzaro a6c3663
- Make GnuTLS patch RHEL-specific, and make glib2-static subpackage Fedora-specific
Michael Catanzaro a6c3663
Michael Catanzaro f52f413
* Tue Nov 10 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 2.67.0-3
Michael Catanzaro f52f413
- Use GnuTLS to implement GHmac (thanks to Colin Walters)
Michael Catanzaro f52f413
Michael Catanzaro 8f38a70
* Wed Nov 04 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 2.67.0-2
Michael Catanzaro 8f38a70
- Backport fix for GSocketClient crash
Michael Catanzaro 8f38a70
74300be
* Thu Oct 29 2020 Kalev Lember <klember@redhat.com> - 2.67.0-1
74300be
- Update to 2.67.0
74300be
b5748c4
* Mon Oct 19 2020 Kalev Lember <klember@redhat.com> - 2.66.2-1
b5748c4
- Update to 2.66.2
9b1f9aa
- Drop gtk-doc patch as we finally have a new enough gtk-doc
b5748c4
Michael Catanzaro 62d0b8f
* Wed Oct 14 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 2.66.1-3
Michael Catanzaro 62d0b8f
- Fix yet another timezone bug
Michael Catanzaro 62d0b8f
Michael Catanzaro ce0559a
* Wed Oct 14 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 2.66.1-2
Michael Catanzaro ce0559a
- Fix timezone-related bugs in many applications caused by new glib timezone cache
Michael Catanzaro ce0559a
22bd71a
* Thu Oct  1 2020 Kalev Lember <klember@redhat.com> - 2.66.1-1
22bd71a
- Update to 2.66.1
22bd71a
6248b5a
* Thu Sep 10 2020 Kalev Lember <klember@redhat.com> - 2.66.0-1
6248b5a
- Update to 2.66.0
6248b5a
e1ea8b2
* Wed Sep 02 2020 Kalev Lember <klember@redhat.com> - 2.65.3-1
e1ea8b2
- Update to 2.65.3
e1ea8b2
c3df0e5
* Tue Aug 25 2020 Adam Williamson <awilliam@redhat.com> - 2.65.2-3
c3df0e5
- Backport fix for GGO #2189 (error accessing some filesystems)
c3df0e5
683c99b
* Thu Aug 20 2020 Jeff Law <law@redhat.com> - 2.65.2-2
683c99b
- Re-enable LTO
683c99b
1d384aa
* Tue Aug 18 2020 Kalev Lember <klember@redhat.com> - 2.65.2-1
1d384aa
- Update to 2.65.2
1d384aa
b03aa2a
* Mon Aug 17 2020 Kalev Lember <klember@redhat.com> - 2.65.1-1
b03aa2a
- Update to 2.65.1
b03aa2a
7a981e9
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.65.0-5
7a981e9
- Second attempt - Rebuilt for
7a981e9
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
7a981e9
ea83fb0
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.65.0-4
ea83fb0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
ea83fb0
06a3cf3
* Tue Jun 30 2020 Jeff Law <aw@redhat.com> - 2.65.0-3
06a3cf3
Disable LTO
06a3cf3
ee2a246
* Mon Jun 22 2020 Kalev Lember <klember@redhat.com> - 2.65.0-2
ee2a246
- Update gio-2.0.pc with correct gio-querymodules name when renaming it
ee2a246
  (#1849441)
ee2a246
46f4926
* Mon Jun 22 2020 Kalev Lember <klember@redhat.com> - 2.65.0-1
46f4926
- Update to 2.65.0
46f4926
d43d0ce
* Wed May 20 2020 Kalev Lember <klember@redhat.com> - 2.64.3-1
d43d0ce
- Update to 2.64.3
d43d0ce
ec78e22
* Tue Apr 28 2020 Tomas Popela <tpopela@redhat.com> - 2.64.2-2
ec78e22
- Backport fix for a race condition in GCancellable (rhbz#1825230)
ec78e22
ba78ee1
* Fri Apr 10 2020 Kalev Lember <klember@redhat.com> - 2.64.2-1
ba78ee1
- Update to 2.64.2
ba78ee1
cf59eeb
* Wed Mar 11 2020 Kalev Lember <klember@redhat.com> - 2.64.1-1
cf59eeb
- Update to 2.64.1
cf59eeb
1ac207b
* Mon Mar 02 2020 Kalev Lember <klember@redhat.com> - 2.64.0-1
1ac207b
- Update to 2.64.0
1ac207b
898c00b
* Mon Feb 24 2020 Kalev Lember <klember@redhat.com> - 2.63.6-1
898c00b
- Update to 2.63.6
898c00b
a23372a
* Wed Feb 12 2020 Kalev Lember <klember@redhat.com> - 2.63.5-3
a23372a
- Backport a patch to work around SELinux policies not allowing
a23372a
  SYS_sched_setattr (#1795524)
a23372a
Michael Catanzaro fdfddfe
* Fri Feb 07 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 2.63.5-2
Michael Catanzaro fdfddfe
- Add patch for CVE-2020-6750 and related issues.
Michael Catanzaro fdfddfe
807f65d
* Mon Feb 03 2020 Kalev Lember <klember@redhat.com> - 2.63.5-1
807f65d
- Update to 2.63.5
807f65d
ab00509
* Wed Jan 29 2020 Stephen Gallagher <sgallagh@redhat.com> - 2.63.4-3
ab00509
- Fix GThreadPool initialization that is breaking createrepo_c (BZ #1795052)
ab00509
af14559
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.63.4-2
af14559
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
af14559
e992d2d
* Fri Jan 24 2020 Kalev Lember <klember@redhat.com> - 2.63.4-1
e992d2d
- Update to 2.63.4
e992d2d
540aead
* Mon Dec 16 2019 Kalev Lember <klember@redhat.com> - 2.63.3-1
540aead
- Update to 2.63.3
540aead
cfb57c3
* Mon Dec 02 2019 Kalev Lember <klember@redhat.com> - 2.63.2-1
cfb57c3
- Update to 2.63.2
cfb57c3
348b2bb
* Fri Oct 04 2019 Kalev Lember <klember@redhat.com> - 2.63.0-1
348b2bb
- Update to 2.63.0
348b2bb
0085371
* Fri Oct 04 2019 Kalev Lember <klember@redhat.com> - 2.62.1-1
0085371
- Update to 2.62.1
0085371
927ce86
* Fri Sep 06 2019 Kalev Lember <klember@redhat.com> - 2.62.0-1
927ce86
- Update to 2.62.0
927ce86
3f77266
* Tue Sep 03 2019 Kalev Lember <klember@redhat.com> - 2.61.3-1
3f77266
- Update to 2.61.3
3f77266
80b2df5
* Mon Aug 12 2019 Kalev Lember <klember@redhat.com> - 2.61.2-1
80b2df5
- Update to 2.61.2
80b2df5
9558681
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.61.1-3
9558681
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
9558681
e81b0cb
* Tue Jun 11 2019 David King <amigadave@amigadave.com> - 2.61.1-2
e81b0cb
- Fix CVE-2019-12450 (#1719142)
f45e5da
- Consistently use buildroot macro
e81b0cb
d40813a
* Fri May 24 2019 Kalev Lember <klember@redhat.com> - 2.61.1-1
d40813a
- Update to 2.61.1
d40813a
0f797a6
* Tue Apr 16 2019 Adam Williamson <awilliam@redhat.com> - 2.61.0-2
0f797a6
- Rebuild with Meson fix for #1699099
0f797a6
8b0b09c
* Mon Apr 15 2019 Kalev Lember <klember@redhat.com> - 2.61.0-1
8b0b09c
- Update to 2.61.0
8b0b09c
46304cb
* Mon Apr 15 2019 Kalev Lember <klember@redhat.com> - 2.60.1-1
46304cb
- Update to 2.60.1
46304cb
12007a2
* Wed Mar 13 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.60.0-3
12007a2
- Switch back to timestamp-based pyc invalidation mode
12007a2
789d0ac
* Wed Mar  6 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.60.0-2
789d0ac
- Make sure all .py files have fixed timestamps (fixes issue with
789d0ac
  parallel installability of i686 and amd64 -devel packages)
de2e4aa
- Switch to explicit byte compilation to override invalidation mode
789d0ac
66f00fe
* Mon Mar 04 2019 Kalev Lember <klember@redhat.com> - 2.60.0-1
66f00fe
- Update to 2.60.0
66f00fe
8594386
* Mon Feb 18 2019 Kalev Lember <klember@redhat.com> - 2.59.3-1
8594386
- Update to 2.59.3
8594386
0660fa0
* Mon Feb 04 2019 Kalev Lember <klember@redhat.com> - 2.59.2-1
0660fa0
- Update to 2.59.2
0660fa0
b0612ed
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.59.1-2
b0612ed
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
b0612ed
f877f72
* Sat Jan 26 2019 Kalev Lember <klember@redhat.com> - 2.59.1-1
f877f72
- Update to 2.59.1
f877f72
118876b
* Thu Jan 03 2019 Kalev Lember <klember@redhat.com> - 2.59.0-1
118876b
- Update to 2.59.0
9f7e13d
- Switch to the meson build system
118876b
aedd130
* Tue Dec 18 2018 Kalev Lember <klember@redhat.com> - 2.58.2-1
aedd130
- Update to 2.58.2
aedd130
4acd8ad
* Fri Oct 05 2018 Kalev Lember <klember@redhat.com> - 2.58.1-2
4acd8ad
- Fix multilib -devel installs (#1634778)
4acd8ad
03b8b8e
* Fri Sep 21 2018 Kalev Lember <klember@redhat.com> - 2.58.1-1
03b8b8e
- Update to 2.58.1
03b8b8e
8772f81
* Wed Sep 05 2018 Kalev Lember <klember@redhat.com> - 2.58.0-1
8772f81
- Update to 2.58.0
8772f81
9617870
* Thu Aug 2 2018 Ondrej Holy <oholy@redhat.com> - 2.57.2-1
9617870
- Update to 2.57.2
9617870
61bd4d2
* Fri Jul 20 2018 Ondrej Holy <oholy@redhat.com> - 2.57.1-1
61bd4d2
- Update to 2.57.1
61bd4d2
38b0fc2
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.56.1-6
38b0fc2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
38b0fc2
fdc1cc9
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 2.56.1-5
fdc1cc9
- Rebuilt for Python 3.7
fdc1cc9
Debarshi Ray 9c3ca0a
* Thu Jun 14 2018 Debarshi Ray <rishi@fedoraproject.org> - 2.56.1-4
Debarshi Ray 9c3ca0a
- Backport patch to fix possible invalid pointer in dbus callback in the FD.o
Debarshi Ray 9c3ca0a
  notification backend (RH #1584916)
Debarshi Ray 9c3ca0a
dea8a05
* Sun May 27 2018 Kalev Lember <klember@redhat.com> - 2.56.1-3
4acd8ad
- Fix multilib -devel installs (#1581067)
dea8a05
4c1e2eb
* Sun May 13 2018 Fabio Valentini <decathorpe@gmail.com> - 2.56.1-2
4c1e2eb
- Include upstream patch to fix gdbus-codegen with meson 0.46.
4c1e2eb
98d0423
* Sun Apr 08 2018 Kalev Lember <klember@redhat.com> - 2.56.1-1
98d0423
- Update to 2.56.1
98d0423
cda7784
* Mon Mar 12 2018 Kalev Lember <klember@redhat.com> - 2.56.0-1
cda7784
- Update to 2.56.0
cda7784
2bf8345
* Wed Feb 07 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.55.2-3
2bf8345
- Undo disabling mangling
2bf8345
2cdd991
* Wed Feb 07 2018 Kalev Lember <klember@redhat.com> - 2.55.2-2
2cdd991
- Disable brp-mangle-shebangs shebangs
2cdd991
ad56827
* Wed Feb 07 2018 Kalev Lember <klember@redhat.com> - 2.55.2-1
ad56827
- Update to 2.55.2
fd6c719
- Drop ldconfig scriptlets
ad56827
14f6fc5
* Wed Jan 31 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.55.1-3
14f6fc5
- Switch to %%ldconfig_scriptlets
14f6fc5
087ef3b
* Thu Jan 18 2018 Kalev Lember <klember@redhat.com> - 2.55.1-2
087ef3b
- gmain: Partial revert of recent wakeup changes
087ef3b
acd3cbe
* Mon Jan 08 2018 Kalev Lember <klember@redhat.com> - 2.55.1-1
acd3cbe
- Update to 2.55.1
903f77f
- Drop upstreamed systemtap multilib fix
acd3cbe
0ce8af8
* Tue Dec 19 2017 Kalev Lember <klember@redhat.com> - 2.55.0-1
0ce8af8
- Update to 2.55.0
0ce8af8
1267711
* Wed Nov 01 2017 Kalev Lember <klember@redhat.com> - 2.54.2-1
1267711
- Update to 2.54.2
1267711
9c81d71
* Fri Oct 06 2017 Kalev Lember <klember@redhat.com> - 2.54.1-1
9c81d71
- Update to 2.54.1
9c81d71
a462f9a
* Mon Sep 11 2017 Kalev Lember <klember@redhat.com> - 2.54.0-1
a462f9a
- Update to 2.54.0
a462f9a
a26ff7a
* Tue Sep 05 2017 Kalev Lember <klember@redhat.com> - 2.53.7-1
a26ff7a
- Update to 2.53.7
a26ff7a
bdba4a7
* Sat Aug 19 2017 Kalev Lember <klember@redhat.com> - 2.53.6-1
bdba4a7
- Update to 2.53.6
bdba4a7
78ad5e0
* Mon Aug 07 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.53.5-1
78ad5e0
- Update to 2.53.5
78ad5e0
7601a56
* Tue Aug 01 2017 Kalev Lember <klember@redhat.com> - 2.53.4-4
7601a56
- Backport glib-mkenums flags annotation parsing fixes
7601a56
52c8682
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.53.4-3
52c8682
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
52c8682
8a2874a
* Fri Jul 21 2017 Kalev Lember <klember@redhat.com> - 2.53.4-2
8a2874a
- Revert a GKeyFile introspection ABI change
8a2874a
9d1a027
* Tue Jul 18 2017 Kalev Lember <klember@redhat.com> - 2.53.4-1
9d1a027
- Update to 2.53.4
9d1a027
712673e
* Thu Jun 22 2017 Kalev Lember <klember@redhat.com> - 2.53.3-1
712673e
- Update to 2.53.3
712673e
Owen W. Taylor a93430c
* Thu Jun 8 2017 Owen Taylor <otaylor@redhat.com> - 2.53.2-2
Owen W. Taylor a93430c
- Make triggers also compile schemas in /app/share/glib-2.0/schemas
Owen W. Taylor a93430c
Florian Müllner c120a31
* Wed May 24 2017 Florian Müllner <fmuellner@redhat.com> - 2.53.2-1
Florian Müllner c120a31
- Update to 2.53.2
Florian Müllner c120a31
1585464
* Mon May 15 2017 Kalev Lember <klember@redhat.com> - 2.52.2-2
1585464
- Backport a gmain GWakeup patch to fix timedatex high CPU usage (#1450628)
1585464
ca7ad47
* Tue May 09 2017 Kalev Lember <klember@redhat.com> - 2.52.2-1
ca7ad47
- Update to 2.52.2
ca7ad47
Colin Walters 05d466c
* Tue Apr 11 2017 Colin Walters <walters@verbum.org> - 2.52.1-3
Colin Walters 05d466c
- Backport patches for gmain wakeup for qemu
Colin Walters 05d466c
  See: https://bugzilla.gnome.org/show_bug.cgi?id=761102
Colin Walters 05d466c
Colin Walters 020ac28
* Tue Apr 11 2017 Colin Walters <walters@verbum.org> - 2.52.1-2
Colin Walters 020ac28
- Explictly remove PCRE sources
Colin Walters 020ac28
- Related: https://bugzilla.redhat.com/show_bug.cgi?id=1324770
Colin Walters 020ac28
28d80c0
* Tue Apr 11 2017 Kalev Lember <klember@redhat.com> - 2.52.1-1
28d80c0
- Update to 2.52.1
28d80c0
13e91f1
* Mon Mar 20 2017 Kalev Lember <klember@redhat.com> - 2.52.0-1
13e91f1
- Update to 2.52.0
13e91f1
3d2fdcc
* Thu Mar 16 2017 Kalev Lember <klember@redhat.com> - 2.51.5-1
3d2fdcc
- Update to 2.51.5
3d2fdcc
d0061dc
* Thu Mar 02 2017 Kalev Lember <klember@redhat.com> - 2.51.4-2
d0061dc
- Remove the dependency on dbus-launch again (#927212)
d0061dc
d6f26ff
* Wed Mar 01 2017 David King <amigadave@amigadave.com> - 2.51.4-1
d6f26ff
- Update to 2.51.4
c61950e
- Add a Requires on dbus-launch (#927212)
9212218
- Use pkgconfig for BuildRequires
Richard Hughes 0a852c0
Richard Hughes 521a0af
* Tue Feb 14 2017 Richard Hughes <rhughes@redhat.com> - 2.51.2-1
Richard Hughes 521a0af
- Update to 2.51.2
Richard Hughes 521a0af
Richard Hughes de68b09
* Mon Feb 13 2017 Richard Hughes <rhughes@redhat.com> - 2.51.1-1
Richard Hughes de68b09
- Update to 2.51.1
Richard Hughes de68b09
6ebc67f
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.51.0-3
6ebc67f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
6ebc67f
66ce32f
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 2.51.0-2
66ce32f
- Rebuild for Python 3.6
66ce32f
909ce71
* Sun Oct 30 2016 Kalev Lember <klember@redhat.com> - 2.51.0-1
909ce71
- Update to 2.51.0
909ce71
590ba0a
* Wed Oct 12 2016 Kalev Lember <klember@redhat.com> - 2.50.1-1
590ba0a
- Update to 2.50.1
590ba0a
b667522
* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 2.50.0-1
b667522
- Update to 2.50.0
b667522
050e056
* Tue Sep 13 2016 Kalev Lember <klember@redhat.com> - 2.49.7-1
050e056
- Update to 2.49.7
49888f2
- Don't set group tags
050e056
6fa8241
* Sun Aug 28 2016 Kalev Lember <klember@redhat.com> - 2.49.6-1
6fa8241
- Update to 2.49.6
6fa8241
8c1e113
* Thu Aug 18 2016 Kalev Lember <klember@redhat.com> - 2.49.5-1
8c1e113
- Update to 2.49.5
720a3c0
- Own /usr/share/gdb and /usr/share/systemtap directories
8c1e113
95c4ff0
* Tue Aug 16 2016 Miro Hrončok <mhroncok@redhat.com> - 2.49.4-3
95c4ff0
- Use Python 3 for the RPM Python byte compilation
95c4ff0
bd79cc7
* Wed Jul 27 2016 Ville Skyttä <ville.skytta@iki.fi> - 2.49.4-2
bd79cc7
- Switch to Python 3 (#1286284)
bd79cc7
3988005
* Thu Jul 21 2016 Kalev Lember <klember@redhat.com> - 2.49.4-1
3988005
- Update to 2.49.4
3988005
e80d992
* Sun Jul 17 2016 Kalev Lember <klember@redhat.com> - 2.49.3-1
e80d992
- Update to 2.49.3
e80d992
Richard Hughes edffddf
* Wed Jun 22 2016 Richard Hughes <rhughes@redhat.com> - 2.49.2-1
Richard Hughes edffddf
- Update to 2.49.2
Richard Hughes edffddf
87058bd
* Wed Jun 01 2016 Yaakov Selkowitz <yselkowi@redhat.com> - 2.49.1-2
87058bd
- Soften shared-mime-info dependency (#1266118)
87058bd
Florian Müllner 65184ef
* Fri May 27 2016 Florian Müllner <fmuellner@redhat.com> - 2.49.1-1
Florian Müllner 65184ef
- Update to 2.49.1
Florian Müllner 65184ef
4a9a216
* Tue May 10 2016 Kalev Lember <klember@redhat.com> - 2.48.1-1
4a9a216
- Update to 2.48.1
4a9a216
Colin Walters c1a8bc0
* Wed Apr 06 2016 Colin Walters <walters@redhat.com> - 2.48.0-2
Colin Walters c1a8bc0
- Explicitly require system pcre, though we happened to default to this now
Colin Walters c1a8bc0
  anyways due to something else pulling PCRE into the buildroot
Colin Walters c1a8bc0
  Closes rhbz#1287266
Colin Walters c1a8bc0
d2f294c
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 2.48.0-1
d2f294c
- Update to 2.48.0
d2f294c
Richard Hughes 9a2f240
* Thu Mar 17 2016 Richard Hughes <rhughes@redhat.com> - 2.47.92-1
Richard Hughes 9a2f240
- Update to 2.47.92
Richard Hughes 9a2f240
Colin Walters 7bda568
* Wed Feb 24 2016 Colin Walters <walters@redhat.com> - 2.47.6.19.gad2092b-2
Colin Walters 7bda568
- git snapshot to work around https://bugzilla.gnome.org/show_bug.cgi?id=762637
Colin Walters 7bda568
- Add --with-python=/usr/bin/python explicitly to hopefully fix a weird
Colin Walters 7bda568
  issue I am seeing where librepo fails to build in epel7 with this due to
Colin Walters 7bda568
  us requiring /bin/python.
Colin Walters 7bda568
Richard Hughes f441ba7
* Wed Feb 17 2016 Richard Hughes <rhughes@redhat.com> - 2.47.6-1
Richard Hughes f441ba7
- Update to 2.47.6
Richard Hughes f441ba7
b409b50
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.47.5-2
b409b50
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
b409b50
78b0c0f
* Tue Jan 19 2016 David King <amigadave@amigadave.com> - 2.47.5-1
78b0c0f
- Update to 2.47.5
78b0c0f
30be498
* Wed Dec 16 2015 Kalev Lember <klember@redhat.com> - 2.47.4-1
30be498
- Update to 2.47.4
30be498
43ad60e
* Wed Nov 25 2015 Kalev Lember <klember@redhat.com> - 2.47.3-1
43ad60e
- Update to 2.47.3
43ad60e
5472a32
* Wed Nov 25 2015 Kalev Lember <klember@redhat.com> - 2.47.2-1
5472a32
- Update to 2.47.2
5472a32
7473b58
* Mon Nov 09 2015 Kevin Fenzi <kevin@scrye.com> - 2.47.1-2
7473b58
- Add full path redirect output to null and || : to triggers.
7473b58
cafbb83
* Wed Oct 28 2015 Kalev Lember <klember@redhat.com> - 2.47.1-1
cafbb83
- Update to 2.47.1
cafbb83
64b1fd1
* Mon Oct 19 2015 Kalev Lember <klember@redhat.com> - 2.46.1-2
64b1fd1
- Backport an upstream fix for app launching under wayland (#1273146)
64b1fd1
135a12a
* Wed Oct 14 2015 Kalev Lember <klember@redhat.com> - 2.46.1-1
135a12a
- Update to 2.46.1
135a12a
8efb30d
* Mon Sep 21 2015 Kalev Lember <klember@redhat.com> - 2.46.0-1
8efb30d
- Update to 2.46.0
8efb30d
ee9fe81
* Mon Sep 14 2015 Kalev Lember <klember@redhat.com> - 2.45.8-1
ee9fe81
- Update to 2.45.8
ee9fe81
90bf1b3
* Tue Sep 01 2015 Kalev Lember <klember@redhat.com> - 2.45.7-1
90bf1b3
- Update to 2.45.7
90bf1b3
4235df9
* Wed Aug 19 2015 Kalev Lember <klember@redhat.com> - 2.45.6-1
4235df9
- Update to 2.45.6
4235df9
8b343f3
* Wed Aug 19 2015 Kalev Lember <klember@redhat.com> - 2.45.5-1
8b343f3
- Update to 2.45.5
8b343f3
6755798
* Fri Aug 14 2015 Matthias Clasen <mclasen@redhat.com> - 2.45.4-2
6755798
- Add file triggers for gio modules and gsettings schemas
6755798
2dcc4a3
* Tue Jul 21 2015 David King <amigadave@amigadave.com> - 2.45.4-1
2dcc4a3
- Update to 2.45.4
2dcc4a3
33edb32
* Wed Jun 24 2015 Kalev Lember <klember@redhat.com> - 2.45.3-2
33edb32
- Backport a patch to fix notification withdrawing in gnome-software
33edb32
3742518
* Wed Jun 24 2015 David King <amigadave@amigadave.com> - 2.45.3-1
3742518
- Update to 2.45.3
3742518
bb5d4bc
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.45.2-2
bb5d4bc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
bb5d4bc
155dac1
* Tue May 26 2015 David King <amigadave@amigadave.com> - 2.45.2-1
155dac1
- Update to 2.45.2
155dac1
aaaadfa
* Thu Apr 30 2015 Kalev Lember <kalevlember@gmail.com> - 2.45.1-1
aaaadfa
- Update to 2.45.1
aaaadfa
a7cfb69
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 2.44.0-1
a7cfb69
- Update to 2.44.0
a7cfb69
5b9d481
* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 2.43.92-1
5b9d481
- Update to 2.43.92
5b9d481
1808321
* Mon Mar 02 2015 Kalev Lember <kalevlember@gmail.com> - 2.43.91-1
1808321
- Update to 2.43.91
1808321
79b7e1a
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 2.43.90-2
79b7e1a
- Rebuilt for Fedora 23 Change
79b7e1a
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
79b7e1a
ff0cae3
* Wed Feb 18 2015 David King <amigadave@amigadave.com> - 2.43.90-1
ff0cae3
- Update to 2.43.90
cc555d1
- Update man pages glob in files section
ff0cae3
3678fff
* Tue Feb 10 2015 Matthias Clasen <mclasen@redhat.com> - 2.43.4-1
3678fff
- Update to 2.43.4
3678fff
31b797e
* Tue Jan 20 2015 David King <amigadave@amigadave.com> - 2.43.3-1
31b797e
- Update to 2.43.3
31b797e
0766fea
* Wed Dec 17 2014 Kalev Lember <kalevlember@gmail.com> - 2.43.2-1
0766fea
- Update to 2.43.2
0766fea
fca95b7
* Tue Nov 25 2014 Kalev Lember <kalevlember@gmail.com> - 2.43.1-1
fca95b7
- Update to 2.43.1
fca95b7
Florian Müllner c894923
* Thu Oct 30 2014 Florian Müllner <fmuellner@redhat.com> - 2.43.0-1
Florian Müllner c894923
- Update to 2.43.0
Florian Müllner c894923
ee19c0c
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 2.42.0-1
ee19c0c
- Update to 2.42.0
ee19c0c
7173be9
* Tue Sep 16 2014 Kalev Lember <kalevlember@gmail.com> - 2.41.5-1
7173be9
- Update to 2.41.5
7173be9
2c8f4e7
* Thu Sep  4 2014 Matthias Clasen <mclasen@redhat.com> 2.41.4-3
2c8f4e7
- Don't remove rpath from gdbus-peer test - it doesn't work without it
2c8f4e7
Bastien Nocera 1759e58
* Thu Sep 04 2014 Bastien Nocera <bnocera@redhat.com> 2.41.4-2
Bastien Nocera 1759e58
- Fix banshee getting selected as the default movie player
Bastien Nocera 1759e58
b45bc84
* Tue Sep 02 2014 Kalev Lember <kalevlember@gmail.com> - 2.41.4-1
b45bc84
- Update to 2.41.4
b45bc84
b106300
* Sat Aug 16 2014 Kalev Lember <kalevlember@gmail.com> - 2.41.3-1
b106300
- Update to 2.41.3
b106300
82f0a6a
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.41.2-3
82f0a6a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
82f0a6a
d143a7b
* Wed Jul 23 2014 Stef Walter <stefw@redhat.com> - 2.41.2-2
d143a7b
- Fix regression with GDBus array encoding rhbz#1122128
d143a7b
acaa117
* Mon Jul 14 2014 Kalev Lember <kalevlember@gmail.com> - 2.41.2-1
acaa117
- Update to 2.41.2
acaa117
2f6436c
* Sat Jul 12 2014 Tom Callaway <spot@fedoraproject.org> - 2.41.1-2
2f6436c
- fix license handling
2f6436c
Richard Hughes f4398cb
* Tue Jun 24 2014 Richard Hughes <rhughes@redhat.com> - 2.41.1-1
Richard Hughes f4398cb
- Update to 2.41.1
Richard Hughes f4398cb
7ab7df4
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.41.0-2
7ab7df4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
7ab7df4
94703bb
* Tue May 27 2014 Kalev Lember <kalevlember@gmail.com> - 2.41.0-1
94703bb
- Update to 2.41.0
94703bb
Richard Hughes 062ae87
* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 2.40.0-1
Richard Hughes 062ae87
- Update to 2.40.0
Richard Hughes 062ae87
Richard Hughes 73831db
* Tue Mar 18 2014 Richard Hughes <rhughes@redhat.com> - 2.39.92-1
Richard Hughes 73831db
- Update to 2.39.92
Richard Hughes 73831db
Richard Hughes 37f2e6a
* Tue Mar 04 2014 Richard Hughes <rhughes@redhat.com> - 2.39.91-1
Richard Hughes 37f2e6a
- Update to 2.39.91
Richard Hughes 37f2e6a
Richard Hughes 87399dd
* Tue Feb 18 2014 Richard Hughes <rhughes@redhat.com> - 2.39.90-1
Richard Hughes 87399dd
- Update to 2.39.90
Richard Hughes 87399dd
Richard Hughes 9df1f59
* Tue Feb 04 2014 Richard Hughes <rhughes@redhat.com> - 2.39.4-1
Richard Hughes 9df1f59
- Update to 2.39.4
Richard Hughes 9df1f59
Richard Hughes af8f0d0
* Tue Jan 14 2014 Richard Hughes <rhughes@redhat.com> - 2.39.3-1
Richard Hughes af8f0d0
- Update to 2.39.3
Richard Hughes af8f0d0
8d1f256
* Sun Dec 22 2013 Richard W.M. Jones <rjones@redhat.com> - 2.39.2-2
8d1f256
- Re-add static subpackage so that we can build static qemu as
8d1f256
  an AArch64 binfmt.
8d1f256
Richard Hughes c839083
* Tue Dec 17 2013 Richard Hughes <rhughes@redhat.com> - 2.39.2-1
Richard Hughes c839083
- Update to 2.39.2
Richard Hughes c839083
Richard Hughes 5ccb823
* Mon Dec 09 2013 Richard Hughes <rhughes@redhat.com> - 2.39.1-2
Richard Hughes 5ccb823
- Backport a patch from master to stop gnome-settings-daemon crashing.
Richard Hughes 5ccb823
Richard Hughes 6c0de58
* Thu Nov 14 2013 Richard Hughes <rhughes@redhat.com> - 2.39.1-1
Richard Hughes 6c0de58
- Update to 2.39.1
Richard Hughes 6c0de58
Richard Hughes d247541
* Mon Oct 28 2013 Richard Hughes <rhughes@redhat.com> - 2.39.0-1
Richard Hughes d247541
- Update to 2.39.0
Richard Hughes d247541
aafdb1d
* Tue Sep 24 2013 Kalev Lember <kalevlember@gmail.com> - 2.38.0-1
aafdb1d
- Update to 2.38.0
aafdb1d
8cc88f5
* Tue Sep 17 2013 Kalev Lember <kalevlember@gmail.com> - 2.37.93-1
8cc88f5
- Update to 2.37.93
8cc88f5
2beaa32
* Mon Sep 02 2013 Kalev Lember <kalevlember@gmail.com> - 2.37.7-1
2beaa32
- Update to 2.37.7
2beaa32
Debarshi Ray 9da0fb4
* Wed Aug 21 2013 Debarshi Ray <rishi@fedoraproject.org> - 2.37.6-1
Debarshi Ray 9da0fb4
- Update to 2.37.6
Debarshi Ray 9da0fb4
ef99677
* Sat Aug 03 2013 Petr Pisar <ppisar@redhat.com> - 2.37.5-2
ef99677
- Perl 5.18 rebuild
ef99677
Debarshi Ray 7262b9b
* Thu Aug  1 2013 Debarshi Ray <rishi@fedoraproject.org> - 2.37.5-1
Debarshi Ray 7262b9b
- Update to 2.37.5
Debarshi Ray 7262b9b
6dea828
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 2.37.4-2
6dea828
- Perl 5.18 rebuild
6dea828
b95e4bd
* Tue Jul  9 2013 Matthias Clasen <mclasen@redhat.com> - 2.37.4-1
b95e4bd
- Update to 2.37.4
b95e4bd
Debarshi Ray b947f05
* Thu Jun 20 2013 Debarshi Ray <rishi@fedoraproject.org> - 2.37.2-1
Debarshi Ray b947f05
- Update to 2.37.2
Debarshi Ray b947f05
25351c5
* Tue May 28 2013 Matthias Clasen <mclasen@redhat.com> - 2.37.1-1
25351c5
- Update to 2.37.1
25351c5
- Add a tests subpackage
25351c5
2d0f25e
* Sat May 04 2013 Kalev Lember <kalevlember@gmail.com> - 2.37.0-1
2d0f25e
- Update to 2.37.0
2d0f25e
7bf8211
* Sat Apr 27 2013 Thorsten Leemhuis <fedora@leemhuis.info> - 2.36.1-2
7bf8211
- Fix pidgin freezes by applying patch from master (#956872)
7bf8211
b661dad
* Mon Apr 15 2013 Kalev Lember <kalevlember@gmail.com> - 2.36.1-1
b661dad
- Update to 2.36.1
b661dad
3d0d079
* Mon Mar 25 2013 Kalev Lember <kalevlember@gmail.com> - 2.36.0-1
3d0d079
- Update to 2.36.0
3d0d079
a18eaa5
* Tue Mar 19 2013 Matthias Clasen <mclasen@redhat.com> - 2.35.9-1
a18eaa5
- Update to 2.35.9
a18eaa5
15a6e4d
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 2.35.8-1
15a6e4d
- Update to 2.35.8
15a6e4d
ca7460d
* Tue Feb 05 2013 Kalev Lember <kalevlember@gmail.com> - 2.35.7-1
ca7460d
- Update to 2.35.7
ca7460d
063ef24
* Tue Jan 15 2013 Matthias Clasen <mclasen@redhat.com> - 2.35.4-1
063ef24
- Update to 2.35.4
063ef24
43f4216
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 2.35.3-1
43f4216
- Update to 2.35.3
43f4216
69da803
* Sat Nov 24 2012 Kalev Lember <kalevlember@gmail.com> - 2.35.2-1
69da803
- Update to 2.35.2
69da803
3c181fd
* Thu Nov 08 2012 Kalev Lember <kalevlember@gmail.com> - 2.35.1-1
3c181fd
- Update to 2.35.1
3c181fd
- Drop upstreamed codegen-in-datadir.patch