457a07
### Abstract ###
457a07
457a07
Name: pygobject2
457a07
Version: 2.28.7
457a07
Release: 4%{?dist}
457a07
License: LGPLv2+, MIT
457a07
Summary: Python 2 bindings for GObject 
457a07
URL: http://www.pygtk.org/
457a07
#VCS: git:git://git.gnome.org/pygobject
457a07
Source0: http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.28/pygobject-%{version}.tar.xz
457a07
457a07
### Build Dependencies ###
457a07
457a07
BuildRequires: pkgconfig(gio-unix-2.0)
457a07
BuildRequires: pkgconfig(python2)
457a07
BuildRequires: pkgconfig(cairo-gobject)
457a07
457a07
# Bootstrap requirements
457a07
BuildRequires: automake autoconf libtool
457a07
457a07
%description
457a07
The %{name} package provides a convenient wrapper for the GObject library
457a07
for use in Python programs.
457a07
457a07
%package codegen
457a07
Summary: The code generation program for PyGObject
457a07
457a07
%description codegen
457a07
The package contains the C code generation program for PyGObject.
457a07
457a07
%package devel
457a07
Summary: Development files for building add-on libraries
457a07
Requires: %{name} = %{version}-%{release}
457a07
Requires: %{name}-codegen = %{version}-%{release}
457a07
Requires: %{name}-doc = %{version}-%{release}
457a07
Requires: glib2-devel
457a07
Requires: python2-devel
457a07
Requires: pkgconfig
457a07
457a07
%description devel
457a07
This package contains files required to build wrappers for %{name}-based
457a07
libraries such as pygtk2.
457a07
457a07
%package doc
457a07
Summary: Documentation files for %{name}
457a07
457a07
%description doc
457a07
This package contains documentation files for %{name}.
457a07
457a07
%prep
457a07
export RHEL_ALLOW_PYTHON2_FOR_BUILD=1
457a07
%setup -q -n pygobject-%{version}
457a07
457a07
find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python2}|'
457a07
457a07
%build
457a07
export RHEL_ALLOW_PYTHON2_FOR_BUILD=1
457a07
PYTHON=%{__python2} 
457a07
export PYTHON
457a07
%configure --disable-introspection
457a07
make %{?_smp_mflags}
457a07
457a07
%install
457a07
export RHEL_ALLOW_PYTHON2_FOR_BUILD=1
457a07
make DESTDIR=$RPM_BUILD_ROOT install
457a07
find $RPM_BUILD_ROOT -name '*.la' -delete
457a07
find $RPM_BUILD_ROOT -name '*.a' -delete
457a07
457a07
rm examples/Makefile*
457a07
457a07
# Fix python shebangs
457a07
# This needs to be changed when converted to python3
457a07
for i in `grep -r -l '#!.*python.*' %{buildroot}`; do
457a07
    sed -i 's|#!.*/usr/bin/env python.*|#!%{__python2}|' $i
