[simspark] Update to new upstream release: 0.2.4

Hedayat Vatankhah hedayat at fedoraproject.org
Wed Jun 19 09:12:45 UTC 2013


commit 8304e791f3061273bdc740420ad0c80bdafa5dd5
Author: Hedayat Vatankhah <hedayat.fwd at gmail.com>
Date:   Wed Jun 19 13:42:07 2013 +0430

    Update to new upstream release: 0.2.4

 .gitignore              |    1 +
 simspark-boostfix.patch |   22 ----------------------
 simspark.spec           |   12 +++++-------
 sources                 |    2 +-
 4 files changed, 7 insertions(+), 30 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a53f1a6..1465c83 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 simspark-0.2.1.tar.gz
 /simspark-0.2.2.tar.gz
 /simspark-0.2.3.tar.gz
+/simspark-0.2.4.tar.gz
diff --git a/simspark.spec b/simspark.spec
index 15d30c4..e63891a 100644
--- a/simspark.spec
+++ b/simspark.spec
@@ -1,6 +1,6 @@
 Name:           simspark
-Version:        0.2.3
-Release:        6%{?dist}
+Version:        0.2.4
+Release:        1%{?dist}
 Summary:        Spark physical simulation system
 
 Group:          Development/Libraries
@@ -8,7 +8,6 @@ License:        GPLv2
 URL:            http://simspark.sourceforge.net
 Source0:        http://downloads.sourceforge.net/simspark/%{name}-%{version}.tar.gz
 Patch0:         %{name}-confscript-mlibfix.patch
-Patch1:         %{name}-boostfix.patch
 
 BuildRequires:  cmake boost-devel ruby ruby-devel SDL-devel tex(latex)
 BuildRequires:  ode-devel libGL-devel DevIL-devel freetype-devel libGLU-devel
@@ -37,10 +36,6 @@ developing applications that use %{name}.
 %prep
 %setup -q
 %patch0 -p1 -b .mlibfix
-%patch1 -p1 -b .boostfix
-# Applied upstream
-find "(" -name "*.cpp" -o -name "*.h" ")" -exec sed -i.boostfix "s|shared_dynamic_cast|dynamic_pointer_cast|g" {} \;
-find "(" -name "*.cpp" -o -name "*.h" ")" -exec sed -i.boostfix2 "s|shared_static_cast|static_pointer_cast|g" {} \;
 
 %build
 mkdir build
@@ -80,6 +75,9 @@ rm -rf %{buildroot}/%{_datadir}/doc
 %doc doc/devel/howtos doc/devel/manual.pdf
 
 %changelog
+* Tue Jun 18 2013 Hedayat Vatankhah <hedayat.fwd+rpmchlog at gmail.com> - 0.2.4-1
+- Update to new upstream release: 0.2.4
+
 * Wed Mar 27 2013 Vít Ondruch <vondruch at redhat.com> - 0.2.3-6
 - Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0
 
diff --git a/sources b/sources
index 5e70d30..9a2ac1f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b653af47b014b0af99d5dda1e3949d7b  simspark-0.2.3.tar.gz
+8679a043ee719e0cc75c72bbe15059d2  simspark-0.2.4.tar.gz


More information about the scm-commits mailing list