[simspark] Updated to upstream 0.2.2 release

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


commit 58b6686d55f3cd56d8d330807689cf4f28b1c09b
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 e6fc0c6..af0704d 100644
--- a/simspark.spec
+++ b/simspark.spec
@@ -1,6 +1,6 @@
 Name:           simspark
-Version:        0.2.1
-Release:        5%{?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
+
 * Sun Apr 17 2011 Kalev Lember <kalev at smartlink.ee> - 0.2.1-5
 - Rebuilt for boost 1.46.1 soname bump
 
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