[nec2c] Update to latest upstream release.

Richard Shaw hobbes1069 at fedoraproject.org
Mon Aug 26 14:59:53 UTC 2013


commit 9cc208b79059b8d53f07840b05cc2f5dc95890a9
Author: Richard M. Shaw <hobbes1069 at gmail.com>
Date:   Mon Aug 26 09:59:44 2013 -0500

    Update to latest upstream release.

 .gitignore |    1 +
 nec2c.spec |   15 ++++++++++-----
 sources    |    2 +-
 3 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c36dc00..49c9dc4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 nec2c-0.8.tar.gz
 /nec2c-0.9.tar.bz2
+/nec2c-1.1.tar.bz2
diff --git a/nec2c.spec b/nec2c.spec
index f1de82c..42e7e93 100644
--- a/nec2c.spec
+++ b/nec2c.spec
@@ -1,6 +1,6 @@
 Name:           nec2c
-Version:        0.9
-Release:        3%{?dist}
+Version:        1.1
+Release:        1%{?dist}
 Summary:        Translation of NEC2 antenna modeling tool from FORTRAN to C
 
 Group:          Applications/Communications
@@ -21,15 +21,17 @@ and optionally the output file name.
 
 
 %prep
-%setup -q -n %{name}
-%patch0 -p0
+%setup -q
+#patch0 -p0
 
 
 %build
+%configure
+
 make CFLAGS="%{optflags}" %{?_smp_mflags}
 
 #fix permissions
-chmod 0644 README network.c
+#chmod 0644 README network.c
 
 
 %install
@@ -47,6 +49,9 @@ help2man -o %{buildroot}%{_mandir}/man1/%{name}.1 -h -h -v -v --no-discard-stder
 
 
 %changelog
+* Sun Apr 14 2013 Richard Shaw <hobbes1069 at gmail.com> - 1.1-1
+- Update to latest upstream release.
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 60eccb0..378cc45 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-88f0614b58e7d9b5b7cd9ab752d91bba  nec2c-0.9.tar.bz2
+83e979e7e88454698ee5a69a86ddd66b  nec2c-1.1.tar.bz2


More information about the scm-commits mailing list