Compare commits

...

16 Commits
master ... f33

Author SHA1 Message Date
Kalev Lember
24e116d823 Update to 2.66.8 2021-03-18 19:52:06 +01:00
Kalev Lember
55207a5587 Update to 2.66.7 2021-02-11 13:41:20 +01:00
Kalev Lember
59a98be6e6 Update to 2.66.6 2021-02-04 19:42:11 +01:00
Kalev Lember
fdc38fc3d2 Update to 2.66.5 2021-02-03 21:43:03 +01:00
Kalev Lember
467e563166 Update to 2.66.4 2020-12-19 03:01:18 +01:00
Kalev Lember
d9653acae7 Update to 2.66.3 2020-11-16 13:34:49 +01:00
Kalev Lember
df567eb738 Drop gtk-doc patch as we finally have a new enough gtk-doc 2020-10-19 17:41:05 +02:00
Kalev Lember
6ee6f1679f Update to 2.66.2 2020-10-19 17:40:22 +02:00
Michael Catanzaro
a18b940afa Use smaller patches for the timezone issues
Someone just found a bug in the big version of the fix, so let's use a
smaller fix until these are both accepted upstream.
2020-10-14 15:31:23 -05:00
Michael Catanzaro
4db1f7e409 Fix yet another timezone bug 2020-10-14 15:03:41 -05:00
Michael Catanzaro
07984b58b7 Fix timezone-related bugs in many applications caused by new glib timezone cache 2020-10-14 14:43:21 -05:00
Kalev Lember
1943440887 Update to 2.66.1 2020-10-01 19:43:50 +02:00
Kalev Lember
1d634ccd2c Update to 2.66.0 2020-09-10 20:47:56 +02:00
Kalev Lember
45d1b3ffb9 Update to 2.65.3 2020-09-02 18:09:04 +02:00
Adam Williamson
1847268c11 Backport fix for GGO #2189 (error accessing some filesystems)
Upstream commit refers only to read-only filesystems, but the
bug also affects CIFS shares (and this patch fixes that case
too).
2020-08-25 11:57:03 -07:00
Jeff Law
5da0088c55 Re-enable LTO 2020-08-20 22:01:29 -06:00
3 changed files with 46 additions and 39 deletions

View File

@ -1,14 +1,11 @@
Name: glib2
Version: 2.65.2
Version: 2.66.8
Release: 1%{?dist}
Summary: A library of handy utility functions
License: LGPLv2+
URL: http://www.gtk.org
Source0: http://download.gnome.org/sources/glib/2.65/glib-%{version}.tar.xz
# Avoid requiring a too new gtk-doc version for building glib
Patch0: gtk-doc-1-32.patch
Source0: http://download.gnome.org/sources/glib/2.66/glib-%{version}.tar.xz
BuildRequires: chrpath
BuildRequires: gcc
@ -85,10 +82,6 @@ the functionality of the installed glib2 package.
%autosetup -n glib-%{version} -p1
%build
# This package has static probes which do not work with LTO
# Disable LTO
%define _lto_cflags %{nil}
# Bug 1324770: Also explicitly remove PCRE sources since we use --with-pcre=system
rm glib/pcre/*.[ch]
%meson \
@ -221,6 +214,49 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%{_datadir}/installed-tests
%changelog
* Thu Mar 18 2021 Kalev Lember <klember@redhat.com> - 2.66.8-1
- Update to 2.66.8
* Thu Feb 11 2021 Kalev Lember <klember@redhat.com> - 2.66.7-1
- Update to 2.66.7
* Thu Feb 04 2021 Kalev Lember <klember@redhat.com> - 2.66.6-1
- Update to 2.66.6
* Wed Feb 03 2021 Kalev Lember <klember@redhat.com> - 2.66.5-1
- Update to 2.66.5
* Sat Dec 19 2020 Kalev Lember <klember@redhat.com> - 2.66.4-1
- Update to 2.66.4
* Mon Nov 16 2020 Kalev Lember <klember@redhat.com> - 2.66.3-1
- Update to 2.66.3
* 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

View File

@ -1,29 +0,0 @@
From 1b51f84c873f493301f889a14943f530bd821d70 Mon Sep 17 00:00:00 2001
From: Kalev Lember <klember@redhat.com>
Date: Mon, 22 Jun 2020 11:55:14 +0200
Subject: [PATCH] Revert "docs: Bump gtk-doc requirement for unit tests to
1.32.1"
We don't have new enough gtk-doc in rawhide yet.
This reverts commit 60dd272b6a21a3cadecc0d2dc448e012de946a99.
---
docs/reference/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/reference/meson.build b/docs/reference/meson.build
index a676af12d..7c3e589ab 100644
--- a/docs/reference/meson.build
+++ b/docs/reference/meson.build
@@ -52,7 +52,7 @@ if get_option('gtk_doc')
endif
# Check we have the minimum gtk-doc version required. Older versions won't
# generate correct documentation.
- dependency('gtk-doc', version : '>=1.32.1',
+ dependency('gtk-doc', version : '>=1.32',
fallback : ['gtk-doc', 'dummy_dep'],
default_options : ['tests=false'])
endif
--
2.26.2

View File

@ -1 +1 @@
SHA512 (glib-2.65.2.tar.xz) = 9a2ebd226b2d0bcd7fbfeeff7a0dd48f7a604636a19672dae5c0547dd8abe5f2bf3bd505e48797095f740775bac5e8eeb1230e754b9d03171d7d04c2363432fc
SHA512 (glib-2.66.8.tar.xz) = d9d1bee82409bdceb14ab6008508f1abbb6eedfc22a35b1635d381594ee43c4ee9a1569d46bebe5b0b6d9fe7c629079f75660c6fa8f3b85a1dbca304bc6a6205