[wfmath] Upstream release 0.3.12

Bruno Wolff III bruno at fedoraproject.org
Sun Jan 22 15:18:07 UTC 2012


commit f391886720c2fe269830fe361d0afb7a0f9e9848
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sun Jan 22 09:13:16 2012 -0600

    Upstream release 0.3.12

 .gitignore                |    1 +
 sources                   |    2 +-
 wfmath-instantiate.patch  |   27 ---------------------------
 wfmath-math-include.patch |   20 --------------------
 wfmath.spec               |   12 ++++++------
 5 files changed, 8 insertions(+), 54 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b6ea53f..59d2ce5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 wfmath-0.3.9.tar.bz2
 /wfmath-0.3.11.tar.bz2
+/wfmath-0.3.12.tar.bz2
diff --git a/sources b/sources
index 492e0f1..3bc8278 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b2874e43fd484fab789fa1b655b486f7  wfmath-0.3.11.tar.bz2
+622a7bcdc2f6786c95b592259924678e  wfmath-0.3.12.tar.bz2
diff --git a/wfmath.spec b/wfmath.spec
index 7a0fbab..8bc41c4 100644
--- a/wfmath.spec
+++ b/wfmath.spec
@@ -1,14 +1,12 @@
 Name:           wfmath
-Version:        0.3.11
-Release:        4%{?dist}
+Version:        0.3.12
+Release:        1%{?dist}
 Summary:        WorldForge client math libraries
 
 Group:          Development/Libraries
 License:        GPLv2+
 URL:            http://worldforge.org/dev/eng/libraries/wfmath
 Source0:        http://downloads.sourceforge.net/sourceforge/worldforge/%{name}-%{version}.tar.bz2
-Patch0:         wfmath-instantiate.patch
-Patch1:         wfmath-math-include.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  pkgconfig doxygen
@@ -33,8 +31,6 @@ Libraries and header files for developing applications that use wfmath.
 
 %prep
 %setup -q
-%patch0 -p0
-%patch1 -p0
 
 
 %build
@@ -96,6 +92,10 @@ make %{?_smp_mflags} check
 
 
 %changelog
+* Sun Jan 22 2012 Bruno Wolff III <bruno at wolff.to> 0.3.12-1
+- Upstream release 0.3.12
+- gcc patches no longer needed
+
 * Mon Jan 16 2012 Bruno Wolff III <bruno at wolff.to> 0.3.11-4
 - gcc 4.7 requires math.h to be included now in a couple of places
 


More information about the scm-commits mailing list