glib2/glib2.spec

529 lines
16 KiB
RPMSpec
Raw Normal View History

2013-06-09 03:29:22 +00:00
%global _changelog_trimtime %(date +%s -d "1 year ago")
# See https://fedoraproject.org/wiki/Packaging:Python_Appendix#Manual_byte_compilation
%global __python %{__python3}
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
2017-02-13 16:01:22 +00:00
Version: 2.50.3
2016-08-18 05:58:14 +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
2016-09-19 14:43:20 +00:00
Source0: http://download.gnome.org/sources/glib/2.50/glib-%{version}.tar.xz
2012-10-10 12:09:39 +00:00
BuildRequires: perl-generators
2011-01-22 15:20:04 +00:00
BuildRequires: pkgconfig
BuildRequires: gettext
2008-01-08 14:00:58 +00:00
BuildRequires: libattr-devel
2016-09-19 14:43:20 +00:00
BuildRequires: libmount-devel
2008-01-08 14:00:58 +00:00
BuildRequires: libselinux-devel
BuildRequires: pkgconfig(libpcre)
2008-01-08 14:00:58 +00:00
# for sys/inotify.h
BuildRequires: glibc-devel
2009-12-01 00:48:45 +00:00
BuildRequires: zlib-devel
2010-08-02 22:03:50 +00:00
# for sys/sdt.h
BuildRequires: systemtap-sdt-devel
# Bootstrap build requirements
2009-09-23 20:16:27 +00:00
BuildRequires: automake autoconf libtool
2009-09-23 20:39:17 +00:00
BuildRequires: gtk-doc
2015-11-27 18:17:55 +00:00
BuildRequires: python3-devel
2011-05-06 12:27:45 +00:00
BuildRequires: libffi-devel
BuildRequires: elfutils-libelf-devel
2012-08-13 15:58:47 +00:00
BuildRequires: chrpath
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
%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
%setup -q -n glib-%{version}
2008-09-18 01:09:53 +00:00
%build
# Support builds of both git snapshots and tarballs packed with autogoo
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
%configure $CONFIGFLAGS \
2015-11-27 18:17:55 +00:00
--with-python=%{__python3} \
--with-pcre=system \
2011-01-22 15:20:04 +00:00
--enable-systemtap \
--enable-static \
2013-05-28 23:34:23 +00:00
--enable-installed-tests
2012-02-06 23:24:22 +00:00
)
2010-04-24 01:13:47 +00:00
2007-02-03 18:39:01 +00:00
make %{?_smp_mflags}
2006-11-20 05:31:21 +00:00
%install
2012-10-10 12:09:39 +00:00
# Use -p to preserve timestamps on .py files to ensure
# they're not recompiled with different timestamps
# to help multilib: https://bugzilla.redhat.com/show_bug.cgi?id=718404
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p -c"
# Also since this is a generated .py file, set it to a known timestamp,
# otherwise it will vary by build time, and thus break multilib -devel
# installs.
touch -r gio/gdbus-2.0/codegen/config.py.in $RPM_BUILD_ROOT/%{_datadir}/glib-2.0/codegen/config.py
2012-08-13 15:58:47 +00:00
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/*.so
2007-02-10 04:56:34 +00:00
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
2007-12-21 04:38:40 +00:00
rm -f $RPM_BUILD_ROOT%{_libdir}/gio/modules/*.{a,la}
2009-09-24 14:30:56 +00:00
rm -f $RPM_BUILD_ROOT%{_datadir}/glib-2.0/gdb/*.{pyc,pyo}
2012-10-10 12:09:39 +00:00
rm -f $RPM_BUILD_ROOT%{_datadir}/glib-2.0/codegen/*.{pyc,pyo}
# Multilib fixes for systemtap tapsets; see
# https://bugzilla.redhat.com/718404
for f in $RPM_BUILD_ROOT%{_datadir}/systemtap/tapset/*.stp; do
(dn=$(dirname ${f}); bn=$(basename ${f});
mv ${f} ${dn}/%{__isa_bits}-${bn})
done
2009-09-24 14:30:56 +00:00
2010-05-19 22:27:18 +00:00
mv $RPM_BUILD_ROOT%{_bindir}/gio-querymodules $RPM_BUILD_ROOT%{_bindir}/gio-querymodules-%{__isa_bits}
2010-04-19 23:59:51 +00:00
touch $RPM_BUILD_ROOT%{_libdir}/gio/modules/giomodule.cache
# bash-completion scripts need not be executable
2012-06-26 05:15:10 +00:00
chmod 644 $RPM_BUILD_ROOT%{_datadir}/bash-completion/completions/*
%find_lang glib20
2015-08-14 15:55:58 +00:00
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
2010-01-25 21:48:08 +00:00
2015-08-14 15:55:58 +00:00
%transfiletriggerin -- %{_libdir}/gio/modules
/bin/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
/bin/gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules &> /dev/null || :
2015-08-14 15:55:58 +00:00
%transfiletriggerin -- %{_datadir}/glib-2.0/schemas
/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
2015-08-14 15:55:58 +00:00
%transfiletriggerpostun -- %{_datadir}/glib-2.0/schemas
/bin/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
%{_datadir}/bash-completion/completions/gdbus
%{_datadir}/bash-completion/completions/gsettings
2013-10-29 08:40:11 +00:00
%{_datadir}/bash-completion/completions/gapplication
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
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
2017-02-13 16:01:22 +00:00
* Mon Feb 13 2017 Kalev Lember <klember@redhat.com> - 2.50.3-1
- Update to 2.50.3
2016-11-10 11:38:19 +00:00
* Thu Nov 10 2016 Kalev Lember <klember@redhat.com> - 2.50.2-1
- Update to 2.50.2
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