457a07
done
457a07
457a07
%post -p /sbin/ldconfig
457a07
%postun -p /sbin/ldconfig
457a07
457a07
%files
457a07
%doc AUTHORS NEWS README
457a07
%doc examples
457a07
457a07
%{_libdir}/libpyglib-2.0-python2.so*
457a07
%dir %{python2_sitearch}/gtk-2.0
457a07
%dir %{python2_sitearch}/gobject
457a07
%dir %{python2_sitearch}/glib
457a07
457a07
%{python2_sitearch}/gtk-2.0/*
457a07
%{python2_sitearch}/pygtk.*
457a07
%{python2_sitearch}/gobject/*
457a07
%{python2_sitearch}/glib/*
457a07
457a07
%files codegen
457a07
%{_bindir}/pygobject-codegen-2.0
457a07
%dir %{_datadir}/pygobject/2.0
457a07
%{_datadir}/pygobject/2.0/codegen
457a07
457a07
%files devel
457a07
%dir %{_datadir}/pygobject
457a07
%dir %{_includedir}/pygtk-2.0
457a07
%{_datadir}/pygobject/2.0/defs
457a07
%{_includedir}/pygtk-2.0/pyglib.h
457a07
%{_includedir}/pygtk-2.0/pygobject.h
457a07
%{_libdir}/pkgconfig/pygobject-2.0.pc
457a07
457a07
%files doc
457a07
%{_datadir}/gtk-doc/html/pygobject
457a07
%{_datadir}/pygobject/xsl
457a07
457a07
%changelog
457a07
* Mon Aug 13 2018 Josef Ridky <jridky@redhat.com> - 2.28.7-4
457a07
- update python macro to python2
457a07
457a07
* Thu Aug 09 2018 Josef Ridky <jridky@redhat.com> - 2.28.7-3
457a07
- Add MIT license
457a07
457a07
* Fri Jun 22 2018 Troy Dawson <tdawson@redhat.com> - 2.28.7-2.1
457a07
- Fix python shebangs (#1580854)
457a07
457a07
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.28.7-2
457a07
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
457a07
457a07
* Mon Dec 11 2017 Kalev Lember <klember@redhat.com> - 2.28.7-1
457a07
- Update to 2.28.7
457a07
457a07
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.28.6-19
457a07
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
457a07
457a07
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.28.6-18
457a07
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
457a07
457a07
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.28.6-17
457a07
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
457a07
457a07
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.28.6-16
457a07
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
457a07
457a07
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.28.6-15
457a07
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
457a07
457a07
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.28.6-14
457a07
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
457a07
457a07
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.28.6-13
457a07
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
457a07
457a07
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.28.6-12
457a07
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
457a07
457a07
* Thu Sep 19 2013 Tomáš Mráz <tmraz@redhat.com> - 2.28.6-11
457a07
- allow old pygtk applications to work with pygobject 2.28.x and glib 2.35.x
457a07
457a07
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.28.6-10
457a07
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
457a07
457a07
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.28.6-9
457a07
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
457a07
457a07
* Tue Jan 22 2013 Colin Walters <walters@redhat.com> - 2.28.6-8
457a07
- Add various missing BuildRequires, switch to pkgconfig() syntax
457a07
- Backport upstream patch which fixes a crasher in some applications
457a07
457a07
* Fri Jul 27 2012 Ville Skyttä <ville.skytta@iki.fi> - 2.28.6-7
457a07
- Add ldconfig post(un)install scriptlets.
457a07
457a07
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.28.6-6
457a07
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
457a07
457a07
* Fri Jun 15 2012 David Malcolm <dmalcolm@redhat.com> - 2.28.6-5
457a07
- fix warnings on startup (patch 1; rhbz#790053)
457a07
457a07
* Mon Feb 13 2012 Matthias Clasen <mclasen@redhat.com> - 2.28.6-4
457a07
- Require python2-devel in -devel
457a07
457a07
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.28.6-3
457a07
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
457a07
457a07
* Thu Aug 18 2011 John (J5) Palmieri <johnp@redhat.com> - 2.28.6-2
457a07
- disable introspection in anticipation of pygobject3
457a07
- https://bugzilla.redhat.com/show_bug.cgi?id=731851
457a07
- pygobject2 now becomes legacy for static binding support (e.g. PyGTK)
457a07
457a07
* Mon Jun 13 2011 John (J5) Palmieri <johnp@redhat.com> - 2.28.6-1
457a07
- update to upstream 2.28.6
457a07
- closure: avoid double free crash
457a07
- GVariantType is a boxed struct in newer versions of glib
457a07
- Revert back to a GVariant workaround since the fix hasn't migrated to
457a07
  Fedora's version of glib yet (workaround works in both cases)
457a07
- closure: Check the out arg is not null.
457a07
- Fix GC-related crash during PyGObject deallocation (remove patch from
457a07
  previous spec)
457a07
457a07
* Mon Jun 06 2011 Daniel Drake <dsd@laptop.org> - 2.28.4-3
457a07
- add upstream patch to solve Python GC crash during gobject deallocation
457a07
457a07
* Thu Apr 21 2011 John (J5) Palmieri <johnp@redhat.com> - 2.28.4-2
457a07
- require gobject-introspection version 0.10.8
457a07
457a07
* Thu Apr 21 2011 John (J5) Palmieri <johnp@redhat.com> - 2.28.4-1
457a07
- update to upstream 2.28.4
457a07
457a07
* Tue Mar 22 2011 John (J5) Palmieri <johnp@redhat.com> - 2.28.3-1
457a07
- update to upstream 2.28.3
457a07
457a07
* Mon Mar 21 2011 John (J5) Palmieri <johnp@redhat.com> - 2.28.2-1
457a07
- update to upstream version 2.28.2 stable
457a07
- fixes issue in bug - https://bugzilla.redhat.com/show_bug.cgi?id=682543
457a07
457a07
* Mon Mar 21 2011 John (J5) Palmieri <johnp@redhat.com> - 2.28.1-1
457a07
- update to upstream version 2.28.1 stable
457a07
- fix the spec file's sources line to point to the correct ftp directory
457a07
457a07
* Tue Mar 08 2011 John (J5) Palmieri <johnp@redhat.com> - 2.28.0-1
457a07
- update to upstream version 2.28.0 stable
457a07
457a07
* Mon Feb 28 2011 John (J5) Palmieri <johnp@redhat.com> - 2.27.91-1
457a07
- update to upstream version 2.27.91
457a07
457a07
* Fri Feb 11 2011 John (J5) Palmieri <johnp@redhat.com> - 2.27.90-2
457a07
- update files manifest to reflect files that moved around
457a07
457a07
* Fri Feb 11 2011 John (J5) Palmieri <johnp@redhat.com> - 2.27.90-1
457a07
- update to upstream version 2.27.90
457a07
457a07
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.0-2
457a07
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
457a07
457a07
* Wed Nov 10 2010 John (J5) Palmieri <johnp@redhat.com> - 2.27.0-1
457a07
- update to upstream version 2.27.0
457a07
457a07
* Thu Sep 30 2010 John (J5) Palmieri <johnp@redhat.com> - 2.26.0-4
457a07
- Edit PyCapsule patch to only use PyCapsule in Python 3.x
457a07
  since this effects header files which require other modules to 
457a07
  be recompiled.  There is actually discussion upstream to undeprecate it
457a07
  for the 2.x series
457a07
457a07
* Tue Sep 28 2010 John (J5) Palmieri <johnp@redhat.com> - 2.26.0-3
457a07
- add patch to work with PyCapsule since PyCObject is removed from 
457a07
  Python 3.2 which we ship in rawhide
457a07
457a07
* Tue Sep 28 2010 John (J5) Palmieri <johnp@redhat.com> - 2.26.0-2
457a07
- add another py3k patch so that we compile correctly under python 3
457a07
- fixes a couple of print syntax and a try, except syntax
457a07
457a07
* Tue Sep 28 2010 John (J5) Palmieri <johnp@redhat.com> - 2.26.0-1
457a07
- Update to upstream 2.26.0
457a07
- package python3-gobject module
457a07
457a07
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 2.21.5-3
457a07
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
457a07
457a07
* Wed Jul 14 2010 Colin Walters <walters@verbum.org> - 2.21.5-2
457a07
- Rebuild against new gobject-introspection
457a07
- Strip noarch docs hack, seems obsolete now
457a07
457a07
* Mon Jul 12 2010 Colin Walters <walters@verbum.org> - 2.21.5-1
457a07
- New upstream version
457a07
457a07
* Mon Jul 12 2010 Colin Walters <walters@verbum.org> - 2.21.4-5
457a07
- Require g-i 0.9.0 
457a07
457a07
* Wed Jul  7 2010 Colin Walters <walters@verbum.org> - 2.21.4-4
457a07
- Update to latest upstream
457a07
- Drop upstreamed patches
457a07
- Require pycairo, since we have a module that uses it
457a07
- Drop libtool overriding; was not commented and seems fine
457a07
  without
457a07
- Drop --enable-thread, it's default now
457a07
- Drop --enable-pygi, it's default now
457a07
- Drop clean section, no longer needed in F-14
457a07
- Drop python-sitearch copy&paste, no longer needed in F-14
457a07
- Add SMP flags to make
457a07
457a07
* Thu May 27 2010 Colin Walters <walters@verbum.org> - 2.21.1-9
457a07
- Readd my patch to not blow up mysteriously
457a07
  Resolves: #596392
457a07
457a07
* Mon May 24 2010 Colin Walters <walters@verbum.org> - 2.21.1-7
457a07
- Reenable pygi in preparation for getting it packaged
457a07
457a07
* Wed May 05 2010 Colin Walters <walters@verbum.org> - 2.21.1-6
457a07
- Switch to disabling pygi, remove my patch for now.  See commentary
457a07
  https://bugzilla.redhat.com/show_bug.cgi?id=569885#c38
457a07
457a07
* Wed May 05 2010 Colin Walters <walters@verbum.org> - 2.21.1-5
457a07
- Another patch to clear error when we've enabled pygi
457a07
  Should really fix bug #569885
457a07
457a07
* Fri Mar 26 2010 Colin Walters <walters@verbum.org> - 2.21.1-4
457a07
- Cherrypick patch from HEAD to fix pygi imports
457a07
  Hopefully fixes bug #569885
457a07
457a07
* Sat Jan 23 2010 Thomas Spura <tomspur@fedoraproject.org> - 2.21.1-3
457a07
- add --enable-pygi (fixes bug #558003)
457a07
- replace global with define
457a07
457a07
* Fri Jan 08 2010 Matthew Barnes <mbarnes@redhat.com> - 2.21.1-2.fc13
457a07
- Provide a complete URI for the Source field.
457a07
457a07
* Sat Jan 02 2010 Matthew Barnes <mbarnes@redhat.com> - 2.21.1-1.fc13
457a07
- Update to 2.21.1
457a07
457a07
* Sun Dec 20 2009 Matthew Barnes <mbarnes@redhat.com> - 2.21.0-1.fc13
457a07
- Update to 2.21.0
457a07
457a07
* Wed Sep 23 2009 Matthew Barnes <mbarnes@redhat.com> - 2.20.0-1.fc12
457a07
- Update to 2.20.0
457a07
457a07
* Tue Aug 11 2009 Matthew Barnes <mbarnes@redhat.com> - 2.19.0-1.fc12
457a07
- Update to 2.19.0
457a07
457a07
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.18.0-2
457a07
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
457a07
457a07
* Mon May 25 2009 Matthew Barnes <mbarnes@redhat.com> - 2.18.0-1.fc12
457a07
- Update to 2.18.0
457a07
457a07
* Thu Apr 30 2009 Matthew Barnes <mbarnes@redhat.com> - 2.17.1-1.fc12
457a07
- Update to 2.17.0
457a07
- Remove patch for GNOME bug #566571 (fixed upstream).
457a07
457a07
* Wed Apr 22 2009 Matthew Barnes <mbarnes@redhat.com> - 2.16.1-4.fc11
457a07
- Add patch for GNOME bug #566571 (classic vs new-style inheritance crash).
457a07
457a07
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.16.1-3
457a07
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
457a07
457a07
* Tue Feb 24 2009 Matthias Clasen <mclasen@redhat.com> - 2.16.1-2
457a07
- Make -doc noarch
457a07
457a07
* Sun Feb 22 2009 - Matthew Barnes <mbarnes@redhat.com> - 2.16.1-1.fc11
457a07
- Update to 2.16.1
457a07
457a07
* Sun Jan 04 2009 - Matthew Barnes <mbarnes@redhat.com> - 2.16.0-1.fc11
457a07
- Update to 2.16.0
457a07
- Remove patch for RH bug #457502 (fixed upstream).
457a07
- Remove patch for GNOME bug #551059 and #551212 (fixed upstream).
457a07
457a07
* Sat Nov 29 2008 - Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2.15.4-4
457a07
- Rebuild for Python 2.6
457a07
457a07
* Tue Oct 21 2008 - Bastien Nocera <bnocera@redhat.com> - 2.15.4-3.fc10
457a07
- Add patch to fix typos breaking compilation
457a07
457a07
* Tue Oct 21 2008 - Bastien Nocera <bnocera@redhat.com> - 2.15.4-2.fc10
457a07
- Add 2-liner fixing the load_contents functions not working appropriately
457a07
457a07
* Wed Sep 03 2008 Matthew Barnes <mbarnes@redhat.com> - 2.15.4-1.fc10
457a07
- Update to 2.15.4
457a07
457a07
* Sun Aug 31 2008 Matthew Barnes <mbarnes@redhat.com> - 2.15.3-1.fc10
457a07
- Update to 2.15.3
457a07
457a07
* Tue Aug 12 2008 Matthew Barnes <mbarnes@redhat.com> - 2.15.2-3.fc10
457a07
- Modify thread initialization patch to fix RH bug #458522.
457a07
457a07
* Thu Aug 07 2008 Matthew Barnes <mbarnes@redhat.com> - 2.15.2-2.fc10
457a07
- Add patch for RH bug #457502 (error on gtk.gdk.threads_init).
457a07
457a07
* Sat Jul 26 2008 Matthew Barnes <mbarnes@redhat.com> - 2.15.2-1.fc10
457a07
- Update to 2.15.2
457a07
457a07
* Sun Jul 20 2008 Matthew Barnes <mbarnes@redhat.com> - 2.15.1-2.fc10
457a07
- Fix directory ownership.  (RH bug #455974, patch by Robert Scheck).
457a07
457a07
* Wed Jul 16 2008 Matthew Barnes <mbarnes@redhat.com> - 2.15.1-1.fc10
457a07
- Update to 2.15.1
457a07
- Bump glib2_version to 2.16.0.
457a07
- Remove ancient automake_version.
457a07
- Add a pygobject2-codegen subpackage.
457a07
457a07
* Fri May 23 2008 Matthew Barnes <mbarnes@redhat.com> - 2.14.2-1.fc10
457a07
- Update to 2.14.2
457a07
457a07
* Sun Feb 17 2008 Matthew Barnes <mbarnes@redhat.com> - 2.14.1-2.fc9
457a07
- Rebuild with GCC 4.3
457a07
457a07
* Thu Jan 03 2008 Matthew Barnes <mbarnes@redhat.com> - 2.14.1-1.fc9
457a07
- Update to 2.14.1
457a07
457a07
* Fri Oct 26 2007 Matthew Barnes <mbarnes@redhat.com> - 2.14.0-2.fc9
457a07
- Remove redundant requirements.
457a07
- Use name tag where appropriate.
457a07
457a07
* Sun Sep 16 2007 Matthew Barnes <mbarnes@redhat.com> - 2.14.0-1.fc8
457a07
- Update to 2.14.0
457a07
457a07
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 2.13.2-3
457a07
- Rebuild for selinux ppc32 issue.
457a07
457a07
* Wed Aug  8 2007 Matthias Clasen <mclasen@redhat.com> - 2.13.2-2
457a07
- Update the license field
457a07
457a07
* Sat Jul 07 2007 Matthew Barnes <mbarnes@redhat.com> - 2.13.2-1.fc8
457a07
- Update to 2.13.2
457a07
457a07
* Fri May 18 2007 Matthew Barnes <mbarnes@redhat.com> - 2.13.1-1.fc8
457a07
- Update to 2.13.1
457a07
- Remove patch for RH bug #237179 (fixed upstream).
457a07
457a07
* Thu May 03 2007 Matthew Barnes <mbarnes@redhat.com> - 2.12.3-5.fc7
457a07
- Fix devel subpackage dependency (RH bug #238793).
457a07
457a07
* Thu Apr 19 2007 Matthew Barnes <mbarnes@redhat.com> - 2.12.3-3.fc7
457a07
- Add patch for RH bug #237179 (memory leak).
457a07
457a07
* Thu Dec  7 2006 Jeremy Katz <katzj@redhat.com> - 2.12.3-2
457a07
- rebuild against python 2.5
457a07
457a07
* Sat Nov 18 2006 Matthew Barnes <mbarnes@redhat.com> - 2.12.3-1.fc7
457a07
- Update to 2.12.3
457a07
457a07
* Thu Oct 26 2006 Matthew Barnes <mbarnes@redhat.com> - 2.12.2-3.fc7
457a07
- Add subpackage pygobject2-doc (bug #205231).
457a07
457a07
* Tue Oct 24 2006 Matthew Barnes <mbarnes@redhat.com> - 2.12.2-2.fc7
457a07
- Use python_sitearch instead of python_sitelib.
457a07
457a07
* Sun Oct 15 2006 Matthew Barnes <mbarnes@redhat.com> - 2.12.2-1.fc7
457a07
- Update to 2.12.2
457a07
457a07
* Sun Sep 24 2006 Matthew Barnes <mbarnes@redhat.com> - 2.12.1-3.fc6
457a07
- Require glib2-devel for the -devel package.
457a07
457a07
* Fri Sep 22 2006 Matthew Barnes <mbarnes@redhat.com> - 2.12.1-2.fc6
457a07
- Define a python_sitelib macro for files under site_packages.
457a07
- Spec file cleanups.
457a07
457a07
* Tue Sep  5 2006 Matthias Clasen <mclasen@redhat.com> - 2.12.1-1.fc6
457a07
- Update to 2.12.1
457a07
- Require pkgconfig for the -devel package
457a07
457a07
* Sun Aug 27 2006 Matthias Clasen <mclasen@redhat.com> - 2.11.4-1.fc6
457a07
- Update to 2.11.4
457a07
- Use pre-built docs
457a07
457a07
* Mon Aug 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.11.3-1.fc6
457a07
- Update to 2.11.3
457a07
457a07
* Sun Aug 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.11.2-2.fc6
457a07
- BR libxslt
457a07
457a07
* Sun Aug 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.11.2-1.fc6
457a07
- Update to 2.11.2
457a07
457a07
* Wed Jul 19 2006 Jesse Keating <jkeating@redhat.com> - 2.11.0-2
457a07
- rebuild
457a07
457a07
* Wed Jul 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.11.0-1
457a07
- Update to 2.11.0
457a07
457a07
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.10.1-3
457a07
- rebuild
457a07
- Add missing br libtool
457a07
457a07
* Fri May 19 2006 John (J5) Palmieri <johnp@redhat.com> - 2.10.1-2
457a07
- Cleanup
457a07
457a07
* Fri May 12 2006 John (J5) Palmieri <johnp@redhat.com> - 2.10.1-1
457a07
- Initial package