37fb2c1
%global glib2_version 2.80.0
e835e4d
b02c344
Name:           gobject-introspection
37fb2c1
Version:        1.80.0
37fb2c1
Release:        1%{?dist}
b02c344
Summary:        Introspection system for GObject-based libraries
b02c344
5574dba
License:        GPL-2.0-or-later AND LGPL-2.0-or-later AND LGPL-2.1-or-later AND BSD-2-Clause
401cdaa
URL:            https://wiki.gnome.org/Projects/GObjectIntrospection
37fb2c1
Source:         https://download.gnome.org/sources/%{name}/1.80/%{name}-%{version}.tar.xz
e21b910
2485dd8
# Workaround for Python 3.12 compatibility
2485dd8
# https://bugzilla.redhat.com/show_bug.cgi?id=2208966
3b17231
Patch:          workaround.patch
7f78c6c
b02c344
BuildRequires:  bison
4f1255c
BuildRequires:  flex
fdfe605
BuildRequires:  gcc
4f1255c
BuildRequires:  gettext
8af9d9b
BuildRequires:  gtk-doc
b126f34
BuildRequires:  meson
4f1255c
BuildRequires:  python3-devel
4f1255c
BuildRequires:  python3-mako
f4bcbad
BuildRequires:  python3-markdown
7854011
BuildRequires:  pkgconfig(cairo-gobject)
7854011
BuildRequires:  pkgconfig(gio-2.0) >= %{glib2_version}
7854011
BuildRequires:  pkgconfig(libffi)
b02c344
e835e4d
Requires:       glib2%{?_isa} >= %{glib2_version}
e835e4d
b02c344
%description
b02c344
GObject Introspection can scan C header and source files in order to
b02c344
generate introspection "typelib" files.  It also provides an API to examine
b02c344
typelib files, useful for creating language bindings among other
b02c344
things.
b02c344
b02c344
%package devel
1fe1ea4
Summary:        Libraries and headers for gobject-introspection
1fe1ea4
Requires:       %{name}%{?_isa} = %{version}-%{release}
Colin Walters 44b4a0a
# Not always, but whatever, it's a tiny dep to pull in
1fe1ea4
Requires:       libtool
Colin Walters b6342e6
# For g-ir-doctool
1fe1ea4
Requires:       python3-mako
21f8a3a
Requires:       python3-markdown
8470393
# This package only works with the Python version it was built with
8470393
# https://bugzilla.redhat.com/show_bug.cgi?id=1691064
8470393
Requires:       (python(abi) = %{python3_version} if python3)
0bf1bb8
# The package uses distutils which is no longer part of Python 3.12+ standard library
0bf1bb8
# https://bugzilla.redhat.com/show_bug.cgi?id=2135406
0bf1bb8
Requires:       (python3-setuptools if python3 >= 3.12)
b02c344
b02c344
%description devel
b02c344
Libraries and headers for gobject-introspection
b02c344
b02c344
%prep
a1e9305
%autosetup -p1
2485dd8
mv giscanner/ast.py giscanner/gio_ast.py
b02c344
b02c344
%build
ac446fe
%meson -Ddoctool=enabled -Dgtk_doc=true -Dpython=%{__python3}
b126f34
%meson_build
b02c344
b02c344
%install
b126f34
%meson_install
e509cf3
fdfe605
%check
fdfe605
%meson_test
fdfe605
b02c344
%files
ed6f351
%doc NEWS README.rst
ed6f351
%license COPYING COPYING.GPL COPYING.LGPL
698c9ec
%{_libdir}/libgirepository-1.0.so.1*
5fb9f5b
%dir %{_libdir}/girepository-1.0
5fb9f5b
%{_libdir}/girepository-1.0/*.typelib
b02c344
b02c344
%files devel
698c9ec
%{_libdir}/libgirepository-1.0.so
1fe1ea4
%{_libdir}/gobject-introspection/
fdfe605
%{_libdir}/pkgconfig/gobject-introspection-1.0.pc
fdfe605
%{_libdir}/pkgconfig/gobject-introspection-no-export-1.0.pc
fdfe605
%{_includedir}/gobject-introspection-1.0/
b02c344
%{_bindir}/g-ir-*
fdfe605
%dir %{_datadir}/gir-1.0
fdfe605
%{_datadir}/gir-1.0/*.gir
fdfe605
%{_datadir}/gir-1.0/gir-1.2.rnc
1fe1ea4
%{_datadir}/gobject-introspection-1.0/
e509cf3
%{_datadir}/aclocal/introspection.m4
9bd8219
%dir %{_datadir}/gtk-doc
9bd8219
%dir %{_datadir}/gtk-doc/html
1fe1ea4
%{_datadir}/gtk-doc/html/gi/
4eeb828
%{_mandir}/man1/g-ir-compiler.1*
5ac2f61
%{_mandir}/man1/g-ir-doc-tool.1*
4eeb828
%{_mandir}/man1/g-ir-generate.1*
4eeb828
%{_mandir}/man1/g-ir-scanner.1*
b02c344
b02c344
%changelog
37fb2c1
* Mon Mar 11 2024 David King <amigadave@amigadave.com> - 1.80.0-1
37fb2c1
- Update to 1.80.0
37fb2c1
1a6c9c6
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.79.1-4
1a6c9c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
1a6c9c6
9e35382
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.79.1-3
9e35382
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
9e35382
e21b910
* Thu Jan 11 2024 Kalev Lember <klember@redhat.com> - 1.79.1-2
e21b910
- Backport a patch to avoid loading mismatching GIRepository versions
e21b910
f495185
* Thu Jan 11 2024 Kalev Lember <klember@redhat.com> - 1.79.1-1
f495185
- Update to 1.79.1
f495185
13f99fa
* Mon Sep 18 2023 Kalev Lember <klember@redhat.com> - 1.78.1-1
13f99fa
- Update to 1.78.1
13f99fa
27bf5aa
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.76.1-5
27bf5aa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
27bf5aa
78674d7
* Thu Jun 15 2023 Python Maint <python-maint@redhat.com> - 1.76.1-4
78674d7
- Rebuilt for Python 3.12
78674d7
2485dd8
* Fri Jun 09 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 1.76.1-3
2485dd8
- Add workaround patch for compatibility with Python 3.12
2485dd8
fdfe605
* Fri May 19 2023 David King <amigadave@amigadave.com> - 1.76.1-2
fdfe605
- Enable tests during check phase
fdfe605
a2e5742
* Fri Mar 24 2023 David King <amigadave@amigadave.com> - 1.76.1-1
a2e5742
- Update to 1.76.1
a2e5742
5574dba
* Tue Mar 14 2023 David King <amigadave@amigadave.com> - 1.76.0-1
5574dba
- Update to 1.76.0
5574dba
53681f3
* Wed Feb 15 2023 David King <amigadave@amigadave.com> - 1.75.6-1
53681f3
- Update to 1.75.6
53681f3
24df1d5
* Mon Feb 06 2023 David King <amigadave@amigadave.com> - 1.75.4-1
24df1d5
- Update to 1.75.4
24df1d5
38fc093
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.74.0-3
38fc093
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
38fc093
0bf1bb8
* Tue Dec 20 2022 Kalev Lember <klember@redhat.com> - 1.74.0-2
0bf1bb8
- Require python3-distutils for Python 3.12+ support (#2135406)
0bf1bb8
d473168
* Mon Sep 19 2022 Kalev Lember <klember@redhat.com> - 1.74.0-1
d473168
- Update to 1.74.0
d473168
97b99d2
* Tue Sep 06 2022 Kalev Lember <klember@redhat.com> - 1.73.1-1
97b99d2
- Update to 1.73.1
97b99d2
31c8f8e
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.73.0-2
31c8f8e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
31c8f8e
2d99566
* Fri Jul 15 2022 Kalev Lember <klember@redhat.com> - 1.73.0-1
2d99566
- Update to 1.73.0
2d99566
289c39b
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.72.0-2
289c39b
- Rebuilt for Python 3.11
289c39b
e323f75
* Fri Mar 18 2022 David King <amigadave@amigadave.com> - 1.72.0-1
e323f75
- Update to 1.72.0
e323f75
7854011
* Mon Feb 14 2022 David King <amigadave@amigadave.com> - 1.71.0-1
7854011
- Update to 1.71.0
7854011
47386a2
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.70.0-3
47386a2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
47386a2
58f3275
* Sat Jan 08 2022 Miro Hrončok <mhroncok@redhat.com> - 1.70.0-2
58f3275
- Rebuilt for https://fedoraproject.org/wiki/Changes/LIBFFI34
58f3275
7901031
* Sat Sep 18 2021 Kalev Lember <klember@redhat.com> - 1.70.0-1
7901031
- Update to 1.70.0
7901031
5ac2f61
* Tue Aug 24 2021 Kalev Lember <klember@redhat.com> - 1.69.0-1
5ac2f61
- Update to 1.69.0
698c9ec
- Tighten soname globs
5ac2f61
914920f
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.68.0-6
914920f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
914920f
21f8a3a
* Mon Jun 28 2021 David King <amigadave@amigadave.com> - 1.68.0-5
21f8a3a
- Add Requires on python-markdown for g-ir-doc-tool
ed6f351
- Add license texts and documentation files
21f8a3a
035f7bd
* Thu Jun 03 2021 Python Maint <python-maint@redhat.com> - 1.68.0-4
035f7bd
- Rebuilt for Python 3.10
035f7bd
6db2909
* Wed Apr 28 2021 David King <amigadave@amigadave.com> - 1.68.0-3
6db2909
- Fix the license field (#1915340)
6db2909
7f78c6c
* Mon Apr 26 2021 Kalev Lember <klember@redhat.com> - 1.68.0-2
7f78c6c
- Fix graphene instrospection build on i686
7f78c6c
c6a3e37
* Mon Mar 22 2021 Kalev Lember <klember@redhat.com> - 1.68.0-1
c6a3e37
- Update to 1.68.0
c6a3e37
7b3747d
* Mon Mar 15 2021 Kalev Lember <klember@redhat.com> - 1.67.1-1
7b3747d
- Update to 1.67.1
7b3747d
a5f92c2
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.66.1-3
a5f92c2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
a5f92c2
408248f
* Wed Nov 04 2020 Kalev Lember <klember@redhat.com> - 1.66.1-2
408248f
- Backport an upstream MR to fix the build with Python 3.10 (#1893194)
408248f
c0e74c0
* Mon Oct  5 2020 Kalev Lember <klember@redhat.com> - 1.66.1-1
c0e74c0
- Update to 1.66.1
c0e74c0
caf4c54
* Sat Sep 12 2020 Kalev Lember <klember@redhat.com> - 1.66.0-1
caf4c54
- Update to 1.66.0
caf4c54
3729c19
* Wed Sep 09 2020 Than Ngo <than@redhat.com> - 1.64.1-5
3729c19
- Rebuild
3729c19
7e5da4a
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.64.1-4
7e5da4a
- Second attempt - Rebuilt for
7e5da4a
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
7e5da4a
cc96f33
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.64.1-3
cc96f33
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
cc96f33
d28e5bf
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 1.64.1-2
d28e5bf
- Rebuilt for Python 3.9
d28e5bf
18e0bc2
* Sun Apr 05 2020 Kalev Lember <klember@redhat.com> - 1.64.1-1
18e0bc2
- Update to 1.64.1
18e0bc2
9cd0b26
* Thu Mar 26 2020 Kalev Lember <klember@redhat.com> - 1.64.0-2
9cd0b26
- Fix the build with Python 3.9 (#1817649)
9cd0b26
1575224
* Sat Mar 07 2020 Kalev Lember <klember@redhat.com> - 1.64.0-1
1575224
- Update to 1.64.0
1575224
cde132a
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.63.2-2
cde132a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
cde132a
b5ae59e
* Fri Jan 17 2020 Kalev Lember <klember@redhat.com> - 1.63.2-1
b5ae59e
- Update to 1.63.2
b5ae59e
ac446fe
* Thu Jan 16 2020 Kalev Lember <klember@redhat.com> - 1.63.1-1
ac446fe
- Update to 1.63.1
ac446fe
c4f2c7e
* Mon Sep 09 2019 Kalev Lember <klember@redhat.com> - 1.62.0-1
c4f2c7e
- Update to 1.62.0
c4f2c7e
93743be
* Mon Aug 19 2019 Kalev Lember <klember@redhat.com> - 1.61.2-1
93743be
- Update to 1.61.2
93743be
5c654dd
* Thu Aug 15 2019 Miro Hrončok <mhroncok@redhat.com> - 1.61.1-2
5c654dd
- Rebuilt for Python 3.8
5c654dd
2bcbc15
* Mon Aug 12 2019 Kalev Lember <klember@redhat.com> - 1.61.1-1
2bcbc15
- Update to 1.61.1
2bcbc15
fb628d3
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.60.1-4
fb628d3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
fb628d3
8470393
* Tue May 07 2019 Miro Hrončok <mhroncok@redhat.com> - 1.60.1-3
8470393
- Require the Python version this was built with
8470393
ac8187d
* Tue Apr 16 2019 Adam Williamson <awilliam@redhat.com> - 1.60.1-2
ac8187d
- Rebuild with Meson fix for #1699099
ac8187d
4364f05
* Mon Apr 08 2019 Kalev Lember <klember@redhat.com> - 1.60.1-1
4364f05
- Update to 1.60.1
4364f05
4bda35e
* Mon Mar 11 2019 Kalev Lember <klember@redhat.com> - 1.60.0-1
4bda35e
- Update to 1.60.0
4bda35e
2dc6cf7
* Mon Mar 04 2019 Kalev Lember <klember@redhat.com> - 1.59.5-1
2dc6cf7
- Update to 1.59.5
2dc6cf7
586275a
* Mon Feb 04 2019 Kalev Lember <klember@redhat.com> - 1.59.4-1
586275a
- Update to 1.59.4
586275a
7fe3fe2
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.59.3-2
7fe3fe2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
7fe3fe2
a12038b
* Tue Jan 08 2019 Kalev Lember <klember@redhat.com> - 1.59.3-1
a12038b
- Update to 1.59.3
a12038b
f2d0e5b
* Sat Jan 05 2019 Kalev Lember <klember@redhat.com> - 1.59.2-1
f2d0e5b
- Update to 1.59.2
b126f34
- Switch to the meson build system
9bd8219
- Fix gtk-doc directory ownership
f2d0e5b
9e170ee
* Sun Dec 30 2018 Kalev Lember <klember@redhat.com> - 1.58.3-1
9e170ee
- Update to 1.58.3
9e170ee
ecf5a34
* Mon Dec 10 2018 Kalev Lember <klember@redhat.com> - 1.58.2-1
ecf5a34
- Update to 1.58.2
ecf5a34
ba3519f
* Sat Nov 17 2018 Kalev Lember <klember@redhat.com> - 1.58.1-1
ba3519f
- Update to 1.58.1
ba3519f
77f1935
* Fri Sep 07 2018 Kalev Lember <klember@redhat.com> - 1.58.0-2
77f1935
- Rebuilt against fixed atk (#1626575)
77f1935
f4bcbad
* Thu Sep 06 2018 Kalev Lember <klember@redhat.com> - 1.58.0-1
f4bcbad
- Update to 1.58.0
f4bcbad
cb10011
* Sun Aug 12 2018 Kalev Lember <klember@redhat.com> - 1.57.2-1
cb10011
- Update to 1.57.2
cb10011
f2fbc82
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.56.1-3
f2fbc82
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
f2fbc82
ef6a3e2
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.56.1-2
ef6a3e2
- Rebuilt for Python 3.7
ef6a3e2
187e8ff
* Mon Apr 09 2018 Kalev Lember <klember@redhat.com> - 1.56.1-1
187e8ff
- Update to 1.56.1
187e8ff
2602733
* Tue Mar 13 2018 Kalev Lember <klember@redhat.com> - 1.56.0-1
2602733
- Update to 1.56.0
2602733
70777cf
* Sat Mar 03 2018 Kalev Lember <klember@redhat.com> - 1.55.2-1
70777cf
- Update to 1.55.2
61741b0
- Drop /usr/bin/env shebang patch as the brp scripts now handle this correctly
0b3dcce
- Remove ldconfig scriptlets
70777cf
51df447
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.54.1-6
51df447
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
51df447
1fe1ea4
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.54.1-5
1fe1ea4
- Switch to python3
1fe1ea4
- Cleanup spec
1fe1ea4
7ad10f0
* Sat Feb 03 2018 Richard Shaw <hobbes1069@gmail.com> - 1.54.1-4
7ad10f0
- Add python2 to configure so shebangs are properly updated by
7ad10f0
  brp-mangle-shebangs.
7ad10f0
5386a38
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.54.1-3
5386a38
- Switch to %%ldconfig_scriptlets
5386a38
b4b99aa
* Fri Jan 05 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.54.1-2
b4b99aa
- Update Python 2 dependency declarations to new packaging standards
b4b99aa
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
b4b99aa
4b8b0a5
* Fri Oct 06 2017 Kalev Lember <klember@redhat.com> - 1.54.1-1
4b8b0a5
- Update to 1.54.1
4b8b0a5
34ac562
* Mon Sep 11 2017 Kalev Lember <klember@redhat.com> - 1.54.0-1
34ac562
- Update to 1.54.0
34ac562
14d6a5c
* Tue Sep 05 2017 Kalev Lember <klember@redhat.com> - 1.53.7-1
14d6a5c
- Update to 1.53.7
14d6a5c
a1e9305
* Tue Aug 15 2017 Kalev Lember <klember@redhat.com> - 1.53.5-1
a1e9305
- Update to 1.53.5
a1e9305
8d29378
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.53.4-5
8d29378
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
8d29378
cb3e1fd
* Sun Jul 30 2017 Florian Weimer <fweimer@redhat.com> - 1.53.4-4
cb3e1fd
- Rebuild with binutils fix for ppc64le (#1475636)
cb3e1fd
Florian Müllner 5e2b106
* Wed Jul 26 2017 Florian Müllner <fmuellner@redhat.com> - 1.53.4-3
Florian Müllner 5e2b106
- Revert a GKeyFile introspection ABI change
Florian Müllner 5e2b106
0edc97f
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.53.4-2
0edc97f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
0edc97f
268c791
* Fri Jul 21 2017 Kalev Lember <klember@redhat.com> - 1.53.4-1
268c791
- Update to 1.53.4
268c791
4626be0
* Sun Jun 25 2017 Kalev Lember <klember@redhat.com> - 1.53.3-1
4626be0
- Update to 1.53.3
4626be0
55bfa0b
* Tue Apr 11 2017 Kalev Lember <klember@redhat.com> - 1.52.1-1
55bfa0b
- Update to 1.52.1
55bfa0b
739990f
* Tue Mar 21 2017 Kalev Lember <klember@redhat.com> - 1.52.0-1
739990f
- Update to 1.52.0
739990f
35d8182
* Fri Mar 17 2017 Kalev Lember <klember@redhat.com> - 1.51.5-1
35d8182
- Update to 1.51.5
713b9b1
- Remove lib64 rpaths
35d8182
Richard Hughes 4908919
* Tue Feb 14 2017 Richard Hughes <rhughes@redhat.com> - 1.51.3-1
Richard Hughes 4908919
- Update to 1.51.3
Richard Hughes 4908919
Richard Hughes fe3d827
* Mon Feb 13 2017 Richard Hughes <rhughes@redhat.com> - 1.51.2-1
Richard Hughes fe3d827
- Update to 1.51.2
Richard Hughes fe3d827
d1f87aa
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.51.1-2
d1f87aa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
d1f87aa
9a7300b
* Tue Nov 01 2016 Kalev Lember <klember@redhat.com> - 1.51.1-1
9a7300b
- Update to 1.51.1
9a7300b
Florian Müllner ef36c13
* Tue Sep 20 2016 Florian Müllner <fmuellner@redhat.com> - 1.50.0-1
Florian Müllner ef36c13
- Update to 1.50.0
Florian Müllner ef36c13
Florian Müllner 3e94c68
* Tue Sep 13 2016 Florian Müllner <fmuellner@redhat.com> - 1.49.2-1
Florian Müllner 3e94c68
- Update to 1.49.2
Florian Müllner 3e94c68
760c517
* Fri Sep 02 2016 Kalev Lember <klember@redhat.com> - 1.49.1-2
760c517
- Drop old gir-repository obsoletes
beeeaa0
- Don't set group tags
760c517
6141339
* Thu Aug 04 2016 Kalev Lember <klember@redhat.com> - 1.49.1-1
6141339
- Update to 1.49.1
401cdaa
- Update source URLs
6141339
e5d6b78
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 1.48.0-1
e5d6b78
- Update to 1.48.0
e5d6b78
Richard Hughes f737486
* Mon Mar 14 2016 Richard Hughes <rhughes@redhat.com> - 1.47.92-1
Richard Hughes f737486
- Update to 1.47.92
Richard Hughes f737486
32319e3
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.47.1-3
32319e3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
32319e3
Colin Walters e6c54c6
* Wed Dec 09 2015 Colin Walters <walters@redhat.com> - 1.47.1-2
Colin Walters e6c54c6
- Backport revert of upstream patch around setuid apps
Colin Walters e6c54c6
  Resolves: #1285991
Colin Walters 9828e37
- Forcibly reautoconf to bypass timestamp issues
Colin Walters e6c54c6
20d737c
* Mon Nov 02 2015 Kalev Lember <klember@redhat.com> - 1.47.1-1
20d737c
- Update to 1.47.1
20d737c
6daf910
* Tue Sep 22 2015 Kalev Lember <klember@redhat.com> - 1.46.0-1
6daf910
- Update to 1.46.0
6daf910
f6670eb
* Fri Aug 21 2015 Kalev Lember <klember@redhat.com> - 1.45.4-1
f6670eb
- Update to 1.45.4
c9319a5
- Use make_install macro
f6670eb
Florian Müllner 59c280f
* Fri Jul 03 2015 Florian Müllner <fmuellner@redhat.com> - 1.45.3-1
Florian Müllner 59c280f
- Update to 1.45.3
Florian Müllner 59c280f
0f42ccc
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.45.2-2
0f42ccc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
0f42ccc
915a2c2
* Sun May 31 2015 Kalev Lember <kalevlember@gmail.com> - 1.45.2-1
915a2c2
- Update to 1.45.2
e835e4d
- Set minimum required glib2 version
915a2c2
6e1bfb1
* Tue Mar 24 2015 Kalev Lember <kalevlember@gmail.com> - 1.44.0-1
6e1bfb1
- Update to 1.44.0
6e1bfb1
7323f53
* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 1.43.92-1
7323f53
- Update to 1.43.92
7323f53
a6f8cf7
* Tue Mar 03 2015 Kalev Lember <kalevlember@gmail.com> - 1.43.91-1
a6f8cf7
- Update to 1.43.91
052d574
- Use the %%license macro for the COPYING file
a6f8cf7
Richard Hughes a7b3307
* Thu Jan 22 2015 Richard Hughes <rhughes@redhat.com> - 1.43.3-1
Richard Hughes a7b3307
- Update to 1.43.3
Richard Hughes a7b3307
d4a70e0
* Tue Sep 23 2014 Kalev Lember <kalevlember@gmail.com> - 1.42.0-1
d4a70e0
- Update to 1.42.0
d4a70e0
f429161
* Mon Sep 01 2014 Kalev Lember <kalevlember@gmail.com> - 1.41.91-1
f429161
- Update to 1.41.91
f429161
0f18827
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.41.4-2
0f18827
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
0f18827
6e9bb74
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 1.41.4-1
6e9bb74
- Update to 1.41.4
6e9bb74
Richard Hughes ac4943a
* Thu Jun 26 2014 Richard Hughes <rhughes@redhat.com> - 1.41.3-1
Richard Hughes ac4943a
- Update to 1.41.3
Richard Hughes ac4943a
434bac7
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.40.0-3
434bac7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
434bac7
d9799a2
* Sat Apr 05 2014 Kalev Lember <kalevlember@gmail.com> - 1.40.0-2
d9799a2
- Tighten -devel deps
d9799a2
Richard Hughes 26bb5a1
* Tue Mar 25 2014 Richard Hughes <rhughes@redhat.com> - 1.40.0-1
Richard Hughes 26bb5a1
- Update to 1.40.0
Richard Hughes 26bb5a1
Richard Hughes 9c4fdf8
* Wed Feb 19 2014 Richard Hughes <rhughes@redhat.com> - 1.39.90-1
Richard Hughes 9c4fdf8
- Update to 1.39.90
Richard Hughes 9c4fdf8
Richard Hughes 0983989
* Wed Jan 29 2014 Richard Hughes <rhughes@redhat.com> - 1.39.3-1
Richard Hughes 0983989
- Update to 1.39.3
Richard Hughes 0983989
Richard Hughes 5906ada
* Mon Nov 25 2013 Richard Hughes <rhughes@redhat.com> - 1.39.0-1
Richard Hughes 5906ada
- Update to 1.39.0
Richard Hughes 5906ada
245d597
* Tue Sep 24 2013 Kalev Lember <kalevlember@gmail.com> - 1.38.0-1
245d597
- Update to 1.38.0
245d597
362b81c
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 1.37.6-1
362b81c
- Update to 1.37.6
362b81c
b0ef1fa
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.37.4-2
b0ef1fa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
b0ef1fa
Richard Hughes 6fab3cf
* Tue Jul 16 2013 Richard Hughes <rhughes@redhat.com> - 1.37.4-1
Richard Hughes 6fab3cf
- Update to 1.37.4
Richard Hughes 6fab3cf
Colin Walters e92f7b9
* Tue May 28 2013 Colin Walters <walters@verbum.org> - 1.37.1-1
Colin Walters e92f7b9
- Update to 1.37.1
Colin Walters e92f7b9
d343329
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 1.36.0-1
d343329
- Update to 1.36.0
d343329
fe2c653
* Thu Mar 21 2013 Kalev Lember <kalevlember@gmail.com> - 1.35.9-1
fe2c653
- Update to 1.35.9
fe2c653
Colin Walters b6342e6
* Tue Mar 05 2013 Colin Walters <walters@verbum.org> - 1.35.8-2
Colin Walters b6342e6
- Enable g-ir-doctool
Colin Walters b6342e6
- Resolves: #903782
Colin Walters b6342e6
Richard Hughes 2f76621
* Tue Feb 19 2013 Richard Hughes <rhughes@redhat.com> - 1.35.8-1
Richard Hughes 2f76621
- Update to 1.35.8
Richard Hughes 2f76621
0bfb2f0
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.35.4-2
0bfb2f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
0bfb2f0
b3b81ae
* Tue Jan 15 2013 Matthias Clasen <mclasen@redhat.com> - 1.35.4-1
b3b81ae
- Update to 1.35.4
b3b81ae
4f6c80e
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 1.35.3-1
4f6c80e
- Update to 1.35.3
4f6c80e
Richard Hughes 3975276
* Tue Nov 20 2012 Richard Hughes <hughsient@gmail.com> - 1.35.2-1
Richard Hughes 3975276
- Update to 1.35.2
Richard Hughes 3975276
e77facf
* Mon Nov 12 2012 Kalev Lember <kalevlember@gmail.com> - 1.34.2-1
e77facf
- Update to 1.34.2
e77facf
f76b18e
* Wed Oct 17 2012 Kalev Lember <kalevlember@gmail.com> - 1.34.1.1-1
f76b18e
- Update to 1.34.1.1
f76b18e
d7d9c32
* Wed Oct 17 2012 Kalev Lember <kalevlember@gmail.com> - 1.34.1-1
d7d9c32
- Update to 1.34.1
d7d9c32
b0e0a1b
* Tue Sep 25 2012 Kalev Lember <kalevlember@gmail.com> - 1.34.0-1
b0e0a1b
- Update to 1.34.0
b0e0a1b
Richard Hughes e383947
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 1.33.14-1
Richard Hughes e383947
- Update to 1.33.14
Richard Hughes e383947
7238d09
* Wed Sep 05 2012 Kalev Lember <kalevlember@gmail.com> - 1.33.10-1
7238d09
- Update to 1.33.10
7238d09
Richard Hughes b8546e0
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 1.33.9-1
Richard Hughes b8546e0
- Update to 1.33.9
Richard Hughes b8546e0
4a0b03f
* Fri Jul 20 2012 Matthias Clasen <mclasen@redhat.com> - 1.33.4-2
4a0b03f
- Fix an unintended api break that broke vpn in gnome-shell
4a0b03f
Richard Hughes 44e01c2
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 1.33.4-1
Richard Hughes 44e01c2
- Update to 1.33.4
Richard Hughes 44e01c2
Richard Hughes 483a352
* Wed Jun 27 2012 Richard Hughes <hughsient@gmail.com> - 1.33.3-1
Richard Hughes 483a352
- Update to 1.33.3
Richard Hughes 483a352
Richard Hughes 1142a86
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 1.33.2-1
Richard Hughes 1142a86
- Update to 1.33.2
Richard Hughes 1142a86
289e364
* Fri Apr 27 2012 Kalev Lember <kalevlember@gmail.com> - 1.32.1-2
289e364
- Move libffi to pkgconfig Requires.private, in order to
289e364
  reduce the impact when libffi soname bump lands in rawhide.
289e364
a01db43
* Fri Apr 20 2012 Kalev Lember <kalevlember@gmail.com> - 1.32.1-1
a01db43
- Update to 1.32.1
a01db43
d94f187
* Tue Mar 27 2012 Matthias Clasen <mclasen@redhat.com> 0 1.32.0-1
d94f187
- Update to 1.32.0
d94f187
4deef9b
* Wed Mar 21 2012 Matthias Clasen <mclasen@redhat.com> 0 1.31.22-1
4deef9b
- Update to 1.31.22
4deef9b
704198f
* Mon Mar  5 2012 Matthias Clasen <mclasen@redhat.com> 0 1.31.20-1
704198f
- Update to 1.31.20
704198f
00ecaac
* Thu Jan 19 2012 Matthias Clasen <mclasen@redhat.com> 0 1.31.10-1
00ecaac
- Update to 1.31.10
00ecaac
22d3730
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.31.6-2
22d3730
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
22d3730
76f066e
* Tue Dec 20 2011 Matthias Clasen <mclasen@redha.com> - 1.31.6-1
76f066e
- Update to 1.31.6
76f066e
f62622e
* Mon Dec 05 2011 Karsten Hopp <karsten@redhat.com> 1.31.0-2
f62622e
- add fix for PPC failure, bugzilla 749604
f62622e
Colin Walters 44b4a0a
* Wed Nov 16 2011 Colin Walters <walters@verbum.org> - 1.31.0-2
Colin Walters 44b4a0a
- -devel package requires libtool
Colin Walters 44b4a0a
  https://bugzilla.redhat.com/show_bug.cgi?id=613466
Colin Walters 44b4a0a
85cc123
* Wed Nov  2 2011 Matthias Clasen <mclasen@redhat.com> - 1.31.0-1
85cc123
- Update to 1.31.0
85cc123
f62622e
* Mon Sep 26 2011 Ray <rstrode@redhat.com> - 1.30.0-1
f62622e
- Update to 1.30.0
f62622e
dc112c6
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> - 1.30.0-1
dc112c6
- Update to 1.30.0
dc112c6
78dc971
* Fri Jun 17 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.29.0-1
78dc971
- Update to 1.29.0
78dc971
John (J5) Palmieri bcf0aa8
* Thu Apr 21 2011 John (J5) Palmieri <johnp@redhat.com> - 0.10.8-1
John (J5) Palmieri bcf0aa8
- Update to 0.10.8
John (J5) Palmieri bcf0aa8
8a59178
* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> - 0.10.7-1
8a59178
- Update to 0.10.7
8a59178
Owen W. Taylor 063d7ec
* Fri Mar 25 2011 Owen Taylor <otaylor@redhat.com> - 0.10.6-1
Owen W. Taylor 063d7ec
- New upstream release to fix missing cairo typelib
Owen W. Taylor 063d7ec
Colin Walters 0999d67
* Fri Mar 25 2011 Colin Walters <walters@verbum.org> - 0.10.5-1
Colin Walters 0999d67
- New upstream release, fixes cairo.gir
Colin Walters 0999d67
  Necessary to avoid gnome-shell having a cairo-devel dependency.
Colin Walters 0999d67
- Also add cairo-gobject-devel dependency, since we really want
Colin Walters 0999d67
  the cairo typelib to link to GObject, since anyone using
Colin Walters 0999d67
  introspection has it anyways.
Colin Walters 0999d67
Colin Walters 4fcfdf6
* Thu Mar 10 2011 Colin Walters <walters@verbum.org> - 0.10.4-1
Colin Walters 4fcfdf6
- Update to 0.10.4
Colin Walters 4fcfdf6
Colin Walters 4290251
* Wed Feb 23 2011 Colin Walters <walters@verbum.org> - 0.10.3-1
Colin Walters 4290251
- Update to 0.10.3
Colin Walters 4290251
5dd8c99
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.2-2
5dd8c99
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
5dd8c99
Colin Walters 6847e64
* Mon Feb  7 2011 Colin Walters <walters@verbum.org> - 0.10.2-1
Colin Walters 6847e64
- Update to 0.10.2
Colin Walters 6847e64
Colin Walters 3391d97
* Wed Jan 12 2011 Colin Walters <walters@verbum.org> - 0.10.1-1
Colin Walters 3391d97
- Update to 0.10.1
Colin Walters 3391d97
Owen W. Taylor 1de300b
* Mon Jan 10 2011 Owen Taylor <otaylor@redhat.com> - 0.10.0-1
Owen W. Taylor 1de300b
- Update to 0.10.0
Owen W. Taylor 1de300b
Colin Walters 4468e2f
* Thu Sep 30 2010 Colin Walters <walters@verbum.org> - 0.9.10-1
Colin Walters 4468e2f
- Update to 0.9.10
Colin Walters 4468e2f
Colin Walters 40e1ccd
* Thu Sep 30 2010 Colin Walters <walters@verbum.org> - 0.9.9-1
Colin Walters 40e1ccd
- Update to 0.9.9
Colin Walters 40e1ccd
dacb807
* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.9.8-1
dacb807
- Update to 0.9.8
dacb807
Colin Walters e13eadb
* Tue Sep 28 2010 Colin Walters <walters@verbum.org> - 0.9.7-1
Colin Walters e13eadb
- Update to 0.9.7
Colin Walters e13eadb
Owen W. Taylor b76fc4e
* Tue Sep 21 2010 Owen Taylor <otaylor@redhat.com> - 0.9.6-1
Owen W. Taylor b76fc4e
- Update to 0.9.6
Owen W. Taylor b76fc4e
Colin Walters 5ac89e5
* Thu Sep  2 2010 Colin Walters <walters@verbum.org> - 0.9.3-6
Colin Walters 5ac89e5
- Strip out test libraries; they're gone in upstream git, and
Colin Walters 5ac89e5
  create a dependency on cairo (which requires libX11, which makes
Colin Walters 5ac89e5
  server operating system builders freak out).
Colin Walters 5ac89e5
604959d
* Tue Aug  3 2010 Matthias Clasen <mclasen@redhat.com> - 0.9.3-1
109438f
- Update to 0.9.3
109438f
3960e9f
* Mon Jul 26 2010 David Malcolm <dmalcolm@redhat.com> - 0.9.2-5
3960e9f
- Cherrypick patch for python 2.7 compatibility (patch 1; rhbz#617782)
3960e9f
ab736bc
* Wed Jul 14 2010 Colin Walters <walters@verbum.org> - 0.9.2-4
59ffe9e
- Backport patch from upstream for better errors
59ffe9e
dd1b729
* Mon Jul 12 2010 Colin Walters <walters@verbum.org> - 0.9.2-1
dd1b729
- New upstream (unstable series) release; requires rebuilds
dd1b729
430ccaa
* Tue Jun 29 2010 Colin Walters <walters@verbum.org> - 0.9.0-1.4.20100629gitf0599b0a
430ccaa
- Add gtk-doc to files
430ccaa
0f23c39
* Tue Jun 29 2010 Colin Walters <walters@verbum.org>
0f23c39
- Switch to git snapshot; I forgot to enable gtk-doc in the last
0f23c39
  tarball.
0f23c39
8af9d9b
* Tue Jun 29 2010 Colin Walters <walters@verbum.org> - 0.9.0-1
8af9d9b
- New upstream development release
8af9d9b
- Update to support building git snapshot directly
8af9d9b
f2d9379
* Thu Jun 24 2010 Colin Walters <walters@pocket> - 0.6.14-3
f2d9379
- rebuild to pick up new glib changes
f2d9379
0265fd9
* Thu Jun 10 2010 Colin Walters <walters@pocket> - 0.6.14-2
0265fd9
- Obsolete gir-repository{,-devel}
0265fd9
565a474
* Tue Jun  8 2010 Matthias Clasen <mclasen@redhat.com> - 0.6.14-1
565a474
- Update to 0.6.14
565a474
Richard Hughes 45fe26d
* Mon May 24 2010 Colin Walters <walters@verbum.org> - 0.6.12-1
41a5bd9
- Update to latest upstream release 0.6.12
41a5bd9
97685c9
* Thu Mar 25 2010 Colin Walters <walters@verbum.org> - 0.6.9-3
97685c9
- Move python library back into /usr/lib/gobject-introspection.  I put
97685c9
  it there upstream for a reason, namely that apps need to avoid
97685c9
  polluting the global Python site-packages with bits of their internals.
97685c9
  It's not a public API.
97685c9
  
97685c9
  Possibly resolves bug #569885
97685c9
6f92c2f
* Wed Mar 24 2010 Adam Miller <maxamillion@fedoraproject.org> - 0.6.9-2
6f92c2f
- Added newly owned files (gobject-introspection-1.0 directory)
6f92c2f
6f92c2f
* Wed Mar 24 2010 Adam Miller <maxamillion@fedoraproject.org> - 0.6.9-1
6f92c2f
- Update to latest upstream release 0.6.9
6f92c2f
6f92c2f
* Thu Mar 11 2010 Colin Walters <walters@verbum.org> - 0.6.8-0.3.20100311git2cc97351
6f92c2f
- rebuilt
6f92c2f
392c252
* Thu Mar 11 2010 Colin Walters <walters@verbum.org>
392c252
- New upstream snapshot
392c252
- rm unneeded rm
392c252
04100db
* Thu Jan 28 2010 Adam Miller <maxamillion@fedoraproject.org> - 0.6.8-0.1.20100128git
760be0b
- Update to new git snapshot
760be0b
- Fix Version tag to comply with correct naming use with alphatag
760be0b
Richard Hughes 45fe26d
* Fri Jan 15 2010 Adam Miller <maxamillion@fedoraproject.org> - 0.6.7.20100115git-1
76682b8
- Update to git snapshot for rawhide 
76682b8
8787ae9
* Tue Dec 22 2009 Matthias Clasen <mclasen@redhat.com> - 0.6.7-1
8787ae9
- Update to 0.6.7
8787ae9
e6bf0c8
* Fri Sep 11 2009 Colin Walters <walters@verbum.org> - 0.6.5-1
e6bf0c8
- New upstream
e6bf0c8
- Drop libtool dep 
e6bf0c8
85768da
* Fri Aug 28 2009 Colin Walters <walters@verbum.org> - 0.6.4-2
85768da
- Add dep on libtool temporarily
85768da
Richard Hughes 45fe26d
* Wed Aug 26 2009 Colin Walters <walters@verbum.org> - 0.6.4-1
6b5a95e
- New upstream 0.6.4
6b5a95e
- Drop upstreamed build fix patch 
6b5a95e
7f39aa2
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-5
7f39aa2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
7f39aa2
4689f25
* Mon Jul  6 2009 Peter Robinson <pbrobinson@gmail.com> - 0.6.3-4
4689f25
- Add upstream patch to fix a build crash
4689f25
8a14410
* Thu Jul  2 2009 Peter Robinson <pbrobinson@gmail.com> - 0.6.3-3
8a14410
- Add -ggdb temporarily so it compiles on ppc64
8a14410
8714ba7
* Thu Jul  2 2009 Peter Robinson <pbrobinson@gmail.com> - 0.6.3-2
8714ba7
- Add the new source file
8714ba7
e509cf3
* Thu Jul  2 2009 Peter Robinson <pbrobinson@gmail.com> - 0.6.3-1
e509cf3
- Update to 0.6.3
e509cf3
5fb9f5b
* Mon Jun  1 2009 Dan Williams <dcbw@redhat.com> - 0.6.2-1
5fb9f5b
- Update to 0.6.2
5fb9f5b
b096c4d
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-2
b096c4d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
b096c4d
b02c344
* Thu Dec 11 2008 Colin Walters <walters@verbum.org> - 0.6.1-1
b02c344
- Update to 0.6.1
b02c344
b02c344
* Fri Oct 31 2008 Colin Walters <walters@verbum.org> - 0.6.0-1
b02c344
- Create spec goo