Update to 2.0.1
This commit is contained in:
parent
f7db8fd756
commit
2049ca103e
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
scons-2.0.0.final.0.tar.gz
|
||||
/scons-2.0.1.tar.gz
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
%global posttag .final.0
|
||||
#global posttag .final.0
|
||||
|
||||
Name: scons
|
||||
Version: 2.0.0
|
||||
Release: 2%{?posttag}%{?dist}
|
||||
Version: 2.0.1
|
||||
Release: 1%{?posttag}%{?dist}
|
||||
Summary: An Open Source software construction tool
|
||||
Group: Development/Tools
|
||||
License: MIT
|
||||
@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man?/*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 23 2010 Chen Lei <supercyper@163.com> - 2.0.1-1
|
||||
- new release 2.0.1
|
||||
|
||||
* Wed Aug 11 2010 David Malcolm <dmalcolm@redhat.com> - 2.0.0-2.final.0
|
||||
- recompiling .py files against Python 2.7 (rhbz#623357)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user