diff --git a/grace.spec b/grace.spec index 20ec7ea..220ff25 100644 --- a/grace.spec +++ b/grace.spec @@ -3,7 +3,7 @@ Name: grace Version: 5.1.22 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Numerical Data Processing and Visualization Tool License: GPLv2+ @@ -65,7 +65,7 @@ Install these files if you need to compile software that requires grace. # avoid duplicating debian patch %patch2 -p1 -patch -p0 < debian/patches/tmpnam_to_mkstemp.diff +patch -p1 < debian/patches/tmpnam_to_mkstemp.diff # remove stripping option to have meaningfull debuginfo packages sed -i -e 's/^\(.*INSTALL_PROGRAM.*\) -s /\1 /' */Makefile @@ -225,6 +225,9 @@ fi %changelog +* Sun Jan 25 2009 José Matos - 5.1.22-2 +- Fix patch level used. + * Fri Jan 23 2009 José Matos - 5.1.22-1 - Upstream release (bug fixes).