public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michael Catanzaro <mcatanzaro@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/glib2] cve-2026-58016-f44: Adopt rpmautospec
Date: Tue, 11 Aug 2026 10:37:29 GMT [thread overview]
Message-ID: <178644464911.1.1750879568241052076.rpms-glib2-9c6c2dcdc16e@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/glib2
Branch : cve-2026-58016-f44
Commit : 9c6c2dcdc16ee9004f1e2c0492829515a32266b1
Author : Michael Catanzaro <mcatanzaro@redhat.com>
Date : 2021-07-12T15:42:05-05:00
Stats : +693/-692 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/glib2/c/9c6c2dcdc16ee9004f1e2c0492829515a32266b1?branch=cve-2026-58016-f44
Log:
Adopt rpmautospec
---
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..9aaaa37
--- /dev/null
+++ b/changelog
@@ -0,0 +1,691 @@
+* Thu Jul 01 2021 Michael Catanzaro <mcatanzaro@gnome.org> - 2.68.3-4
+- Refresh gnutls-hmac patchset to fix leaks in error path
+
+* Mon Jun 28 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 2.68.3-3
+- Drop Recommends: shared-mime-info (#1947897)
+- Remove old Conflicts: gcr < 3.28.1
+
+* Wed Jun 23 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 2.68.3-2
+- Drop check-rpath hack, no longer required
+
+* Mon Jun 21 2021 Kalev Lember <klember@redhat.com> - 2.68.3-1
+- Update to 2.68.3
+
+* Thu Jun 17 2021 Stephen Gallagher <sgallagh@redhat.com> - 2.68.2-3
+- Fix the requirement for 32-bit libgnutls.so.30
+
+* Thu Jun 17 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 2.68.2-2
+- Enable GnuTLS-based GHmac in Fedora and reenable glib2-static in RHEL
+- Consolidate GDesktopAppInfo changes into gdesktopappinfo.patch
+- Disable check-rpath since it seems to be broken
+
+* Tue May 11 2021 Kalev Lember <klember@redhat.com> - 2.68.2-1
+- Update to 2.68.2
+
+* Wed May 05 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 2.68.1-3
+- Add missing bundled provides
+
+* Wed Apr 28 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 2.68.1-2
+- Refresh GDesktopAppInfo patchset
+
+* Thu Apr 08 2021 Kalev Lember <klember@redhat.com> - 2.68.1-1
+- Update to 2.68.1
+
+* Fri Mar 26 2021 Kalev Lember <klember@redhat.com> - 2.68.0-2
+- Rebuild to fix sysprof-capture symbols leaking into libraries consuming it
+
+* Thu Mar 18 2021 Kalev Lember <klember@redhat.com> - 2.68.0-1
+- Update to 2.68.0
+
+* Thu Mar 18 2021 Petr Pisar <ppisar@redhat.com> - 2.67.6-2
+- Disable debugging glib (bug #1936339)
+
+* Thu Mar 11 2021 Kalev Lember <klember@redhat.com> - 2.67.6-1
+- Update to 2.67.6
+
+* Tue Mar 02 2021 Kalev Lember <klember@redhat.com> - 2.67.5-1
+- Update to 2.67.5
+
+* Wed Feb 24 2021 Kalev Lember <klember@redhat.com> - 2.67.4-3
+- Enable sysprof capture support
+
+* Fri Feb 19 2021 Kalev Lember <klember@redhat.com> - 2.67.4-2
+- Backport a fix for gsubprocesslauncher regression
+
+* Tue Feb 16 2021 Kalev Lember <klember@redhat.com> - 2.67.4-1
+- Update to 2.67.4
+
+* Tue Feb 09 2021 Benjamin Berg <bberg@redhat.com> - 2.67.3-2
+- Add patches to move applications into systemd scopes
+
+* Thu Feb 04 2021 Kalev Lember <klember@redhat.com> - 2.67.3-1
+- Update to 2.67.3
+- Fix gtk-doc directory ownership
+
+* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.67.1-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
+
+* Fri Jan 22 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 2.67.1-3
+- Drop dependency on gamin
+
+* Sat Dec 19 2020 Kevin Fenzi <kevin@scrye.com> - 2.67.1-2
+- Add already upstream patch to fix gdm crasher.
+
+* Sat Dec 19 2020 Kalev Lember <klember@redhat.com> - 2.67.1-1
+- Update to 2.67.1
+
+* Fri Dec 04 2020 Ondrej Holy <oholy@redhat.com> - 2.67.0-7
+- Explicitly create modules dir to fix ELN build
+
+* Tue Dec 01 2020 Ondrej Holy and Michael Catanzaro <mcatanzaro@redhat.com> - 2.67.0-6
+- Disable glib2-fam in RHEL
+
+* Tue Nov 24 2020 Kalev Lember <klember@redhat.com> - 2.67.0-5
+- Backport upstream patches to fix invalid use of volatile objects
+ (gcc 11 support)
+
+* Wed Nov 11 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 2.67.0-4
+- Make GnuTLS patch RHEL-specific, and make glib2-static subpackage Fedora-specific
+
+* Tue Nov 10 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 2.67.0-3
+- Use GnuTLS to implement GHmac (thanks to Colin Walters)
+
+* Wed Nov 04 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 2.67.0-2
+- Backport fix for GSocketClient crash
+
+* Thu Oct 29 2020 Kalev Lember <klember@redhat.com> - 2.67.0-1
+- Update to 2.67.0
+
+* Mon Oct 19 2020 Kalev Lember <klember@redhat.com> - 2.66.2-1
+- Update to 2.66.2
+- Drop gtk-doc patch as we finally have a new enough gtk-doc
+
+* Wed Oct 14 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 2.66.1-3
+- Fix yet another timezone bug
+
+* Wed Oct 14 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 2.66.1-2
+- Fix timezone-related bugs in many applications caused by new glib timezone cache
+
+* Thu Oct 1 2020 Kalev Lember <klember@redhat.com> - 2.66.1-1
+- Update to 2.66.1
+
+* Thu Sep 10 2020 Kalev Lember <klember@redhat.com> - 2.66.0-1
+- Update to 2.66.0
+
+* Wed Sep 02 2020 Kalev Lember <klember@redhat.com> - 2.65.3-1
+- Update to 2.65.3
+
+* Tue Aug 25 2020 Adam Williamson <awilliam@redhat.com> - 2.65.2-3
+- Backport fix for GGO #2189 (error accessing some filesystems)
+
+* Thu Aug 20 2020 Jeff Law <law@redhat.com> - 2.65.2-2
+- Re-enable LTO
+
+* Tue Aug 18 2020 Kalev Lember <klember@redhat.com> - 2.65.2-1
+- Update to 2.65.2
+
+* Mon Aug 17 2020 Kalev Lember <klember@redhat.com> - 2.65.1-1
+- Update to 2.65.1
+
+* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.65.0-5
+- Second attempt - Rebuilt for
+ https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
+* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.65.0-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
+* Tue Jun 30 2020 Jeff Law <aw@redhat.com> - 2.65.0-3
+Disable LTO
+
+* Mon Jun 22 2020 Kalev Lember <klember@redhat.com> - 2.65.0-2
+- Update gio-2.0.pc with correct gio-querymodules name when renaming it
+ (#1849441)
+
+* Mon Jun 22 2020 Kalev Lember <klember@redhat.com> - 2.65.0-1
+- Update to 2.65.0
+
+* Wed May 20 2020 Kalev Lember <klember@redhat.com> - 2.64.3-1
+- Update to 2.64.3
+
+* Tue Apr 28 2020 Tomas Popela <tpopela@redhat.com> - 2.64.2-2
+- Backport fix for a race condition in GCancellable (rhbz#1825230)
+
+* Fri Apr 10 2020 Kalev Lember <klember@redhat.com> - 2.64.2-1
+- Update to 2.64.2
+
+* Wed Mar 11 2020 Kalev Lember <klember@redhat.com> - 2.64.1-1
+- Update to 2.64.1
+
+* Mon Mar 02 2020 Kalev Lember <klember@redhat.com> - 2.64.0-1
+- Update to 2.64.0
+
+* Mon Feb 24 2020 Kalev Lember <klember@redhat.com> - 2.63.6-1
+- Update to 2.63.6
+
+* Wed Feb 12 2020 Kalev Lember <klember@redhat.com> - 2.63.5-3
+- Backport a patch to work around SELinux policies not allowing
+ SYS_sched_setattr (#1795524)
+
+* Fri Feb 07 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 2.63.5-2
+- Add patch for CVE-2020-6750 and related issues.
+
+* Mon Feb 03 2020 Kalev Lember <klember@redhat.com> - 2.63.5-1
+- Update to 2.63.5
+
+* Wed Jan 29 2020 Stephen Gallagher <sgallagh@redhat.com> - 2.63.4-3
+- Fix GThreadPool initialization that is breaking createrepo_c (BZ #1795052)
+
+* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.63.4-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
+
+* Fri Jan 24 2020 Kalev Lember <klember@redhat.com> - 2.63.4-1
+- Update to 2.63.4
+
+* Mon Dec 16 2019 Kalev Lember <klember@redhat.com> - 2.63.3-1
+- Update to 2.63.3
+
+* Mon Dec 02 2019 Kalev Lember <klember@redhat.com> - 2.63.2-1
+- Update to 2.63.2
+
+* Fri Oct 04 2019 Kalev Lember <klember@redhat.com> - 2.63.0-1
+- Update to 2.63.0
+
+* Fri Oct 04 2019 Kalev Lember <klember@redhat.com> - 2.62.1-1
+- Update to 2.62.1
+
+* Fri Sep 06 2019 Kalev Lember <klember@redhat.com> - 2.62.0-1
+- Update to 2.62.0
+
+* Tue Sep 03 2019 Kalev Lember <klember@redhat.com> - 2.61.3-1
+- Update to 2.61.3
+
+* Mon Aug 12 2019 Kalev Lember <klember@redhat.com> - 2.61.2-1
+- Update to 2.61.2
+
+* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.61.1-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
+
+* Tue Jun 11 2019 David King <amigadave@amigadave.com> - 2.61.1-2
+- Fix CVE-2019-12450 (#1719142)
+- Consistently use buildroot macro
+
+* Fri May 24 2019 Kalev Lember <klember@redhat.com> - 2.61.1-1
+- Update to 2.61.1
+
+* Tue Apr 16 2019 Adam Williamson <awilliam@redhat.com> - 2.61.0-2
+- Rebuild with Meson fix for #1699099
+
+* Mon Apr 15 2019 Kalev Lember <klember@redhat.com> - 2.61.0-1
+- Update to 2.61.0
+
+* Mon Apr 15 2019 Kalev Lember <klember@redhat.com> - 2.60.1-1
+- Update to 2.60.1
+
+* Wed Mar 13 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.60.0-3
+- Switch back to timestamp-based pyc invalidation mode
+
+* Wed Mar 6 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.60.0-2
+- Make sure all .py files have fixed timestamps (fixes issue with
+ parallel installability of i686 and amd64 -devel packages)
+- Switch to explicit byte compilation to override invalidation mode
+
+* Mon Mar 04 2019 Kalev Lember <klember@redhat.com> - 2.60.0-1
+- Update to 2.60.0
+
+* Mon Feb 18 2019 Kalev Lember <klember@redhat.com> - 2.59.3-1
+- Update to 2.59.3
+
+* Mon Feb 04 2019 Kalev Lember <klember@redhat.com> - 2.59.2-1
+- Update to 2.59.2
+
+* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.59.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
+
+* Sat Jan 26 2019 Kalev Lember <klember@redhat.com> - 2.59.1-1
+- Update to 2.59.1
+
+* Thu Jan 03 2019 Kalev Lember <klember@redhat.com> - 2.59.0-1
+- Update to 2.59.0
+- Switch to the meson build system
+
+* Tue Dec 18 2018 Kalev Lember <klember@redhat.com> - 2.58.2-1
+- Update to 2.58.2
+
+* Fri Oct 05 2018 Kalev Lember <klember@redhat.com> - 2.58.1-2
+- Fix multilib -devel installs (#1634778)
+
+* Fri Sep 21 2018 Kalev Lember <klember@redhat.com> - 2.58.1-1
+- Update to 2.58.1
+
+* Wed Sep 05 2018 Kalev Lember <klember@redhat.com> - 2.58.0-1
+- Update to 2.58.0
+
+* Thu Aug 2 2018 Ondrej Holy <oholy@redhat.com> - 2.57.2-1
+- Update to 2.57.2
+
+* Fri Jul 20 2018 Ondrej Holy <oholy@redhat.com> - 2.57.1-1
+- Update to 2.57.1
+
+* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.56.1-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
+
+* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 2.56.1-5
+- Rebuilt for Python 3.7
+
+* Thu Jun 14 2018 Debarshi Ray <rishi@fedoraproject.org> - 2.56.1-4
+- Backport patch to fix possible invalid pointer in dbus callback in the FD.o
+ notification backend (RH #1584916)
+
+* Sun May 27 2018 Kalev Lember <klember@redhat.com> - 2.56.1-3
+- Fix multilib -devel installs (#1581067)
+
+* Sun May 13 2018 Fabio Valentini <decathorpe@gmail.com> - 2.56.1-2
+- Include upstream patch to fix gdbus-codegen with meson 0.46.
+
+* Sun Apr 08 2018 Kalev Lember <klember@redhat.com> - 2.56.1-1
+- Update to 2.56.1
+
+* Mon Mar 12 2018 Kalev Lember <klember@redhat.com> - 2.56.0-1
+- Update to 2.56.0
+
+* Wed Feb 07 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.55.2-3
+- Undo disabling mangling
+
+* Wed Feb 07 2018 Kalev Lember <klember@redhat.com> - 2.55.2-2
+- Disable brp-mangle-shebangs shebangs
+
+* Wed Feb 07 2018 Kalev Lember <klember@redhat.com> - 2.55.2-1
+- Update to 2.55.2
+- Drop ldconfig scriptlets
+
+* Wed Jan 31 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.55.1-3
+- Switch to %%ldconfig_scriptlets
+
+* Thu Jan 18 2018 Kalev Lember <klember@redhat.com> - 2.55.1-2
+- gmain: Partial revert of recent wakeup changes
+
+* Mon Jan 08 2018 Kalev Lember <klember@redhat.com> - 2.55.1-1
+- Update to 2.55.1
+- Drop upstreamed systemtap multilib fix
+
+* Tue Dec 19 2017 Kalev Lember <klember@redhat.com> - 2.55.0-1
+- Update to 2.55.0
+
+* Wed Nov 01 2017 Kalev Lember <klember@redhat.com> - 2.54.2-1
+- Update to 2.54.2
+
+* Fri Oct 06 2017 Kalev Lember <klember@redhat.com> - 2.54.1-1
+- Update to 2.54.1
+
+* Mon Sep 11 2017 Kalev Lember <klember@redhat.com> - 2.54.0-1
+- Update to 2.54.0
+
+* Tue Sep 05 2017 Kalev Lember <klember@redhat.com> - 2.53.7-1
+- Update to 2.53.7
+
+* Sat Aug 19 2017 Kalev Lember <klember@redhat.com> - 2.53.6-1
+- Update to 2.53.6
+
+* Mon Aug 07 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.53.5-1
+- Update to 2.53.5
+
+* Tue Aug 01 2017 Kalev Lember <klember@redhat.com> - 2.53.4-4
+- Backport glib-mkenums flags annotation parsing fixes
+
+* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.53.4-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
+
+* Fri Jul 21 2017 Kalev Lember <klember@redhat.com> - 2.53.4-2
+- Revert a GKeyFile introspection ABI change
+
+* Tue Jul 18 2017 Kalev Lember <klember@redhat.com> - 2.53.4-1
+- Update to 2.53.4
+
+* Thu Jun 22 2017 Kalev Lember <klember@redhat.com> - 2.53.3-1
+- Update to 2.53.3
+
+* Thu Jun 8 2017 Owen Taylor <otaylor@redhat.com> - 2.53.2-2
+- Make triggers also compile schemas in /app/share/glib-2.0/schemas
+
+* Wed May 24 2017 Florian Müllner <fmuellner@redhat.com> - 2.53.2-1
+- Update to 2.53.2
+
+* Mon May 15 2017 Kalev Lember <klember@redhat.com> - 2.52.2-2
+- Backport a gmain GWakeup patch to fix timedatex high CPU usage (#1450628)
+
+* Tue May 09 2017 Kalev Lember <klember@redhat.com> - 2.52.2-1
+- Update to 2.52.2
+
+* Tue Apr 11 2017 Colin Walters <walters@verbum.org> - 2.52.1-3
+- Backport patches for gmain wakeup for qemu
+ See: https://bugzilla.gnome.org/show_bug.cgi?id=761102
+
+* Tue Apr 11 2017 Colin Walters <walters@verbum.org> - 2.52.1-2
+- Explictly remove PCRE sources
+- Related: https://bugzilla.redhat.com/show_bug.cgi?id=1324770
+
+* Tue Apr 11 2017 Kalev Lember <klember@redhat.com> - 2.52.1-1
+- Update to 2.52.1
+
+* Mon Mar 20 2017 Kalev Lember <klember@redhat.com> - 2.52.0-1
+- Update to 2.52.0
+
+* Thu Mar 16 2017 Kalev Lember <klember@redhat.com> - 2.51.5-1
+- Update to 2.51.5
+
+* Thu Mar 02 2017 Kalev Lember <klember@redhat.com> - 2.51.4-2
+- Remove the dependency on dbus-launch again (#927212)
+
+* Wed Mar 01 2017 David King <amigadave@amigadave.com> - 2.51.4-1
+- Update to 2.51.4
+- Add a Requires on dbus-launch (#927212)
+- Use pkgconfig for BuildRequires
+
+* Tue Feb 14 2017 Richard Hughes <rhughes@redhat.com> - 2.51.2-1
+- Update to 2.51.2
+
+* Mon Feb 13 2017 Richard Hughes <rhughes@redhat.com> - 2.51.1-1
+- Update to 2.51.1
+
+* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.51.0-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+
+* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 2.51.0-2
+- Rebuild for Python 3.6
+
+* Sun Oct 30 2016 Kalev Lember <klember@redhat.com> - 2.51.0-1
+- Update to 2.51.0
+
+* Wed Oct 12 2016 Kalev Lember <klember@redhat.com> - 2.50.1-1
+- Update to 2.50.1
+
+* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 2.50.0-1
+- Update to 2.50.0
+
+* Tue Sep 13 2016 Kalev Lember <klember@redhat.com> - 2.49.7-1
+- Update to 2.49.7
+- Don't set group tags
+
+* Sun Aug 28 2016 Kalev Lember <klember@redhat.com> - 2.49.6-1
+- Update to 2.49.6
+
+* Thu Aug 18 2016 Kalev Lember <klember@redhat.com> - 2.49.5-1
+- Update to 2.49.5
+- Own /usr/share/gdb and /usr/share/systemtap directories
+
+* Tue Aug 16 2016 Miro Hrončok <mhroncok@redhat.com> - 2.49.4-3
+- Use Python 3 for the RPM Python byte compilation
+
+* Wed Jul 27 2016 Ville Skyttä <ville.skytta@iki.fi> - 2.49.4-2
+- Switch to Python 3 (#1286284)
+
+* Thu Jul 21 2016 Kalev Lember <klember@redhat.com> - 2.49.4-1
+- Update to 2.49.4
+
+* Sun Jul 17 2016 Kalev Lember <klember@redhat.com> - 2.49.3-1
+- Update to 2.49.3
+
+* Wed Jun 22 2016 Richard Hughes <rhughes@redhat.com> - 2.49.2-1
+- Update to 2.49.2
+
+* Wed Jun 01 2016 Yaakov Selkowitz <yselkowi@redhat.com> - 2.49.1-2
+- Soften shared-mime-info dependency (#1266118)
+
+* Fri May 27 2016 Florian Müllner <fmuellner@redhat.com> - 2.49.1-1
+- Update to 2.49.1
+
+* Tue May 10 2016 Kalev Lember <klember@redhat.com> - 2.48.1-1
+- Update to 2.48.1
+
+* Wed Apr 06 2016 Colin Walters <walters@redhat.com> - 2.48.0-2
+- Explicitly require system pcre, though we happened to default to this now
+ anyways due to something else pulling PCRE into the buildroot
+ Closes rhbz#1287266
+
+* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 2.48.0-1
+- Update to 2.48.0
+
+* Thu Mar 17 2016 Richard Hughes <rhughes@redhat.com> - 2.47.92-1
+- Update to 2.47.92
+
+* Wed Feb 24 2016 Colin Walters <walters@redhat.com> - 2.47.6.19.gad2092b-2
+- git snapshot to work around https://bugzilla.gnome.org/show_bug.cgi?id=762637
+- Add --with-python=/usr/bin/python explicitly to hopefully fix a weird
+ issue I am seeing where librepo fails to build in epel7 with this due to
+ us requiring /bin/python.
+
+* Wed Feb 17 2016 Richard Hughes <rhughes@redhat.com> - 2.47.6-1
+- Update to 2.47.6
+
+* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.47.5-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+
+* Tue Jan 19 2016 David King <amigadave@amigadave.com> - 2.47.5-1
+- Update to 2.47.5
+
+* Wed Dec 16 2015 Kalev Lember <klember@redhat.com> - 2.47.4-1
+- Update to 2.47.4
+
+* Wed Nov 25 2015 Kalev Lember <klember@redhat.com> - 2.47.3-1
+- Update to 2.47.3
+
+* Wed Nov 25 2015 Kalev Lember <klember@redhat.com> - 2.47.2-1
+- Update to 2.47.2
+
+* Mon Nov 09 2015 Kevin Fenzi <kevin@scrye.com> - 2.47.1-2
+- Add full path redirect output to null and || : to triggers.
+
+* Wed Oct 28 2015 Kalev Lember <klember@redhat.com> - 2.47.1-1
+- Update to 2.47.1
+
+* Mon Oct 19 2015 Kalev Lember <klember@redhat.com> - 2.46.1-2
+- Backport an upstream fix for app launching under wayland (#1273146)
+
+* Wed Oct 14 2015 Kalev Lember <klember@redhat.com> - 2.46.1-1
+- Update to 2.46.1
+
+* Mon Sep 21 2015 Kalev Lember <klember@redhat.com> - 2.46.0-1
+- Update to 2.46.0
+
+* Mon Sep 14 2015 Kalev Lember <klember@redhat.com> - 2.45.8-1
+- Update to 2.45.8
+
+* Tue Sep 01 2015 Kalev Lember <klember@redhat.com> - 2.45.7-1
+- Update to 2.45.7
+
+* Wed Aug 19 2015 Kalev Lember <klember@redhat.com> - 2.45.6-1
+- Update to 2.45.6
+
+* Wed Aug 19 2015 Kalev Lember <klember@redhat.com> - 2.45.5-1
+- Update to 2.45.5
+
+* Fri Aug 14 2015 Matthias Clasen <mclasen@redhat.com> - 2.45.4-2
+- Add file triggers for gio modules and gsettings schemas
+
+* Tue Jul 21 2015 David King <amigadave@amigadave.com> - 2.45.4-1
+- Update to 2.45.4
+
+* Wed Jun 24 2015 Kalev Lember <klember@redhat.com> - 2.45.3-2
+- Backport a patch to fix notification withdrawing in gnome-software
+
+* Wed Jun 24 2015 David King <amigadave@amigadave.com> - 2.45.3-1
+- Update to 2.45.3
+
+* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.45.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
+* Tue May 26 2015 David King <amigadave@amigadave.com> - 2.45.2-1
+- Update to 2.45.2
+
+* Thu Apr 30 2015 Kalev Lember <kalevlember@gmail.com> - 2.45.1-1
+- Update to 2.45.1
+
+* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 2.44.0-1
+- Update to 2.44.0
+
+* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 2.43.92-1
+- Update to 2.43.92
+
+* Mon Mar 02 2015 Kalev Lember <kalevlember@gmail.com> - 2.43.91-1
+- Update to 2.43.91
+
+* Sat Feb 21 2015 Till Maas <opensource@till.name> - 2.43.90-2
+- Rebuilt for Fedora 23 Change
+ https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
+
+* Wed Feb 18 2015 David King <amigadave@amigadave.com> - 2.43.90-1
+- Update to 2.43.90
+- Update man pages glob in files section
+
+* Tue Feb 10 2015 Matthias Clasen <mclasen@redhat.com> - 2.43.4-1
+- Update to 2.43.4
+
+* Tue Jan 20 2015 David King <amigadave@amigadave.com> - 2.43.3-1
+- Update to 2.43.3
+
+* Wed Dec 17 2014 Kalev Lember <kalevlember@gmail.com> - 2.43.2-1
+- Update to 2.43.2
+
+* Tue Nov 25 2014 Kalev Lember <kalevlember@gmail.com> - 2.43.1-1
+- Update to 2.43.1
+
+* Thu Oct 30 2014 Florian Müllner <fmuellner@redhat.com> - 2.43.0-1
+- Update to 2.43.0
+
+* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 2.42.0-1
+- Update to 2.42.0
+
+* Tue Sep 16 2014 Kalev Lember <kalevlember@gmail.com> - 2.41.5-1
+- Update to 2.41.5
+
+* Thu Sep 4 2014 Matthias Clasen <mclasen@redhat.com> 2.41.4-3
+- Don't remove rpath from gdbus-peer test - it doesn't work without it
+
+* Thu Sep 04 2014 Bastien Nocera <bnocera@redhat.com> 2.41.4-2
+- Fix banshee getting selected as the default movie player
+
+* Tue Sep 02 2014 Kalev Lember <kalevlember@gmail.com> - 2.41.4-1
+- Update to 2.41.4
+
+* Sat Aug 16 2014 Kalev Lember <kalevlember@gmail.com> - 2.41.3-1
+- Update to 2.41.3
+
+* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.41.2-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
+
+* Wed Jul 23 2014 Stef Walter <stefw@redhat.com> - 2.41.2-2
+- Fix regression with GDBus array encoding rhbz#1122128
+
+* Mon Jul 14 2014 Kalev Lember <kalevlember@gmail.com> - 2.41.2-1
+- Update to 2.41.2
+
+* Sat Jul 12 2014 Tom Callaway <spot@fedoraproject.org> - 2.41.1-2
+- fix license handling
+
+* Tue Jun 24 2014 Richard Hughes <rhughes@redhat.com> - 2.41.1-1
+- Update to 2.41.1
+
+* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.41.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+
+* Tue May 27 2014 Kalev Lember <kalevlember@gmail.com> - 2.41.0-1
+- Update to 2.41.0
+
+* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 2.40.0-1
+- Update to 2.40.0
+
+* Tue Mar 18 2014 Richard Hughes <rhughes@redhat.com> - 2.39.92-1
+- Update to 2.39.92
+
+* Tue Mar 04 2014 Richard Hughes <rhughes@redhat.com> - 2.39.91-1
+- Update to 2.39.91
+
+* Tue Feb 18 2014 Richard Hughes <rhughes@redhat.com> - 2.39.90-1
+- Update to 2.39.90
+
+* Tue Feb 04 2014 Richard Hughes <rhughes@redhat.com> - 2.39.4-1
+- Update to 2.39.4
+
+* Tue Jan 14 2014 Richard Hughes <rhughes@redhat.com> - 2.39.3-1
+- Update to 2.39.3
+
+* Sun Dec 22 2013 Richard W.M. Jones <rjones@redhat.com> - 2.39.2-2
+- Re-add static subpackage so that we can build static qemu as
+ an AArch64 binfmt.
+
+* Tue Dec 17 2013 Richard Hughes <rhughes@redhat.com> - 2.39.2-1
+- Update to 2.39.2
+
+* Mon Dec 09 2013 Richard Hughes <rhughes@redhat.com> - 2.39.1-2
+- Backport a patch from master to stop gnome-settings-daemon crashing.
+
+* Thu Nov 14 2013 Richard Hughes <rhughes@redhat.com> - 2.39.1-1
+- Update to 2.39.1
+
+* Mon Oct 28 2013 Richard Hughes <rhughes@redhat.com> - 2.39.0-1
+- Update to 2.39.0
+
+* Tue Sep 24 2013 Kalev Lember <kalevlember@gmail.com> - 2.38.0-1
+- Update to 2.38.0
+
+* Tue Sep 17 2013 Kalev Lember <kalevlember@gmail.com> - 2.37.93-1
+- Update to 2.37.93
+
+* Mon Sep 02 2013 Kalev Lember <kalevlember@gmail.com> - 2.37.7-1
+- Update to 2.37.7
+
+* Wed Aug 21 2013 Debarshi Ray <rishi@fedoraproject.org> - 2.37.6-1
+- Update to 2.37.6
+
+* Sat Aug 03 2013 Petr Pisar <ppisar@redhat.com> - 2.37.5-2
+- Perl 5.18 rebuild
+
+* Thu Aug 1 2013 Debarshi Ray <rishi@fedoraproject.org> - 2.37.5-1
+- Update to 2.37.5
+
+* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 2.37.4-2
+- Perl 5.18 rebuild
+
+* Tue Jul 9 2013 Matthias Clasen <mclasen@redhat.com> - 2.37.4-1
+- Update to 2.37.4
+
+* Thu Jun 20 2013 Debarshi Ray <rishi@fedoraproject.org> - 2.37.2-1
+- Update to 2.37.2
+
+* Tue May 28 2013 Matthias Clasen <mclasen@redhat.com> - 2.37.1-1
+- Update to 2.37.1
+- Add a tests subpackage
+
+* Sat May 04 2013 Kalev Lember <kalevlember@gmail.com> - 2.37.0-1
+- Update to 2.37.0
+
+* Sat Apr 27 2013 Thorsten Leemhuis <fedora@leemhuis.info> - 2.36.1-2
+- Fix pidgin freezes by applying patch from master (#956872)
+
+* Mon Apr 15 2013 Kalev Lember <kalevlember@gmail.com> - 2.36.1-1
+- Update to 2.36.1
+
+* Mon Mar 25 2013 Kalev Lember <kalevlember@gmail.com> - 2.36.0-1
+- Update to 2.36.0
+
+* Tue Mar 19 2013 Matthias Clasen <mclasen@redhat.com> - 2.35.9-1
+- Update to 2.35.9
+
+* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 2.35.8-1
+- Update to 2.35.8
+
+* Tue Feb 05 2013 Kalev Lember <kalevlember@gmail.com> - 2.35.7-1
+- Update to 2.35.7
+
+* Tue Jan 15 2013 Matthias Clasen <mclasen@redhat.com> - 2.35.4-1
+- Update to 2.35.4
+
+* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 2.35.3-1
+- Update to 2.35.3
+
+* Sat Nov 24 2012 Kalev Lember <kalevlember@gmail.com> - 2.35.2-1
+- Update to 2.35.2
+
+* Thu Nov 08 2012 Kalev Lember <kalevlember@gmail.com> - 2.35.1-1
+- Update to 2.35.1
+- Drop upstreamed codegen-in-datadir.patch
diff --git a/glib2.spec b/glib2.spec
index f7f80a9..9cbf4af 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -1,6 +1,6 @@
Name: glib2
Version: 2.68.3
-Release: 4%{?dist}
+Release: %autorelease
Summary: A library of handy utility functions
License: LGPLv2+
@@ -231,694 +231,4 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%{_datadir}/installed-tests
%changelog
-* Thu Jul 01 2021 Michael Catanzaro <mcatanzaro@gnome.org> - 2.68.3-4
-- Refresh gnutls-hmac patchset to fix leaks in error path
-
-* Mon Jun 28 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 2.68.3-3
-- Drop Recommends: shared-mime-info (#1947897)
-- Remove old Conflicts: gcr < 3.28.1
-
-* Wed Jun 23 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 2.68.3-2
-- Drop check-rpath hack, no longer required
-
-* Mon Jun 21 2021 Kalev Lember <klember@redhat.com> - 2.68.3-1
-- Update to 2.68.3
-
-* Thu Jun 17 2021 Stephen Gallagher <sgallagh@redhat.com> - 2.68.2-3
-- Fix the requirement for 32-bit libgnutls.so.30
-
-* Thu Jun 17 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 2.68.2-2
-- Enable GnuTLS-based GHmac in Fedora and reenable glib2-static in RHEL
-- Consolidate GDesktopAppInfo changes into gdesktopappinfo.patch
-- Disable check-rpath since it seems to be broken
-
-* Tue May 11 2021 Kalev Lember <klember@redhat.com> - 2.68.2-1
-- Update to 2.68.2
-
-* Wed May 05 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 2.68.1-3
-- Add missing bundled provides
-
-* Wed Apr 28 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 2.68.1-2
-- Refresh GDesktopAppInfo patchset
-
-* Thu Apr 08 2021 Kalev Lember <klember@redhat.com> - 2.68.1-1
-- Update to 2.68.1
-
-* Fri Mar 26 2021 Kalev Lember <klember@redhat.com> - 2.68.0-2
-- Rebuild to fix sysprof-capture symbols leaking into libraries consuming it
-
-* Thu Mar 18 2021 Kalev Lember <klember@redhat.com> - 2.68.0-1
-- Update to 2.68.0
-
-* Thu Mar 18 2021 Petr Pisar <ppisar@redhat.com> - 2.67.6-2
-- Disable debugging glib (bug #1936339)
-
-* Thu Mar 11 2021 Kalev Lember <klember@redhat.com> - 2.67.6-1
-- Update to 2.67.6
-
-* Tue Mar 02 2021 Kalev Lember <klember@redhat.com> - 2.67.5-1
-- Update to 2.67.5
-
-* Wed Feb 24 2021 Kalev Lember <klember@redhat.com> - 2.67.4-3
-- Enable sysprof capture support
-
-* Fri Feb 19 2021 Kalev Lember <klember@redhat.com> - 2.67.4-2
-- Backport a fix for gsubprocesslauncher regression
-
-* Tue Feb 16 2021 Kalev Lember <klember@redhat.com> - 2.67.4-1
-- Update to 2.67.4
-
-* Tue Feb 09 2021 Benjamin Berg <bberg@redhat.com> - 2.67.3-2
-- Add patches to move applications into systemd scopes
-
-* Thu Feb 04 2021 Kalev Lember <klember@redhat.com> - 2.67.3-1
-- Update to 2.67.3
-- Fix gtk-doc directory ownership
-
-* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.67.1-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
-
-* Fri Jan 22 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 2.67.1-3
-- Drop dependency on gamin
-
-* Sat Dec 19 2020 Kevin Fenzi <kevin@scrye.com> - 2.67.1-2
-- Add already upstream patch to fix gdm crasher.
-
-* Sat Dec 19 2020 Kalev Lember <klember@redhat.com> - 2.67.1-1
-- Update to 2.67.1
-
-* Fri Dec 04 2020 Ondrej Holy <oholy@redhat.com> - 2.67.0-7
-- Explicitly create modules dir to fix ELN build
-
-* Tue Dec 01 2020 Ondrej Holy and Michael Catanzaro <mcatanzaro@redhat.com> - 2.67.0-6
-- Disable glib2-fam in RHEL
-
-* Tue Nov 24 2020 Kalev Lember <klember@redhat.com> - 2.67.0-5
-- Backport upstream patches to fix invalid use of volatile objects
- (gcc 11 support)
-
-* Wed Nov 11 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 2.67.0-4
-- Make GnuTLS patch RHEL-specific, and make glib2-static subpackage Fedora-specific
-
-* Tue Nov 10 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 2.67.0-3
-- Use GnuTLS to implement GHmac (thanks to Colin Walters)
-
-* Wed Nov 04 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 2.67.0-2
-- Backport fix for GSocketClient crash
-
-* Thu Oct 29 2020 Kalev Lember <klember@redhat.com> - 2.67.0-1
-- Update to 2.67.0
-
-* Mon Oct 19 2020 Kalev Lember <klember@redhat.com> - 2.66.2-1
-- Update to 2.66.2
-- Drop gtk-doc patch as we finally have a new enough gtk-doc
-
-* Wed Oct 14 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 2.66.1-3
-- Fix yet another timezone bug
-
-* Wed Oct 14 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 2.66.1-2
-- Fix timezone-related bugs in many applications caused by new glib timezone cache
-
-* Thu Oct 1 2020 Kalev Lember <klember@redhat.com> - 2.66.1-1
-- Update to 2.66.1
-
-* Thu Sep 10 2020 Kalev Lember <klember@redhat.com> - 2.66.0-1
-- Update to 2.66.0
-
-* Wed Sep 02 2020 Kalev Lember <klember@redhat.com> - 2.65.3-1
-- Update to 2.65.3
-
-* Tue Aug 25 2020 Adam Williamson <awilliam@redhat.com> - 2.65.2-3
-- Backport fix for GGO #2189 (error accessing some filesystems)
-
-* Thu Aug 20 2020 Jeff Law <law@redhat.com> - 2.65.2-2
-- Re-enable LTO
-
-* Tue Aug 18 2020 Kalev Lember <klember@redhat.com> - 2.65.2-1
-- Update to 2.65.2
-
-* Mon Aug 17 2020 Kalev Lember <klember@redhat.com> - 2.65.1-1
-- Update to 2.65.1
-
-* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.65.0-5
-- Second attempt - Rebuilt for
- https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.65.0-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Tue Jun 30 2020 Jeff Law <aw@redhat.com> - 2.65.0-3
-Disable LTO
-
-* Mon Jun 22 2020 Kalev Lember <klember@redhat.com> - 2.65.0-2
-- Update gio-2.0.pc with correct gio-querymodules name when renaming it
- (#1849441)
-
-* Mon Jun 22 2020 Kalev Lember <klember@redhat.com> - 2.65.0-1
-- Update to 2.65.0
-
-* Wed May 20 2020 Kalev Lember <klember@redhat.com> - 2.64.3-1
-- Update to 2.64.3
-
-* Tue Apr 28 2020 Tomas Popela <tpopela@redhat.com> - 2.64.2-2
-- Backport fix for a race condition in GCancellable (rhbz#1825230)
-
-* Fri Apr 10 2020 Kalev Lember <klember@redhat.com> - 2.64.2-1
-- Update to 2.64.2
-
-* Wed Mar 11 2020 Kalev Lember <klember@redhat.com> - 2.64.1-1
-- Update to 2.64.1
-
-* Mon Mar 02 2020 Kalev Lember <klember@redhat.com> - 2.64.0-1
-- Update to 2.64.0
-
-* Mon Feb 24 2020 Kalev Lember <klember@redhat.com> - 2.63.6-1
-- Update to 2.63.6
-
-* Wed Feb 12 2020 Kalev Lember <klember@redhat.com> - 2.63.5-3
-- Backport a patch to work around SELinux policies not allowing
- SYS_sched_setattr (#1795524)
-
-* Fri Feb 07 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 2.63.5-2
-- Add patch for CVE-2020-6750 and related issues.
-
-* Mon Feb 03 2020 Kalev Lember <klember@redhat.com> - 2.63.5-1
-- Update to 2.63.5
-
-* Wed Jan 29 2020 Stephen Gallagher <sgallagh@redhat.com> - 2.63.4-3
-- Fix GThreadPool initialization that is breaking createrepo_c (BZ #1795052)
-
-* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.63.4-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
-
-* Fri Jan 24 2020 Kalev Lember <klember@redhat.com> - 2.63.4-1
-- Update to 2.63.4
-
-* Mon Dec 16 2019 Kalev Lember <klember@redhat.com> - 2.63.3-1
-- Update to 2.63.3
-
-* Mon Dec 02 2019 Kalev Lember <klember@redhat.com> - 2.63.2-1
-- Update to 2.63.2
-
-* Fri Oct 04 2019 Kalev Lember <klember@redhat.com> - 2.63.0-1
-- Update to 2.63.0
-
-* Fri Oct 04 2019 Kalev Lember <klember@redhat.com> - 2.62.1-1
-- Update to 2.62.1
-
-* Fri Sep 06 2019 Kalev Lember <klember@redhat.com> - 2.62.0-1
-- Update to 2.62.0
-
-* Tue Sep 03 2019 Kalev Lember <klember@redhat.com> - 2.61.3-1
-- Update to 2.61.3
-
-* Mon Aug 12 2019 Kalev Lember <klember@redhat.com> - 2.61.2-1
-- Update to 2.61.2
-
-* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.61.1-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
-
-* Tue Jun 11 2019 David King <amigadave@amigadave.com> - 2.61.1-2
-- Fix CVE-2019-12450 (#1719142)
-- Consistently use buildroot macro
-
-* Fri May 24 2019 Kalev Lember <klember@redhat.com> - 2.61.1-1
-- Update to 2.61.1
-
-* Tue Apr 16 2019 Adam Williamson <awilliam@redhat.com> - 2.61.0-2
-- Rebuild with Meson fix for #1699099
-
-* Mon Apr 15 2019 Kalev Lember <klember@redhat.com> - 2.61.0-1
-- Update to 2.61.0
-
-* Mon Apr 15 2019 Kalev Lember <klember@redhat.com> - 2.60.1-1
-- Update to 2.60.1
-
-* Wed Mar 13 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.60.0-3
-- Switch back to timestamp-based pyc invalidation mode
-
-* Wed Mar 6 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.60.0-2
-- Make sure all .py files have fixed timestamps (fixes issue with
- parallel installability of i686 and amd64 -devel packages)
-- Switch to explicit byte compilation to override invalidation mode
-
-* Mon Mar 04 2019 Kalev Lember <klember@redhat.com> - 2.60.0-1
-- Update to 2.60.0
-
-* Mon Feb 18 2019 Kalev Lember <klember@redhat.com> - 2.59.3-1
-- Update to 2.59.3
-
-* Mon Feb 04 2019 Kalev Lember <klember@redhat.com> - 2.59.2-1
-- Update to 2.59.2
-
-* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.59.1-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
-
-* Sat Jan 26 2019 Kalev Lember <klember@redhat.com> - 2.59.1-1
-- Update to 2.59.1
-
-* Thu Jan 03 2019 Kalev Lember <klember@redhat.com> - 2.59.0-1
-- Update to 2.59.0
-- Switch to the meson build system
-
-* Tue Dec 18 2018 Kalev Lember <klember@redhat.com> - 2.58.2-1
-- Update to 2.58.2
-
-* Fri Oct 05 2018 Kalev Lember <klember@redhat.com> - 2.58.1-2
-- Fix multilib -devel installs (#1634778)
-
-* Fri Sep 21 2018 Kalev Lember <klember@redhat.com> - 2.58.1-1
-- Update to 2.58.1
-
-* Wed Sep 05 2018 Kalev Lember <klember@redhat.com> - 2.58.0-1
-- Update to 2.58.0
-
-* Thu Aug 2 2018 Ondrej Holy <oholy@redhat.com> - 2.57.2-1
-- Update to 2.57.2
-
-* Fri Jul 20 2018 Ondrej Holy <oholy@redhat.com> - 2.57.1-1
-- Update to 2.57.1
-
-* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.56.1-6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
-
-* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 2.56.1-5
-- Rebuilt for Python 3.7
-
-* Thu Jun 14 2018 Debarshi Ray <rishi@fedoraproject.org> - 2.56.1-4
-- Backport patch to fix possible invalid pointer in dbus callback in the FD.o
- notification backend (RH #1584916)
-
-* Sun May 27 2018 Kalev Lember <klember@redhat.com> - 2.56.1-3
-- Fix multilib -devel installs (#1581067)
-
-* Sun May 13 2018 Fabio Valentini <decathorpe@gmail.com> - 2.56.1-2
-- Include upstream patch to fix gdbus-codegen with meson 0.46.
-
-* Sun Apr 08 2018 Kalev Lember <klember@redhat.com> - 2.56.1-1
-- Update to 2.56.1
-
-* Mon Mar 12 2018 Kalev Lember <klember@redhat.com> - 2.56.0-1
-- Update to 2.56.0
-
-* Wed Feb 07 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.55.2-3
-- Undo disabling mangling
-
-* Wed Feb 07 2018 Kalev Lember <klember@redhat.com> - 2.55.2-2
-- Disable brp-mangle-shebangs shebangs
-
-* Wed Feb 07 2018 Kalev Lember <klember@redhat.com> - 2.55.2-1
-- Update to 2.55.2
-- Drop ldconfig scriptlets
-
-* Wed Jan 31 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.55.1-3
-- Switch to %%ldconfig_scriptlets
-
-* Thu Jan 18 2018 Kalev Lember <klember@redhat.com> - 2.55.1-2
-- gmain: Partial revert of recent wakeup changes
-
-* Mon Jan 08 2018 Kalev Lember <klember@redhat.com> - 2.55.1-1
-- Update to 2.55.1
-- Drop upstreamed systemtap multilib fix
-
-* Tue Dec 19 2017 Kalev Lember <klember@redhat.com> - 2.55.0-1
-- Update to 2.55.0
-
-* Wed Nov 01 2017 Kalev Lember <klember@redhat.com> - 2.54.2-1
-- Update to 2.54.2
-
-* Fri Oct 06 2017 Kalev Lember <klember@redhat.com> - 2.54.1-1
-- Update to 2.54.1
-
-* Mon Sep 11 2017 Kalev Lember <klember@redhat.com> - 2.54.0-1
-- Update to 2.54.0
-
-* Tue Sep 05 2017 Kalev Lember <klember@redhat.com> - 2.53.7-1
-- Update to 2.53.7
-
-* Sat Aug 19 2017 Kalev Lember <klember@redhat.com> - 2.53.6-1
-- Update to 2.53.6
-
-* Mon Aug 07 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.53.5-1
-- Update to 2.53.5
-
-* Tue Aug 01 2017 Kalev Lember <klember@redhat.com> - 2.53.4-4
-- Backport glib-mkenums flags annotation parsing fixes
-
-* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.53.4-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
-
-* Fri Jul 21 2017 Kalev Lember <klember@redhat.com> - 2.53.4-2
-- Revert a GKeyFile introspection ABI change
-
-* Tue Jul 18 2017 Kalev Lember <klember@redhat.com> - 2.53.4-1
-- Update to 2.53.4
-
-* Thu Jun 22 2017 Kalev Lember <klember@redhat.com> - 2.53.3-1
-- Update to 2.53.3
-
-* Thu Jun 8 2017 Owen Taylor <otaylor@redhat.com> - 2.53.2-2
-- Make triggers also compile schemas in /app/share/glib-2.0/schemas
-
-* Wed May 24 2017 Florian Müllner <fmuellner@redhat.com> - 2.53.2-1
-- Update to 2.53.2
-
-* Mon May 15 2017 Kalev Lember <klember@redhat.com> - 2.52.2-2
-- Backport a gmain GWakeup patch to fix timedatex high CPU usage (#1450628)
-
-* Tue May 09 2017 Kalev Lember <klember@redhat.com> - 2.52.2-1
-- Update to 2.52.2
-
-* Tue Apr 11 2017 Colin Walters <walters@verbum.org> - 2.52.1-3
-- Backport patches for gmain wakeup for qemu
- See: https://bugzilla.gnome.org/show_bug.cgi?id=761102
-
-* Tue Apr 11 2017 Colin Walters <walters@verbum.org> - 2.52.1-2
-- Explictly remove PCRE sources
-- Related: https://bugzilla.redhat.com/show_bug.cgi?id=1324770
-
-* Tue Apr 11 2017 Kalev Lember <klember@redhat.com> - 2.52.1-1
-- Update to 2.52.1
-
-* Mon Mar 20 2017 Kalev Lember <klember@redhat.com> - 2.52.0-1
-- Update to 2.52.0
-
-* Thu Mar 16 2017 Kalev Lember <klember@redhat.com> - 2.51.5-1
-- Update to 2.51.5
-
-* Thu Mar 02 2017 Kalev Lember <klember@redhat.com> - 2.51.4-2
-- Remove the dependency on dbus-launch again (#927212)
-
-* Wed Mar 01 2017 David King <amigadave@amigadave.com> - 2.51.4-1
-- Update to 2.51.4
-- Add a Requires on dbus-launch (#927212)
-- Use pkgconfig for BuildRequires
-
-* Tue Feb 14 2017 Richard Hughes <rhughes@redhat.com> - 2.51.2-1
-- Update to 2.51.2
-
-* Mon Feb 13 2017 Richard Hughes <rhughes@redhat.com> - 2.51.1-1
-- Update to 2.51.1
-
-* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.51.0-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
-
-* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 2.51.0-2
-- Rebuild for Python 3.6
-
-* Sun Oct 30 2016 Kalev Lember <klember@redhat.com> - 2.51.0-1
-- Update to 2.51.0
-
-* Wed Oct 12 2016 Kalev Lember <klember@redhat.com> - 2.50.1-1
-- Update to 2.50.1
-
-* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 2.50.0-1
-- Update to 2.50.0
-
-* Tue Sep 13 2016 Kalev Lember <klember@redhat.com> - 2.49.7-1
-- Update to 2.49.7
-- Don't set group tags
-
-* Sun Aug 28 2016 Kalev Lember <klember@redhat.com> - 2.49.6-1
-- Update to 2.49.6
-
-* Thu Aug 18 2016 Kalev Lember <klember@redhat.com> - 2.49.5-1
-- Update to 2.49.5
-- Own /usr/share/gdb and /usr/share/systemtap directories
-
-* Tue Aug 16 2016 Miro Hrončok <mhroncok@redhat.com> - 2.49.4-3
-- Use Python 3 for the RPM Python byte compilation
-
-* Wed Jul 27 2016 Ville Skyttä <ville.skytta@iki.fi> - 2.49.4-2
-- Switch to Python 3 (#1286284)
-
-* Thu Jul 21 2016 Kalev Lember <klember@redhat.com> - 2.49.4-1
-- Update to 2.49.4
-
-* Sun Jul 17 2016 Kalev Lember <klember@redhat.com> - 2.49.3-1
-- Update to 2.49.3
-
-* Wed Jun 22 2016 Richard Hughes <rhughes@redhat.com> - 2.49.2-1
-- Update to 2.49.2
-
-* Wed Jun 01 2016 Yaakov Selkowitz <yselkowi@redhat.com> - 2.49.1-2
-- Soften shared-mime-info dependency (#1266118)
-
-* Fri May 27 2016 Florian Müllner <fmuellner@redhat.com> - 2.49.1-1
-- Update to 2.49.1
-
-* Tue May 10 2016 Kalev Lember <klember@redhat.com> - 2.48.1-1
-- Update to 2.48.1
-
-* Wed Apr 06 2016 Colin Walters <walters@redhat.com> - 2.48.0-2
-- Explicitly require system pcre, though we happened to default to this now
- anyways due to something else pulling PCRE into the buildroot
- Closes rhbz#1287266
-
-* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 2.48.0-1
-- Update to 2.48.0
-
-* Thu Mar 17 2016 Richard Hughes <rhughes@redhat.com> - 2.47.92-1
-- Update to 2.47.92
-
-* Wed Feb 24 2016 Colin Walters <walters@redhat.com> - 2.47.6.19.gad2092b-2
-- git snapshot to work around https://bugzilla.gnome.org/show_bug.cgi?id=762637
-- Add --with-python=/usr/bin/python explicitly to hopefully fix a weird
- issue I am seeing where librepo fails to build in epel7 with this due to
- us requiring /bin/python.
-
-* Wed Feb 17 2016 Richard Hughes <rhughes@redhat.com> - 2.47.6-1
-- Update to 2.47.6
-
-* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.47.5-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
-
-* Tue Jan 19 2016 David King <amigadave@amigadave.com> - 2.47.5-1
-- Update to 2.47.5
-
-* Wed Dec 16 2015 Kalev Lember <klember@redhat.com> - 2.47.4-1
-- Update to 2.47.4
-
-* Wed Nov 25 2015 Kalev Lember <klember@redhat.com> - 2.47.3-1
-- Update to 2.47.3
-
-* Wed Nov 25 2015 Kalev Lember <klember@redhat.com> - 2.47.2-1
-- Update to 2.47.2
-
-* Mon Nov 09 2015 Kevin Fenzi <kevin@scrye.com> - 2.47.1-2
-- Add full path redirect output to null and || : to triggers.
-
-* Wed Oct 28 2015 Kalev Lember <klember@redhat.com> - 2.47.1-1
-- Update to 2.47.1
-
-* Mon Oct 19 2015 Kalev Lember <klember@redhat.com> - 2.46.1-2
-- Backport an upstream fix for app launching under wayland (#1273146)
-
-* Wed Oct 14 2015 Kalev Lember <klember@redhat.com> - 2.46.1-1
-- Update to 2.46.1
-
-* Mon Sep 21 2015 Kalev Lember <klember@redhat.com> - 2.46.0-1
-- Update to 2.46.0
-
-* Mon Sep 14 2015 Kalev Lember <klember@redhat.com> - 2.45.8-1
-- Update to 2.45.8
-
-* Tue Sep 01 2015 Kalev Lember <klember@redhat.com> - 2.45.7-1
-- Update to 2.45.7
-
-* Wed Aug 19 2015 Kalev Lember <klember@redhat.com> - 2.45.6-1
-- Update to 2.45.6
-
-* Wed Aug 19 2015 Kalev Lember <klember@redhat.com> - 2.45.5-1
-- Update to 2.45.5
-
-* Fri Aug 14 2015 Matthias Clasen <mclasen@redhat.com> - 2.45.4-2
-- Add file triggers for gio modules and gsettings schemas
-
-* Tue Jul 21 2015 David King <amigadave@amigadave.com> - 2.45.4-1
-- Update to 2.45.4
-
-* Wed Jun 24 2015 Kalev Lember <klember@redhat.com> - 2.45.3-2
-- Backport a patch to fix notification withdrawing in gnome-software
-
-* Wed Jun 24 2015 David King <amigadave@amigadave.com> - 2.45.3-1
-- Update to 2.45.3
-
-* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.45.2-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
-
-* Tue May 26 2015 David King <amigadave@amigadave.com> - 2.45.2-1
-- Update to 2.45.2
-
-* Thu Apr 30 2015 Kalev Lember <kalevlember@gmail.com> - 2.45.1-1
-- Update to 2.45.1
-
-* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 2.44.0-1
-- Update to 2.44.0
-
-* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 2.43.92-1
-- Update to 2.43.92
-
-* Mon Mar 02 2015 Kalev Lember <kalevlember@gmail.com> - 2.43.91-1
-- Update to 2.43.91
-
-* Sat Feb 21 2015 Till Maas <opensource@till.name> - 2.43.90-2
-- Rebuilt for Fedora 23 Change
- https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
-
-* Wed Feb 18 2015 David King <amigadave@amigadave.com> - 2.43.90-1
-- Update to 2.43.90
-- Update man pages glob in files section
-
-* Tue Feb 10 2015 Matthias Clasen <mclasen@redhat.com> - 2.43.4-1
-- Update to 2.43.4
-
-* Tue Jan 20 2015 David King <amigadave@amigadave.com> - 2.43.3-1
-- Update to 2.43.3
-
-* Wed Dec 17 2014 Kalev Lember <kalevlember@gmail.com> - 2.43.2-1
-- Update to 2.43.2
-
-* Tue Nov 25 2014 Kalev Lember <kalevlember@gmail.com> - 2.43.1-1
-- Update to 2.43.1
-
-* Thu Oct 30 2014 Florian Müllner <fmuellner@redhat.com> - 2.43.0-1
-- Update to 2.43.0
-
-* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 2.42.0-1
-- Update to 2.42.0
-
-* Tue Sep 16 2014 Kalev Lember <kalevlember@gmail.com> - 2.41.5-1
-- Update to 2.41.5
-
-* Thu Sep 4 2014 Matthias Clasen <mclasen@redhat.com> 2.41.4-3
-- Don't remove rpath from gdbus-peer test - it doesn't work without it
-
-* Thu Sep 04 2014 Bastien Nocera <bnocera@redhat.com> 2.41.4-2
-- Fix banshee getting selected as the default movie player
-
-* Tue Sep 02 2014 Kalev Lember <kalevlember@gmail.com> - 2.41.4-1
-- Update to 2.41.4
-
-* Sat Aug 16 2014 Kalev Lember <kalevlember@gmail.com> - 2.41.3-1
-- Update to 2.41.3
-
-* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.41.2-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
-
-* Wed Jul 23 2014 Stef Walter <stefw@redhat.com> - 2.41.2-2
-- Fix regression with GDBus array encoding rhbz#1122128
-
-* Mon Jul 14 2014 Kalev Lember <kalevlember@gmail.com> - 2.41.2-1
-- Update to 2.41.2
-
-* Sat Jul 12 2014 Tom Callaway <spot@fedoraproject.org> - 2.41.1-2
-- fix license handling
-
-* Tue Jun 24 2014 Richard Hughes <rhughes@redhat.com> - 2.41.1-1
-- Update to 2.41.1
-
-* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.41.0-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
-
-* Tue May 27 2014 Kalev Lember <kalevlember@gmail.com> - 2.41.0-1
-- Update to 2.41.0
-
-* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 2.40.0-1
-- Update to 2.40.0
-
-* Tue Mar 18 2014 Richard Hughes <rhughes@redhat.com> - 2.39.92-1
-- Update to 2.39.92
-
-* Tue Mar 04 2014 Richard Hughes <rhughes@redhat.com> - 2.39.91-1
-- Update to 2.39.91
-
-* Tue Feb 18 2014 Richard Hughes <rhughes@redhat.com> - 2.39.90-1
-- Update to 2.39.90
-
-* Tue Feb 04 2014 Richard Hughes <rhughes@redhat.com> - 2.39.4-1
-- Update to 2.39.4
-
-* Tue Jan 14 2014 Richard Hughes <rhughes@redhat.com> - 2.39.3-1
-- Update to 2.39.3
-
-* Sun Dec 22 2013 Richard W.M. Jones <rjones@redhat.com> - 2.39.2-2
-- Re-add static subpackage so that we can build static qemu as
- an AArch64 binfmt.
-
-* Tue Dec 17 2013 Richard Hughes <rhughes@redhat.com> - 2.39.2-1
-- Update to 2.39.2
-
-* Mon Dec 09 2013 Richard Hughes <rhughes@redhat.com> - 2.39.1-2
-- Backport a patch from master to stop gnome-settings-daemon crashing.
-
-* Thu Nov 14 2013 Richard Hughes <rhughes@redhat.com> - 2.39.1-1
-- Update to 2.39.1
-
-* Mon Oct 28 2013 Richard Hughes <rhughes@redhat.com> - 2.39.0-1
-- Update to 2.39.0
-
-* Tue Sep 24 2013 Kalev Lember <kalevlember@gmail.com> - 2.38.0-1
-- Update to 2.38.0
-
-* Tue Sep 17 2013 Kalev Lember <kalevlember@gmail.com> - 2.37.93-1
-- Update to 2.37.93
-
-* Mon Sep 02 2013 Kalev Lember <kalevlember@gmail.com> - 2.37.7-1
-- Update to 2.37.7
-
-* Wed Aug 21 2013 Debarshi Ray <rishi@fedoraproject.org> - 2.37.6-1
-- Update to 2.37.6
-
-* Sat Aug 03 2013 Petr Pisar <ppisar@redhat.com> - 2.37.5-2
-- Perl 5.18 rebuild
-
-* Thu Aug 1 2013 Debarshi Ray <rishi@fedoraproject.org> - 2.37.5-1
-- Update to 2.37.5
-
-* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 2.37.4-2
-- Perl 5.18 rebuild
-
-* Tue Jul 9 2013 Matthias Clasen <mclasen@redhat.com> - 2.37.4-1
-- Update to 2.37.4
-
-* Thu Jun 20 2013 Debarshi Ray <rishi@fedoraproject.org> - 2.37.2-1
-- Update to 2.37.2
-
-* Tue May 28 2013 Matthias Clasen <mclasen@redhat.com> - 2.37.1-1
-- Update to 2.37.1
-- Add a tests subpackage
-
-* Sat May 04 2013 Kalev Lember <kalevlember@gmail.com> - 2.37.0-1
-- Update to 2.37.0
-
-* Sat Apr 27 2013 Thorsten Leemhuis <fedora@leemhuis.info> - 2.36.1-2
-- Fix pidgin freezes by applying patch from master (#956872)
-
-* Mon Apr 15 2013 Kalev Lember <kalevlember@gmail.com> - 2.36.1-1
-- Update to 2.36.1
-
-* Mon Mar 25 2013 Kalev Lember <kalevlember@gmail.com> - 2.36.0-1
-- Update to 2.36.0
-
-* Tue Mar 19 2013 Matthias Clasen <mclasen@redhat.com> - 2.35.9-1
-- Update to 2.35.9
-
-* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 2.35.8-1
-- Update to 2.35.8
-
-* Tue Feb 05 2013 Kalev Lember <kalevlember@gmail.com> - 2.35.7-1
-- Update to 2.35.7
-
-* Tue Jan 15 2013 Matthias Clasen <mclasen@redhat.com> - 2.35.4-1
-- Update to 2.35.4
-
-* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 2.35.3-1
-- Update to 2.35.3
-
-* Sat Nov 24 2012 Kalev Lember <kalevlember@gmail.com> - 2.35.2-1
-- Update to 2.35.2
-
-* Thu Nov 08 2012 Kalev Lember <kalevlember@gmail.com> - 2.35.1-1
-- Update to 2.35.1
-- Drop upstreamed codegen-in-datadir.patch
+%autochangelog
reply other threads:[~2026-08-11 10:37 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178644464911.1.1750879568241052076.rpms-glib2-9c6c2dcdc16e@fedoraproject.org \
--to=mcatanzaro@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox