17bfd36
# This package depends on automagic byte compilation
17bfd36
# https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_2
17bfd36
%global _python_bytecompile_extra 1
17bfd36
6da05e8
%global apiver 1.0
1a463ae
86bdfa7
Name:           libpeas
fc067f6
Version:        1.23.92
fc067f6
Release:        1%{?dist}
86bdfa7
Summary:        Plug-ins implementation convenience library
5d10bff
86bdfa7
License:        LGPLv2+
86bdfa7
URL:            https://wiki.gnome.org/Projects/Libpeas
ffa0758
Source0:        https://download.gnome.org/sources/%{name}/1.23/%{name}-%{version}.tar.xz
5d10bff
5aa1fa8
BuildRequires:  gcc
ffa0758
BuildRequires:  gettext
ffa0758
BuildRequires:  gtk-doc
ffa0758
BuildRequires:  meson
9e43022
BuildRequires:  pkgconfig(gio-2.0)
9e43022
BuildRequires:  pkgconfig(gladeui-2.0)
5aa1fa8
BuildRequires:  pkgconfig(glib-2.0)
5aa1fa8
BuildRequires:  pkgconfig(gmodule-2.0)
9e43022
BuildRequires:  pkgconfig(gobject-2.0)
5aa1fa8
BuildRequires:  pkgconfig(gobject-introspection-1.0)
9e43022
BuildRequires:  pkgconfig(gtk+-3.0)
c193004
BuildRequires:  pkgconfig(pygobject-3.0)
c193004
BuildRequires:  python3-devel
5d10bff
5d10bff
%description
5d10bff
libpeas is a convenience library making adding plug-ins support
dd1b72d
to glib-based applications.
dd1b72d
dd1b72d
%package gtk
dd1b72d
Summary:        GTK+ plug-ins support for libpeas
dd1b72d
Requires:       %{name}%{?_isa} = %{version}-%{release}
dd1b72d
dd1b72d
%description gtk
dd1b72d
libpeas-gtk is a convenience library making adding plug-ins support
dd1b72d
to GTK+-based applications.
5d10bff
90e8ecd
%package loader-python3
86bdfa7
Summary:        Python 3 loader for libpeas
86bdfa7
Requires:       %{name}%{?_isa} = %{version}-%{release}
86bdfa7
Requires:       python3-gobject
90e8ecd
Bastien Nocera 6e60cb9
Obsoletes: libpeas-loader-python < %{version}-%{release}
Bastien Nocera 6e60cb9
Provides: libpeas-loader-python = %{version}-%{release}
Bastien Nocera 6e60cb9
90e8ecd
%description loader-python3
90e8ecd
This package contains the Python 3 loader that is needed to
90e8ecd
run Python 3 plugins that use libpeas.
90e8ecd
5d10bff
%package devel
86bdfa7
Summary:        Development files for libpeas
86bdfa7
Requires:       %{name}%{?_isa} = %{version}-%{release}
dd1b72d
Requires:       %{name}-gtk%{?_isa} = %{version}-%{release}
5d10bff
5d10bff
%description devel
5d10bff
This package contains development libraries and header files
5d10bff
that are needed to write applications that use libpeas.
5d10bff
5d10bff
%prep
ac61e52
%autosetup -p1
5d10bff
5d10bff
%build
ffa0758
%meson \
fc067f6
  -Ddemos=false \
ffa0758
  -Dvapi=true \
ffa0758
  -Dgtk_doc=true
