xulchris 47a534b
Name:           pygame
db9d72a
Version:        2.0.0
db9d72a
Release:        1%{?dist}
xulchris 47a534b
Summary:        Python modules for writing games
xulchris 455e0e5
xulchris bf4fb36
License:        LGPLv2+
xulchris f3c6a0f
URL:            http://www.pygame.org
db9d72a
Source0:	https://files.pythonhosted.org/packages/bc/0c/d164411381bada8feae57359aa9296defbed3035f4b55bef6a271cb0573c/pygame-2.0.0.tar.gz
xulchris 455e0e5
92c12b8
BuildRequires:  python%{python3_pkgversion}-devel python%{python3_pkgversion}-numpy python%{python3_pkgversion}-Cython
92c12b8
BuildRequires:  python%{python3_pkgversion}-setuptools
db9d72a
BuildRequires:  SDL2_ttf-devel SDL2_image-devel SDL2_mixer-devel
db9d72a
BuildRequires:  SDL2-devel freetype-devel
xulchris 2d727f6
BuildRequires:  libpng-devel libjpeg-devel libX11-devel
Jan Kaluza 4714c24
BuildRequires:  portmidi-devel
cab8771
BuildRequires:  gcc
xulchris 47a534b
7aab34d
%global _description\
7aab34d
Pygame is a set of Python modules designed for writing games. It is\
7aab34d
written on top of the excellent SDL library. This allows you to create\
7aab34d
fully featured games and multimedia programs in the python language.\
7aab34d
Pygame is highly portable and runs on nearly every platform and\
xulchris 47a534b
operating system.
xulchris 47a534b
7aab34d
%description %_description
7aab34d
xulchris 0c822ce
%package devel
xulchris 0c822ce
Summary:        Files needed for developing programs which use pygame
70c527b
Requires:       python%{python3_pkgversion}-%{name} = %{version}-%{release}
db9d72a
Requires:       SDL2_ttf-devel SDL2_mixer-devel
4184e7d
Requires:       python3-devel
xulchris 47a534b
xulchris 0c822ce
%description devel
xulchris 0c822ce
This package contains headers required to build applications that use
xulchris 0c822ce
pygame.
xulchris 47a534b
92c12b8
%package -n python%{python3_pkgversion}-pygame
2dac66f
Summary:        Python3 modules for writing games
be8b278
Requires:       gnu-free-sans-fonts
be8b278
Recommends:     python%{python3_pkgversion}-numpy
92c12b8
%{?python_provide:%python_provide python%{python3_pkgversion}-pygame}
c46142e
92c12b8
%description -n python%{python3_pkgversion}-pygame
c46142e
Pygame is a set of Python modules designed for writing games. It is
c46142e
written on top of the excellent SDL library. This allows you to create
c46142e
fully featured games and multimedia programs in the python language.
c46142e
Pygame is highly portable and runs on nearly every platform and
c46142e
operating system.
c46142e
xulchris 455e0e5
xulchris 47a534b
%prep
b106ac0
%setup -q
f3afaa8
xulchris 47a534b
# rpmlint fixes
f3afaa8
find examples/ -type f -print0 | xargs -0 chmod -x 
f3afaa8
find docs/ -type f -print0 | xargs -0 chmod -x
de67140
find src_c/ -type f -name '*.h' -print0 | xargs -0 chmod -x
f3afaa8
xulchris bf4fb36
iconv -f iso8859-1 -t utf-8 WHATSNEW > WHATSNEW.conv && mv -f WHATSNEW.conv WHATSNEW
f3afaa8
iconv -f iso8859-1 -t utf-8 README.txt > README.txt.conv && mv -f README.txt.conv README.txt
xulchris bf4fb36
xulchris 47a534b
xulchris 68e14ec
# These files must be provided by pygame-nonfree(-devel) packages on a
xulchris 49d5d67
# repository that does not have restrictions on providing non-free software
de67140
rm -f src_c/ffmovie.[ch]
xulchris 68e14ec
xulchris 455e0e5
xulchris 47a534b
%build
db9d72a
%py3_build cython
xulchris 47a534b
xulchris 47a534b
%install
c46142e
%py3_install
xulchris 455e0e5
7772165
#use system font.
c46142e
rm -f $RPM_BUILD_ROOT%{python3_sitearch}/%{name}/freesansbold.ttf
c46142e
ln -s /usr/share/fonts/gnu-free/FreeSansBold.ttf $RPM_BUILD_ROOT%{python3_sitearch}/%{name}/freesansbold.ttf
7772165
xulchris bf4fb36
# Fix permissions
c46142e
chmod 755 $RPM_BUILD_ROOT%{python3_sitearch}/%{name}/*.so
xulchris bf4fb36
xulchris 47a534b
%check
xulchris 47a534b
# base_test fails in mock, unable to find soundcard
c46142e
PYTHONPATH="$RPM_BUILD_ROOT%{python3_sitearch}" %{__python3} test/base_test.py || :
c46142e
PYTHONPATH="$RPM_BUILD_ROOT%{python3_sitearch}" %{__python3} test/rect_test.py
db9d72a
#image_test now fails in mock, unable to find video device.
db9d72a
#PYTHONPATH="$RPM_BUILD_ROOT%{python3_sitearch}" %{__python3} test/image_test.py
xulchris 47a534b
 
70c527b
%files -n python%{python3_pkgversion}-pygame
de67140
%doc docs/ README* WHATSNEW*
70c527b
%dir %{python3_sitearch}/%{name}
70c527b
%{python3_sitearch}/%{name}*
xulchris 0c822ce
xulchris 0c822ce
%files devel
xulchris 0c822ce
%doc examples/
xulchris 0c822ce
%dir %{_includedir}/python*/%{name}
db9d72a
%{_includedir}/python*/%{name}/
xulchris 455e0e5
xulchris 47a534b
%changelog
db9d72a
* Thu Nov 12 2020 Gwyn Ciesla <gwync@protonmail.com> - 2.0.0-1
db9d72a
- 2.0.0
db9d72a
6de8d42
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.6-9
6de8d42
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
6de8d42
ad33029
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.9.6-8
ad33029
- Rebuilt for Python 3.9
ad33029
76a3e9a
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.6-7
76a3e9a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
76a3e9a
6248d37
* Fri Jan 17 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.9.6-6
6248d37
- Patch for python 3.9
6248d37
70c527b
* Mon Jan 06 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.9.6-5
70c527b
- Drop Python 2.
70c527b
be8b278
* Tue Oct 29 2019 Petr Viktorin <pviktori@redhat.com> - 1.9.6-4
be8b278
- Only Recommend NumPy
be8b278
  The only part of pygame that needs NumPy is pygame.surfarray,
