f451c30
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
f451c30
f451c30
%define glib_version 2.6.0
f451c30
%define gtk_version 2.4.0
9ee92d3
%define gnome_python_version 2.10.0
f451c30
%define gtkspell_version 2.0.7
600b2b9
%define libgda_version 3.99.9
9e8a929
%define libgdl_version 2.24.0
f451c30
0ff99a8
%define enable_gda 0
Kalev Lember a2e29e3
%define enable_gdl 0
127ab54
f451c30
### Abstract ###
f451c30
f451c30
Name: gnome-python2-extras
e2f05bf
Version: 2.25.3
d8d0a06
Release: 46%{?dist}
784dea9
License: GPLv2+ and LGPLv2+
f451c30
Group: Development/Languages
c0d31f7
Summary: Additional PyGNOME Python extension modules
f451c30
URL: http://www.pygtk.org/
bcb9a50
Source0: ftp://ftp.gnome.org/pub/GNOME/sources/gnome-python-extras/2.25/gnome-python-extras-%{version}.tar.bz2
f451c30
0ff99a8
Obsoletes: gnome-python2-gda < 2.25.3-40
0ff99a8
Obsoletes: gnome-python2-gda-devel < 2.25.3-40
9ee92d3
c546e77
Obsoletes: gnome-python2-gdl < 2.25.3-36
c546e77
Obsoletes: gnome-python2-gtkhtml2 < 2.25.3-36
c546e77
Obsoletes: gnome-python2-gtkmozembed < 2.25.3-36
Kalev Lember a2e29e3
e301c50
### Patches ###
e301c50
e301c50
# GNOME bug #584126
e301c50
Patch1: gnome-python-extras-2.25.3-update-for-2.27.2.patch
e301c50
f451c30
### Dependencies ###
f451c30
2c65640
Requires: gnome-python2 >= %{gnome_python_version}
f451c30
f451c30
### Build Dependencies ###
f451c30
f451c30
BuildRequires: glib2 >= %{glib_version}
2c65640
BuildRequires: gnome-python2-bonobo >= %{gnome_python_version}
f451c30
BuildRequires: gnome-python2-devel >= %{gnome_python_version}
1380d5b
BuildRequires: gnome-python2-gnome >= %{gnome_python_version}
f451c30
BuildRequires: gtk2 >= %{gtk_version}
f451c30
BuildRequires: gtkspell-devel >= %{gtkspell_version}
f451c30
BuildRequires: libbonoboui-devel
f451c30
BuildRequires: pygtk2-devel
f451c30
BuildRequires: python-devel
f451c30
127ab54
%if %{enable_gda}
127ab54
BuildRequires: libgda-devel >= %{libgda_version}
127ab54
%endif
127ab54
127ab54
%if %{enable_gdl}
127ab54
BuildRequires: libgdl-devel >= %{libgdl_version}
127ab54
%endif
127ab54
f451c30
%description
f451c30
The gnome-python-extra package contains the source packages for additional 
f451c30
Python bindings for GNOME. It should be used together with gnome-python.
f451c30
127ab54
%if %{enable_gda}
127ab54
%package -n gnome-python2-gda
127ab54
Summary: Python bindings for interacting with libgda
127ab54
Group: Development/Languages
127ab54
Requires: %{name} = %{version}-%{release}
127ab54
Requires: libgda >= %{libgda_version}
127ab54
127ab54
%description -n gnome-python2-gda
127ab54
This module contains a wrapper that allows the use of libgda via Python.
127ab54
127ab54
%package -n gnome-python2-gda-devel
127ab54
Summary: Headers for developing programs that will use gnome-python2-gda
127ab54
Group: Development/Libraries
127ab54
Requires: gnome-python2-gda = %{version}-%{release}
127ab54
Requires: pkgconfig
127ab54
Requires: pygobject2-devel
127ab54
Requires: libgda-devel >= %{libgda_version}
127ab54
127ab54
%description -n gnome-python2-gda-devel
127ab54
This module contains files needed for developing applications using
127ab54
gnome-python2-gda.
127ab54
%endif
127ab54
127ab54
%if %{enable_gdl}
5cc16ac
%package -n gnome-python2-gdl
5cc16ac
Summary: Python bindings for the GNOME Development Library
5cc16ac
Group: Development/Languages
f451c30
Requires: %{name} = %{version}-%{release}
789ff00
Requires: libgdl >= %{libgdl_version}
5cc16ac
5cc16ac
%description -n gnome-python2-gdl
5cc16ac
This module contains a wrapper that allows the use of the GNOME Development
5cc16ac
Library (gdl) via Python.
127ab54
%endif
5cc16ac
f451c30
%package -n gnome-python2-gtkspell
f451c30
Summary: Python bindings for interacting with gtkspell
f451c30
Group: Development/Languages
9ee92d3
Requires: %{name} = %{version}-%{release}
f451c30
Requires: gtkspell >= %{gtkspell_version}
f451c30
f451c30
%description -n gnome-python2-gtkspell
9ee92d3
This module contains a wrapper that allows the use of gtkspell via Python.
f451c30
9ee92d3
%package -n gnome-python2-libegg
9ee92d3
Summary: Python bindings for recent files and tray icons
f451c30
Group: Development/Languages
9ee92d3
Requires: %{name} = %{version}-%{release}
2c65640
Requires: gnome-python2-bonobo >= %{gnome_python_version}
2c65640
Requires: gnome-python2-gnome >= %{gnome_python_version}
f451c30
9ee92d3
%description -n gnome-python2-libegg
9ee92d3
This module contains a wrapper that allows the use of recent files and tray
9ee92d3
icons via Python.
9ee92d3
f451c30
%prep
f451c30
%setup -q -n gnome-python-extras-%{version}
e301c50
%patch1 -p1 -b .update-for-2.27.2
f451c30
f451c30
%build
127ab54
127ab54
%if %{enable_gda}
127ab54
%define gda_flags --enable-gda
127ab54
%else
127ab54
%define gda_flags --disable-gda
127ab54
%endif
127ab54
127ab54
%if %{enable_gdl}
127ab54
%define gdl_flags --enable-gdl
127ab54
%else
127ab54
%define gdl_flags --disable-gdl
127ab54
%endif
127ab54
2b7dc62
%configure --enable-docs %gda_flags %gdl_flags
bcb9a50
make %{?_smp_mflags}
f451c30
f451c30
%install
f451c30
rm -rf $RPM_BUILD_ROOT
f451c30
make install DESTDIR=$RPM_BUILD_ROOT
f451c30
f451c30
find $RPM_BUILD_ROOT -name '*.la' -exec rm {} \;
f451c30
f451c30
rm -rf $RPM_BUILD_ROOT/%{python_sitearch}/gtk-2.0/gksu
f451c30
f451c30
%clean
f451c30
rm -rf $RPM_BUILD_ROOT
f451c30
f451c30
%files
f451c30
%defattr(-,root,root,-)
f451c30
%doc AUTHORS ChangeLog NEWS
f451c30
%{_libdir}/pkgconfig/gnome-python-extras-2.0.pc
f451c30
%{_datadir}/pygtk
f451c30
127ab54
%if %{enable_gda}
127ab54
%files -n gnome-python2-gda
127ab54
%defattr(-,root,root,-)
127ab54
%{python_sitearch}/gtk-2.0/gda.so
127ab54
127ab54
%files -n gnome-python2-gda-devel
127ab54
%defattr(-,root,root,-)
127ab54
%{_includedir}/pygda-4.0/
127ab54
%{_libdir}/pkgconfig/pygda-4.0.pc
127ab54
%endif
127ab54
127ab54
%if %{enable_gdl}
5cc16ac
%files -n gnome-python2-gdl
5cc16ac
%defattr(-,root,root,-)
5cc16ac
%{python_sitearch}/gtk-2.0/gdl.so
127ab54
%endif
5cc16ac
f451c30
%files -n gnome-python2-gtkspell
f451c30
%defattr(-,root,root,-)
f451c30
%{python_sitearch}/gtk-2.0/gtkspell.so
f451c30
%{_datadir}/gtk-doc/html/pygtkspell
f451c30
9ee92d3
%files -n gnome-python2-libegg
9ee92d3
%defattr(-,root,root,-)
9ee92d3
%{python_sitearch}/gtk-2.0/egg
9ee92d3
%defattr(644,root,root,755)
9ee92d3
%doc examples/egg/*
f451c30
f451c30
%changelog
d8d0a06
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.3-46
d8d0a06
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
d8d0a06
f61e195
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.3-45
f61e195
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
f61e195
c42964b
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.3-44
c42964b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
c42964b
0e801ea
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.3-43
0e801ea
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
0e801ea
168f0a6
* Mon Apr  1 2013 Peter Robinson <pbrobinson@fedoraproject.org> 2.25.3-42
168f0a6
- Drop dead gnome-panel dependency
168f0a6
3fc7d46
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.3-41
3fc7d46
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
3fc7d46
0ff99a8
* Mon Oct 22 2012 Kalev Lember <kalevlember@gmail.com> - 2.25.3-40
0ff99a8
- Disable the gda support
0ff99a8
3c1c808
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.3-39
3c1c808
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
3c1c808
2692c9f
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.3-38
2692c9f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2692c9f
175f5a3
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.3-37
175f5a3
- Rebuilt for glibc bug#747377
175f5a3
c546e77
* Sun Oct 23 2011 Kalev Lember <kalevlember@gmail.com> - 2.25.3-36
c546e77
- Bump and rebuild to preserve the upgrade path from F15 (#744529)
c546e77
2b7dc62
* Fri Sep 09 2011 Kalev Lember <kalevlember@gmail.com> - 2.25.3-34
2b7dc62
- Remove and obsolete -gtkhtml2 and -gtkmozembed subpackages
2b7dc62
055be92
* Tue Sep 06 2011 Jan Horak <jhorak@redhat.com> - 2.25.3-33
055be92
- Rebuild against newer gecko
055be92
e6976b9
* Wed Aug 17 2011 Jan Horak <jhorak@redhat.com> - 2.25.3-32
e6976b9
- Rebuild against newer gecko
e6976b9
Kalev Lember a2e29e3
* Thu May 12 2011 Kalev Lember <kalev@smartlink.ee> - 2.25.3-31
Kalev Lember a2e29e3
- Disabled the -gdl subpackage (Haïkel Guémar, #703795)
Kalev Lember a2e29e3
- Bumped release to to preserve upgrade path from F14
Kalev Lember a2e29e3
9b942e1
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.3-23
9b942e1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
9b942e1
Jesse Keating 2d57bcb
* Wed Sep 29 2010 jkeating - 2.25.3-22
Jesse Keating 2d57bcb
- Rebuilt for gcc bug 634757
Jesse Keating 2d57bcb
9102665
* Wed Sep 22 2010 Martin Stransky <stransky@redhat.com> - 2.25.3-21
9102665
- Rebuild against newer gecko
9102665
edb9fbf
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 2.25.3-20
edb9fbf
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
edb9fbf
3b4c214
* Wed Jun 23 2010 Jan Horak <jhorak@redhat.com> - 2.25.3-19
3b4c214
- Rebuild against newer gecko
3b4c214
119d9d3
* Mon Apr 12 2010 Martin Stransky <stransky@redhat.com> - 2.25.3-18
119d9d3
- Update gecko dependency
119d9d3
58c9f80
* Sat Apr 04 2010 Caolán McNamara <caolanm@redhat.com> - 2.25.3-17
58c9f80
- Rebuild against newer gecko
58c9f80
2402029
* Tue Mar 23 2010 Jan Horak <jhorak@redhat.com> - 2.25.3-16
2402029
- Rebuild against newer gecko
2402029
127ab54
* Thu Jan 07 2010 Matthew Barnes <mbarnes@redhat.com> - 2.25.3-15
127ab54
- Add switches to disable gda and gdl subpackages.
127ab54
da82ec7
* Thu Nov 26 2009 Jan Horak <jhorak@redhat.com> - 2.25.3-14
da82ec7
- Rebuild against newer gecko
da82ec7
d9cedd1
* Thu Nov 05 2009 Jan Horak <jhorak@redhat.com> - 2.25.3-13
d9cedd1
- Rebuild against newer gecko
d9cedd1
87666d0
* Tue Oct 27 2009 Jan Horak <jhorak@redhat.com> - 2.25.3-12
87666d0
- Rebuild against newer gecko
87666d0
bded816
* Fri Sep 11 2009 Jan Horak <jhorak@redhat.com> - 2.25.3-11
bded816
- Rebuild against newer gecko
bded816
e5f1229
* Thu Aug 06 2009 Jan Horak <jhorak@redhat.com> - 2.25.3-10
e5f1229
- Rebuild against newer gecko
e5f1229
a53bbde
* Tue Aug 04 2009 Jan Horak <jhorak@redhat.com> - 2.25.3-9
a53bbde
- Rebuild against newer gecko
a53bbde
6349352
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.3-8
6349352
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
6349352
21b1fa6
* Mon Jul 20 2009 Jan Horak <jhorak@redhat.com> - 2.25.3-7
21b1fa6
- Rebuild against newer gecko
21b1fa6
d4257d9
* Fri Jul 17 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.3-6
d4257d9
- Rebuild against newer gecko.
d4257d9
7f8af00
* Sun Jul 12 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.3-5
e301c50
- Add patch for GNOME bug #584126 (gdl API break).
7f8af00
c0d31f7
* Wed Jun 17 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.3-4
c0d31f7
- Improve summary (RH bug #506526).
c0d31f7
0cf4187
* Mon Apr 27 2009 Christopher Aillon <caillon@redhat.com> - 2.25.3-3
0cf4187
- Rebuild against newer gecko
0cf4187
c7b356a
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.3-2
c7b356a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
c7b356a
e2f05bf
* Sun Feb 15 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.3-1
e2f05bf
- Update to 2.25.3
e2f05bf
6696a82
* Fri Jan 30 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.2-1
6696a82
- Update to 2.25.2
600b2b9
- Bump libgda_version to 3.99.9
6696a82
bcb9a50
* Fri Jan 23 2009 Denis Leroy <denis@poolshark.org> - 2.25.1-1
bcb9a50
- Fixed Source URL
bcb9a50
- Switch to libgda 4.0 API
bcb9a50
6192c46
* Wed Jan 21 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.1-1
6192c46
- Update to 2.25.1
318a30c
- Remove the xulrunner patches (fixed upstream).
318a30c
- Remove patch for GNOME bug #553911 (fixed upstream).
6192c46
01f6232
* Wed Dec  24 2008 Deji Akingunola <dakingun@gmail.com> - 2.19.1-28
01f6232
- Fix the gecko-lib version
01f6232
ebdd4b1
* Tue Dec  23 2008 Deji Akingunola <dakingun@gmail.com> - 2.19.1-27
ebdd4b1
- Another rebuild against new gecko
ebdd4b1
2ad23ca
* Fri Dec  5 2008 Matthias Clasen  <mclasen@redhat.com> - 2.19.1-26
2ad23ca
- Rebuild against new gecko
2ad23ca
17cab56
* Wed Dec  3 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2.19.1-25
17cab56
- Fudge the gecko versioning
17cab56
b71f393
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2.19.1-24
b71f393
- Rebuild for Python 2.6
b71f393
23d0c20
* Mon Oct 27 2008 Matthew Barnes <mbarnes@redhat.com> - 2.19.1-23
23d0c20
- Give us --force-tag back.
23d0c20
9e8a929
* Mon Oct 27 2008 Matthew Barnes <mbarnes@redhat.com> - 2.19.1-22
9e8a929
- Fix build break with libgdl-2.24.0 (GNOME bug #553911).
9e8a929
- Bump libgdl_version to 2.24.0.
9e8a929
1380d5b
* Mon Oct 27 2008 Matthew Barnes <mbarnes@redhat.com> - 2.19.1-21
1380d5b
- Provide Python bindings for libgdl on ppc64 (RH bug #468693).
1380d5b
623e108
* Thu Oct 09 2008 Matthew Barnes <mbarnes@redhat.com> - 2.19.1-20
623e108
- Remove gtkspell-static patch.  Appears to not be needed anymore.
623e108
2c65640
* Wed Oct 08 2008 Matthew Barnes <mbarnes@redhat.com> - 2.19.1-19
2c65640
- Add build requirements to get this building again.
2c65640
1a7421d
* Fri Oct 03 2008 Matthew Barnes <mbarnes@redhat.com> - 2.19.1-18
1a7421d
- Add Requires: gnome-python2-gnome.
1a7421d
1139aad
* Fri Oct 03 2008 Matthew Barnes <mbarnes@redhat.com> - 2.19.1-17
1139aad
* Rebuild against gecko-devel-unstable-1.9.0.2.
1139aad
784dea9
* Wed Jul 23 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.19.1-16
784dea9
- fix license tag
784dea9
1c48c0b
* Mon Apr 07 2008 Matthew Barnes <mbarnes@redhat.com> - 2.19.1-15.fc9
1c48c0b
- Make gnome-python2-mozembed require gnome-python2-extras (RH bug #441228).
1c48c0b
9a850fc
* Sun Feb 17 2008 Matthew Barnes <mbarnes@redhat.com> - 2.19.1-14.fc9
9a850fc
- Rebuild with GCC 4.3
9a850fc
789ff00
* Sat Jan 12 2008 Matthew Barnes <mbarnes@redhat.com> - 2.19.1-13.fc9
789ff00
- Rename anjuta-gdl dependency to libgdl.
aa6c6ef
- Build now requires gecko-devel-unstable instead of gecko-devel
aa6c6ef
  (for mozilla-gtkmozembed pkg-config module).
9a850fc
- Add patch to make pkg-config look for mozilla-gtkmozembed even
9a850fc
  though we're using xulrunner.
789ff00
38c2f1c
* Tue Nov 27 2007 Martin Stransky <stransky@redhat.com> - 2.19.1-12.fc9
38c2f1c
- added wraper for gtk_moz_embed_set_path()
38c2f1c
26774db
* Mon Nov 26 2007 Martin Stransky <stransky@redhat.com> - 2.19.1-11.fc9
26774db
- Rebuild against gecko-libs 1.9 (xulrunner)
26774db
8973c74
* Fri Nov 09 2007 Matthew Barnes <mbarnes@redhat.com> - 2.19.1-10.fc9
8973c74
- Rebuild against gecko-libs 1.8.1.9.
8973c74
c0651a7
* Thu Oct 25 2007 Matthew Barnes <mbarnes@redhat.com> - 2.19.1-9.fc9
c0651a7
- Require gecko-libs instead of firefox (RH bug #352111).
c0651a7
e487280
* Wed Oct 24 2007 Matthew Barnes <mbarnes@redhat.com> - 2.19.1-8.fc9
e487280
- Rebuild against firefox 2.0.0.8.
e487280
d98cb69
* Fri Oct 05 2007 Matthew Barnes <mbarnes@redhat.com> - 2.19.1-7.fc8
d98cb69
- Use ifarch instead of ExcludeArch to skip building the gdl subpackage
d98cb69
  on ppc64.  ExcludeArch affects the whole spec.
d98cb69
5cc16ac
* Fri Sep 28 2007 Matthew Barnes <mbarnes@redhat.com> - 2.19.1-6.fc8
5cc16ac
- Add a gnome-python2-gdl subpackage (RH bug #303141).
5cc16ac
97a725f
* Wed Aug 22 2007 Matthew Barnes <mbarnes@redhat.com> - 2.19.1-5.fc8
97a725f
- Mass rebuild
97a725f
a471744
* Thu Aug 09 2007 Matthew Barnes <mbarnes@redhat.com> - 2.19.1-4.fc8
a471744
- Rebuild against firefox-2.0.0.6.
a471744
df13c19
* Thu Jul 19 2007 Matthew Barnes <mbarnes@redhat.com> - 2.19.1-3.fc8
df13c19
- Rebuild against firefox-2.0.0.5.
df13c19
9ee92d3
* Mon Jul 16 2007 Matthew Barnes <mbarnes@redhat.com> - 2.19.1-2.fc8
9ee92d3
- New gda subpackage obsoletes the separate gnome-python2-gda package.
9ee92d3
6fe2be5
* Tue Jun 05 2007 Matthew Barnes <mbarnes@redhat.com> - 2.19.1-1.fc8
6fe2be5
- Update to 2.19.1
6fe2be5
6fe2be5
* Fri Jun 01 2007 Matthew Barnes <mbarnes@redhat.com> - 2.14.3-3.fc8
5989650
- Rebuild against firefox-2.0.0.4.
5989650
503ab04
* Wed Apr 11 2007 Matthew Barnes <mbarnes@redhat.com> - 2.14.3-2.fc7
503ab04
- Rebuild against firefox-2.0.0.3.
503ab04
- Require exactly 2.0.0.3 so we're notified of dependency breaks.
503ab04
af8ee73
* Sun Feb 25 2007 Matthew Barnes <mbarnes@redhat.com> - 2.14.3-1.fc7
af8ee73
- Update to 2.14.3
af8ee73
f451c30
* Mon Feb 05 2007 Matthew Barnes <mbarnes@redhat.com> - 2.14.2-9.fc7
f451c30
- Rename spec file to gnome-python2-extras.spec (RH bug #225833).
f451c30
f451c30
* Sat Jan 20 2007 Matthew Barnes <mbarnes@redhat.com> - 2.14.2-8.fc7
f451c30
- Add missing BuildRequires gnome-python2-devel (RH bug #223602).
f451c30
f451c30
* Thu Dec  7 2006 Jeremy Katz <katzj@redhat.com> - 2.14.2-7
f451c30
- rebuild for python 2.5
f451c30
f451c30
* Mon Nov  6 2006 Jeremy Katz <katzj@redhat.com> - 2.14.2-6
f451c30
- fix to follow python packaging guidelines better
f451c30
f451c30
* Mon Nov  6 2006 Jeremy Katz <katzj@redhat.com> - 2.14.2-5
f451c30
- rebuild against new firefox
f451c30
f451c30
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 2.14.2-4
f451c30
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
f451c30
f451c30
* Fri Sep 22 2006 John (J5) Palmieri <johnp@redhat.com> - 2.14.2-3
f451c30
- Remove the Requires on the parent package from gtkmozembed
f451c30
  so we don't pull in gnome-python2 also.  At some point we
f451c30
  should look at what requires gnome-python2 and only Require it
f451c30
  for those sub packages and not the parent package.
f451c30
f451c30
* Fri Sep 22 2006 Matthew Barnes <mbarnes@redhat.com> - 2.14.2-2
f451c30
- Rebuild
f451c30
f451c30
* Tue Aug 29 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.2-1
f451c30
- Update to 2.14.2
f451c30
- Drop upstreamed patch
f451c30
f451c30
* Mon Jul 31 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.1-6
f451c30
- fix a typo in configure
f451c30
f451c30
* Mon Jul 31 2006 Jesse Keating <jkeating@redhat.com> - 2.14.1-5
f451c30
- again
f451c30
f451c30
* Mon Jul 31 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.1-3
f451c30
- Rebuild against firefox
f451c30
f451c30
* Thu Jul 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.1-2
f451c30
- Rebuild
f451c30
f451c30
* Thu Jul 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.1-1
f451c30
- Update to 2.14.1
f451c30
f451c30
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.14.0-2.1
f451c30
- rebuild
f451c30
f451c30
* Sat Jun 24 2006 Jesse Keating <jkeating@redhat.com> 2.14.0-2
f451c30
- Add missing BR pygtk2-devel
f451c30
f451c30
* Mon Mar 13 2006 Ray Strode <rstrode@redhat.de> 2.14.0-1
f451c30
- Update to 2.14.0
f451c30
f451c30
* Tue Feb 28 2006 Karsten Hopp <karsten@redhat.de> 2.13.3-4
f451c30
- Buildrequires: python-devel
f451c30
f451c30
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.13.3-3.2
f451c30
- bump again for double-long bug on ppc(64)
f451c30
f451c30
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.13.3-3.1
f451c30
- rebuilt for new gcc4.1 snapshot and glibc changes
f451c30
f451c30
* Mon Feb  6 2006 John (J5) Palmieri <johnp@redhat.com> - 2.13.3-3
f451c30
- Upload correct tar ball and try again
f451c30
f451c30
* Mon Feb  6 2006 John (J5) Palmieri <johnp@redhat.com> - 2.13.3-2
f451c30
- Bump and rebuild (force-tag fails for this module)
f451c30
f451c30
* Mon Feb  6 2006 John (J5) Palmieri <johnp@redhat.com> - 2.13.3-1
f451c30
- Update to 2.13.3
f451c30
- Move the gnome-python2-applet gnome-python2-gnomeprint 
f451c30
  gnome-python2-gtksourceview gnome-python2-libwnck 
f451c30
  gnome-python2-libgtop2 gnome-python2-nautilus-cd-burner 
f451c30
  gnome-python2-metacity and gnome-python2-totem subpackages 
f451c30
  to gnome-python2-desktop because gnome-python-extras was split upstream
f451c30
f451c30
* Mon Jan 23 2006 Ray Strode <rstrode@redhat.com> - 2.12.1-10
f451c30
- rebuild
f451c30
f451c30
* Thu Jan 05 2006 John (J5) Palmieri <johnp@redhat.com> - 2.12.1-9
f451c30
- Last rebuild didn't get the new libgtop
f451c30
f451c30
* Tue Dec 20 2005 John (J5) Palmieri <johnp@redhat.com> - 2.12.1-8
f451c30
- rebuild for new libgtop soname change
f451c30
f451c30
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> - 2.12.1-7.1
f451c30
- rebuilt
f451c30
f451c30
* Fri Dec 02 2005 John (J5) Palmieri <johnp@redhat.com> - 2.12.1-7
f451c30
- rebuild with new libnautilus-cd-burner
f451c30
f451c30
* Wed Nov 09 2005 John (J5) Palmieri <johnp@redhat.com> - 2.12.1-6
f451c30
- Don't delete the mozembed docs
f451c30
f451c30
* Wed Nov 09 2005 John (J5) Palmieri <johnp@redhat.com> - 2.12.1-5
f451c30
- Try this again
f451c30
f451c30
* Wed Nov 09 2005 John (J5) Palmieri <johnp@redhat.com> - 2.12.1-4
f451c30
- Remove ifarch directives around mozembed since it is now built on
f451c30
  ppc64. Bump release again and retag
f451c30
f451c30
* Wed Nov 09 2005 John (J5) Palmieri <johnp@redhat.com> - 2.12.1-3
f451c30
- Use pyver directly and bump release because force-tag doesn't work
f451c30
f451c30
* Wed Nov 09 2005 John (J5) Palmieri <johnp@redhat.com> - 2.12.1-2
f451c30
- Module won't tag - bump release and try again
f451c30
f451c30
* Wed Nov 09 2005 John (J5) Palmieri <johnp@redhat.com> - 2.12.1-1
f451c30
- Update to 2.12.1
f451c30
f451c30
* Tue Sep 27 2005 David Malcolm <dmalcolm@redhat.com> - 2.12.0-4
f451c30
- remove conditionality of requirement on gnome-media-devel
f451c30
f451c30
* Tue Sep 27 2005 David Malcolm <dmalcolm@redhat.com> - 2.12.0-3
f451c30
- consolidate s390 conditional part of build requirement on gnome-media-devel
f451c30
f451c30
* Tue Sep 27 2005 David Malcolm <dmalcolm@redhat.com> - 2.12.0-2
f451c30
- fix sources
f451c30
f451c30
* Tue Sep 27 2005 David Malcolm <dmalcolm@redhat.com> - 2.12.0-1
f451c30
- bump from 2.11.4 to 2.12.0
f451c30
- rename wnck_window_demands_attention to wnck_window_needs_attention, to track
f451c30
  change made in libwnck C API in 2.11.4, #169383
f451c30
- added build requirement on gnome-media-devel, since this is needed to build
f451c30
  mediaprofiles.so
f451c30
f451c30
* Fri Aug 19 2005 Jonathan Blandford <jrb@redhat.com> - 2.11.4-9
f451c30
- add requires for gtksourceview, #162403
f451c30
f451c30
* Fri Aug 19 2005 Jeremy Katz <katzj@redhat.com> - 2.11.4-8
f451c30
- totem subpackage shouldn't require mozilla
f451c30
- build again on s390{,x}, but don't do the -nautilus-cdburner subpackage
f451c30
f451c30
* Wed Aug 17 2005 David Zeuthen <davidz@redhat.com> - 2.11.4-6
f451c30
- Rebuilt
f451c30
f451c30
* Thu Aug 11 2005 Jeremy Katz <katzj@redhat.com> - 2.11.4-5
f451c30
- add -totem subpackage
f451c30
- nuke mozembed docs on ppc64
f451c30
f451c30
* Tue Aug  9 2005 Jeremy Katz <katzj@redhat.com> - 2.11.4-2
f451c30
- and fix the build
f451c30
f451c30
* Tue Aug  9 2005 Jeremy Katz <katzj@redhat.com> - 2.11.4-1
f451c30
- bump version and rebuild against current stack
f451c30
f451c30
* Mon Jul 11 2005  <jrb@redhat.com> - 2.11.2-1
f451c30
- bump version and fix nautilus-cd-burner for s390
f451c30
f451c30
* Mon Mar 28 2005 John (J5) Palmieri <johnp@redhat.com> - 2.10.0-2.1
f451c30
- Retag and rebuild
f451c30
f451c30
* Mon Mar 28 2005 John (J5) Palmieri <johnp@redhat.com> - 2.10.0-2
f451c30
- Add patch to fix build error with gtkspell module
f451c30
f451c30
* Mon Mar 28 2005 John (J5) Palmieri <johnp@redhat.com> - 2.10.0-1
f451c30
- Update to upstream 2.10.0
f451c30
f451c30
* Mon Feb  7 2005 Matthias Clasen <mclasen@redhat.com> - 2.9.3-1
f451c30
- Initial build.
f451c30