Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Tom "spot" Callaway
0edbc45f0f 1.4.8 2010-08-19 13:45:30 -04:00
2 changed files with 7 additions and 4 deletions

View file

@ -1 +1 @@
3658a9aa7ce31ab62590bc0a75635991 winpdb-1.4.6.tar.gz
e28049cc93c1614b9db20960d76b7ea3 winpdb-1.4.8.tar.gz

View file

@ -1,8 +1,8 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: winpdb
Version: 1.4.6
Release: 3%{?dist}
Version: 1.4.8
Release: 1%{?dist}
Summary: An advanced python debugger
Group: Development/Debuggers
License: GPLv2+
@ -47,13 +47,16 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc PKG-INFO README.txt
%doc README.txt
%{_bindir}/*
%{python_sitelib}/*
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/%{name}.png
%changelog
* Thu Aug 19 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 1.4.8-1
- update to 1.4.8
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 1.4.6-3
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild