glib2/glib2.spec

828 lines
26 KiB
RPMSpec
Raw Permalink Normal View History

auto-import changelog data from glib2-1.3.6-6.src.rpm Fri Jul 20 2001 Owen Taylor <otaylor@redhat.com> - Make -devel package require main package (#45388) - Fix description and summary - Configure with --disable-gtk-doc Wed Jun 20 2001 Florian La Roche <Florian.LaRoche@redhat.de> - add some portability fixes needed at least on s390 - copy config.{guess,sub} instead of calling libtoolize Wed Jun 13 2001 Havoc Pennington <hp@redhat.com> - try a new glib tarball with Makefile changes to work around libtool linking to installed .la files - make -devel require pkgconfig Tue Jun 12 2001 Havoc Pennington <hp@redhat.com> - either libtool or the bad libtool hacks caused link against glib-gobject 1.3.2, rebuild Tue Jun 12 2001 Havoc Pennington <hp@redhat.com> - 1.3.6 - bad libtool workarounds Fri May 04 2001 Owen Taylor <otaylor@redhat.com> - 1.3.5, rename to glib2 Fri Nov 17 2000 Owen Taylor <otaylor@redhat.com> - Final 1.3.2 Mon Nov 13 2000 Owen Taylor <otaylor@redhat.com> - Version 1.3.2pre1 - Remove pkgconfig Sun Aug 13 2000 Owen Taylor <otaylor@redhat.com> - Call 1.3.1b instead of snap... the snap* naming doesn't order correctly. Thu Aug 10 2000 Havoc Pennington <hp@redhat.com> - new snapshot with fixed .pc files Thu Aug 10 2000 Havoc Pennington <hp@redhat.com> - include .pc files in file list Thu Aug 10 2000 Havoc Pennington <hp@redhat.com> - Include pkg-config - Upgrade to a glib CVS snapshot Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility Fri Jul 14 2000 Owen Taylor <otaylor@redhat.com> - Remove glib-config.1 manpage from build since it conflicts with glib-devel. When we go to glib glib1.2 setup, we should add it back Fri Jul 07 2000 Owen Taylor <otaylor@redhat.com> - Version 1.3.1 - Move back to standard %{prefix} Thu Jun 08 2000 Owen Taylor <otaylor@redhat.com> - Rebuild in /opt/gtk-beta Tue May 30 2000 Owen Taylor <otaylor@redhat.com> - New version (adds gobject) Tue Apr 25 2000 Owen Taylor <otaylor@redhat.com> - Don't blow away /etc/ld.so.conf (sorry!) Mon Apr 24 2000 Owen Taylor <otaylor@redhat.com> - Snapshot RPM for Pango testing Fri Feb 04 2000 Owen Taylor <otaylor@redhat.com> - Added fixes from stable branch of CVS Thu Oct 07 1999 Owen Taylor <otaylor@redhat.com> - version 1.2.6 Fri Sep 24 1999 Owen Taylor <otaylor@redhat.com> - version 1.2.5 Fri Sep 17 1999 Owen Taylor <otaylor@redhat.com> - version 1.2.4 Mon Jun 07 1999 Owen Taylor <otaylor@redhat.com> - version 1.2.3 Thu Mar 25 1999 Michael Fulbright <drmike@redhat.com> - version 1.2.1 Fri Feb 26 1999 Michael Fulbright <drmike@redhat.com> - Version 1.2 Thu Feb 25 1999 Michael Fulbright <drmike@redhat.com> - version 1.2.0pre1 Tue Feb 23 1999 Cristian Gafton <gafton@redhat.com> - new description tags Sun Feb 21 1999 Michael Fulbright <drmike@redhat.com> - removed libtoolize from %build Thu Feb 11 1999 Michael Fulbright <drmike@redhat.com> - added libgthread to file list Fri Feb 05 1999 Michael Fulbright <drmike@redhat.com> - version 1.1.15 Wed Feb 03 1999 Michael Fulbright <drmike@redhat.com> - version 1.1.14 Mon Jan 18 1999 Michael Fulbright <drmike@redhat.com> - version 1.1.13 Wed Jan 06 1999 Michael Fulbright <drmike@redhat.com> - version 1.1.12 Wed Dec 16 1998 Michael Fulbright <drmike@redhat.com> - updated in preparation for the GNOME freeze Mon Apr 13 1998 Marc Ewing <marc@redhat.com> - Split out glib package
2004-09-09 05:16:47 +00:00
Name: glib2
2021-03-18 18:52:06 +00:00
Version: 2.66.8
2020-10-19 15:40:22 +00:00
Release: 1%{?dist}
Summary: A library of handy utility functions
2007-08-02 20:22:45 +00:00
License: LGPLv2+
2007-06-29 18:16:47 +00:00
URL: http://www.gtk.org
2020-09-10 18:47:56 +00:00
Source0: http://download.gnome.org/sources/glib/2.66/glib-%{version}.tar.xz
BuildRequires: chrpath
2019-01-03 12:30:11 +00:00
BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: gettext
2019-01-03 12:57:37 +00:00
BuildRequires: gtk-doc
BuildRequires: perl-interpreter
2008-01-08 14:00:58 +00:00
# for sys/inotify.h
BuildRequires: glibc-devel
BuildRequires: libattr-devel
BuildRequires: libselinux-devel
2019-01-03 12:57:37 +00:00
BuildRequires: meson
2010-08-02 22:03:50 +00:00
# for sys/sdt.h
BuildRequires: systemtap-sdt-devel
BuildRequires: pkgconfig(libelf)
BuildRequires: pkgconfig(libffi)
BuildRequires: pkgconfig(libpcre)
BuildRequires: pkgconfig(mount)
BuildRequires: pkgconfig(zlib)
2015-11-27 18:17:55 +00:00
BuildRequires: python3-devel
2009-09-23 20:16:27 +00:00
# for GIO content-type support
Recommends: shared-mime-info
2010-05-26 00:23:56 +00:00
# glib 2.59.0 hash table changes broke older gcr versions / password prompts in gnome-shell
Conflicts: gcr < 3.28.1
%description
2010-03-28 04:32:39 +00:00
GLib is the low-level core library that forms the basis for projects
such as GTK+ and GNOME. It provides data structure handling for C,
portability wrappers, and interfaces for such runtime functionality
as an event loop, threads, dynamic loading, and an object system.
auto-import changelog data from glib2-1.3.6-6.src.rpm Fri Jul 20 2001 Owen Taylor <otaylor@redhat.com> - Make -devel package require main package (#45388) - Fix description and summary - Configure with --disable-gtk-doc Wed Jun 20 2001 Florian La Roche <Florian.LaRoche@redhat.de> - add some portability fixes needed at least on s390 - copy config.{guess,sub} instead of calling libtoolize Wed Jun 13 2001 Havoc Pennington <hp@redhat.com> - try a new glib tarball with Makefile changes to work around libtool linking to installed .la files - make -devel require pkgconfig Tue Jun 12 2001 Havoc Pennington <hp@redhat.com> - either libtool or the bad libtool hacks caused link against glib-gobject 1.3.2, rebuild Tue Jun 12 2001 Havoc Pennington <hp@redhat.com> - 1.3.6 - bad libtool workarounds Fri May 04 2001 Owen Taylor <otaylor@redhat.com> - 1.3.5, rename to glib2 Fri Nov 17 2000 Owen Taylor <otaylor@redhat.com> - Final 1.3.2 Mon Nov 13 2000 Owen Taylor <otaylor@redhat.com> - Version 1.3.2pre1 - Remove pkgconfig Sun Aug 13 2000 Owen Taylor <otaylor@redhat.com> - Call 1.3.1b instead of snap... the snap* naming doesn't order correctly. Thu Aug 10 2000 Havoc Pennington <hp@redhat.com> - new snapshot with fixed .pc files Thu Aug 10 2000 Havoc Pennington <hp@redhat.com> - include .pc files in file list Thu Aug 10 2000 Havoc Pennington <hp@redhat.com> - Include pkg-config - Upgrade to a glib CVS snapshot Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility Fri Jul 14 2000 Owen Taylor <otaylor@redhat.com> - Remove glib-config.1 manpage from build since it conflicts with glib-devel. When we go to glib glib1.2 setup, we should add it back Fri Jul 07 2000 Owen Taylor <otaylor@redhat.com> - Version 1.3.1 - Move back to standard %{prefix} Thu Jun 08 2000 Owen Taylor <otaylor@redhat.com> - Rebuild in /opt/gtk-beta Tue May 30 2000 Owen Taylor <otaylor@redhat.com> - New version (adds gobject) Tue Apr 25 2000 Owen Taylor <otaylor@redhat.com> - Don't blow away /etc/ld.so.conf (sorry!) Mon Apr 24 2000 Owen Taylor <otaylor@redhat.com> - Snapshot RPM for Pango testing Fri Feb 04 2000 Owen Taylor <otaylor@redhat.com> - Added fixes from stable branch of CVS Thu Oct 07 1999 Owen Taylor <otaylor@redhat.com> - version 1.2.6 Fri Sep 24 1999 Owen Taylor <otaylor@redhat.com> - version 1.2.5 Fri Sep 17 1999 Owen Taylor <otaylor@redhat.com> - version 1.2.4 Mon Jun 07 1999 Owen Taylor <otaylor@redhat.com> - version 1.2.3 Thu Mar 25 1999 Michael Fulbright <drmike@redhat.com> - version 1.2.1 Fri Feb 26 1999 Michael Fulbright <drmike@redhat.com> - Version 1.2 Thu Feb 25 1999 Michael Fulbright <drmike@redhat.com> - version 1.2.0pre1 Tue Feb 23 1999 Cristian Gafton <gafton@redhat.com> - new description tags Sun Feb 21 1999 Michael Fulbright <drmike@redhat.com> - removed libtoolize from %build Thu Feb 11 1999 Michael Fulbright <drmike@redhat.com> - added libgthread to file list Fri Feb 05 1999 Michael Fulbright <drmike@redhat.com> - version 1.1.15 Wed Feb 03 1999 Michael Fulbright <drmike@redhat.com> - version 1.1.14 Mon Jan 18 1999 Michael Fulbright <drmike@redhat.com> - version 1.1.13 Wed Jan 06 1999 Michael Fulbright <drmike@redhat.com> - version 1.1.12 Wed Dec 16 1998 Michael Fulbright <drmike@redhat.com> - updated in preparation for the GNOME freeze Mon Apr 13 1998 Marc Ewing <marc@redhat.com> - Split out glib package
2004-09-09 05:16:47 +00:00
2011-01-22 15:20:04 +00:00
auto-import changelog data from glib2-1.3.6-6.src.rpm Fri Jul 20 2001 Owen Taylor <otaylor@redhat.com> - Make -devel package require main package (#45388) - Fix description and summary - Configure with --disable-gtk-doc Wed Jun 20 2001 Florian La Roche <Florian.LaRoche@redhat.de> - add some portability fixes needed at least on s390 - copy config.{guess,sub} instead of calling libtoolize Wed Jun 13 2001 Havoc Pennington <hp@redhat.com> - try a new glib tarball with Makefile changes to work around libtool linking to installed .la files - make -devel require pkgconfig Tue Jun 12 2001 Havoc Pennington <hp@redhat.com> - either libtool or the bad libtool hacks caused link against glib-gobject 1.3.2, rebuild Tue Jun 12 2001 Havoc Pennington <hp@redhat.com> - 1.3.6 - bad libtool workarounds Fri May 04 2001 Owen Taylor <otaylor@redhat.com> - 1.3.5, rename to glib2 Fri Nov 17 2000 Owen Taylor <otaylor@redhat.com> - Final 1.3.2 Mon Nov 13 2000 Owen Taylor <otaylor@redhat.com> - Version 1.3.2pre1 - Remove pkgconfig Sun Aug 13 2000 Owen Taylor <otaylor@redhat.com> - Call 1.3.1b instead of snap... the snap* naming doesn't order correctly. Thu Aug 10 2000 Havoc Pennington <hp@redhat.com> - new snapshot with fixed .pc files Thu Aug 10 2000 Havoc Pennington <hp@redhat.com> - include .pc files in file list Thu Aug 10 2000 Havoc Pennington <hp@redhat.com> - Include pkg-config - Upgrade to a glib CVS snapshot Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility Fri Jul 14 2000 Owen Taylor <otaylor@redhat.com> - Remove glib-config.1 manpage from build since it conflicts with glib-devel. When we go to glib glib1.2 setup, we should add it back Fri Jul 07 2000 Owen Taylor <otaylor@redhat.com> - Version 1.3.1 - Move back to standard %{prefix} Thu Jun 08 2000 Owen Taylor <otaylor@redhat.com> - Rebuild in /opt/gtk-beta Tue May 30 2000 Owen Taylor <otaylor@redhat.com> - New version (adds gobject) Tue Apr 25 2000 Owen Taylor <otaylor@redhat.com> - Don't blow away /etc/ld.so.conf (sorry!) Mon Apr 24 2000 Owen Taylor <otaylor@redhat.com> - Snapshot RPM for Pango testing Fri Feb 04 2000 Owen Taylor <otaylor@redhat.com> - Added fixes from stable branch of CVS Thu Oct 07 1999 Owen Taylor <otaylor@redhat.com> - version 1.2.6 Fri Sep 24 1999 Owen Taylor <otaylor@redhat.com> - version 1.2.5 Fri Sep 17 1999 Owen Taylor <otaylor@redhat.com> - version 1.2.4 Mon Jun 07 1999 Owen Taylor <otaylor@redhat.com> - version 1.2.3 Thu Mar 25 1999 Michael Fulbright <drmike@redhat.com> - version 1.2.1 Fri Feb 26 1999 Michael Fulbright <drmike@redhat.com> - Version 1.2 Thu Feb 25 1999 Michael Fulbright <drmike@redhat.com> - version 1.2.0pre1 Tue Feb 23 1999 Cristian Gafton <gafton@redhat.com> - new description tags Sun Feb 21 1999 Michael Fulbright <drmike@redhat.com> - removed libtoolize from %build Thu Feb 11 1999 Michael Fulbright <drmike@redhat.com> - added libgthread to file list Fri Feb 05 1999 Michael Fulbright <drmike@redhat.com> - version 1.1.15 Wed Feb 03 1999 Michael Fulbright <drmike@redhat.com> - version 1.1.14 Mon Jan 18 1999 Michael Fulbright <drmike@redhat.com> - version 1.1.13 Wed Jan 06 1999 Michael Fulbright <drmike@redhat.com> - version 1.1.12 Wed Dec 16 1998 Michael Fulbright <drmike@redhat.com> - updated in preparation for the GNOME freeze Mon Apr 13 1998 Marc Ewing <marc@redhat.com> - Split out glib package
2004-09-09 05:16:47 +00:00
%package devel
2007-02-03 18:39:01 +00:00
Summary: A library of handy utility functions
2013-05-28 23:34:23 +00:00
Requires: %{name}%{?_isa} = %{version}-%{release}
auto-import changelog data from glib2-1.3.6-6.src.rpm Fri Jul 20 2001 Owen Taylor <otaylor@redhat.com> - Make -devel package require main package (#45388) - Fix description and summary - Configure with --disable-gtk-doc Wed Jun 20 2001 Florian La Roche <Florian.LaRoche@redhat.de> - add some portability fixes needed at least on s390 - copy config.{guess,sub} instead of calling libtoolize Wed Jun 13 2001 Havoc Pennington <hp@redhat.com> - try a new glib tarball with Makefile changes to work around libtool linking to installed .la files - make -devel require pkgconfig Tue Jun 12 2001 Havoc Pennington <hp@redhat.com> - either libtool or the bad libtool hacks caused link against glib-gobject 1.3.2, rebuild Tue Jun 12 2001 Havoc Pennington <hp@redhat.com> - 1.3.6 - bad libtool workarounds Fri May 04 2001 Owen Taylor <otaylor@redhat.com> - 1.3.5, rename to glib2 Fri Nov 17 2000 Owen Taylor <otaylor@redhat.com> - Final 1.3.2 Mon Nov 13 2000 Owen Taylor <otaylor@redhat.com> - Version 1.3.2pre1 - Remove pkgconfig Sun Aug 13 2000 Owen Taylor <otaylor@redhat.com> - Call 1.3.1b instead of snap... the snap* naming doesn't order correctly. Thu Aug 10 2000 Havoc Pennington <hp@redhat.com> - new snapshot with fixed .pc files Thu Aug 10 2000 Havoc Pennington <hp@redhat.com> - include .pc files in file list Thu Aug 10 2000 Havoc Pennington <hp@redhat.com> - Include pkg-config - Upgrade to a glib CVS snapshot Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility Fri Jul 14 2000 Owen Taylor <otaylor@redhat.com> - Remove glib-config.1 manpage from build since it conflicts with glib-devel. When we go to glib glib1.2 setup, we should add it back Fri Jul 07 2000 Owen Taylor <otaylor@redhat.com> - Version 1.3.1 - Move back to standard %{prefix} Thu Jun 08 2000 Owen Taylor <otaylor@redhat.com> - Rebuild in /opt/gtk-beta Tue May 30 2000 Owen Taylor <otaylor@redhat.com> - New version (adds gobject) Tue Apr 25 2000 Owen Taylor <otaylor@redhat.com> - Don't blow away /etc/ld.so.conf (sorry!) Mon Apr 24 2000 Owen Taylor <otaylor@redhat.com> - Snapshot RPM for Pango testing Fri Feb 04 2000 Owen Taylor <otaylor@redhat.com> - Added fixes from stable branch of CVS Thu Oct 07 1999 Owen Taylor <otaylor@redhat.com> - version 1.2.6 Fri Sep 24 1999 Owen Taylor <otaylor@redhat.com> - version 1.2.5 Fri Sep 17 1999 Owen Taylor <otaylor@redhat.com> - version 1.2.4 Mon Jun 07 1999 Owen Taylor <otaylor@redhat.com> - version 1.2.3 Thu Mar 25 1999 Michael Fulbright <drmike@redhat.com> - version 1.2.1 Fri Feb 26 1999 Michael Fulbright <drmike@redhat.com> - Version 1.2 Thu Feb 25 1999 Michael Fulbright <drmike@redhat.com> - version 1.2.0pre1 Tue Feb 23 1999 Cristian Gafton <gafton@redhat.com> - new description tags Sun Feb 21 1999 Michael Fulbright <drmike@redhat.com> - removed libtoolize from %build Thu Feb 11 1999 Michael Fulbright <drmike@redhat.com> - added libgthread to file list Fri Feb 05 1999 Michael Fulbright <drmike@redhat.com> - version 1.1.15 Wed Feb 03 1999 Michael Fulbright <drmike@redhat.com> - version 1.1.14 Mon Jan 18 1999 Michael Fulbright <drmike@redhat.com> - version 1.1.13 Wed Jan 06 1999 Michael Fulbright <drmike@redhat.com> - version 1.1.12 Wed Dec 16 1998 Michael Fulbright <drmike@redhat.com> - updated in preparation for the GNOME freeze Mon Apr 13 1998 Marc Ewing <marc@redhat.com> - Split out glib package
2004-09-09 05:16:47 +00:00
%description devel
2010-03-28 04:32:39 +00:00
The glib2-devel package includes the header files for the GLib library.
auto-import changelog data from glib2-1.3.6-6.src.rpm Fri Jul 20 2001 Owen Taylor <otaylor@redhat.com> - Make -devel package require main package (#45388) - Fix description and summary - Configure with --disable-gtk-doc Wed Jun 20 2001 Florian La Roche <Florian.LaRoche@redhat.de> - add some portability fixes needed at least on s390 - copy config.{guess,sub} instead of calling libtoolize Wed Jun 13 2001 Havoc Pennington <hp@redhat.com> - try a new glib tarball with Makefile changes to work around libtool linking to installed .la files - make -devel require pkgconfig Tue Jun 12 2001 Havoc Pennington <hp@redhat.com> - either libtool or the bad libtool hacks caused link against glib-gobject 1.3.2, rebuild Tue Jun 12 2001 Havoc Pennington <hp@redhat.com> - 1.3.6 - bad libtool workarounds Fri May 04 2001 Owen Taylor <otaylor@redhat.com> - 1.3.5, rename to glib2 Fri Nov 17 2000 Owen Taylor <otaylor@redhat.com> - Final 1.3.2 Mon Nov 13 2000 Owen Taylor <otaylor@redhat.com> - Version 1.3.2pre1 - Remove pkgconfig Sun Aug 13 2000 Owen Taylor <otaylor@redhat.com> - Call 1.3.1b instead of snap... the snap* naming doesn't order correctly. Thu Aug 10 2000 Havoc Pennington <hp@redhat.com> - new snapshot with fixed .pc files Thu Aug 10 2000 Havoc Pennington <hp@redhat.com> - include .pc files in file list Thu Aug 10 2000 Havoc Pennington <hp@redhat.com> - Include pkg-config - Upgrade to a glib CVS snapshot Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility Fri Jul 14 2000 Owen Taylor <otaylor@redhat.com> - Remove glib-config.1 manpage from build since it conflicts with glib-devel. When we go to glib glib1.2 setup, we should add it back Fri Jul 07 2000 Owen Taylor <otaylor@redhat.com> - Version 1.3.1 - Move back to standard %{prefix} Thu Jun 08 2000 Owen Taylor <otaylor@redhat.com> - Rebuild in /opt/gtk-beta Tue May 30 2000 Owen Taylor <otaylor@redhat.com> - New version (adds gobject) Tue Apr 25 2000 Owen Taylor <otaylor@redhat.com> - Don't blow away /etc/ld.so.conf (sorry!) Mon Apr 24 2000 Owen Taylor <otaylor@redhat.com> - Snapshot RPM for Pango testing Fri Feb 04 2000 Owen Taylor <otaylor@redhat.com> - Added fixes from stable branch of CVS Thu Oct 07 1999 Owen Taylor <otaylor@redhat.com> - version 1.2.6 Fri Sep 24 1999 Owen Taylor <otaylor@redhat.com> - version 1.2.5 Fri Sep 17 1999 Owen Taylor <otaylor@redhat.com> - version 1.2.4 Mon Jun 07 1999 Owen Taylor <otaylor@redhat.com> - version 1.2.3 Thu Mar 25 1999 Michael Fulbright <drmike@redhat.com> - version 1.2.1 Fri Feb 26 1999 Michael Fulbright <drmike@redhat.com> - Version 1.2 Thu Feb 25 1999 Michael Fulbright <drmike@redhat.com> - version 1.2.0pre1 Tue Feb 23 1999 Cristian Gafton <gafton@redhat.com> - new description tags Sun Feb 21 1999 Michael Fulbright <drmike@redhat.com> - removed libtoolize from %build Thu Feb 11 1999 Michael Fulbright <drmike@redhat.com> - added libgthread to file list Fri Feb 05 1999 Michael Fulbright <drmike@redhat.com> - version 1.1.15 Wed Feb 03 1999 Michael Fulbright <drmike@redhat.com> - version 1.1.14 Mon Jan 18 1999 Michael Fulbright <drmike@redhat.com> - version 1.1.13 Wed Jan 06 1999 Michael Fulbright <drmike@redhat.com> - version 1.1.12 Wed Dec 16 1998 Michael Fulbright <drmike@redhat.com> - updated in preparation for the GNOME freeze Mon Apr 13 1998 Marc Ewing <marc@redhat.com> - Split out glib package
2004-09-09 05:16:47 +00:00
2012-10-10 12:09:39 +00:00
%package doc
Summary: A library of handy utility functions
Requires: %{name} = %{version}-%{release}
BuildArch: noarch
%description doc
The glib2-doc package includes documentation for the GLib library.
%package fam
Summary: FAM monitoring module for GIO
2013-05-28 23:34:23 +00:00
Requires: %{name}%{?_isa} = %{version}-%{release}
BuildRequires: gamin-devel
%description fam
The glib2-fam package contains the FAM (File Alteration Monitor) module for GIO.
%package static
Summary: glib static
Requires: %{name}-devel = %{version}-%{release}
%description static
The %{name}-static subpackage contains static libraries for %{name}.
2013-05-28 23:34:23 +00:00
%package tests
Summary: Tests for the glib2 package
Requires: %{name}%{?_isa} = %{version}-%{release}
%description tests
The glib2-tests package contains tests that can be used to verify
the functionality of the installed glib2 package.
%prep
%autosetup -n glib-%{version} -p1
2008-09-18 01:09:53 +00:00
%build
# Bug 1324770: Also explicitly remove PCRE sources since we use --with-pcre=system
rm glib/pcre/*.[ch]
2019-01-03 12:57:37 +00:00
%meson \
--default-library=both \
-Dman=true \
-Ddtrace=true \
-Dsystemtap=true \
-Dgtk_doc=true \
-Dfam=true \
-Dinstalled_tests=true
%meson_build
2006-11-20 05:31:21 +00:00
%install
2019-01-03 12:57:37 +00:00
%meson_install
# Since this is a generated .py file, set it to a known timestamp for
# better reproducibility.
# Also copy the timestamp for other .py files, because meson doesn't
# do this, see https://github.com/mesonbuild/meson/issues/5027.
touch -r gio/gdbus-2.0/codegen/config.py.in %{buildroot}%{_datadir}/glib-2.0/codegen/*.py
chrpath --delete %{buildroot}%{_libdir}/*.so
# Perform byte compilation manually to avoid issues with
# irreproducibility of the default invalidation mode, see
# https://www.python.org/dev/peps/pep-0552/ and
# https://bugzilla.redhat.com/show_bug.cgi?id=1686078
export PYTHONHASHSEED=0
%py_byte_compile %{__python3} %{buildroot}%{_datadir}
mv %{buildroot}%{_bindir}/gio-querymodules %{buildroot}%{_bindir}/gio-querymodules-%{__isa_bits}
sed -i -e "/^gio_querymodules=/s/gio-querymodules/gio-querymodules-%{__isa_bits}/" %{buildroot}%{_libdir}/pkgconfig/gio-2.0.pc
2010-04-19 23:59:51 +00:00
touch %{buildroot}%{_libdir}/gio/modules/giomodule.cache
%find_lang glib20
2015-08-14 15:55:58 +00:00
%transfiletriggerin -- %{_libdir}/gio/modules
gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules &> /dev/null || :
2010-01-25 21:48:08 +00:00
2015-08-14 15:55:58 +00:00
%transfiletriggerpostun -- %{_libdir}/gio/modules
gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules &> /dev/null || :
2015-08-14 15:55:58 +00:00
%transfiletriggerin -- %{_datadir}/glib-2.0/schemas
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
2015-08-14 15:55:58 +00:00
%transfiletriggerpostun -- %{_datadir}/glib-2.0/schemas
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%files -f glib20.lang
2014-07-12 15:12:45 +00:00
%license COPYING
%doc AUTHORS NEWS README
2012-02-06 23:24:22 +00:00
%{_libdir}/libglib-2.0.so.*
%{_libdir}/libgthread-2.0.so.*
%{_libdir}/libgmodule-2.0.so.*
%{_libdir}/libgobject-2.0.so.*
%{_libdir}/libgio-2.0.so.*
2012-06-26 04:49:47 +00:00
%dir %{_datadir}/bash-completion
%dir %{_datadir}/bash-completion/completions
2013-10-29 08:40:11 +00:00
%{_datadir}/bash-completion/completions/gapplication
2018-09-05 14:36:53 +00:00
%{_datadir}/bash-completion/completions/gdbus
2018-08-02 09:13:04 +00:00
%{_datadir}/bash-completion/completions/gio
2018-09-05 14:36:53 +00:00
%{_datadir}/bash-completion/completions/gsettings
2010-05-15 03:05:10 +00:00
%dir %{_datadir}/glib-2.0
%dir %{_datadir}/glib-2.0/schemas
2008-06-17 03:38:55 +00:00
%dir %{_libdir}/gio
%dir %{_libdir}/gio/modules
%ghost %{_libdir}/gio/modules/giomodule.cache
2016-07-17 19:30:58 +00:00
%{_bindir}/gio
2010-01-25 21:48:08 +00:00
%{_bindir}/gio-querymodules*
2010-04-24 01:13:47 +00:00
%{_bindir}/glib-compile-schemas
2010-04-23 11:02:50 +00:00
%{_bindir}/gsettings
2010-05-15 02:51:25 +00:00
%{_bindir}/gdbus
2013-10-29 08:40:11 +00:00
%{_bindir}/gapplication
2016-07-17 19:30:58 +00:00
%{_mandir}/man1/gio.1*
%{_mandir}/man1/gio-querymodules.1*
%{_mandir}/man1/glib-compile-schemas.1*
%{_mandir}/man1/gsettings.1*
%{_mandir}/man1/gdbus.1*
%{_mandir}/man1/gapplication.1*
%files devel
2007-02-10 04:56:34 +00:00
%{_libdir}/lib*.so
2006-05-25 14:21:04 +00:00
%{_libdir}/glib-2.0
%{_includedir}/*
%{_datadir}/aclocal/*
%{_libdir}/pkgconfig/*
2010-05-15 03:13:50 +00:00
%{_datadir}/glib-2.0/gdb
%{_datadir}/glib-2.0/gettext
2010-04-19 23:27:40 +00:00
%{_datadir}/glib-2.0/schemas/gschema.dtd
2017-02-13 13:14:22 +00:00
%{_datadir}/glib-2.0/valgrind/glib.supp
2012-06-26 05:02:20 +00:00
%{_datadir}/bash-completion/completions/gresource
2010-03-10 05:31:02 +00:00
%{_bindir}/glib-genmarshal
%{_bindir}/glib-gettextize
%{_bindir}/glib-mkenums
%{_bindir}/gobject-query
%{_bindir}/gtester
2011-05-06 12:17:50 +00:00
%{_bindir}/gdbus-codegen
2012-01-17 04:39:46 +00:00
%{_bindir}/glib-compile-resources
2012-02-06 23:24:22 +00:00
%{_bindir}/gresource
2012-10-10 12:09:39 +00:00
%{_datadir}/glib-2.0/codegen
2010-03-10 05:31:02 +00:00
%attr (0755, root, root) %{_bindir}/gtester-report
%{_mandir}/man1/glib-genmarshal.1*
%{_mandir}/man1/glib-gettextize.1*
%{_mandir}/man1/glib-mkenums.1*
%{_mandir}/man1/gobject-query.1*
%{_mandir}/man1/gtester-report.1*
%{_mandir}/man1/gtester.1*
%{_mandir}/man1/gdbus-codegen.1*
%{_mandir}/man1/glib-compile-resources.1*
%{_mandir}/man1/gresource.1*
%{_datadir}/gdb/
2016-01-19 11:50:02 +00:00
%{_datadir}/gettext/
%{_datadir}/systemtap/
2009-09-23 01:26:50 +00:00
2012-10-10 12:09:39 +00:00
%files doc
%doc %{_datadir}/gtk-doc/html/*
%files fam
%{_libdir}/gio/modules/libgiofam.so
%files static
%{_libdir}/libgio-2.0.a
%{_libdir}/libglib-2.0.a
%{_libdir}/libgmodule-2.0.a
%{_libdir}/libgobject-2.0.a
%{_libdir}/libgthread-2.0.a
2013-05-28 23:34:23 +00:00
%files tests
2013-06-20 10:52:35 +00:00
%{_libexecdir}/installed-tests
2013-05-28 23:34:23 +00:00
%{_datadir}/installed-tests
auto-import changelog data from glib2-1.3.6-6.src.rpm Fri Jul 20 2001 Owen Taylor <otaylor@redhat.com> - Make -devel package require main package (#45388) - Fix description and summary - Configure with --disable-gtk-doc Wed Jun 20 2001 Florian La Roche <Florian.LaRoche@redhat.de> - add some portability fixes needed at least on s390 - copy config.{guess,sub} instead of calling libtoolize Wed Jun 13 2001 Havoc Pennington <hp@redhat.com> - try a new glib tarball with Makefile changes to work around libtool linking to installed .la files - make -devel require pkgconfig Tue Jun 12 2001 Havoc Pennington <hp@redhat.com> - either libtool or the bad libtool hacks caused link against glib-gobject 1.3.2, rebuild Tue Jun 12 2001 Havoc Pennington <hp@redhat.com> - 1.3.6 - bad libtool workarounds Fri May 04 2001 Owen Taylor <otaylor@redhat.com> - 1.3.5, rename to glib2 Fri Nov 17 2000 Owen Taylor <otaylor@redhat.com> - Final 1.3.2 Mon Nov 13 2000 Owen Taylor <otaylor@redhat.com> - Version 1.3.2pre1 - Remove pkgconfig Sun Aug 13 2000 Owen Taylor <otaylor@redhat.com> - Call 1.3.1b instead of snap... the snap* naming doesn't order correctly. Thu Aug 10 2000 Havoc Pennington <hp@redhat.com> - new snapshot with fixed .pc files Thu Aug 10 2000 Havoc Pennington <hp@redhat.com> - include .pc files in file list Thu Aug 10 2000 Havoc Pennington <hp@redhat.com> - Include pkg-config - Upgrade to a glib CVS snapshot Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com> - rebuild to cope with glibc locale binary incompatibility Fri Jul 14 2000 Owen Taylor <otaylor@redhat.com> - Remove glib-config.1 manpage from build since it conflicts with glib-devel. When we go to glib glib1.2 setup, we should add it back Fri Jul 07 2000 Owen Taylor <otaylor@redhat.com> - Version 1.3.1 - Move back to standard %{prefix} Thu Jun 08 2000 Owen Taylor <otaylor@redhat.com> - Rebuild in /opt/gtk-beta Tue May 30 2000 Owen Taylor <otaylor@redhat.com> - New version (adds gobject) Tue Apr 25 2000 Owen Taylor <otaylor@redhat.com> - Don't blow away /etc/ld.so.conf (sorry!) Mon Apr 24 2000 Owen Taylor <otaylor@redhat.com> - Snapshot RPM for Pango testing Fri Feb 04 2000 Owen Taylor <otaylor@redhat.com> - Added fixes from stable branch of CVS Thu Oct 07 1999 Owen Taylor <otaylor@redhat.com> - version 1.2.6 Fri Sep 24 1999 Owen Taylor <otaylor@redhat.com> - version 1.2.5 Fri Sep 17 1999 Owen Taylor <otaylor@redhat.com> - version 1.2.4 Mon Jun 07 1999 Owen Taylor <otaylor@redhat.com> - version 1.2.3 Thu Mar 25 1999 Michael Fulbright <drmike@redhat.com> - version 1.2.1 Fri Feb 26 1999 Michael Fulbright <drmike@redhat.com> - Version 1.2 Thu Feb 25 1999 Michael Fulbright <drmike@redhat.com> - version 1.2.0pre1 Tue Feb 23 1999 Cristian Gafton <gafton@redhat.com> - new description tags Sun Feb 21 1999 Michael Fulbright <drmike@redhat.com> - removed libtoolize from %build Thu Feb 11 1999 Michael Fulbright <drmike@redhat.com> - added libgthread to file list Fri Feb 05 1999 Michael Fulbright <drmike@redhat.com> - version 1.1.15 Wed Feb 03 1999 Michael Fulbright <drmike@redhat.com> - version 1.1.14 Mon Jan 18 1999 Michael Fulbright <drmike@redhat.com> - version 1.1.13 Wed Jan 06 1999 Michael Fulbright <drmike@redhat.com> - version 1.1.12 Wed Dec 16 1998 Michael Fulbright <drmike@redhat.com> - updated in preparation for the GNOME freeze Mon Apr 13 1998 Marc Ewing <marc@redhat.com> - Split out glib package
2004-09-09 05:16:47 +00:00
%changelog
2021-03-18 18:52:06 +00:00
* Thu Mar 18 2021 Kalev Lember <klember@redhat.com> - 2.66.8-1
- Update to 2.66.8
2021-02-11 12:41:20 +00:00
* Thu Feb 11 2021 Kalev Lember <klember@redhat.com> - 2.66.7-1
- Update to 2.66.7
2021-02-04 18:42:11 +00:00
* Thu Feb 04 2021 Kalev Lember <klember@redhat.com> - 2.66.6-1
- Update to 2.66.6
2021-02-03 20:43:03 +00:00
* Wed Feb 03 2021 Kalev Lember <klember@redhat.com> - 2.66.5-1
- Update to 2.66.5
2020-12-19 02:01:18 +00:00
* Sat Dec 19 2020 Kalev Lember <klember@redhat.com> - 2.66.4-1
- Update to 2.66.4
2020-11-16 12:34:49 +00:00
* Mon Nov 16 2020 Kalev Lember <klember@redhat.com> - 2.66.3-1
- Update to 2.66.3
2020-10-19 15:40:22 +00:00
* 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
2020-10-19 15:40:22 +00:00
2020-10-14 20:03:41 +00:00
* 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
2020-10-01 17:43:50 +00:00
* Thu Oct 1 2020 Kalev Lember <klember@redhat.com> - 2.66.1-1
- Update to 2.66.1
2020-09-10 18:47:56 +00:00
* Thu Sep 10 2020 Kalev Lember <klember@redhat.com> - 2.66.0-1
- Update to 2.66.0
2020-09-02 16:09:04 +00:00
* 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)
2020-08-21 04:01:12 +00:00
* Thu Aug 20 2020 Jeff Law <law@redhat.com> - 2.65.2-2
- Re-enable LTO
2020-08-18 13:59:19 +00:00
* Tue Aug 18 2020 Kalev Lember <klember@redhat.com> - 2.65.2-1
- Update to 2.65.2
2020-08-17 10:40:50 +00:00
* 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
2020-06-30 20:05:05 +00:00
* 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)
2020-06-22 08:39:45 +00:00
* Mon Jun 22 2020 Kalev Lember <klember@redhat.com> - 2.65.0-1
- Update to 2.65.0
2020-05-20 11:15:37 +00:00
* 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)
2020-04-10 10:12:46 +00:00
* Fri Apr 10 2020 Kalev Lember <klember@redhat.com> - 2.64.2-1
- Update to 2.64.2
2020-03-11 12:54:06 +00:00
* Wed Mar 11 2020 Kalev Lember <klember@redhat.com> - 2.64.1-1
- Update to 2.64.1
2020-03-02 19:48:36 +00:00
* Mon Mar 02 2020 Kalev Lember <klember@redhat.com> - 2.64.0-1
- Update to 2.64.0
2020-02-24 21:09:56 +00:00
* 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.
2020-02-03 10:13:07 +00:00
* 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
2020-01-24 04:28:49 +00:00
* Fri Jan 24 2020 Kalev Lember <klember@redhat.com> - 2.63.4-1
- Update to 2.63.4
2019-12-16 14:20:37 +00:00
* Mon Dec 16 2019 Kalev Lember <klember@redhat.com> - 2.63.3-1
- Update to 2.63.3
2019-12-02 05:24:39 +00:00
* Mon Dec 02 2019 Kalev Lember <klember@redhat.com> - 2.63.2-1
- Update to 2.63.2
2019-10-04 14:50:57 +00:00
* Fri Oct 04 2019 Kalev Lember <klember@redhat.com> - 2.63.0-1
- Update to 2.63.0
2019-10-04 12:04:04 +00:00
* Fri Oct 04 2019 Kalev Lember <klember@redhat.com> - 2.62.1-1
- Update to 2.62.1
2019-09-06 07:34:17 +00:00
* Fri Sep 06 2019 Kalev Lember <klember@redhat.com> - 2.62.0-1
- Update to 2.62.0
2019-09-03 09:39:52 +00:00
* Tue Sep 03 2019 Kalev Lember <klember@redhat.com> - 2.61.3-1
- Update to 2.61.3
2019-08-12 09:27:51 +00:00
* 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
2019-06-11 08:04:42 +00:00
* Tue Jun 11 2019 David King <amigadave@amigadave.com> - 2.61.1-2
- Fix CVE-2019-12450 (#1719142)
- Consistently use buildroot macro
2019-06-11 08:04:42 +00:00
2019-05-24 18:06:10 +00:00
* Fri May 24 2019 Kalev Lember <klember@redhat.com> - 2.61.1-1
- Update to 2.61.1
2019-04-16 17:02:44 +00:00
* Tue Apr 16 2019 Adam Williamson <awilliam@redhat.com> - 2.61.0-2
- Rebuild with Meson fix for #1699099
2019-04-15 15:05:48 +00:00
* Mon Apr 15 2019 Kalev Lember <klember@redhat.com> - 2.61.0-1
- Update to 2.61.0
2019-04-15 14:14:33 +00:00
* 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
2019-03-04 21:48:12 +00:00
* Mon Mar 04 2019 Kalev Lember <klember@redhat.com> - 2.60.0-1
- Update to 2.60.0
2019-02-18 09:37:38 +00:00
* Mon Feb 18 2019 Kalev Lember <klember@redhat.com> - 2.59.3-1
- Update to 2.59.3
2019-02-04 16:33:58 +00:00
* 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
2019-01-26 14:24:09 +00:00
* Sat Jan 26 2019 Kalev Lember <klember@redhat.com> - 2.59.1-1
- Update to 2.59.1
2019-01-03 11:20:01 +00:00
* Thu Jan 03 2019 Kalev Lember <klember@redhat.com> - 2.59.0-1
- Update to 2.59.0
2019-01-03 12:57:37 +00:00
- Switch to the meson build system
2019-01-03 11:20:01 +00:00
2018-12-18 14:30:27 +00:00
* 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)
2018-09-21 14:45:27 +00:00
* Fri Sep 21 2018 Kalev Lember <klember@redhat.com> - 2.58.1-1
- Update to 2.58.1
2018-09-05 14:36:01 +00:00
* Wed Sep 05 2018 Kalev Lember <klember@redhat.com> - 2.58.0-1
- Update to 2.58.0
2018-08-02 09:13:04 +00:00
* Thu Aug 2 2018 Ondrej Holy <oholy@redhat.com> - 2.57.2-1
- Update to 2.57.2
2018-07-20 13:50:57 +00:00
* 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
2018-06-19 08:43:50 +00:00
* 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.
2018-04-08 20:23:09 +00:00
* Sun Apr 08 2018 Kalev Lember <klember@redhat.com> - 2.56.1-1
- Update to 2.56.1
2018-03-12 21:36:00 +00:00
* 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
2018-02-07 02:22:55 +00:00
* Wed Feb 07 2018 Kalev Lember <klember@redhat.com> - 2.55.2-1
- Update to 2.55.2
2018-02-07 02:23:40 +00:00
- Drop ldconfig scriptlets
2018-02-07 02:22:55 +00:00
* 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
2018-01-08 20:35:29 +00:00
* Mon Jan 08 2018 Kalev Lember <klember@redhat.com> - 2.55.1-1
- Update to 2.55.1
2018-01-08 20:43:21 +00:00
- Drop upstreamed systemtap multilib fix
2018-01-08 20:35:29 +00:00
2017-12-19 09:26:26 +00:00
* Tue Dec 19 2017 Kalev Lember <klember@redhat.com> - 2.55.0-1
- Update to 2.55.0
2017-11-01 15:14:30 +00:00
* Wed Nov 01 2017 Kalev Lember <klember@redhat.com> - 2.54.2-1
- Update to 2.54.2
2017-10-06 18:21:53 +00:00
* Fri Oct 06 2017 Kalev Lember <klember@redhat.com> - 2.54.1-1
- Update to 2.54.1
2017-09-11 05:15:36 +00:00
* Mon Sep 11 2017 Kalev Lember <klember@redhat.com> - 2.54.0-1
- Update to 2.54.0
2017-09-05 20:24:42 +00:00
* Tue Sep 05 2017 Kalev Lember <klember@redhat.com> - 2.53.7-1
- Update to 2.53.7
2017-08-19 16:08:12 +00:00
* 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
2017-07-18 08:24:36 +00:00
* Tue Jul 18 2017 Kalev Lember <klember@redhat.com> - 2.53.4-1
- Update to 2.53.4
2017-06-22 15:53:14 +00:00
* 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
2017-05-24 21:17:21 +00:00
* 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)
2017-05-09 14:04:57 +00:00
* 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
2017-04-11 12:33:29 +00:00
* Tue Apr 11 2017 Kalev Lember <klember@redhat.com> - 2.52.1-1
- Update to 2.52.1
2017-03-20 09:32:52 +00:00
* Mon Mar 20 2017 Kalev Lember <klember@redhat.com> - 2.52.0-1
- Update to 2.52.0
2017-03-16 16:02:32 +00:00
* 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)
2017-03-01 22:35:04 +00:00
* 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
2017-02-27 20:31:22 +00:00
2017-02-14 12:38:15 +00:00
* Tue Feb 14 2017 Richard Hughes <rhughes@redhat.com> - 2.51.2-1
- Update to 2.51.2
2017-02-13 13:02:29 +00:00
* 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
2016-12-19 17:20:36 +00:00
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 2.51.0-2
- Rebuild for Python 3.6
2016-10-30 10:57:16 +00:00
* Sun Oct 30 2016 Kalev Lember <klember@redhat.com> - 2.51.0-1
- Update to 2.51.0
2016-10-12 14:43:02 +00:00
* Wed Oct 12 2016 Kalev Lember <klember@redhat.com> - 2.50.1-1
- Update to 2.50.1
2016-09-19 14:43:20 +00:00
* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 2.50.0-1
- Update to 2.50.0
2016-09-13 07:43:12 +00:00
* Tue Sep 13 2016 Kalev Lember <klember@redhat.com> - 2.49.7-1
- Update to 2.49.7
- Don't set group tags
2016-09-13 07:43:12 +00:00
2016-08-28 18:42:16 +00:00
* Sun Aug 28 2016 Kalev Lember <klember@redhat.com> - 2.49.6-1
- Update to 2.49.6
2016-08-18 05:58:14 +00:00
* 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
2016-08-18 05:58:14 +00:00
* Tue Aug 16 2016 Miro Hrončok <mhroncok@redhat.com> - 2.49.4-3
- Use Python 3 for the RPM Python byte compilation
2015-11-27 18:17:55 +00:00
* Wed Jul 27 2016 Ville Skyttä <ville.skytta@iki.fi> - 2.49.4-2
- Switch to Python 3 (#1286284)
2016-07-21 06:46:05 +00:00
* Thu Jul 21 2016 Kalev Lember <klember@redhat.com> - 2.49.4-1
- Update to 2.49.4
2016-07-17 19:30:58 +00:00
* Sun Jul 17 2016 Kalev Lember <klember@redhat.com> - 2.49.3-1
- Update to 2.49.3
2016-06-22 10:14:47 +00:00
* 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)
2016-05-27 14:25:10 +00:00
* Fri May 27 2016 Florian Müllner <fmuellner@redhat.com> - 2.49.1-1
- Update to 2.49.1
2016-05-10 09:40:49 +00:00
* 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
2016-03-22 21:49:09 +00:00
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 2.48.0-1
- Update to 2.48.0
2016-03-17 10:09:54 +00:00
* 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.
2016-02-17 10:01:18 +00:00
* 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
2016-01-19 11:50:02 +00:00
* Tue Jan 19 2016 David King <amigadave@amigadave.com> - 2.47.5-1
- Update to 2.47.5
2015-12-16 15:52:53 +00:00
* Wed Dec 16 2015 Kalev Lember <klember@redhat.com> - 2.47.4-1
- Update to 2.47.4
2015-11-25 16:41:00 +00:00
* Wed Nov 25 2015 Kalev Lember <klember@redhat.com> - 2.47.3-1
- Update to 2.47.3
2015-11-25 07:53:02 +00:00
* 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.
2015-10-28 07:16:09 +00:00
* 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)
2015-10-14 14:52:18 +00:00
* Wed Oct 14 2015 Kalev Lember <klember@redhat.com> - 2.46.1-1
- Update to 2.46.1
2015-09-21 13:23:23 +00:00
* Mon Sep 21 2015 Kalev Lember <klember@redhat.com> - 2.46.0-1
- Update to 2.46.0
2015-09-14 15:11:06 +00:00
* Mon Sep 14 2015 Kalev Lember <klember@redhat.com> - 2.45.8-1
- Update to 2.45.8
2015-09-01 16:19:15 +00:00
* Tue Sep 01 2015 Kalev Lember <klember@redhat.com> - 2.45.7-1
- Update to 2.45.7
2015-08-19 20:46:35 +00:00
* Wed Aug 19 2015 Kalev Lember <klember@redhat.com> - 2.45.6-1
- Update to 2.45.6
2015-08-19 20:10:26 +00:00
* Wed Aug 19 2015 Kalev Lember <klember@redhat.com> - 2.45.5-1
- Update to 2.45.5
2015-08-14 15:55:58 +00:00
* Fri Aug 14 2015 Matthias Clasen <mclasen@redhat.com> - 2.45.4-2
- Add file triggers for gio modules and gsettings schemas
2015-07-21 07:32:50 +00:00
* 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
2015-06-24 08:59:29 +00:00
* 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
2015-05-26 08:23:59 +00:00
* Tue May 26 2015 David King <amigadave@amigadave.com> - 2.45.2-1
- Update to 2.45.2
2015-04-30 12:46:34 +00:00
* Thu Apr 30 2015 Kalev Lember <kalevlember@gmail.com> - 2.45.1-1
- Update to 2.45.1
2015-03-23 18:05:49 +00:00
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 2.44.0-1
- Update to 2.44.0
2015-03-17 13:44:53 +00:00
* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 2.43.92-1
- Update to 2.43.92
2015-03-02 20:12:01 +00:00
* 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
2015-02-18 17:26:11 +00:00
* 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
2015-02-18 17:26:11 +00:00
2015-02-11 01:28:54 +00:00
* Tue Feb 10 2015 Matthias Clasen <mclasen@redhat.com> - 2.43.4-1
- Update to 2.43.4
2015-01-20 08:22:53 +00:00
* Tue Jan 20 2015 David King <amigadave@amigadave.com> - 2.43.3-1
- Update to 2.43.3
2014-12-17 10:49:22 +00:00
* Wed Dec 17 2014 Kalev Lember <kalevlember@gmail.com> - 2.43.2-1
- Update to 2.43.2
2014-11-25 10:11:47 +00:00
* Tue Nov 25 2014 Kalev Lember <kalevlember@gmail.com> - 2.43.1-1
- Update to 2.43.1
2014-10-30 15:26:26 +00:00
* Thu Oct 30 2014 Florian Müllner <fmuellner@redhat.com> - 2.43.0-1
- Update to 2.43.0
2014-09-22 18:02:16 +00:00
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 2.42.0-1
- Update to 2.42.0
2014-09-16 07:24:13 +00:00
* Tue Sep 16 2014 Kalev Lember <kalevlember@gmail.com> - 2.41.5-1
- Update to 2.41.5
2014-09-05 03:36:00 +00:00
* 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
2014-09-02 21:02:04 +00:00
* Tue Sep 02 2014 Kalev Lember <kalevlember@gmail.com> - 2.41.4-1
- Update to 2.41.4
2014-08-16 19:01:16 +00:00
* 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
2014-07-14 15:00:43 +00:00
* Mon Jul 14 2014 Kalev Lember <kalevlember@gmail.com> - 2.41.2-1
- Update to 2.41.2
2014-07-12 15:12:45 +00:00
* Sat Jul 12 2014 Tom Callaway <spot@fedoraproject.org> - 2.41.1-2
- fix license handling
2014-06-24 11:56:51 +00:00
* 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
2014-05-27 09:18:12 +00:00
* Tue May 27 2014 Kalev Lember <kalevlember@gmail.com> - 2.41.0-1
- Update to 2.41.0
2014-03-24 19:47:01 +00:00
* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 2.40.0-1
- Update to 2.40.0
2014-03-18 13:43:46 +00:00
* Tue Mar 18 2014 Richard Hughes <rhughes@redhat.com> - 2.39.92-1
- Update to 2.39.92
2014-03-04 14:21:55 +00:00
* Tue Mar 04 2014 Richard Hughes <rhughes@redhat.com> - 2.39.91-1
- Update to 2.39.91
2014-02-18 11:54:11 +00:00
* Tue Feb 18 2014 Richard Hughes <rhughes@redhat.com> - 2.39.90-1
- Update to 2.39.90
2014-02-04 09:36:43 +00:00
* Tue Feb 04 2014 Richard Hughes <rhughes@redhat.com> - 2.39.4-1
- Update to 2.39.4
2014-01-14 09:09:15 +00:00
* 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.
2013-12-17 09:23:16 +00:00
* 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.
2013-11-14 15:48:50 +00:00
* Thu Nov 14 2013 Richard Hughes <rhughes@redhat.com> - 2.39.1-1
- Update to 2.39.1
2013-10-28 17:54:46 +00:00
* Mon Oct 28 2013 Richard Hughes <rhughes@redhat.com> - 2.39.0-1
- Update to 2.39.0
2013-09-24 20:01:13 +00:00
* Tue Sep 24 2013 Kalev Lember <kalevlember@gmail.com> - 2.38.0-1
- Update to 2.38.0
2013-09-17 18:01:13 +00:00
* Tue Sep 17 2013 Kalev Lember <kalevlember@gmail.com> - 2.37.93-1
- Update to 2.37.93
2013-09-02 20:25:54 +00:00
* Mon Sep 02 2013 Kalev Lember <kalevlember@gmail.com> - 2.37.7-1
- Update to 2.37.7
2013-08-21 16:48:44 +00:00
* Wed Aug 21 2013 Debarshi Ray <rishi@fedoraproject.org> - 2.37.6-1
- Update to 2.37.6
2013-08-03 11:40:35 +00:00
* Sat Aug 03 2013 Petr Pisar <ppisar@redhat.com> - 2.37.5-2
- Perl 5.18 rebuild
2013-08-01 14:45:15 +00:00
* Thu Aug 1 2013 Debarshi Ray <rishi@fedoraproject.org> - 2.37.5-1
- Update to 2.37.5
2013-07-17 23:30:27 +00:00
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 2.37.4-2
- Perl 5.18 rebuild
2013-07-10 00:55:13 +00:00
* Tue Jul 9 2013 Matthias Clasen <mclasen@redhat.com> - 2.37.4-1
- Update to 2.37.4
2013-06-20 10:52:35 +00:00
* Thu Jun 20 2013 Debarshi Ray <rishi@fedoraproject.org> - 2.37.2-1
- Update to 2.37.2
2013-05-28 23:34:23 +00:00
* Tue May 28 2013 Matthias Clasen <mclasen@redhat.com> - 2.37.1-1
- Update to 2.37.1
- Add a tests subpackage
2013-05-03 20:11:01 +00:00
* 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)
2013-04-15 22:12:58 +00:00
* Mon Apr 15 2013 Kalev Lember <kalevlember@gmail.com> - 2.36.1-1
- Update to 2.36.1
2013-03-25 21:55:32 +00:00
* Mon Mar 25 2013 Kalev Lember <kalevlember@gmail.com> - 2.36.0-1
- Update to 2.36.0
2013-03-19 23:59:43 +00:00
* Tue Mar 19 2013 Matthias Clasen <mclasen@redhat.com> - 2.35.9-1
- Update to 2.35.9
2013-02-20 22:27:55 +00:00
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 2.35.8-1
- Update to 2.35.8
2013-02-05 20:55:20 +00:00
* Tue Feb 05 2013 Kalev Lember <kalevlember@gmail.com> - 2.35.7-1
- Update to 2.35.7
2013-01-15 22:02:18 +00:00
* Tue Jan 15 2013 Matthias Clasen <mclasen@redhat.com> - 2.35.4-1
- Update to 2.35.4
2012-12-20 19:31:49 +00:00
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 2.35.3-1
- Update to 2.35.3
2012-11-24 10:44:04 +00:00
* 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