[swarp] Correct source url

Sergio Pascual sergiopr at fedoraproject.org
Thu Apr 3 22:27:12 UTC 2014


commit 2c3fa16fbcd27e9fd165ebb7b27815fdf551ee31
Author: Sergio Pascual <sergiopr at fis.ucm.es>
Date:   Fri Apr 4 00:27:00 2014 +0200

    Correct source url
    
    - License is GPLv3+
    - New upstream source (2.38)

 .gitignore             |    1 +
 sources                |    2 +-
 swarp-format-sec.patch |   12 ------------
 swarp.spec             |   15 +++++++++------
 4 files changed, 11 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b57b2c3..b488902 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 swarp-2.17.6.tar.gz
 /swarp-2.19.1.tar.gz
+/swarp-2.38.0.tar.gz
diff --git a/sources b/sources
index 42b8ed7..add0f3a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c4054620013b2f916e1856aa526cc092  swarp-2.19.1.tar.gz
+2efd230f5951ca95252f934a114356bf  swarp-2.38.0.tar.gz
diff --git a/swarp.spec b/swarp.spec
index ab62020..cae8188 100644
--- a/swarp.spec
+++ b/swarp.spec
@@ -1,13 +1,12 @@
 Name: swarp
-Version: 2.19.1
-Release: 8%{?dist}
+Version: 2.38.0
+Release: 1%{?dist}
 Summary: Tool that resamples and co-adds together FITS images
 
 Group: Applications/Engineering
-License: CeCILL
+License: GPLv3+
 URL: http://www.astromatic.net/software/%{name}
-Source0: ftp://ftp.iap.fr/pub/from_users/bertin/%{name}/%{name}-%{version}.tar.gz
-Patch0: swarp-format-sec.patch
+Source0: http://www.astromatic.net/download/swarp/swarp-%{version}.tar.gz
 
 %description
 SWarp is a program that resamples and co-adds together FITS images 
@@ -23,7 +22,6 @@ This package contains the documentation for %{name}.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure --enable-threads
@@ -44,6 +42,11 @@ make DESTDIR=%{buildroot} install
 %doc COPYRIGHT doc/swarp.pdf 
 
 %changelog
+* Fri Apr 04 2014 Sergio Pascual <sergiopr at fedoraproject.org> - 2.38.0-1
+- Correct source url
+- License is GPLv3+
+- New upstream source (2.38)
+
 * Thu Dec 05 2013 Sergio Pascual <sergiopr at fedoraproject.org> - 2.19.1-8
 - Fix format security error (bz #1037344)
 - Spec cleanup


More information about the scm-commits mailing list