diff --git a/.gitignore b/.gitignore index 27f202d..78a81d1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ simspark-0.2.1.tar.gz +/simspark-0.2.2.tar.gz diff --git a/simspark.spec b/simspark.spec index 95fb68e..e33099a 100644 --- a/simspark.spec +++ b/simspark.spec @@ -1,6 +1,6 @@ Name: simspark -Version: 0.2.1 -Release: 3%{?dist} +Version: 0.2.2 +Release: 1%{?dist} Summary: Spark physical simulation system Group: Development/Libraries @@ -42,7 +42,7 @@ mkdir build cd build export CXXFLAGS="${CXXFLAGS:-%optflags}" export CFLAGS="${CFLAGS:-%optflags}" -cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIBDIR:PATH=%{_lib} .. +cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIBDIR:PATH=%{_lib} -DODE_CONFIG_EXEC=ode-double-config .. make VERBOSE=1 %{?_smp_mflags} make pdf cp doc/devel/manual.pdf ../doc/devel/ @@ -80,6 +80,9 @@ rm -rf %{buildroot} %doc doc/devel/howtos doc/devel/manual.pdf %changelog +* Wed Apr 27 2011 Hedayat Vatankhah - 0.2.2-1 +- Updated to latest release 0.2.2 + * Mon Nov 08 2010 Hedayat Vatankhah - 0.2.1-3 - Rebuilt to fix crashing in multi-threaded mode - Replacing an old address in changelog comments diff --git a/sources b/sources index 1af9389..c7f4496 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -068eef4a50ba4318c1cc0169a0618047 simspark-0.2.1.tar.gz +b93320a0c6794766cab6bd37b6081d12 simspark-0.2.2.tar.gz