5371be7
ffa0758
%meson_build
5371be7
ffa0758
%install
ffa0758
%meson_install
5371be7
ffa0758
%find_lang libpeas-1.0
5d10bff
6038076
%ldconfig_scriptlets
5d10bff
ffa0758
%files -f libpeas-1.0.lang
2443d6d
%doc AUTHORS NEWS README
951132b
%license COPYING
de92f2f
%{_libdir}/libpeas-%{apiver}.so.0*
6da05e8
%dir %{_libdir}/libpeas-%{apiver}/
6da05e8
%dir %{_libdir}/libpeas-%{apiver}/loaders
af5f197
%dir %{_libdir}/girepository-1.0
6da05e8
%{_libdir}/girepository-1.0/Peas-%{apiver}.typelib
90e8ecd
%{_datadir}/icons/hicolor/*/actions/libpeas-plugin.*
90e8ecd
dd1b72d
%files gtk
de92f2f
%{_libdir}/libpeas-gtk-%{apiver}.so.0*
6da05e8
%{_libdir}/girepository-1.0/PeasGtk-%{apiver}.typelib
dd1b72d
90e8ecd
%files loader-python3
6da05e8
%{_libdir}/libpeas-%{apiver}/loaders/libpython3loader.so
5d10bff
5d10bff
%files devel
6da05e8
%{_includedir}/libpeas-%{apiver}/
4353219
%dir %{_datadir}/gtk-doc/
4353219
%dir %{_datadir}/gtk-doc/html/
5d10bff
%{_datadir}/gtk-doc/html/libpeas/
6da05e8
%{_libdir}/libpeas-%{apiver}.so
6da05e8
%{_libdir}/libpeas-gtk-%{apiver}.so
af5f197
%dir %{_datadir}/gir-1.0
6da05e8
%{_datadir}/gir-1.0/Peas-%{apiver}.gir
6da05e8
%{_datadir}/gir-1.0/PeasGtk-%{apiver}.gir
6da05e8
%{_libdir}/pkgconfig/libpeas-%{apiver}.pc
6da05e8
%{_libdir}/pkgconfig/libpeas-gtk-%{apiver}.pc
7a075ac
%{_datadir}/glade/catalogs/libpeas-gtk.xml
5d10bff
5d10bff
%changelog
fc067f6
* Thu Sep 05 2019 Kalev Lember <klember@redhat.com> - 1.23.92-1
fc067f6
- Update to 1.23.92
fc067f6
abfaa4c
* Tue Aug 20 2019 Kalev Lember <klember@redhat.com> - 1.23.90.1-2
abfaa4c
- Revert inadvertent soname bump
de92f2f
- Tighten spec file globs to avoid accidental soname bumps in the future
abfaa4c
ffa0758
* Tue Aug 20 2019 Kalev Lember <klember@redhat.com> - 1.23.90.1-1
ffa0758
- Update to 1.23.90.1
ffa0758
- Switch to the meson build system
ffa0758
645979f
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.22.0-14
645979f
- Rebuilt for Python 3.8
645979f
Bastien Nocera d841470
* Thu Aug 01 2019 Bastien Nocera <bnocera@redhat.com> - 1.22.0-13
Bastien Nocera d841470
+ libpeas-1.22.0-13
Bastien Nocera d841470
- Force disable the Python2 loader, which could still be built by accident (#1736043)
Bastien Nocera d841470
e1e3089
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.22.0-12
e1e3089
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
e1e3089
ac61e52
* Fri May 31 2019 Charalampos Stratakis <cstratak@redhat.com> - 1.22.0-11
ac61e52
- Fix FTBFS with Python 3.8 (#1715665)
ac61e52
9d26a23
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.22.0-10
9d26a23
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
9d26a23
8e162f8
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.22.0-9
8e162f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
8e162f8
85b9a2f
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.22.0-8
85b9a2f
- Rebuilt for Python 3.7
85b9a2f
Bastien Nocera 6e60cb9
* Wed Jun 06 2018 Bastien Nocera <bnocera@redhat.com> - 1.22.0-7
Bastien Nocera 6e60cb9
+ libpeas-1.22.0-7
Bastien Nocera 6e60cb9
- Obsolete libpeas-loader-python
Bastien Nocera 6e60cb9
Bastien Nocera 5ecfd42
* Thu Mar 22 2018 Bastien Nocera <bnocera@redhat.com> - 1.22.0-6
Bastien Nocera 5ecfd42
+ libpeas-1.22.0-6
Bastien Nocera 5ecfd42
- Remove python2 loader, all GNOME apps using libpeas were ported to Python3
Bastien Nocera 5ecfd42
  when ported to GTK+ 3.x
Bastien Nocera 5ecfd42
a0d9a95
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.22.0-5
a0d9a95
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
a0d9a95
6038076
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.22.0-4
6038076
- Switch to %%ldconfig_scriptlets
6038076
fbbbdd8
* Fri Jan 05 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.22.0-3
fbbbdd8
- Remove obsolete scriptlets
fbbbdd8
1152b0f
* Thu Nov 30 2017 Merlin Mathesius <mmathesi@redhat.com> - 1.22.0-2
1152b0f
- Cleanup spec file conditionals
1152b0f
83b58b6
* Sun Sep 10 2017 Kalev Lember <klember@redhat.com> - 1.22.0-1
83b58b6
- Update to 1.22.0
83b58b6
b81eda1
* Tue Aug 15 2017 Kalev Lember <klember@redhat.com> - 1.21.0-1
b81eda1
- Update to 1.21.0
b81eda1
be39407
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.21.0-0.3.gitbcc8644
be39407
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
be39407
340fab2
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.21.0-0.2.gitbcc8644
340fab2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
340fab2
d1faac8
* Tue Jul 18 2017 Kalev Lember <klember@redhat.com> - 1.21.0-0.1.gitbcc8644
d1faac8
- Update to 1.21.0 git snapshot
d1faac8
f479ecc
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.0-5
f479ecc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
f479ecc
f89f452
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1.20.0-4
f89f452
- Rebuild for Python 3.6
f89f452
5371be7
* Thu Nov 24 2016 Kalev Lember <klember@redhat.com> - 1.20.0-3
5371be7
- Remove lib64 rpaths
c193004
- Update RHEL conditionals
af5f197
- Fix directory ownership
5371be7
4a738ad
* Tue Nov 08 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.20.0-2
4a738ad
- Trivial fixes in spec
4a738ad
- disable silent building
4a738ad
- use %%autosetup
4a738ad
- split out GTK+ support to the subpackage
4a738ad
- use %%make_build
4a738ad
- remove all libtool files in libdir
4a738ad
- drop unneeded chrpath calls
4a738ad
14e41f6
* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 1.20.0-1
14e41f6
- Update to 1.20.0
99634e1
- Don't set group tags
14e41f6
991edad
* Sun Mar 20 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.18.0-1
991edad
- Update to 1.18.0
991edad
1420885
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.0-2
1420885
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
1420885
42504b2
* Mon Jan 25 2016 Kalev Lember <klember@redhat.com> - 1.17.0-1
42504b2
- Update to 1.17.0
42504b2
f1984ca
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.16.0-2
f1984ca
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
f1984ca
71d66e1
* Tue Sep 22 2015 Kalev Lember <klember@redhat.com> - 1.16.0-1
71d66e1
- Update to 1.16.0
7861058
- Use make_install macro
71d66e1
90e8ecd
* Fri Jul 03 2015 David King <amigadave@amigadave.com> - 1.15.0-3
90e8ecd
- Split out Python 2 and 3 loaders into subpackages (#1226879)
90e8ecd
71ca110
* Fri Jun 26 2015 David King <amigadave@amigadave.com> - 1.15.0-2
71ca110
- Add Requires for Python plugin support (#750925)
71ca110
1885a27
* Thu Jun 25 2015 David King <amigadave@amigadave.com> - 1.15.0-1
1885a27
- Update to 1.15.0 (#1235615)
768bdcc
- Update URL
951132b
- Use license macro for COPYING
abd032b
- Use pkgconfig for BuildRequires
2443d6d
- Add README and NEWS to doc
1885a27
4358b6c
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.14.0-2
4358b6c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
4358b6c
5c92c97
* Tue Mar 24 2015 Kalev Lember <kalevlember@gmail.com> - 1.14.0-1
5c92c97
- Update to 1.14.0
5c92c97
Richard Hughes 8e92faf
* Mon Feb 16 2015 Richard Hughes <rhughes@redhat.com> - 1.13.0-1
Richard Hughes 8e92faf
- Update to 1.13.0
Richard Hughes 8e92faf
bc47724
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 1.12.1-1
bc47724
- Update to 1.12.1
f5d3ea2
- Tighten deps with the _isa macro
bc47724
2bbbe7c
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.1-2
2bbbe7c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
2bbbe7c
ed424a1
* Fri Aug 01 2014 Kalev Lember <kalevlember@gmail.com> - 1.10.1-1
ed424a1
- Update to 1.10.1
ed424a1
bf4119a
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 1.10.0-4
bf4119a
- Rebuilt for gobject-introspection 1.41.4
bf4119a
23bb5f4
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.0-3
23bb5f4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
23bb5f4
1affe24
* Thu May 22 2014 Bohuslav Kabrda <bkabrda@redhat.com> - 1.10.0-2
1affe24
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
1affe24
Richard Hughes 7b598de
* Mon Mar 31 2014 Richard Hughes <rhughes@redhat.com> - 1.10.0-1
Richard Hughes 7b598de
- Update to 1.10.0
Richard Hughes 7b598de
676d7d6
* Wed Feb 05 2014 Adam Williamson <awilliam@redhat.com> - 1.9.0-3
676d7d6
- drop gjs plugin support (backported from upstream; no-one wants it)
676d7d6
f9f4a8a
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.0-2
f9f4a8a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
f9f4a8a
dec5850
* Thu Jun 20 2013 Kalev Lember <kalevlember@gmail.com> - 1.9.0-1
dec5850
- Update to 1.9.0
dec5850
Ignacio Casal Quinteiro 013c584
* Tue Mar 26 2013 Ignacio Casal Quinteiro <icq@gnome.org> - 1.8.0-1
Ignacio Casal Quinteiro 013c584
- Update to 1.8.0
Ignacio Casal Quinteiro 013c584
d612773
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.0-2
d612773
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
d612773
Ignacio Casal Quinteiro 0c04b20
* Sun Jan 06 2013 Ignacio Casal Quinteiro <icq@gnome.org> - 1.7.0-1
Ignacio Casal Quinteiro 0c04b20
- Update to 1.7.0
Ignacio Casal Quinteiro 0c04b20
80e1c4e
* Wed Nov 28 2012 Kalev Lember <kalevlember@gmail.com> - 1.6.2-1
80e1c4e
- Update to 1.6.2
4353219
- Avoid runtime deps on gtk-doc (#754495)
80e1c4e
Bastien Nocera 5b93d03
* Mon Nov 19 2012 Bastien Nocera <bnocera@redhat.com> 1.6.1-2
Bastien Nocera 5b93d03
- Fix source URL
Bastien Nocera 5b93d03
Ignacio Casal Quinteiro 370615c
* Tue Oct 16 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 1.6.1-1
Ignacio Casal Quinteiro 370615c
- Update to 1.6.1
Ignacio Casal Quinteiro 370615c
Ignacio Casal Quinteiro 186901d
* Tue Sep 25 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 1.6.0-1
Ignacio Casal Quinteiro 186901d
- Update to 1.6.0
Ignacio Casal Quinteiro 186901d
Bastien Nocera daf7173
* Wed Sep 19 2012 Bastien Nocera <bnocera@redhat.com> 1.5.0-1
Bastien Nocera daf7173
- Disable vala, as it was disabled upstream:
Bastien Nocera daf7173
http://git.gnome.org/browse/libpeas/commit/?id=1031aaeeef282ab2bb65cb6ae48fa4abff453c4d
Bastien Nocera daf7173
Ignacio Casal Quinteiro 0547bae
* Wed Jul 18 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 1.5.0-1
Ignacio Casal Quinteiro 0547bae
- Update to 1.5.0
Ignacio Casal Quinteiro 0547bae
0d2ab34
* Thu May 03 2012 Kalev Lember <kalevlember@gmail.com> - 1.4.0-2
0d2ab34
- Re-enable the GJS loader
224fa5e
- Remove unwanted lib64 rpaths
0d2ab34
Ignacio Casal Quinteiro 74ccf68
* Wed Mar 28 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 1.4.0-1
Ignacio Casal Quinteiro 74ccf68
- Update to 1.4.0
Ignacio Casal Quinteiro 74ccf68
8e8f9c8
* Fri Mar  2 2012 Matthias Clasen <mclasen@redhat.com> - 1.3.0-2
8e8f9c8
- Make seed optional for RHEL
8e8f9c8
Ignacio Casal Quinteiro 9e2c1d9
* Sat Feb 25 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 1.3.0-1
Ignacio Casal Quinteiro 9e2c1d9
- Update to 1.3.0
Ignacio Casal Quinteiro 9e2c1d9
c2b49f3
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-2
c2b49f3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
c2b49f3
277fff1
* Wed Sep 28 2011 Ray <rstrode@redhat.com> - 1.2.0-1
277fff1
- Update to 1.2.0
277fff1
b20f7d6
* Wed Sep 28 2011 Ray <rstrode@redhat.com> - 1.2.0-1
b20f7d6
- Update to 1.2.0
b20f7d6
096b7a8
* Wed Sep 28 2011 Ray <rstrode@redhat.com> - 1.2.0-1
096b7a8
- Update to 1.2.0
096b7a8
2665105
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 1.2.0-1
2665105
- Update to 1.2.0
2665105
7a4e5a8
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 1.2.0-1
7a4e5a8
- Update to 1.2.0
7a4e5a8
d15935a
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 1.2.0-1
d15935a
- Update to 1.2.0
d15935a
Ignacio Casal Quinteiro 5c16e54
* Wed Aug 31 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 1.1.3-1
Ignacio Casal Quinteiro 5c16e54
- Update to 1.1.3
Ignacio Casal Quinteiro 5c16e54
Ignacio Casal Quinteiro 4aad515
* Wed Aug 31 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 1.1.2-2
Ignacio Casal Quinteiro 4aad515
- Rebuild for latest pygobject3
Ignacio Casal Quinteiro 4aad515
1c5692c
* Tue Aug 23 2011 Adam Williamson <awilliam@redhat.com> - 1.1.2-1
1c5692c
- Update to 1.1.2
40d83b3
- bump BR to pygobject3-devel
1c5692c
Bastien Nocera 2a6208f
* Wed Aug 03 2011 Bastien Nocera <bnocera@redhat.com> 1.1.1-3
Bastien Nocera 2a6208f
- Another attempt at building against the latest gjs
Bastien Nocera 2a6208f
Bastien Nocera 95769d7
* Wed Aug 03 2011 Bastien Nocera <bnocera@redhat.com> 1.1.1-2
Bastien Nocera 95769d7
- Rebuild for newer gjs
Bastien Nocera 95769d7
a38ef3b
* Tue Jul 26 2011 Matthias Clasen <mclasen@redhat.com> - 1.1.1-1
a38ef3b
- Update to 1.1.1
a38ef3b
7a075ac
* Tue Jun 14 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.1.0-1
7a075ac
- Update to 1.1.0
7a075ac
Christopher Aillon 6a69ba4
* Mon Apr  4 2011 Christopher Aillon <caillon@redhat.com> 1.0.0-1
Christopher Aillon 6a69ba4
- Update to 1.0.0
Christopher Aillon 6a69ba4
Bastien Nocera bb4f4b1
* Sun Mar 27 2011 Bastien Nocera <bnocera@redhat.com> 0.9.0-1
Bastien Nocera bb4f4b1
- Update to 0.9.0
Bastien Nocera bb4f4b1
Bastien Nocera bdaec4e
* Thu Mar 10 2011 Bastien Nocera <bnocera@redhat.com> 0.7.4-1
Bastien Nocera bdaec4e
- Update to 0.7.4
Bastien Nocera bdaec4e
cd3a0ca
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> 0.7.3-1
cd3a0ca
- Update to 0.7.3
cd3a0ca
- Drop unneeded dependencies
cd3a0ca
Bastien Nocera 077a566
* Mon Feb 21 2011 Bastien Nocera <bnocera@redhat.com> 0.7.2-1
Bastien Nocera 077a566
- Update to 0.7.2
Bastien Nocera 077a566
6bf5b9a
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> 0.7.1-7
6bf5b9a
- Rebuild
6bf5b9a
78cc42e
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.1-6
78cc42e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
78cc42e
f543400
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> 0.7.1-5
f543400
- Rebuild against newer gtk
f543400
Bastien Nocera 8a9551e
* Fri Jan 28 2011 Bastien Nocera <bnocera@redhat.com> 0.7.1-4
Bastien Nocera 8a9551e
- Update to real 0.7.1 release
Bastien Nocera 8a9551e
9d5d2d6
* Fri Jan  7 2011 Matthias Clasen <mclasen@redhat.com> - 0.7.1-3.gita2f98e
9d5d2d6
- Rebuild against newer gtk
9d5d2d6
944282e
* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> - 0.7.1-2.gita2f98e
944282e
- Rebuild against newer gtk
944282e
cf8f217
* Thu Nov 11 2010 Dan Williams <dcbw@redhat.com> - 0.7.1-1.gita2f98e
cf8f217
- Update to 0.7.1
cf8f217
- Fix some crashes with missing introspection data
cf8f217
4271df1
* Mon Nov  1 2010 Matthias Clasen <mclasen@redhat.com> 0.7.0-2
4271df1
- Rebuild against newer gtk3
4271df1
Bastien Nocera 30d4728
* Mon Oct 04 2010 Bastien Nocera <bnocera@redhat.com> 0.7.0-1
Bastien Nocera 30d4728
- Update to 0.7.0
Bastien Nocera 30d4728
5501404
* Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> - 0.5.5-2
5501404
- Rebuild against newer gobject-introspection
5501404
d5db327
* Thu Aug 19 2010 Matthias Clasen <mclasen@redhat.com> - 0.5.5-1
d5db327
- Update to 0.5.5
d5db327
30c6873
* Thu Aug  5 2010 Matthias Clasen <mclasen@redhat.com> - 0.5.4-1
30c6873
- Update to 0.5.4
30c6873
3a3d81f
* Tue Jul 27 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> 0.5.3-2
3a3d81f
- Rebuild against python 2.7
3a3d81f
e3b0b98
* Fri Jul 23 2010 Bastien Nocera <bnocera@redhat.com> 0.5.3-1
e3b0b98
- Update to 0.5.3
e3b0b98
e601785
* Thu Jul 22 2010 Bastien Nocera <bnocera@redhat.com> 0.5.2-5
e601785
- Fix post scriplet (#615021)
e601785
b6ebb01
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 0.5.2-4
b6ebb01
- Rebuild with new gobject-introspection
b6ebb01
48ed669
* Tue Jul 13 2010 Matthias Clasen <mclasen@redhat.com> 0.5.2-3
48ed669
- Rebuild
48ed669
20eae12
* Mon Jul 12 2010 Colin Walters <walters@verbum.org> - 0.5.2-2
20eae12
- Rebuild against new gobject-introspection
20eae12
de9b388
* Mon Jul 12 2010 Matthias Clasen <mclasen@redhat.com> 0.5.2-1
de9b388
- Update to 0.5.2
de9b388
d98dd79
* Thu Jul  8 2010 Matthias Clasen <mclasen@redhat.com> 0.5.1-2
d98dd79
- Rebuild
d98dd79
e9a1c11
* Mon Jun 28 2010 Bastien Nocera <bnocera@redhat.com> 0.5.1-1
e9a1c11
- Update to 0.5.1
e9a1c11
9afebba
* Thu Jun 24 2010 Bastien Nocera <bnocera@redhat.com> 0.5.0-4
9afebba
- Document rpath work-arounds disabling, and remove verbose build
9afebba
5d10bff
* Fri Jun 18 2010 Bastien Nocera <bnocera@redhat.com> 0.5.0-3
5d10bff
- Fix a number of comments from review request
5d10bff
5d10bff
* Mon Jun 14 2010 Bastien Nocera <bnocera@redhat.com> 0.5.0-2
5d10bff
- Call ldconfig when installing the package
5d10bff
5d10bff
* Mon Jun 14 2010 Bastien Nocera <bnocera@redhat.com> 0.5.0-1
5d10bff
- First package
5d10bff