2013-06-09 03:29:22 +00:00
|
|
|
%global _changelog_trimtime %(date +%s -d "1 year ago")
|
|
|
|
|
2016-08-16 11:40:19 +00:00
|
|
|
# See https://fedoraproject.org/wiki/Packaging:Python_Appendix#Manual_byte_compilation
|
|
|
|
%global __python %{__python3}
|
|
|
|
|
2004-09-09 05:16:47 +00:00
|
|
|
Name: glib2
|
2018-01-08 20:35:29 +00:00
|
|
|
Version: 2.55.1
|
2017-08-07 20:45:26 +00:00
|
|
|
Release: 1%{?dist}
|
2016-09-13 07:46:00 +00:00
|
|
|
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
|
2017-12-19 09:26:26 +00:00
|
|
|
Source0: http://download.gnome.org/sources/glib/2.55/glib-%{version}.tar.xz
|
2017-05-15 08:54:10 +00:00
|
|
|
|
2017-03-01 12:39:52 +00:00
|
|
|
BuildRequires: chrpath
|
2004-09-09 05:18:52 +00:00
|
|
|
BuildRequires: gettext
|
2017-08-07 20:45:26 +00:00
|
|
|
BuildRequires: perl-interpreter
|
2008-01-08 14:00:58 +00:00
|
|
|
# for sys/inotify.h
|
|
|
|
BuildRequires: glibc-devel
|
2017-03-01 12:39:52 +00:00
|
|
|
BuildRequires: libattr-devel
|
|
|
|
BuildRequires: libselinux-devel
|
2010-08-02 22:03:50 +00:00
|
|
|
# for sys/sdt.h
|
|
|
|
BuildRequires: systemtap-sdt-devel
|
2017-03-01 12:39:52 +00:00
|
|
|
BuildRequires: pkgconfig(libelf)
|
|
|
|
BuildRequires: pkgconfig(libffi)
|
|
|
|
BuildRequires: pkgconfig(libpcre)
|
|
|
|
BuildRequires: pkgconfig(mount)
|
|
|
|
BuildRequires: pkgconfig(zlib)
|
2010-06-29 16:43:14 +00:00
|
|
|
# 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
|
2009-09-23 20:16:27 +00:00
|
|
|
|
2016-06-01 19:47:02 +00:00
|
|
|
# for GIO content-type support
|
|
|
|
Recommends: shared-mime-info
|
2010-05-26 00:23:56 +00:00
|
|
|
|
2009-03-12 13:41:37 +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.
|
2004-09-09 05:16:47 +00:00
|
|
|
|
2011-01-22 15:20:04 +00:00
|
|
|
|
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}
|
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.
|
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.
|
|
|
|
|
2012-10-10 15:41:56 +00:00
|
|
|
%package fam
|
|
|
|
Summary: FAM monitoring module for GIO
|
2013-05-28 23:34:23 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2012-10-10 15:41:56 +00:00
|
|
|
BuildRequires: gamin-devel
|
|
|
|
|
|
|
|
%description fam
|
|
|
|
The glib2-fam package contains the FAM (File Alteration Monitor) module for GIO.
|
|
|
|
|
2013-12-22 20:58:19 +00:00
|
|
|
%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.
|
|
|
|
|
2004-09-09 05:17:06 +00:00
|
|
|
%prep
|
2017-08-07 20:45:26 +00:00
|
|
|
%autosetup -n glib-%{version} -p1
|
2013-06-20 17:48:48 +00:00
|
|
|
|
2008-09-18 01:09:53 +00:00
|
|
|
%build
|
2017-04-11 15:15:20 +00:00
|
|
|
# Bug 1324770: Also explicitly remove PCRE sources since we use --with-pcre=system
|
|
|
|
rm glib/pcre/*.[ch]
|
2010-06-29 16:43:14 +00:00
|
|
|
# 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} \
|
2016-04-06 20:38:25 +00:00
|
|
|
--with-pcre=system \
|
2011-01-22 15:20:04 +00:00
|
|
|
--enable-systemtap \
|
2013-12-22 20:58:19 +00:00
|
|
|
--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
|
|
|
|
2017-08-07 20:45:34 +00:00
|
|
|
%make_build
|
2006-11-20 05:31:21 +00:00
|
|
|
|
2004-09-09 05:17:06 +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
|
2017-08-07 20:45:34 +00:00
|
|
|
%make_install INSTALL="install -p"
|
2012-10-10 12:09:39 +00:00
|
|
|
# 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
|
2004-09-09 05:17:06 +00:00
|
|
|
|
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}
|
|
|
|
|
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
|
|
|
|
2011-06-09 06:12:37 +00:00
|
|
|
touch $RPM_BUILD_ROOT%{_libdir}/gio/modules/giomodule.cache
|
|
|
|
|
2010-09-20 20:13:02 +00:00
|
|
|
# bash-completion scripts need not be executable
|
2012-06-26 05:15:10 +00:00
|
|
|
chmod 644 $RPM_BUILD_ROOT%{_datadir}/bash-completion/completions/*
|
2010-09-20 20:13:02 +00:00
|
|
|
|
2004-09-09 05:17:06 +00:00
|
|
|
%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
|
2017-03-20 10:06:22 +00:00
|
|
|
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
|
2017-03-20 10:06:22 +00:00
|
|
|
gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules &> /dev/null || :
|
2004-09-09 05:17:06 +00:00
|
|
|
|
2015-08-14 15:55:58 +00:00
|
|
|
%transfiletriggerin -- %{_datadir}/glib-2.0/schemas
|
2017-03-20 10:06:22 +00:00
|
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
2017-06-09 01:46:35 +00:00
|
|
|
[ -e /app/share/glib-2.0/schemas ] && glib-compile-schemas /app/share/glib-2.0/schemas &> /dev/null || :
|
2015-08-14 15:55:58 +00:00
|
|
|
|
|
|
|
%transfiletriggerpostun -- %{_datadir}/glib-2.0/schemas
|
2017-03-20 10:06:22 +00:00
|
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
2017-06-09 01:46:35 +00:00
|
|
|
[ -e /app/share/glib-2.0/schemas ] && glib-compile-schemas /app/share/glib-2.0/schemas &> /dev/null || :
|
2004-09-09 05:17:06 +00:00
|
|
|
|
|
|
|
%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
|
2011-06-09 06:12:37 +00:00
|
|
|
%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*
|
2015-02-18 17:27:59 +00:00
|
|
|
%{_mandir}/man1/gio-querymodules.1*
|
|
|
|
%{_mandir}/man1/glib-compile-schemas.1*
|
|
|
|
%{_mandir}/man1/gsettings.1*
|
|
|
|
%{_mandir}/man1/gdbus.1*
|
|
|
|
%{_mandir}/man1/gapplication.1*
|
2004-09-09 05:17:06 +00:00
|
|
|
|
|
|
|
%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
|
2004-09-09 05:17:06 +00:00
|
|
|
%{_includedir}/*
|
|
|
|
%{_datadir}/aclocal/*
|
|
|
|
%{_libdir}/pkgconfig/*
|
2010-05-15 03:13:50 +00:00
|
|
|
%{_datadir}/glib-2.0/gdb
|
2010-05-17 19:14:51 +00:00
|
|
|
%{_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
|
2015-02-18 17:27:59 +00:00
|
|
|
%{_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*
|
2016-08-18 06:42:40 +00:00
|
|
|
%{_datadir}/gdb/
|
2016-01-19 11:50:02 +00:00
|
|
|
%{_datadir}/gettext/
|
2016-08-18 06:42:40 +00:00
|
|
|
%{_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/*
|
|
|
|
|
2012-10-10 15:41:56 +00:00
|
|
|
%files fam
|
|
|
|
%{_libdir}/gio/modules/libgiofam.so
|
|
|
|
|
2013-12-22 20:58:19 +00:00
|
|
|
%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
|
|
|
|
|
2004-09-09 05:16:47 +00:00
|
|
|
%changelog
|
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
|
|
|
|
|
2017-08-07 20:45:26 +00:00
|
|
|
* Mon Aug 07 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.53.5-1
|
|
|
|
- Update to 2.53.5
|
|
|
|
|
2017-08-01 21:54:29 +00:00
|
|
|
* Tue Aug 01 2017 Kalev Lember <klember@redhat.com> - 2.53.4-4
|
|
|
|
- Backport glib-mkenums flags annotation parsing fixes
|
|
|
|
|
2017-07-26 10:19:53 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.53.4-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-07-21 16:59:22 +00:00
|
|
|
* 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
|
|
|
|
|
2017-06-09 01:46:35 +00:00
|
|
|
* 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
|
|
|
|
|
2017-05-15 08:54:10 +00:00
|
|
|
* 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
|
|
|
|
|
2017-04-11 16:06:05 +00:00
|
|
|
* 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
|
|
|
|
|
2017-04-11 15:15:20 +00:00
|
|
|
* 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
|
|
|
|
|
2017-03-02 08:38:50 +00:00
|
|
|
* 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
|
2017-03-01 12:26:01 +00:00
|
|
|
- Add a Requires on dbus-launch (#927212)
|
2017-03-01 12:39:52 +00:00
|
|
|
- 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
|
|
|
|
|
2017-02-10 11:07:01 +00:00
|
|
|
* 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
|
2016-09-13 07:43:53 +00:00
|
|
|
- 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
|
2016-08-18 06:42:40 +00:00
|
|
|
- Own /usr/share/gdb and /usr/share/systemtap directories
|
2016-08-18 05:58:14 +00:00
|
|
|
|
2016-08-16 11:40:19 +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
|
|
|
|
|
2016-06-01 19:47:02 +00:00
|
|
|
* 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
|
|
|
|
|
2016-04-06 20:38:25 +00:00
|
|
|
* 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
|
|
|
|
|
2016-02-24 20:41:00 +00:00
|
|
|
* 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
|
|
|
|
|
2016-02-03 22:04:28 +00:00
|
|
|
* 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
|
|
|
|
|
2015-11-10 03:36:49 +00:00
|
|
|
* 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
|
|
|
|
|
2015-10-19 20:39:43 +00:00
|
|
|
* 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
|
|
|
|
|
2015-06-24 09:15:08 +00:00
|
|
|
* 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
|
|
|
|
|
2015-06-17 08:26:27 +00:00
|
|
|
* 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
|
|
|
|
|
2015-02-21 21:25:36 +00:00
|
|
|
* 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
|
2015-02-18 17:27:59 +00:00
|
|
|
- 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
|
|
|
|
|
2014-09-04 17:57:15 +00:00
|
|
|
* 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
|
|
|
|
|
2014-08-16 16:44:37 +00:00
|
|
|
* 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
|
|
|
|
|
2014-07-23 06:52:56 +00:00
|
|
|
* 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
|
|
|
|
|
2014-06-07 16:12:58 +00:00
|
|
|
* 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
|
|
|
|
|
2013-12-22 20:58:19 +00:00
|
|
|
* 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
|
|
|
|
|
2013-12-09 08:42:03 +00:00
|
|
|
* 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
|
|
|
|
|
2013-04-29 16:21:37 +00:00
|
|
|
* 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
|
|
|
|
|
2012-11-08 18:28:25 +00:00
|
|
|
* Thu Nov 08 2012 Kalev Lember <kalevlember@gmail.com> - 2.35.1-1
|
|
|
|
- Update to 2.35.1
|
|
|
|
- Drop upstreamed codegen-in-datadir.patch
|