Compare commits
18 Commits
master
...
f33-riscv6
Author | SHA1 | Date | |
---|---|---|---|
7cfb1b210c | |||
|
24e116d823 | ||
|
55207a5587 | ||
|
59a98be6e6 | ||
|
fdc38fc3d2 | ||
|
467e563166 | ||
d8efcd9a46 | |||
|
d9653acae7 | ||
|
df567eb738 | ||
|
6ee6f1679f | ||
|
a18b940afa | ||
|
4db1f7e409 | ||
|
07984b58b7 | ||
|
1943440887 | ||
|
1d634ccd2c | ||
|
45d1b3ffb9 | ||
|
1847268c11 | ||
|
5da0088c55 |
55
glib2.spec
55
glib2.spec
@ -1,14 +1,11 @@
|
||||
Name: glib2
|
||||
Version: 2.65.2
|
||||
Release: 1%{?dist}
|
||||
Version: 2.66.8
|
||||
Release: 1.0.riscv64%{?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
|
||||
@ -221,6 +218,52 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
%{_datadir}/installed-tests
|
||||
|
||||
%changelog
|
||||
* Thu May 06 2021 David Abdurachmanov <david.abdurachmanov@gmail.com> - 2.66.8-1.0.riscv64
|
||||
- Disable LTO
|
||||
|
||||
* 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
|
||||
|
||||
|
@ -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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (glib-2.65.2.tar.xz) = 9a2ebd226b2d0bcd7fbfeeff7a0dd48f7a604636a19672dae5c0547dd8abe5f2bf3bd505e48797095f740775bac5e8eeb1230e754b9d03171d7d04c2363432fc
|
||||
SHA512 (glib-2.66.8.tar.xz) = d9d1bee82409bdceb14ab6008508f1abbb6eedfc22a35b1635d381594ee43c4ee9a1569d46bebe5b0b6d9fe7c629079f75660c6fa8f3b85a1dbca304bc6a6205
|
||||
|
Loading…
Reference in New Issue
Block a user