2018-09-06 10:06:25 +00:00
|
|
|
%global glib2_version 2.58.0
|
2015-05-31 20:24:54 +00:00
|
|
|
|
2008-12-11 21:55:55 +00:00
|
|
|
Name: gobject-introspection
|
2022-03-18 12:23:25 +00:00
|
|
|
Version: 1.72.0
|
2022-06-13 16:04:16 +00:00
|
|
|
Release: 2%{?dist}
|
2008-12-11 21:55:55 +00:00
|
|
|
Summary: Introspection system for GObject-based libraries
|
|
|
|
|
2021-04-28 14:41:47 +00:00
|
|
|
License: GPLv2+ and LGPLv2+ and MIT
|
2016-08-04 05:22:53 +00:00
|
|
|
URL: https://wiki.gnome.org/Projects/GObjectIntrospection
|
2022-03-18 12:23:25 +00:00
|
|
|
Source0: https://download.gnome.org/sources/gobject-introspection/1.72/%{name}-%{version}.tar.xz
|
2021-04-26 11:23:51 +00:00
|
|
|
|
2018-07-09 17:06:45 +00:00
|
|
|
BuildRequires: gcc
|
2008-12-11 21:55:55 +00:00
|
|
|
BuildRequires: bison
|
2018-03-03 09:21:30 +00:00
|
|
|
BuildRequires: flex
|
2009-06-02 16:29:29 +00:00
|
|
|
BuildRequires: fontconfig-devel
|
|
|
|
BuildRequires: freetype-devel
|
2018-03-03 09:21:30 +00:00
|
|
|
BuildRequires: gettext
|
2010-06-29 14:38:22 +00:00
|
|
|
BuildRequires: gtk-doc
|
2018-03-03 09:21:30 +00:00
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: libXfixes-devel
|
|
|
|
BuildRequires: libXft-devel
|
|
|
|
BuildRequires: libxml2-devel
|
|
|
|
BuildRequires: mesa-libGL-devel
|
2019-01-05 16:28:17 +00:00
|
|
|
BuildRequires: meson
|
2018-03-03 09:21:30 +00:00
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-mako
|
2018-09-06 10:06:25 +00:00
|
|
|
BuildRequires: python3-markdown
|
2022-02-14 14:39:59 +00:00
|
|
|
BuildRequires: pkgconfig(cairo-gobject)
|
|
|
|
BuildRequires: pkgconfig(gio-2.0) >= %{glib2_version}
|
|
|
|
BuildRequires: pkgconfig(libffi)
|
2008-12-11 21:55:55 +00:00
|
|
|
|
2015-05-31 20:24:54 +00:00
|
|
|
Requires: glib2%{?_isa} >= %{glib2_version}
|
|
|
|
|
2008-12-11 21:55:55 +00:00
|
|
|
%description
|
|
|
|
GObject Introspection can scan C header and source files in order to
|
|
|
|
generate introspection "typelib" files. It also provides an API to examine
|
|
|
|
typelib files, useful for creating language bindings among other
|
|
|
|
things.
|
|
|
|
|
|
|
|
%package devel
|
2018-02-03 14:48:25 +00:00
|
|
|
Summary: Libraries and headers for gobject-introspection
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2011-11-16 14:22:40 +00:00
|
|
|
# Not always, but whatever, it's a tiny dep to pull in
|
2018-02-03 14:48:25 +00:00
|
|
|
Requires: libtool
|
2013-03-05 15:18:36 +00:00
|
|
|
# For g-ir-doctool
|
2018-02-03 14:48:25 +00:00
|
|
|
Requires: python3-mako
|
2021-06-28 07:50:05 +00:00
|
|
|
Requires: python3-markdown
|
2019-05-07 10:26:49 +00:00
|
|
|
# This package only works with the Python version it was built with
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1691064
|
|
|
|
Requires: (python(abi) = %{python3_version} if python3)
|
2008-12-11 21:55:55 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
Libraries and headers for gobject-introspection
|
|
|
|
|
|
|
|
%prep
|
2017-08-15 21:40:37 +00:00
|
|
|
%autosetup -p1
|
2008-12-11 21:55:55 +00:00
|
|
|
|
|
|
|
%build
|
2020-01-16 17:25:05 +00:00
|
|
|
%meson -Ddoctool=enabled -Dgtk_doc=true -Dpython=%{__python3}
|
2019-01-05 16:28:17 +00:00
|
|
|
%meson_build
|
2008-12-11 21:55:55 +00:00
|
|
|
|
|
|
|
%install
|
2019-01-05 16:28:17 +00:00
|
|
|
%meson_install
|
2009-07-02 09:03:14 +00:00
|
|
|
|
2008-12-11 21:55:55 +00:00
|
|
|
%files
|
2021-06-28 07:55:19 +00:00
|
|
|
%doc NEWS README.rst
|
|
|
|
%license COPYING COPYING.GPL COPYING.LGPL
|
2021-08-24 16:53:54 +00:00
|
|
|
%{_libdir}/libgirepository-1.0.so.1*
|
2009-06-02 16:02:42 +00:00
|
|
|
%dir %{_libdir}/girepository-1.0
|
|
|
|
%{_libdir}/girepository-1.0/*.typelib
|
2008-12-11 21:55:55 +00:00
|
|
|
|
|
|
|
%files devel
|
2021-08-24 16:53:54 +00:00
|
|
|
%{_libdir}/libgirepository-1.0.so
|
2018-02-03 14:48:25 +00:00
|
|
|
%{_libdir}/gobject-introspection/
|
2008-12-11 21:55:55 +00:00
|
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
%{_includedir}/*
|
|
|
|
%{_bindir}/g-ir-*
|
2009-06-02 16:02:42 +00:00
|
|
|
%{_datadir}/gir-1.0
|
2018-02-03 14:48:25 +00:00
|
|
|
%{_datadir}/gobject-introspection-1.0/
|
2009-07-02 09:03:14 +00:00
|
|
|
%{_datadir}/aclocal/introspection.m4
|
2019-01-05 16:28:53 +00:00
|
|
|
%dir %{_datadir}/gtk-doc
|
|
|
|
%dir %{_datadir}/gtk-doc/html
|
2018-02-03 14:48:25 +00:00
|
|
|
%{_datadir}/gtk-doc/html/gi/
|
2019-10-01 11:17:50 +00:00
|
|
|
%{_mandir}/man1/g-ir-compiler.1*
|
2021-08-24 16:50:12 +00:00
|
|
|
%{_mandir}/man1/g-ir-doc-tool.1*
|
2019-10-01 11:17:50 +00:00
|
|
|
%{_mandir}/man1/g-ir-generate.1*
|
|
|
|
%{_mandir}/man1/g-ir-scanner.1*
|
2008-12-11 21:55:55 +00:00
|
|
|
|
|
|
|
%changelog
|
2022-06-13 16:04:16 +00:00
|
|
|
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.72.0-2
|
|
|
|
- Rebuilt for Python 3.11
|
|
|
|
|
2022-03-18 12:23:25 +00:00
|
|
|
* Fri Mar 18 2022 David King <amigadave@amigadave.com> - 1.72.0-1
|
|
|
|
- Update to 1.72.0
|
|
|
|
|
2022-02-14 14:39:59 +00:00
|
|
|
* Mon Feb 14 2022 David King <amigadave@amigadave.com> - 1.71.0-1
|
|
|
|
- Update to 1.71.0
|
|
|
|
|
2022-01-20 06:55:20 +00:00
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.70.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2022-01-08 10:11:52 +00:00
|
|
|
* Sat Jan 08 2022 Miro Hrončok <mhroncok@redhat.com> - 1.70.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/LIBFFI34
|
|
|
|
|
2021-09-18 20:38:19 +00:00
|
|
|
* Sat Sep 18 2021 Kalev Lember <klember@redhat.com> - 1.70.0-1
|
|
|
|
- Update to 1.70.0
|
|
|
|
|
2021-08-24 16:50:12 +00:00
|
|
|
* Tue Aug 24 2021 Kalev Lember <klember@redhat.com> - 1.69.0-1
|
|
|
|
- Update to 1.69.0
|
2021-08-24 16:53:54 +00:00
|
|
|
- Tighten soname globs
|
2021-08-24 16:50:12 +00:00
|
|
|
|
2021-07-22 02:32:24 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.68.0-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-06-28 07:50:05 +00:00
|
|
|
* Mon Jun 28 2021 David King <amigadave@amigadave.com> - 1.68.0-5
|
|
|
|
- Add Requires on python-markdown for g-ir-doc-tool
|
2021-06-28 07:55:19 +00:00
|
|
|
- Add license texts and documentation files
|
2021-06-28 07:50:05 +00:00
|
|
|
|
2021-06-03 02:37:54 +00:00
|
|
|
* Thu Jun 03 2021 Python Maint <python-maint@redhat.com> - 1.68.0-4
|
|
|
|
- Rebuilt for Python 3.10
|
|
|
|
|
2021-04-28 14:41:47 +00:00
|
|
|
* Wed Apr 28 2021 David King <amigadave@amigadave.com> - 1.68.0-3
|
|
|
|
- Fix the license field (#1915340)
|
|
|
|
|
2021-04-26 11:23:51 +00:00
|
|
|
* Mon Apr 26 2021 Kalev Lember <klember@redhat.com> - 1.68.0-2
|
|
|
|
- Fix graphene instrospection build on i686
|
|
|
|
|
2021-03-22 10:32:36 +00:00
|
|
|
* Mon Mar 22 2021 Kalev Lember <klember@redhat.com> - 1.68.0-1
|
|
|
|
- Update to 1.68.0
|
|
|
|
|
2021-03-15 20:20:31 +00:00
|
|
|
* Mon Mar 15 2021 Kalev Lember <klember@redhat.com> - 1.67.1-1
|
|
|
|
- Update to 1.67.1
|
|
|
|
|
2021-01-26 08:56:08 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.66.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-11-04 08:29:43 +00:00
|
|
|
* Wed Nov 04 2020 Kalev Lember <klember@redhat.com> - 1.66.1-2
|
|
|
|
- Backport an upstream MR to fix the build with Python 3.10 (#1893194)
|
|
|
|
|
2020-10-05 19:32:58 +00:00
|
|
|
* Mon Oct 5 2020 Kalev Lember <klember@redhat.com> - 1.66.1-1
|
|
|
|
- Update to 1.66.1
|
|
|
|
|
2020-09-12 18:04:38 +00:00
|
|
|
* Sat Sep 12 2020 Kalev Lember <klember@redhat.com> - 1.66.0-1
|
|
|
|
- Update to 1.66.0
|
|
|
|
|
2020-09-09 09:51:00 +00:00
|
|
|
* Wed Sep 09 2020 Than Ngo <than@redhat.com> - 1.64.1-5
|
|
|
|
- Rebuild
|
|
|
|
|
2020-08-01 02:27:21 +00:00
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.64.1-4
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-27 20:55:54 +00:00
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.64.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-05-22 21:44:19 +00:00
|
|
|
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 1.64.1-2
|
|
|
|
- Rebuilt for Python 3.9
|
|
|
|
|
2020-04-05 20:45:24 +00:00
|
|
|
* Sun Apr 05 2020 Kalev Lember <klember@redhat.com> - 1.64.1-1
|
|
|
|
- Update to 1.64.1
|
|
|
|
|
2020-03-26 21:35:52 +00:00
|
|
|
* Thu Mar 26 2020 Kalev Lember <klember@redhat.com> - 1.64.0-2
|
|
|
|
- Fix the build with Python 3.9 (#1817649)
|
|
|
|
|
2020-03-07 14:25:37 +00:00
|
|
|
* Sat Mar 07 2020 Kalev Lember <klember@redhat.com> - 1.64.0-1
|
|
|
|
- Update to 1.64.0
|
|
|
|
|
2020-01-28 23:10:50 +00:00
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.63.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2020-01-17 14:17:42 +00:00
|
|
|
* Fri Jan 17 2020 Kalev Lember <klember@redhat.com> - 1.63.2-1
|
|
|
|
- Update to 1.63.2
|
|
|
|
|
2020-01-16 17:25:05 +00:00
|
|
|
* Thu Jan 16 2020 Kalev Lember <klember@redhat.com> - 1.63.1-1
|
|
|
|
- Update to 1.63.1
|
|
|
|
|
2019-09-09 19:38:38 +00:00
|
|
|
* Mon Sep 09 2019 Kalev Lember <klember@redhat.com> - 1.62.0-1
|
|
|
|
- Update to 1.62.0
|
|
|
|
|
2019-08-19 12:36:34 +00:00
|
|
|
* Mon Aug 19 2019 Kalev Lember <klember@redhat.com> - 1.61.2-1
|
|
|
|
- Update to 1.61.2
|
|
|
|
|
2019-08-15 20:38:16 +00:00
|
|
|
* Thu Aug 15 2019 Miro Hrončok <mhroncok@redhat.com> - 1.61.1-2
|
|
|
|
- Rebuilt for Python 3.8
|
|
|
|
|
2019-08-12 09:55:58 +00:00
|
|
|
* Mon Aug 12 2019 Kalev Lember <klember@redhat.com> - 1.61.1-1
|
|
|
|
- Update to 1.61.1
|
|
|
|
|
2019-07-25 04:33:04 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.60.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-05-07 10:26:49 +00:00
|
|
|
* Tue May 07 2019 Miro Hrončok <mhroncok@redhat.com> - 1.60.1-3
|
|
|
|
- Require the Python version this was built with
|
|
|
|
|
2019-04-16 18:17:49 +00:00
|
|
|
* Tue Apr 16 2019 Adam Williamson <awilliam@redhat.com> - 1.60.1-2
|
|
|
|
- Rebuild with Meson fix for #1699099
|
|
|
|
|
2019-04-08 07:31:14 +00:00
|
|
|
* Mon Apr 08 2019 Kalev Lember <klember@redhat.com> - 1.60.1-1
|
|
|
|
- Update to 1.60.1
|
|
|
|
|
2019-03-11 08:41:38 +00:00
|
|
|
* Mon Mar 11 2019 Kalev Lember <klember@redhat.com> - 1.60.0-1
|
|
|
|
- Update to 1.60.0
|
|
|
|
|
2019-03-04 19:53:50 +00:00
|
|
|
* Mon Mar 04 2019 Kalev Lember <klember@redhat.com> - 1.59.5-1
|
|
|
|
- Update to 1.59.5
|
|
|
|
|
2019-02-04 23:01:13 +00:00
|
|
|
* Mon Feb 04 2019 Kalev Lember <klember@redhat.com> - 1.59.4-1
|
|
|
|
- Update to 1.59.4
|
|
|
|
|
2019-01-31 23:31:52 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.59.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2019-01-08 19:48:56 +00:00
|
|
|
* Tue Jan 08 2019 Kalev Lember <klember@redhat.com> - 1.59.3-1
|
|
|
|
- Update to 1.59.3
|
|
|
|
|
2019-01-05 16:23:26 +00:00
|
|
|
* Sat Jan 05 2019 Kalev Lember <klember@redhat.com> - 1.59.2-1
|
|
|
|
- Update to 1.59.2
|
2019-01-05 16:28:17 +00:00
|
|
|
- Switch to the meson build system
|
2019-01-05 16:28:53 +00:00
|
|
|
- Fix gtk-doc directory ownership
|
2019-01-05 16:23:26 +00:00
|
|
|
|
2018-12-30 12:55:17 +00:00
|
|
|
* Sun Dec 30 2018 Kalev Lember <klember@redhat.com> - 1.58.3-1
|
|
|
|
- Update to 1.58.3
|
|
|
|
|
2018-12-10 08:29:06 +00:00
|
|
|
* Mon Dec 10 2018 Kalev Lember <klember@redhat.com> - 1.58.2-1
|
|
|
|
- Update to 1.58.2
|
|
|
|
|
2018-11-17 18:27:13 +00:00
|
|
|
* Sat Nov 17 2018 Kalev Lember <klember@redhat.com> - 1.58.1-1
|
|
|
|
- Update to 1.58.1
|
|
|
|
|
2018-09-07 21:25:16 +00:00
|
|
|
* Fri Sep 07 2018 Kalev Lember <klember@redhat.com> - 1.58.0-2
|
|
|
|
- Rebuilt against fixed atk (#1626575)
|
|
|
|
|
2018-09-06 10:06:25 +00:00
|
|
|
* Thu Sep 06 2018 Kalev Lember <klember@redhat.com> - 1.58.0-1
|
|
|
|
- Update to 1.58.0
|
|
|
|
|
2018-08-12 18:41:24 +00:00
|
|
|
* Sun Aug 12 2018 Kalev Lember <klember@redhat.com> - 1.57.2-1
|
|
|
|
- Update to 1.57.2
|
|
|
|
|
2018-07-13 03:10:28 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.56.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-06-19 08:44:10 +00:00
|
|
|
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.56.1-2
|
|
|
|
- Rebuilt for Python 3.7
|
|
|
|
|
2018-04-09 08:28:47 +00:00
|
|
|
* Mon Apr 09 2018 Kalev Lember <klember@redhat.com> - 1.56.1-1
|
|
|
|
- Update to 1.56.1
|
|
|
|
|
2018-03-13 09:44:08 +00:00
|
|
|
* Tue Mar 13 2018 Kalev Lember <klember@redhat.com> - 1.56.0-1
|
|
|
|
- Update to 1.56.0
|
|
|
|
|
2018-03-03 09:15:02 +00:00
|
|
|
* Sat Mar 03 2018 Kalev Lember <klember@redhat.com> - 1.55.2-1
|
|
|
|
- Update to 1.55.2
|
2018-03-03 09:20:49 +00:00
|
|
|
- Drop /usr/bin/env shebang patch as the brp scripts now handle this correctly
|
2018-03-03 09:22:11 +00:00
|
|
|
- Remove ldconfig scriptlets
|
2018-03-03 09:15:02 +00:00
|
|
|
|
2018-02-07 13:46:34 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.54.1-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-02-03 14:48:25 +00:00
|
|
|
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.54.1-5
|
|
|
|
- Switch to python3
|
|
|
|
- Cleanup spec
|
|
|
|
|
2018-02-03 13:38:19 +00:00
|
|
|
* Sat Feb 03 2018 Richard Shaw <hobbes1069@gmail.com> - 1.54.1-4
|
|
|
|
- Add python2 to configure so shebangs are properly updated by
|
|
|
|
brp-mangle-shebangs.
|
|
|
|
|
2018-02-03 11:38:56 +00:00
|
|
|
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.54.1-3
|
|
|
|
- Switch to %%ldconfig_scriptlets
|
|
|
|
|
2018-01-05 21:23:42 +00:00
|
|
|
* Fri Jan 05 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.54.1-2
|
|
|
|
- Update Python 2 dependency declarations to new packaging standards
|
|
|
|
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
|
|
|
|
2017-10-06 20:52:44 +00:00
|
|
|
* Fri Oct 06 2017 Kalev Lember <klember@redhat.com> - 1.54.1-1
|
|
|
|
- Update to 1.54.1
|
|
|
|
|
2017-09-11 09:25:55 +00:00
|
|
|
* Mon Sep 11 2017 Kalev Lember <klember@redhat.com> - 1.54.0-1
|
|
|
|
- Update to 1.54.0
|
|
|
|
|
2017-09-05 20:31:43 +00:00
|
|
|
* Tue Sep 05 2017 Kalev Lember <klember@redhat.com> - 1.53.7-1
|
|
|
|
- Update to 1.53.7
|
|
|
|
|
2017-08-15 21:40:37 +00:00
|
|
|
* Tue Aug 15 2017 Kalev Lember <klember@redhat.com> - 1.53.5-1
|
|
|
|
- Update to 1.53.5
|
|
|
|
|
2017-08-02 22:13:30 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.53.4-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-30 19:50:49 +00:00
|
|
|
* Sun Jul 30 2017 Florian Weimer <fweimer@redhat.com> - 1.53.4-4
|
|
|
|
- Rebuild with binutils fix for ppc64le (#1475636)
|
|
|
|
|
2017-07-26 11:22:45 +00:00
|
|
|
* Wed Jul 26 2017 Florian Müllner <fmuellner@redhat.com> - 1.53.4-3
|
|
|
|
- Revert a GKeyFile introspection ABI change
|
|
|
|
|
2017-07-26 11:02:24 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.53.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-07-21 06:37:18 +00:00
|
|
|
* Fri Jul 21 2017 Kalev Lember <klember@redhat.com> - 1.53.4-1
|
|
|
|
- Update to 1.53.4
|
|
|
|
|
2017-06-25 15:27:48 +00:00
|
|
|
* Sun Jun 25 2017 Kalev Lember <klember@redhat.com> - 1.53.3-1
|
|
|
|
- Update to 1.53.3
|
|
|
|
|
2017-04-11 12:20:37 +00:00
|
|
|
* Tue Apr 11 2017 Kalev Lember <klember@redhat.com> - 1.52.1-1
|
|
|
|
- Update to 1.52.1
|
|
|
|
|
2017-03-21 09:00:41 +00:00
|
|
|
* Tue Mar 21 2017 Kalev Lember <klember@redhat.com> - 1.52.0-1
|
|
|
|
- Update to 1.52.0
|
|
|
|
|
2017-03-17 08:06:58 +00:00
|
|
|
* Fri Mar 17 2017 Kalev Lember <klember@redhat.com> - 1.51.5-1
|
|
|
|
- Update to 1.51.5
|
2017-03-17 08:09:55 +00:00
|
|
|
- Remove lib64 rpaths
|
2017-03-17 08:06:58 +00:00
|
|
|
|
2017-02-14 13:53:57 +00:00
|
|
|
* Tue Feb 14 2017 Richard Hughes <rhughes@redhat.com> - 1.51.3-1
|
|
|
|
- Update to 1.51.3
|
|
|
|
|
2017-02-13 13:25:17 +00:00
|
|
|
* Mon Feb 13 2017 Richard Hughes <rhughes@redhat.com> - 1.51.2-1
|
|
|
|
- Update to 1.51.2
|
|
|
|
|
2017-02-10 11:36:33 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.51.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-11-01 07:07:28 +00:00
|
|
|
* Tue Nov 01 2016 Kalev Lember <klember@redhat.com> - 1.51.1-1
|
|
|
|
- Update to 1.51.1
|
|
|
|
|
2016-09-20 11:14:34 +00:00
|
|
|
* Tue Sep 20 2016 Florian Müllner <fmuellner@redhat.com> - 1.50.0-1
|
|
|
|
- Update to 1.50.0
|
|
|
|
|
2016-09-13 08:48:20 +00:00
|
|
|
* Tue Sep 13 2016 Florian Müllner <fmuellner@redhat.com> - 1.49.2-1
|
|
|
|
- Update to 1.49.2
|
|
|
|
|
2016-09-02 11:12:27 +00:00
|
|
|
* Fri Sep 02 2016 Kalev Lember <klember@redhat.com> - 1.49.1-2
|
|
|
|
- Drop old gir-repository obsoletes
|
2016-09-02 11:13:53 +00:00
|
|
|
- Don't set group tags
|
2016-09-02 11:12:27 +00:00
|
|
|
|
2016-08-04 05:20:53 +00:00
|
|
|
* Thu Aug 04 2016 Kalev Lember <klember@redhat.com> - 1.49.1-1
|
|
|
|
- Update to 1.49.1
|
2016-08-04 05:22:53 +00:00
|
|
|
- Update source URLs
|
2016-08-04 05:20:53 +00:00
|
|
|
|
2016-03-22 22:54:51 +00:00
|
|
|
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 1.48.0-1
|
|
|
|
- Update to 1.48.0
|
|
|
|
|
2016-03-14 16:45:46 +00:00
|
|
|
* Mon Mar 14 2016 Richard Hughes <rhughes@redhat.com> - 1.47.92-1
|
|
|
|
- Update to 1.47.92
|
|
|
|
|
2016-02-03 22:42:12 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.47.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-12-09 21:20:55 +00:00
|
|
|
* Wed Dec 09 2015 Colin Walters <walters@redhat.com> - 1.47.1-2
|
|
|
|
- Backport revert of upstream patch around setuid apps
|
|
|
|
Resolves: #1285991
|
2015-12-09 22:13:41 +00:00
|
|
|
- Forcibly reautoconf to bypass timestamp issues
|
2015-12-09 21:20:55 +00:00
|
|
|
|
2015-11-02 09:16:04 +00:00
|
|
|
* Mon Nov 02 2015 Kalev Lember <klember@redhat.com> - 1.47.1-1
|
|
|
|
- Update to 1.47.1
|
|
|
|
|
2015-09-22 11:55:05 +00:00
|
|
|
* Tue Sep 22 2015 Kalev Lember <klember@redhat.com> - 1.46.0-1
|
|
|
|
- Update to 1.46.0
|
|
|
|
|
2015-08-21 13:36:59 +00:00
|
|
|
* Fri Aug 21 2015 Kalev Lember <klember@redhat.com> - 1.45.4-1
|
|
|
|
- Update to 1.45.4
|
2015-08-21 13:37:25 +00:00
|
|
|
- Use make_install macro
|
2015-08-21 13:36:59 +00:00
|
|
|
|
2015-07-03 20:54:25 +00:00
|
|
|
* Fri Jul 03 2015 Florian Müllner <fmuellner@redhat.com> - 1.45.3-1
|
|
|
|
- Update to 1.45.3
|
|
|
|
|
2015-06-17 09:14:37 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.45.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-05-31 20:22:23 +00:00
|
|
|
* Sun May 31 2015 Kalev Lember <kalevlember@gmail.com> - 1.45.2-1
|
|
|
|
- Update to 1.45.2
|
2015-05-31 20:24:54 +00:00
|
|
|
- Set minimum required glib2 version
|
2015-05-31 20:22:23 +00:00
|
|
|
|
2015-03-24 12:17:13 +00:00
|
|
|
* Tue Mar 24 2015 Kalev Lember <kalevlember@gmail.com> - 1.44.0-1
|
|
|
|
- Update to 1.44.0
|
|
|
|
|
2015-03-17 19:42:27 +00:00
|
|
|
* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 1.43.92-1
|
|
|
|
- Update to 1.43.92
|
|
|
|
|
2015-03-03 15:37:39 +00:00
|
|
|
* Tue Mar 03 2015 Kalev Lember <kalevlember@gmail.com> - 1.43.91-1
|
|
|
|
- Update to 1.43.91
|
2015-03-03 15:38:55 +00:00
|
|
|
- Use the %%license macro for the COPYING file
|
2015-03-03 15:37:39 +00:00
|
|
|
|
2015-01-22 10:28:13 +00:00
|
|
|
* Thu Jan 22 2015 Richard Hughes <rhughes@redhat.com> - 1.43.3-1
|
|
|
|
- Update to 1.43.3
|
|
|
|
|
2014-09-23 11:48:05 +00:00
|
|
|
* Tue Sep 23 2014 Kalev Lember <kalevlember@gmail.com> - 1.42.0-1
|
|
|
|
- Update to 1.42.0
|
|
|
|
|
2014-09-01 21:06:59 +00:00
|
|
|
* Mon Sep 01 2014 Kalev Lember <kalevlember@gmail.com> - 1.41.91-1
|
|
|
|
- Update to 1.41.91
|
|
|
|
|
2014-08-16 18:30:51 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.41.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-22 11:45:08 +00:00
|
|
|
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 1.41.4-1
|
|
|
|
- Update to 1.41.4
|
|
|
|
|
2014-06-26 12:56:51 +00:00
|
|
|
* Thu Jun 26 2014 Richard Hughes <rhughes@redhat.com> - 1.41.3-1
|
|
|
|
- Update to 1.41.3
|
|
|
|
|
2014-06-07 17:57:16 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.40.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-04-05 16:37:47 +00:00
|
|
|
* Sat Apr 05 2014 Kalev Lember <kalevlember@gmail.com> - 1.40.0-2
|
|
|
|
- Tighten -devel deps
|
|
|
|
|
2014-03-25 18:05:01 +00:00
|
|
|
* Tue Mar 25 2014 Richard Hughes <rhughes@redhat.com> - 1.40.0-1
|
|
|
|
- Update to 1.40.0
|
|
|
|
|
2014-02-19 19:20:32 +00:00
|
|
|
* Wed Feb 19 2014 Richard Hughes <rhughes@redhat.com> - 1.39.90-1
|
|
|
|
- Update to 1.39.90
|
|
|
|
|
2014-01-29 09:38:31 +00:00
|
|
|
* Wed Jan 29 2014 Richard Hughes <rhughes@redhat.com> - 1.39.3-1
|
|
|
|
- Update to 1.39.3
|
|
|
|
|
2013-11-25 18:31:35 +00:00
|
|
|
* Mon Nov 25 2013 Richard Hughes <rhughes@redhat.com> - 1.39.0-1
|
|
|
|
- Update to 1.39.0
|
|
|
|
|
2013-09-24 21:39:42 +00:00
|
|
|
* Tue Sep 24 2013 Kalev Lember <kalevlember@gmail.com> - 1.38.0-1
|
|
|
|
- Update to 1.38.0
|
|
|
|
|
2013-08-21 23:02:59 +00:00
|
|
|
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 1.37.6-1
|
|
|
|
- Update to 1.37.6
|
|
|
|
|
2013-08-03 16:07:56 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.37.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-16 14:57:22 +00:00
|
|
|
* Tue Jul 16 2013 Richard Hughes <rhughes@redhat.com> - 1.37.4-1
|
|
|
|
- Update to 1.37.4
|
|
|
|
|
2013-05-28 19:21:49 +00:00
|
|
|
* Tue May 28 2013 Colin Walters <walters@verbum.org> - 1.37.1-1
|
|
|
|
- Update to 1.37.1
|
|
|
|
|
2013-03-26 02:39:39 +00:00
|
|
|
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 1.36.0-1
|
|
|
|
- Update to 1.36.0
|
|
|
|
|
2013-03-21 17:18:06 +00:00
|
|
|
* Thu Mar 21 2013 Kalev Lember <kalevlember@gmail.com> - 1.35.9-1
|
|
|
|
- Update to 1.35.9
|
|
|
|
|
2013-03-05 15:18:36 +00:00
|
|
|
* Tue Mar 05 2013 Colin Walters <walters@verbum.org> - 1.35.8-2
|
|
|
|
- Enable g-ir-doctool
|
|
|
|
- Resolves: #903782
|
|
|
|
|
2013-02-19 16:54:56 +00:00
|
|
|
* Tue Feb 19 2013 Richard Hughes <rhughes@redhat.com> - 1.35.8-1
|
|
|
|
- Update to 1.35.8
|
|
|
|
|
2013-02-14 00:18:46 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.35.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2013-01-16 04:40:09 +00:00
|
|
|
* Tue Jan 15 2013 Matthias Clasen <mclasen@redhat.com> - 1.35.4-1
|
|
|
|
- Update to 1.35.4
|
|
|
|
|
2012-12-20 20:37:46 +00:00
|
|
|
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 1.35.3-1
|
|
|
|
- Update to 1.35.3
|
|
|
|
|
2012-11-20 21:34:42 +00:00
|
|
|
* Tue Nov 20 2012 Richard Hughes <hughsient@gmail.com> - 1.35.2-1
|
|
|
|
- Update to 1.35.2
|
|
|
|
|
2012-11-12 22:18:28 +00:00
|
|
|
* Mon Nov 12 2012 Kalev Lember <kalevlember@gmail.com> - 1.34.2-1
|
|
|
|
- Update to 1.34.2
|
|
|
|
|
2012-10-17 16:37:56 +00:00
|
|
|
* Wed Oct 17 2012 Kalev Lember <kalevlember@gmail.com> - 1.34.1.1-1
|
|
|
|
- Update to 1.34.1.1
|
|
|
|
|
2012-10-17 15:50:28 +00:00
|
|
|
* Wed Oct 17 2012 Kalev Lember <kalevlember@gmail.com> - 1.34.1-1
|
|
|
|
- Update to 1.34.1
|
|
|
|
|
2012-09-25 15:47:23 +00:00
|
|
|
* Tue Sep 25 2012 Kalev Lember <kalevlember@gmail.com> - 1.34.0-1
|
|
|
|
- Update to 1.34.0
|
|
|
|
|
2012-09-19 14:18:47 +00:00
|
|
|
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 1.33.14-1
|
|
|
|
- Update to 1.33.14
|
|
|
|
|
2012-09-05 20:03:39 +00:00
|
|
|
* Wed Sep 05 2012 Kalev Lember <kalevlember@gmail.com> - 1.33.10-1
|
|
|
|
- Update to 1.33.10
|
|
|
|
|
2012-08-22 08:10:34 +00:00
|
|
|
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 1.33.9-1
|
|
|
|
- Update to 1.33.9
|
|
|
|
|
2012-07-20 18:12:07 +00:00
|
|
|
* Fri Jul 20 2012 Matthias Clasen <mclasen@redhat.com> - 1.33.4-2
|
|
|
|
- Fix an unintended api break that broke vpn in gnome-shell
|
|
|
|
|
2012-07-17 14:26:04 +00:00
|
|
|
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 1.33.4-1
|
|
|
|
- Update to 1.33.4
|
|
|
|
|
2012-06-27 07:35:26 +00:00
|
|
|
* Wed Jun 27 2012 Richard Hughes <hughsient@gmail.com> - 1.33.3-1
|
|
|
|
- Update to 1.33.3
|
|
|
|
|
2012-06-07 09:01:35 +00:00
|
|
|
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 1.33.2-1
|
|
|
|
- Update to 1.33.2
|
|
|
|
|
2012-04-27 16:49:22 +00:00
|
|
|
* Fri Apr 27 2012 Kalev Lember <kalevlember@gmail.com> - 1.32.1-2
|
|
|
|
- Move libffi to pkgconfig Requires.private, in order to
|
|
|
|
reduce the impact when libffi soname bump lands in rawhide.
|
|
|
|
|
2012-04-19 18:23:13 +00:00
|
|
|
* Fri Apr 20 2012 Kalev Lember <kalevlember@gmail.com> - 1.32.1-1
|
|
|
|
- Update to 1.32.1
|
|
|
|
|
2012-03-28 02:19:14 +00:00
|
|
|
* Tue Mar 27 2012 Matthias Clasen <mclasen@redhat.com> 0 1.32.0-1
|
|
|
|
- Update to 1.32.0
|
|
|
|
|
2012-03-21 16:17:41 +00:00
|
|
|
* Wed Mar 21 2012 Matthias Clasen <mclasen@redhat.com> 0 1.31.22-1
|
|
|
|
- Update to 1.31.22
|
|
|
|
|
2012-03-06 02:20:48 +00:00
|
|
|
* Mon Mar 5 2012 Matthias Clasen <mclasen@redhat.com> 0 1.31.20-1
|
|
|
|
- Update to 1.31.20
|
|
|
|
|
2012-01-20 03:14:34 +00:00
|
|
|
* Thu Jan 19 2012 Matthias Clasen <mclasen@redhat.com> 0 1.31.10-1
|
|
|
|
- Update to 1.31.10
|
|
|
|
|
2012-01-13 04:08:12 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.31.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-12-20 19:08:23 +00:00
|
|
|
* Tue Dec 20 2011 Matthias Clasen <mclasen@redha.com> - 1.31.6-1
|
|
|
|
- Update to 1.31.6
|
|
|
|
|
2011-12-05 10:42:34 +00:00
|
|
|
* Mon Dec 05 2011 Karsten Hopp <karsten@redhat.com> 1.31.0-2
|
|
|
|
- add fix for PPC failure, bugzilla 749604
|
|
|
|
|
2011-11-16 14:22:40 +00:00
|
|
|
* Wed Nov 16 2011 Colin Walters <walters@verbum.org> - 1.31.0-2
|
|
|
|
- -devel package requires libtool
|
|
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=613466
|
|
|
|
|
2011-11-02 18:54:28 +00:00
|
|
|
* Wed Nov 2 2011 Matthias Clasen <mclasen@redhat.com> - 1.31.0-1
|
|
|
|
- Update to 1.31.0
|
|
|
|
|
2011-12-05 10:42:34 +00:00
|
|
|
* Mon Sep 26 2011 Ray <rstrode@redhat.com> - 1.30.0-1
|
|
|
|
- Update to 1.30.0
|
|
|
|
|
2011-09-21 00:12:08 +00:00
|
|
|
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> - 1.30.0-1
|
|
|
|
- Update to 1.30.0
|
|
|
|
|
2011-06-17 12:16:40 +00:00
|
|
|
* Fri Jun 17 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.29.0-1
|
|
|
|
- Update to 1.29.0
|
|
|
|
|
2011-04-21 17:59:42 +00:00
|
|
|
* Thu Apr 21 2011 John (J5) Palmieri <johnp@redhat.com> - 0.10.8-1
|
|
|
|
- Update to 0.10.8
|
|
|
|
|
2011-04-04 18:37:36 +00:00
|
|
|
* Mon Apr 4 2011 Matthias Clasen <mclasen@redhat.com> - 0.10.7-1
|
|
|
|
- Update to 0.10.7
|
|
|
|
|
2011-03-26 00:56:22 +00:00
|
|
|
* Fri Mar 25 2011 Owen Taylor <otaylor@redhat.com> - 0.10.6-1
|
|
|
|
- New upstream release to fix missing cairo typelib
|
|
|
|
|
2011-03-25 22:17:15 +00:00
|
|
|
* Fri Mar 25 2011 Colin Walters <walters@verbum.org> - 0.10.5-1
|
|
|
|
- New upstream release, fixes cairo.gir
|
|
|
|
Necessary to avoid gnome-shell having a cairo-devel dependency.
|
|
|
|
- Also add cairo-gobject-devel dependency, since we really want
|
|
|
|
the cairo typelib to link to GObject, since anyone using
|
|
|
|
introspection has it anyways.
|
|
|
|
|
2011-03-10 20:14:56 +00:00
|
|
|
* Thu Mar 10 2011 Colin Walters <walters@verbum.org> - 0.10.4-1
|
|
|
|
- Update to 0.10.4
|
|
|
|
|
2011-02-23 22:46:13 +00:00
|
|
|
* Wed Feb 23 2011 Colin Walters <walters@verbum.org> - 0.10.3-1
|
|
|
|
- Update to 0.10.3
|
|
|
|
|
2011-02-09 05:25:00 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-02-07 19:57:20 +00:00
|
|
|
* Mon Feb 7 2011 Colin Walters <walters@verbum.org> - 0.10.2-1
|
|
|
|
- Update to 0.10.2
|
|
|
|
|
2011-01-12 19:52:16 +00:00
|
|
|
* Wed Jan 12 2011 Colin Walters <walters@verbum.org> - 0.10.1-1
|
|
|
|
- Update to 0.10.1
|
|
|
|
|
2011-01-10 20:06:53 +00:00
|
|
|
* Mon Jan 10 2011 Owen Taylor <otaylor@redhat.com> - 0.10.0-1
|
|
|
|
- Update to 0.10.0
|
|
|
|
|
2010-09-30 19:18:58 +00:00
|
|
|
* Thu Sep 30 2010 Colin Walters <walters@verbum.org> - 0.9.10-1
|
|
|
|
- Update to 0.9.10
|
|
|
|
|
2010-09-30 18:12:10 +00:00
|
|
|
* Thu Sep 30 2010 Colin Walters <walters@verbum.org> - 0.9.9-1
|
|
|
|
- Update to 0.9.9
|
|
|
|
|
2010-09-29 12:21:41 +00:00
|
|
|
* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.9.8-1
|
|
|
|
- Update to 0.9.8
|
|
|
|
|
2010-09-28 18:20:37 +00:00
|
|
|
* Tue Sep 28 2010 Colin Walters <walters@verbum.org> - 0.9.7-1
|
|
|
|
- Update to 0.9.7
|
|
|
|
|
2010-09-21 17:32:20 +00:00
|
|
|
* Tue Sep 21 2010 Owen Taylor <otaylor@redhat.com> - 0.9.6-1
|
|
|
|
- Update to 0.9.6
|
|
|
|
|
2010-09-02 20:25:29 +00:00
|
|
|
* Thu Sep 2 2010 Colin Walters <walters@verbum.org> - 0.9.3-6
|
|
|
|
- Strip out test libraries; they're gone in upstream git, and
|
|
|
|
create a dependency on cairo (which requires libX11, which makes
|
|
|
|
server operating system builders freak out).
|
|
|
|
|
2010-08-04 20:40:54 +00:00
|
|
|
* Tue Aug 3 2010 Matthias Clasen <mclasen@redhat.com> - 0.9.3-1
|
2010-08-04 03:49:02 +00:00
|
|
|
- Update to 0.9.3
|
|
|
|
|
2010-07-26 10:42:05 +00:00
|
|
|
* Mon Jul 26 2010 David Malcolm <dmalcolm@redhat.com> - 0.9.2-5
|
|
|
|
- Cherrypick patch for python 2.7 compatibility (patch 1; rhbz#617782)
|
|
|
|
|
2010-07-19 17:35:08 +00:00
|
|
|
* Wed Jul 14 2010 Colin Walters <walters@verbum.org> - 0.9.2-4
|
2010-07-14 21:44:05 +00:00
|
|
|
- Backport patch from upstream for better errors
|
|
|
|
|
2010-07-12 18:45:09 +00:00
|
|
|
* Mon Jul 12 2010 Colin Walters <walters@verbum.org> - 0.9.2-1
|
|
|
|
- New upstream (unstable series) release; requires rebuilds
|
|
|
|
|
2010-06-29 19:33:42 +00:00
|
|
|
* Tue Jun 29 2010 Colin Walters <walters@verbum.org> - 0.9.0-1.4.20100629gitf0599b0a
|
|
|
|
- Add gtk-doc to files
|
|
|
|
|
2010-06-29 19:02:04 +00:00
|
|
|
* Tue Jun 29 2010 Colin Walters <walters@verbum.org>
|
|
|
|
- Switch to git snapshot; I forgot to enable gtk-doc in the last
|
|
|
|
tarball.
|
|
|
|
|
2010-06-29 14:38:22 +00:00
|
|
|
* Tue Jun 29 2010 Colin Walters <walters@verbum.org> - 0.9.0-1
|
|
|
|
- New upstream development release
|
|
|
|
- Update to support building git snapshot directly
|
|
|
|
|
2010-06-24 20:09:31 +00:00
|
|
|
* Thu Jun 24 2010 Colin Walters <walters@pocket> - 0.6.14-3
|
|
|
|
- rebuild to pick up new glib changes
|
|
|
|
|
2010-06-10 15:00:51 +00:00
|
|
|
* Thu Jun 10 2010 Colin Walters <walters@pocket> - 0.6.14-2
|
|
|
|
- Obsolete gir-repository{,-devel}
|
|
|
|
|
2010-06-08 14:05:15 +00:00
|
|
|
* Tue Jun 8 2010 Matthias Clasen <mclasen@redhat.com> - 0.6.14-1
|
|
|
|
- Update to 0.6.14
|
|
|
|
|
2012-11-21 10:06:56 +00:00
|
|
|
* Mon May 24 2010 Colin Walters <walters@verbum.org> - 0.6.12-1
|
2010-05-24 21:23:22 +00:00
|
|
|
- Update to latest upstream release 0.6.12
|
|
|
|
|
2010-03-25 23:18:06 +00:00
|
|
|
* Thu Mar 25 2010 Colin Walters <walters@verbum.org> - 0.6.9-3
|
|
|
|
- Move python library back into /usr/lib/gobject-introspection. I put
|
|
|
|
it there upstream for a reason, namely that apps need to avoid
|
|
|
|
polluting the global Python site-packages with bits of their internals.
|
|
|
|
It's not a public API.
|
|
|
|
|
|
|
|
Possibly resolves bug #569885
|
|
|
|
|
2010-03-24 18:51:40 +00:00
|
|
|
* Wed Mar 24 2010 Adam Miller <maxamillion@fedoraproject.org> - 0.6.9-2
|
|
|
|
- Added newly owned files (gobject-introspection-1.0 directory)
|
|
|
|
|
|
|
|
* Wed Mar 24 2010 Adam Miller <maxamillion@fedoraproject.org> - 0.6.9-1
|
|
|
|
- Update to latest upstream release 0.6.9
|
|
|
|
|
|
|
|
* Thu Mar 11 2010 Colin Walters <walters@verbum.org> - 0.6.8-0.3.20100311git2cc97351
|
|
|
|
- rebuilt
|
|
|
|
|
2010-03-11 20:52:49 +00:00
|
|
|
* Thu Mar 11 2010 Colin Walters <walters@verbum.org>
|
|
|
|
- New upstream snapshot
|
|
|
|
- rm unneeded rm
|
|
|
|
|
2010-01-28 20:54:14 +00:00
|
|
|
* Thu Jan 28 2010 Adam Miller <maxamillion@fedoraproject.org> - 0.6.8-0.1.20100128git
|
2010-01-28 20:21:42 +00:00
|
|
|
- Update to new git snapshot
|
|
|
|
- Fix Version tag to comply with correct naming use with alphatag
|
|
|
|
|
2012-11-21 10:06:56 +00:00
|
|
|
* Fri Jan 15 2010 Adam Miller <maxamillion@fedoraproject.org> - 0.6.7.20100115git-1
|
2010-01-15 17:26:48 +00:00
|
|
|
- Update to git snapshot for rawhide
|
|
|
|
|
2009-12-22 15:08:09 +00:00
|
|
|
* Tue Dec 22 2009 Matthias Clasen <mclasen@redhat.com> - 0.6.7-1
|
|
|
|
- Update to 0.6.7
|
|
|
|
|
2009-09-04 21:43:34 +00:00
|
|
|
* Fri Sep 11 2009 Colin Walters <walters@verbum.org> - 0.6.5-1
|
|
|
|
- New upstream
|
|
|
|
- Drop libtool dep
|
|
|
|
|
2009-08-28 17:11:38 +00:00
|
|
|
* Fri Aug 28 2009 Colin Walters <walters@verbum.org> - 0.6.4-2
|
|
|
|
- Add dep on libtool temporarily
|
|
|
|
|
2012-11-21 10:06:56 +00:00
|
|
|
* Wed Aug 26 2009 Colin Walters <walters@verbum.org> - 0.6.4-1
|
2009-08-25 16:09:12 +00:00
|
|
|
- New upstream 0.6.4
|
|
|
|
- Drop upstreamed build fix patch
|
|
|
|
|
2009-07-25 01:01:31 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-07-06 20:07:13 +00:00
|
|
|
* Mon Jul 6 2009 Peter Robinson <pbrobinson@gmail.com> - 0.6.3-4
|
|
|
|
- Add upstream patch to fix a build crash
|
|
|
|
|
2009-07-02 13:23:15 +00:00
|
|
|
* Thu Jul 2 2009 Peter Robinson <pbrobinson@gmail.com> - 0.6.3-3
|
|
|
|
- Add -ggdb temporarily so it compiles on ppc64
|
|
|
|
|
2009-07-02 09:09:42 +00:00
|
|
|
* Thu Jul 2 2009 Peter Robinson <pbrobinson@gmail.com> - 0.6.3-2
|
|
|
|
- Add the new source file
|
|
|
|
|
2009-07-02 09:03:14 +00:00
|
|
|
* Thu Jul 2 2009 Peter Robinson <pbrobinson@gmail.com> - 0.6.3-1
|
|
|
|
- Update to 0.6.3
|
|
|
|
|
2009-06-02 16:02:42 +00:00
|
|
|
* Mon Jun 1 2009 Dan Williams <dcbw@redhat.com> - 0.6.2-1
|
|
|
|
- Update to 0.6.2
|
|
|
|
|
2009-02-25 00:14:39 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-12-11 21:55:55 +00:00
|
|
|
* Thu Dec 11 2008 Colin Walters <walters@verbum.org> - 0.6.1-1
|
|
|
|
- Update to 0.6.1
|
|
|
|
|
|
|
|
* Fri Oct 31 2008 Colin Walters <walters@verbum.org> - 0.6.0-1
|
|
|
|
- Create spec goo
|