[simspark] Update to new upstream version 0.2.3

Hedayat Vatankhah hedayat at fedoraproject.org
Wed May 23 08:50:55 UTC 2012


commit ff721480adac883d37bc021e8b25531170eb9494
Author: Hedayat Vatankhah <hedayat.fwd at gmail.com>
Date:   Wed May 23 13:13:49 2012 +0430

    Update to new upstream version 0.2.3
    
    - Remove some old .spec stuff (e.g. defattr's)
    - Fix bug #704861

 .gitignore                        |    1 +
 simspark-0.2.2-gcc4.7fix.patch    |   12 ------------
 simspark-0.2.2-logviewerfix.patch |   28 ----------------------------
 simspark-odefix.patch             |   34 ----------------------------------
 simspark.spec                     |   20 ++++++++------------
 sources                           |    2 +-
 6 files changed, 10 insertions(+), 87 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 78a81d1..a53f1a6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 simspark-0.2.1.tar.gz
 /simspark-0.2.2.tar.gz
+/simspark-0.2.3.tar.gz
diff --git a/simspark.spec b/simspark.spec
index e22462e..22d4b2a 100644
--- a/simspark.spec
+++ b/simspark.spec
@@ -1,6 +1,6 @@
 Name:           simspark
-Version:        0.2.2
-Release:        9%{?dist}
+Version:        0.2.3
+Release:        1%{?dist}
 Summary:        Spark physical simulation system
 
 Group:          Development/Libraries
@@ -8,10 +8,6 @@ License:        GPLv2
 URL:            http://simspark.sourceforge.net
 Source0:        http://downloads.sourceforge.net/simspark/%{name}-%{version}.tar.gz
 Patch0:         %{name}-confscript-mlibfix.patch
-# Applied upstream
-Patch1:         %{name}-odefix.patch
-Patch2:         %{name}-0.2.2-logviewerfix.patch
-Patch3:         %{name}-0.2.2-gcc4.7fix.patch
 
 BuildRequires:  cmake boost-devel ruby ruby-devel SDL-devel tex(latex)
 BuildRequires:  ode-devel libGL-devel DevIL-devel freetype-devel libGLU-devel
@@ -39,9 +35,6 @@ developing applications that use %{name}.
 %prep
 %setup -q
 %patch0 -p1 -b .mlibfix
-%patch1 -p1 -b .odefix
-%patch2 -p1 -b .logviewerfix
-%patch3 -p1 -b .gcc4.7fix
 
 %build
 mkdir build
@@ -66,7 +59,6 @@ mv %{buildroot}/%{_datadir}/doc/%{name}/* package_docs/
 rm -rf %{buildroot}/%{_datadir}/doc
 
 %files
-%defattr(-,root,root,-)
 %doc package_docs/*
 %dir %{_libdir}/%{name}
 # Notice: the package needs .so files for running so
@@ -76,18 +68,22 @@ rm -rf %{buildroot}/%{_datadir}/doc
 %{_datadir}/%{name}
 
 %files devel
-%defattr(-,root,root,-)
 %{_bindir}/*
 %{_includedir}/%{name}
 %{_libdir}/%{name}/lib*.so
 %doc doc/devel/howtos doc/devel/manual.pdf
 
 %changelog
+* Tue May 22 2012 Hedayat Vatankhah <hedayat.fwd+rpmchlog at gmail.com> - 0.2.3-1
+- Update to new upstream version 0.2.3
+- Remove some old .spec stuff (e.g. defattr's)
+- Fix bug #704861
+
 * Tue Feb 28 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.2-9
 - Rebuilt for c++ ABI breakage
 
 * Thu Feb 16 2012 Hedayat Vatankhah <hedayat.fwd+rpmchlog at gmail.com> - 0.2.2-8
-- fix compilation under gcc 4.7
+- Fix compilation under gcc 4.7
 
 * Wed Feb 08 2012 Bohuslav Kabrda <bkabrda at redhat.com> - 0.2.2-7
 - Rebuilt for Ruby 1.9.3.
diff --git a/sources b/sources
index c7f4496..5e70d30 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b93320a0c6794766cab6bd37b6081d12  simspark-0.2.2.tar.gz
+b653af47b014b0af99d5dda1e3949d7b  simspark-0.2.3.tar.gz


More information about the scm-commits mailing list