[simspark/f14/master] Updated to upstream 0.2.2 release

Hedayat Vatankhah hedayat at fedoraproject.org
Wed Apr 27 10:47:07 UTC 2011


commit 88c7d7ec4b3be698f6aa5a57354f2eeb94b85c67
Author: Hedayat Vatankhah <hedayat.fwd at gmail.com>
Date:   Wed Apr 27 12:17:32 2011 +0430

    Updated to upstream 0.2.2 release

 .gitignore    |    1 +
 simspark.spec |    9 ++++++---
 sources       |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
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 <hedayat.fwd+rpmchlog at gmail.com> - 0.2.2-1
+- Updated to latest release 0.2.2
+
 * Mon Nov 08 2010 Hedayat Vatankhah <hedayat.fwd+rpmchlog at gmail.com> - 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


More information about the scm-commits mailing list