Commit Graph

583 Commits

Author SHA1 Message Date
Kalev Lember cf59eebaca Update to 2.64.1 2020-03-11 13:54:06 +01:00
Kalev Lember 1ac207bef9 Update to 2.64.0 2020-03-02 20:48:36 +01:00
Kalev Lember 898c00b2ad Update to 2.63.6 2020-02-24 23:09:56 +02:00
Kalev Lember a23372a417 Backport a patch to work around SELinux policies not allowing SYS_sched_setattr
https://bugzilla.redhat.com/show_bug.cgi?id=1795524
2020-02-12 20:50:27 +01:00
Michael Catanzaro fdfddfe804 Add patch for CVE-2020-6750 and related issues. 2020-02-07 15:09:22 -06:00
Kalev Lember 807f65d4bd Update to 2.63.5 2020-02-03 11:13:07 +01:00
Stephen Gallagher ab00509fe1
Fix GThreadPool initialization that is breaking createrepo_c (BZ #1795052)
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2020-01-29 10:11:54 -05:00
Fedora Release Engineering af14559f8f - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-28 22:10:02 +00:00
Kalev Lember e992d2d872 Update to 2.63.4 2020-01-24 05:28:49 +01:00
Kalev Lember 540aeada95 Update to 2.63.3 2019-12-16 15:20:37 +01:00
Kalev Lember cfb57c36bc Update to 2.63.2 2019-12-02 06:24:39 +01:00
Kalev Lember 348b2bb6ec Update to 2.63.0 2019-10-04 16:50:57 +02:00
Kalev Lember 0085371da8 Update to 2.62.1 2019-10-04 14:04:04 +02:00
Kalev Lember 927ce866ba Update to 2.62.0 2019-09-06 09:34:17 +02:00
Kalev Lember 3f77266cf6 Update to 2.61.3 2019-09-03 11:39:52 +02:00
Kalev Lember 80b2df57b6 Update to 2.61.2 2019-08-12 11:27:51 +02:00
Fedora Release Engineering 9558681601 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-25 03:41:12 +00:00
Kalev Lember dd3956be01 Drop bash completion permission changing hack
This has been fixed upstream.
2019-07-09 14:41:30 +03:00
David King f45e5da632 Consistently use buildroot macro
https://docs.fedoraproject.org/en-US/packaging-guidelines/#_using_buildroot_and_optflags_vs_rpm_build_root_and_rpm_opt_flags
2019-06-11 09:06:50 +01:00
David King aafbdc7a3c Remove unused patch 2019-06-11 09:04:53 +01:00
David King e81b0cb6f7 Fix CVE-2019-12450 (#1719142) 2019-06-11 09:04:42 +01:00
Kalev Lember d40813ab05 Update to 2.61.1 2019-05-24 20:06:10 +02:00
Adam Williamson 0f797a67d7 Rebuild with Meson fix for #1699099 2019-04-16 10:02:44 -07:00
Kalev Lember 8b0b09cbeb Update to 2.61.0 2019-04-15 17:05:48 +02:00
Kalev Lember 46304cbb85 Update to 2.60.1 2019-04-15 16:14:33 +02:00
Zbigniew Jędrzejewski-Szmek 12007a228d Switch back to timestamp-based invalidation mode but fix seed
It turns out the hashed-based invalidation mode is buggy.
2019-03-13 10:13:50 +01:00
Zbigniew Jędrzejewski-Szmek de2e4aad98 Switch to explicit byte compilation to override invalidation mode 2019-03-06 15:44:10 +01:00
Zbigniew Jędrzejewski-Szmek 789d0acce0 Make sure all .py files have fixed timestamps 2019-03-06 13:33:00 +01:00
Kalev Lember 66f00fe02c Update to 2.60.0 2019-03-04 22:48:12 +01:00
Kalev Lember 8594386f06 Update to 2.59.3 2019-02-18 10:37:38 +01:00
Kalev Lember 0660fa0c94 Update to 2.59.2 2019-02-04 17:33:58 +01:00
Fedora Release Engineering b0612ed4ec - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-01-31 22:40:03 +00:00
Kalev Lember f877f72c6a Update to 2.59.1 2019-01-26 15:24:09 +01:00
Kalev Lember 1cc525296d Add a conflict with older gcr versions
glib 2.59.0 hash table changes broke gcr versions older than 3.28.1. Add
an explicit conflict to make sure dnf updates these in lock step.
2019-01-21 12:17:48 +01:00
Kalev Lember 9f7e13d0db Switch to the meson build system 2019-01-03 13:57:37 +01:00
Kalev Lember cbe7cdc693 Add missing gcc and gcc-c++ build deps 2019-01-03 13:30:29 +01:00
Kalev Lember 118876b458 Update to 2.59.0 2019-01-03 12:20:01 +01:00
Kalev Lember aedd1304a1 Update to 2.58.2 2018-12-18 15:30:27 +01:00
Miro Hrončok 6070ee78fb https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_2 2018-11-15 12:53:55 +01:00
Kalev Lember 4acd8adcda Fix multilib -devel installs
This time the issue was that the glib build system generates
bytecompiled python files during make install, so the 'touch -r' that's
after make install didn't take effect. Fix this by removing the
bytecompiled files after make install, and let rpmbuild brp scripts
regenerate them again afterwards.

https://bugzilla.redhat.com/show_bug.cgi?id=1634778
2018-10-05 09:54:32 +02:00
Kalev Lember 03b8b8e2e3 Update to 2.58.1 2018-09-21 16:45:27 +02:00
Kalev Lember 5d7683bd2f Merge branch 'master' into f29 2018-09-05 17:23:07 +02:00
Kalev Lember e17445b580 Sort %files list 2018-09-05 16:37:05 +02:00
Kalev Lember 8772f8141f Update to 2.58.0 2018-09-05 16:36:01 +02:00
Colin Walters 9a01b6006b Add --disable-silent-rules
To make it easier to debug build issues.
2018-08-27 09:39:30 -04:00
Ondrej Holy 96178709bd Update to 2.57.2 2018-08-02 11:13:04 +02:00
Ondrej Holy 61bd4d25e7 Update to 2.57.1 2018-07-20 15:50:57 +02:00
Fedora Release Engineering 38b0fc282d - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-13 02:34:01 +00:00
Miro Hrončok fdc1cc9df5 Rebuilt for Python 3.7 2018-06-19 10:43:50 +02:00
Debarshi Ray 9c3ca0aa8b Backport patch to fix possible invalid pointer in dbus callback
... in the FD.o notification backend

https://bugzilla.redhat.com/show_bug.cgi?id=1584916
https://gitlab.gnome.org/GNOME/glib/merge_requests/90
https://gitlab.gnome.org/GNOME/glib/merge_requests/102
2018-06-14 15:34:42 +02:00