diff --git a/repack.sh b/repack.sh index 2a7d965..f11e102 100755 --- a/repack.sh +++ b/repack.sh @@ -1,6 +1,6 @@ #! /bin/bash -version=2.0.16 +version=2.0.17 prerel= src=waf-${version}${prerel}.tar.bz2 diff --git a/sources b/sources index bcbad30..0447de2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (waf-2.0.16.stripped.tar.bz2) = 58d9221c5851fa86deb44876ae4c8544b597111ee9dd83b5ee9d6cd27dc36d7e6f24e4cf5209f04dd4c045afe462ae15bf33a530c77adf0f1acdc3ec161947d0 +SHA512 (waf-2.0.17.stripped.tar.bz2) = 80b85d066326dabc9c828af86d720ac61772e96d171eb3532481e41055b3bac7db96b5579efb460522248eab43eee7dd6ec658151bd1349d22f6746919f441f9 diff --git a/waf.spec b/waf.spec index 236651c..b9eb85e 100644 --- a/waf.spec +++ b/waf.spec @@ -16,7 +16,7 @@ %global waf_py2_priority 20 Name: waf -Version: 2.0.16 +Version: 2.0.17 Release: 1%{?dist} Summary: A Python-based build system # The entire source code is BSD apart from pproc.py (taken from Python 2.5) @@ -243,6 +243,9 @@ rm -f docs/sphinx/build/html/.buildinfo %changelog +* Wed Jun 5 2019 Thomas Moschny - 2.0.17-1 +- Update to 2.0.17. + * Sun May 19 2019 Thomas Moschny - 2.0.16-1 - Update to 2.0.16.