From b9f552794d03b2ceba2ed607204e293bb70bc3d2 Mon Sep 17 00:00:00 2001 From: Sergio Pascual Date: Mar 29 2016 22:53:13 +0000 Subject: New upstream source (5.14), soname bump --- diff --git a/.gitignore b/.gitignore index d11cc5f..6341dff 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ wcslib-4.3.1.tar.gz /wcslib-4.22.tar.bz2 /wcslib-4.23.tar.bz2 /wcslib-4.25.1.tar.bz2 +/wcslib-5.14.tar.bz2 diff --git a/sources b/sources index bc639c4..5ffe4fb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -273743120460aed00fdfe8d5d5eb6c8d wcslib-4.25.1.tar.bz2 +7225a13fe1ca9eb7a6e29432ecaa1ffb wcslib-5.14.tar.bz2 diff --git a/wcslib.spec b/wcslib.spec index 072797b..4d35e9b 100644 --- a/wcslib.spec +++ b/wcslib.spec @@ -1,6 +1,6 @@ Name: wcslib -Version: 4.25.1 -Release: 3%{?dist} +Version: 5.14 +Release: 1%{?dist} Summary: An implementation of the FITS World Coordinate System standard Group: Development/Libraries @@ -53,11 +53,13 @@ make check %postun -p /sbin/ldconfig %files -%doc COPYING.LESSER README +%license COPYING.LESSER +%doc README %{_libdir}/*.so.* %files devel -%doc COPYING.LESSER html wcslib.pdf +%license COPYING.LESSER +%doc html wcslib.pdf %{_libdir}/*.so %exclude %{_libdir}/*.a %{_libdir}/pkgconfig/wcslib.pc @@ -65,11 +67,14 @@ make check %{_includedir}/wcslib-%{version} %files utils -%doc COPYING +%license COPYING %{_bindir}/* %{_mandir}/man1/* %changelog +* Wed Mar 30 2016 Sergio Pascual 5.14-1 +- New upstream source (5.14), soname bump + * Fri Feb 05 2016 Fedora Release Engineering - 4.25.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild