[wfmath] Rebuilt for new upstream version 1.0.2, fix spec to meet guidelines + spec cleanup

Filipe Rosset filiperosset at fedoraproject.org
Sat May 17 12:53:23 UTC 2014


commit bf4b293ad07ae78da177898208601b012677fe6f
Author: Filipe Rosset <rosset.filipe at gmail.com>
Date:   Sat May 17 09:53:19 2014 -0300

    Rebuilt for new upstream version 1.0.2, fix spec to meet guidelines + spec cleanup
    
    - Fix rhbz #805470 and #926717

 .gitignore  |    1 +
 sources     |    2 +-
 wfmath.spec |   14 ++++++++------
 3 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cc1affb..5929c6a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ wfmath-0.3.9.tar.bz2
 /wfmath-0.3.11.tar.bz2
 /wfmath-0.3.12.tar.bz2
 /wfmath-1.0.1.tar.bz2
+/wfmath-1.0.2.tar.bz2
diff --git a/sources b/sources
index 94422a0..a71bba5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e9778f60407b19fc85bfdaad013dfc59  wfmath-1.0.1.tar.bz2
+76cf8195077ffd854b1340cc62a5d5e9  wfmath-1.0.2.tar.bz2
diff --git a/wfmath.spec b/wfmath.spec
index f8e0666..9d175e0 100644
--- a/wfmath.spec
+++ b/wfmath.spec
@@ -1,6 +1,6 @@
 Name:           wfmath
-Version:        1.0.1
-Release:        3%{?dist}
+Version:        1.0.2
+Release:        1%{?dist}
 Summary:        WorldForge client math libraries
 
 Group:          Development/Libraries
@@ -11,7 +11,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  pkgconfig doxygen
 # Testing needs
-BuildRequires:	atlascpp-devel
+BuildRequires:  atlascpp-devel
 
 %description
 WFMath provides mathematical functions for WorldForge clients.  The primary
@@ -79,13 +79,11 @@ make %{?_smp_mflags} check
 
 
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS COPYING README TODO ChangeLog
 %{_libdir}/lib%{name}-1.0.so.*
 
 
 %files devel
-%defattr(-,root,root,-)
 %doc doc/CLASS_LAYOUT doc/html/
 %{_includedir}/%{name}-1.0
 %{_libdir}/lib%{name}-1.0.so
@@ -94,6 +92,10 @@ make %{?_smp_mflags} check
 
 
 %changelog
+* Fri May 16 2014 Filipe Rosset <rosset.filipe at gmail.com> - 1.0.2-1
+- Rebuilt for new upstream version 1.0.2, fix spec to meet guidelines + spec cleanup
+- Fix rhbz #805470 and #926717
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
@@ -135,7 +137,7 @@ make %{?_smp_mflags} check
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.8-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
-* Mon Dec 14 2008 Alexey Torkhov <atorkhov at gmail.com> 0.3.8-1
+* Sun Dec 14 2008 Alexey Torkhov <atorkhov at gmail.com> 0.3.8-1
 - Update to 0.3.8
 - Don't run unit tests on PPC64
 


More information about the scm-commits mailing list