be8b278
  but pygame is otherwise useful without it.
be8b278
  See: https://www.pygame.org/docs/ref/surfarray.html
be8b278
d7e5107
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.9.6-3
d7e5107
- Rebuilt for Python 3.8.0rc1 (#1748018)
d7e5107
a7f2714
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.9.6-2
a7f2714
- Rebuilt for Python 3.8
a7f2714
de67140
* Thu Aug 08 2019 Gwyn Ciesla <gwync@protonmail.com> - 1.9.6-1
de67140
- 1.9.6
de67140
4184e7d
* Wed Aug 07 2019 Gwyn Ciesla <gwync@protonmail.com> - 1.9.4-9
4184e7d
- Mode -devel to Python 3.
4184e7d
007ba50
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.4-8
007ba50
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
007ba50
0f2a333
* Fri May 10 2019 Sérgio Basto <sergio@serjux.com> - 1.9.4-7
0f2a333
- Fix one missing %%{python3_pkgversion}
0f2a333
92c12b8
* Thu May 09 2019 Sérgio Basto <sergio@serjux.com> - 1.9.4-6
92c12b8
- Allow build on EPEL7
b9ccdfd
- Re-enable tests on ppc64le (#1520016)
92c12b8
ee5fac4
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.4-5
ee5fac4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
ee5fac4
f7248ef
* Mon Oct 22 2018 Gwyn Ciesla <limburgher@gmail.com> - 1.9.4-4
f7248ef
- Requires fixes.
f7248ef
fd77de4
* Thu Oct 04 2018 Gwyn Ciesla <limburgher@gmail.com> - 1.9.4-3
fd77de4
- Requires fixes.
fd77de4
cab8771
* Fri Jul 20 2018 Gwyn Ciesla <limburgher@gmail.com> - 1.9.4-2
cab8771
- BR fix.
cab8771
80fbc75
* Thu Jul 19 2018 Gwyn Ciesla <limburgher@gmail.com> - 1.9.4-1
80fbc75
- 1.9.4.
80fbc75
8bd3404
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.3-8
8bd3404
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
8bd3404
b5f94cf
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.9.3-7
b5f94cf
- Rebuilt for Python 3.7
74b1ff0
- Regenerate Cython C file, apply upstream patch for new Cython
b5f94cf
0641fdc
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.3-6
0641fdc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
0641fdc
5055401
* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.9.3-5
5055401
- Add Provides for the old name without %%_isa
5055401
7aab34d
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.9.3-4
7aab34d
- Python 2 binary package renamed to python2-pygame
7aab34d
  See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
7aab34d
3bf8d67
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.3-3
3bf8d67
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
3bf8d67
45305b4
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.3-2
45305b4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
45305b4
b106ac0
* Mon Apr 10 2017 Gwyn Ciesla <limburgher@gmail.com> - 1.9.3-1
b106ac0
- 1.9.3, some minor cleanup.
b106ac0
2dac66f
* Sat Apr 08 2017 Till Maas <opensource@till.name> - 1.9.1-27.20150926
2dac66f
- Fix Summary of python 3 package (#1282034)
2dac66f
060319c
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.1-26.20150926
060319c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
060319c
30c260a
* Thu Dec 22 2016 Miro Hrončok <mhroncok@redhat.com> - 1.9.1-25.20150926
30c260a
- Rebuild for Python 3.6
30c260a
717d92f
* Tue Nov 08 2016 Hans de Goede <hdegoede@redhat.com> - 1.9.1-24.20150926
717d92f
- Ignore image_test.py result on ppc64le to avoid build failure (rhbz#1392465)
717d92f
Björn Esser 13e9e5c
* Mon Nov 07 2016 Björn Esser <fedora@besser82.io> - 1.9.1-23.20150926
Björn Esser 13e9e5c
- Rebuilt for ppc64
Björn Esser 13e9e5c
3de4a52
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.1-22.20150926
3de4a52
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
3de4a52
de3c41b
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.1-21.20150926
de3c41b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
de3c41b
8c68343
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.1-20.20150926
8c68343
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
8c68343
4eedbd0
* Sat Sep 26 2015 Jon Ciesla <limburgher@gmail.com> - 1.9.1-19.20150926
4eedbd0
- Add python3-numpy Requires.
4eedbd0
c46142e
* Sat Sep 26 2015 Jon Ciesla <limburgher@gmail.com> - 1.9.1-18.20150926
c46142e
- Add python3 support.
c46142e
1867484
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.1-17
1867484
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
1867484
d34cdbf
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.1-16
d34cdbf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
d34cdbf
47758a8
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.1-15
47758a8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
47758a8
cd1f50b
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.1-14
cd1f50b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
cd1f50b
96a5596
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.1-13
96a5596
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
96a5596
Adam Tkac a0ea405
* Mon Jan 21 2013 Adam Tkac <atkac redhat com> - 1.9.1-12
Adam Tkac a0ea405
- rebuild due to "jpeg8-ABI" feature drop
Adam Tkac a0ea405
Jan Kaluza d3c17c4
* Tue Dec 04 2012 Jan Kaluza <jkaluza@redhat.com> - 1.9.1-11
Jan Kaluza d3c17c4
- fix #881545 - fix memory leak when saving png images
Jan Kaluza d3c17c4
7772165
* Mon Jul 30 2012 Jon Ciesla <limburgher@gmail.com> - 1.9.1-10
7772165
- Use system font, BZ 477444.
7772165
3287be9
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.1-9
3287be9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
3287be9
064315f
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.1-8
064315f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
064315f
955e058
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 1.9.1-7
955e058
- Rebuild for new libpng
955e058
Jan Kaluza b9500b4
* Thu Jun 23 2011 Jan Kaluza <jkaluza@redhat.com> - 1.9.1-6
Jan Kaluza b9500b4
- Removed V4L support because V4L has been deprecated from the Linux
Jan Kaluza b9500b4
  kernel as of 2.6.38
Jan Kaluza b9500b4
714984f
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.1-5
714984f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
714984f
Jan Kaluza cbdccfc
* Mon Aug 16 2010 Jan Kaluza <jkaluza@redhat.com> - 1.9.1-4
Jan Kaluza cbdccfc
- fix #607753 - Do not install tests
Jan Kaluza cbdccfc
Jan Kaluza 4714c24
* Thu Aug 12 2010 Jan Kaluza <jkaluza@redhat.com> - 1.9.1-3
Jan Kaluza 4714c24
- fix #585526 - add MIDI support
Jan Kaluza 4714c24
42511ca
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 1.9.1-2
42511ca
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
42511ca
3bbea49
* Thu Oct 08 2009 Jon Ciesla <limb@jcomserv.net> - 1.9.1-1
3bbea49
- New upstream release, BZ 526365.
3bbea49
- Updated config_unix patch for 1.9.1.
3bbea49
59787ee
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.1-7
59787ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
59787ee
bde24c7
* Fri Apr 17 2009 Jon Ciesla <limb@jcomserv.net> - 1.8.1-6
bde24c7
- Dropped f2py deps, unneeded now that numpy is fixed: BZ 496277.
bde24c7
1ba2134
* Fri Apr 17 2009 Jon Ciesla <limb@jcomserv.net> - 1.8.1-5
bde24c7
- Add dep for numpy-f2py to fix broken games, BZ 496218.
1ba2134
bd180c5
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.1-4
bd180c5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
bd180c5
99def35
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.8.1-3
99def35
- Rebuild for Python 2.6
99def35
35367f7
* Wed Sep 17 2008 Robin Norwood <robin.norwood@gmail.com> 1.8.1-2
35367f7
- Bump release to trump F9 version.
35367f7
f3afaa8
* Tue Aug 26 2008 Robin Norwood <robin.norwood@gmail.com> 1.8.1-1
f3afaa8
- Update to new upstream version.
f3afaa8
- rpmlint fixes
f3afaa8
2e359c2
* Mon Aug 25 2008 Robin Norwood <robin.norwood@gmail.com> 1.8.0-3
2e359c2
- Rebase config patch for 1.8.0
12450cc
- Need to specify BR: SDL-devel
2e359c2
f616bf3
* Mon Aug 25 2008 Robin Norwood <robin.norwood@gmail.com> 1.8.0-2
f616bf3
- Change from requiring python-numeric to numpy
f616bf3
- rhbz#457074
f616bf3
xulchris 2d727f6
* Thu May 22 2008 Christopher Stone <chris.stone@gmail.com> 1.8.0-1
xulchris 2d727f6
- Upstream sync
xulchris 2d727f6
- Remove Obsolets/Provides (been around since FC-4)
xulchris 2d727f6
- Remove no longer needed 64bit patch
xulchris 2d727f6
- Remove %%{version} macro from Patch0 definition
xulchris 2d727f6
- Add png, jpeg, and X11 libraries to BuildRequires
xulchris 2d727f6
- Simplify %%files section
xulchris 2d727f6
- Fix up some rpmlint warnings
xulchris 2d727f6
xulchris bf4fb36
* Thu Feb 21 2008 Christopher Stone <chris.stone@gmail.com> 1.7.1-16
xulchris bf4fb36
- Add egginfo file to %%files
xulchris bf4fb36
- Update %%license
xulchris bf4fb36
- Fix permissions on .so files
xulchris bf4fb36
3cc4362
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.7.1-15
3cc4362
- Autorebuild for GCC 4.3
3cc4362
xulchris 8bd64a1
* Tue May 15 2007 Christopher Stone <chris.stone@gmail.com> 1.7.1-14
xulchris 8bd64a1
- Add one more bit to 64-bit patch
xulchris 8bd64a1
xulchris 455e0e5
* Sat May 12 2007 Christopher Stone <chris.stone@gmail.com> 1.7.1-13
xulchris 455e0e5
- Apply 64-bit patch for python 2.5 (bz #239899)
xulchris 455e0e5
- Some minor spec file cleanups
xulchris 455e0e5
xulchris 0c822ce
* Mon Apr 23 2007 Christopher Stone <chris.stone@gmail.com> 1.7.1-12
xulchris 0c822ce
- Revert back to version 1.7.1-9
xulchris 0c822ce
xulchris 1ada066
* Mon Dec 11 2006 Christopher Stone <chris.stone@gmail.com> 1.7.1-11
xulchris 1ada066
- Remove all Obsolete/Provides
xulchris 1ada066
- Remove Requires on all devel packages
xulchris 1ada066
xulchris ac0d880
* Sun Dec 10 2006 Christopher Stone <chris.stone@gmail.som> 1.7.1-10
xulchris ac0d880
- Remove macosx examples
xulchris ac0d880
- Move header files into main package
xulchris ac0d880
- Move examples into examples subpackage
xulchris d944f39
- python(abi) = 0:2.5
xulchris d944f39
xulchris f3c6a0f
* Wed Sep 06 2006 Christopher Stone <chris.stone@gmail.com> 1.7.1-9
xulchris f3c6a0f
- No longer %%ghost pyo files. Bug #205396
xulchris f3c6a0f
xulchris cf4d4ac
* Sat Sep 02 2006 Christopher Stone <chris.stone@gmail.com> 1.7.1-8
xulchris cf4d4ac
- FC6 Rebuild
xulchris cf4d4ac
xulchris 0c822ce
* Wed Jun 28 2006 Christopher Stone <chris.stone@gmail.com> 1.7.1-7.fc6.1
xulchris 0c822ce
- Rebuild bump
xulchris 0c822ce
xulchris 64e4951
* Wed May 03 2006 Christopher Stone <chris.stone@gmail.com> 1.7.1-7
xulchris 91bf7e9
- Fix Obsolete/Provides of python-pygame-doc
xulchris 91bf7e9
xulchris 68de6f1
* Wed Apr 26 2006 Christopher Stone <chris.stone@gmail.com> 1.7.1-6
xulchris 68de6f1
- Bump release for new build on devel
xulchris 68de6f1
xulchris 91f767d
* Wed Apr 26 2006 Christopher Stone <chris.stone@gmail.com> 1.7.1-5
xulchris 91f767d
- Add Obsolete/Provides tags for python-pygame-docs
xulchris 91f767d
- Add Obsolete/Provides tags for python-pygame-devel to devel package
xulchris 91f767d
- Hopefully this fixes Bugzilla bug #189991
xulchris 91f767d
xulchris 68e14ec
* Fri Apr 21 2006 Christopher Stone <chris.stone@gmail.com> 1.7.1-4
xulchris 68e14ec
- Add Requires to -devel package
xulchris 68e14ec
- Remove ffmovie.h from -devel package since it requires smpeg-devel
xulchris 68e14ec
xulchris 68826e2
* Fri Apr 21 2006 Christopher Stone <chris.stone@gmail.com> 1.7.1-3
xulchris 68826e2
- Obsolete linva python-pygame package
xulchris 68826e2
- Added Provides for python-pygame
xulchris 68826e2
- Fix equal sign in devel requires
xulchris 68826e2
xulchris 47a534b
* Thu Apr 20 2006 Christopher Stone <chris.stone@gmail.com> 1.7.1-2
xulchris 47a534b
- Added a patch to clean up some warnings on 64 bit compiles
xulchris 47a534b
xulchris 47a534b
* Tue Apr 18 2006 Christopher Stone <chris.stone@gmail.com> 1.7.1-1
xulchris 47a534b
- Initial RPM release