Orion Poplawski 37a24a4
%if 0%{?fedora}
Sergio Pascual cdfc2ae
%global with_python3 1
Orion Poplawski 37a24a4
%endif
Sergio Pascual cdfc2ae
%global upname astropy
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
Name: python-astropy
Sergio Pascual d1ea709
Version: 1.0.3
Sergio Pascual e57cc83
Release: 4%{?dist}
Sergio Pascual cdfc2ae
Summary: A Community Python Library for Astronomy
Sergio Pascual cdfc2ae
License: BSD
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
URL: http://astropy.org
Sergio Pascual cdfc2ae
Source0: http://pypi.python.org/packages/source/a/astropy/astropy-%{version}.tar.gz
Sergio Pascual cdfc2ae
Source1: astropy-README.dist
Sergio Pascual 0f3ec8c
Source2: astropy-ply.py
Sergio Pascual 25bb6d2
Patch0: python-astropy-system-configobj.patch
Sergio Pascual 25bb6d2
Patch1: python-astropy-system-pytest.patch
Sergio Pascual 25bb6d2
Patch2: python-astropy-system-six.patch
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
BuildRequires: python2-devel python-setuptools numpy
Sergio Pascual cdfc2ae
BuildRequires: scipy h5py
Sergio Pascual 011d3c6
BuildRequires: git Cython pytest python-six python-ply
Sergio Pascual cdfc2ae
BuildRequires: python-sphinx graphviz
Sergio Pascual cdfc2ae
BuildRequires: python-matplotlib
Sergio Pascual cdfc2ae
BuildRequires: python-configobj
Sergio Pascual cdfc2ae
BuildRequires: expat-devel
Sergio Pascual cdfc2ae
BuildRequires: cfitsio-devel
Sergio Pascual 2689ec2
BuildRequires: wcslib-devel >= 4.25
Sergio Pascual cdfc2ae
BuildRequires: erfa-devel
Sergio Pascual 2689ec2
# 
Sergio Pascual 2689ec2
BuildRequires: texlive-ucs
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
Requires: numpy
Sergio Pascual 011d3c6
Requires: python-configobj pytest python-six python-ply
Sergio Pascual cdfc2ae
# Optionals
Sergio Pascual cdfc2ae
Requires: scipy h5py
Sergio Pascual cdfc2ae
Requires: /usr/bin/xmllint
Sergio Pascual cdfc2ae
Sergio Pascual 2689ec2
Provides: bundled(jquery) = 1.11
Sergio Pascual 011d3c6
Sergio Pascual cdfc2ae
%description
Sergio Pascual cdfc2ae
The Astropy project is a common effort to develop a single core package 
Sergio Pascual cdfc2ae
for Astronomy.  Major packages such as PyFITS, PyWCS, vo, and asciitable 
Sergio Pascual cdfc2ae
already merged in, and many more components being worked on. In 
Sergio Pascual cdfc2ae
particular, we are developing imaging, photometric, and spectroscopic 
Sergio Pascual cdfc2ae
functionality, as well as frameworks for cosmology, unit handling, and 
Sergio Pascual cdfc2ae
coordinate transformations.
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
%package doc
Sergio Pascual cdfc2ae
Summary: Documentation for %{name}, includes full API docs
Sergio Pascual cdfc2ae
# Disabled for the moment to avoid name collision
Sergio Pascual cdfc2ae
# of generated names between arches
Sergio Pascual cdfc2ae
# BuildArch: noarch
Sergio Pascual cdfc2ae
 
Sergio Pascual cdfc2ae
%description doc
Sergio Pascual cdfc2ae
This package contains the full API documentation for %{name}.
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
%if 0%{?with_python3}
Sergio Pascual cdfc2ae
%package -n python3-%{upname}
Sergio Pascual cdfc2ae
Summary: A Community Python Library for Astronomy
Sergio Pascual cdfc2ae
BuildRequires: python3-devel python3-setuptools python3-numpy
Sergio Pascual 011d3c6
BuildRequires: git python3-Cython python3-pytest python3-six python3-ply
Sergio Pascual cdfc2ae
BuildRequires: python3-scipy python3-h5py
Sergio Pascual cdfc2ae
BuildRequires: python3-sphinx graphviz
Sergio Pascual cdfc2ae
BuildRequires: python3-matplotlib
Sergio Pascual cdfc2ae
BuildRequires: python3-configobj
Sergio Pascual cdfc2ae
#
Sergio Pascual cdfc2ae
BuildRequires: expat-devel
Sergio Pascual 2689ec2
BuildRequires: wcslib-devel >= 4.25
Sergio Pascual cdfc2ae
BuildRequires: erfa-devel
Sergio Pascual cdfc2ae
BuildRequires: cfitsio-devel
Sergio Pascual cdfc2ae
BuildRequires: python3-devel
Sergio Pascual 2689ec2
#
Sergio Pascual 2689ec2
BuildRequires: texlive-ucs
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
Requires: python3-numpy
Sergio Pascual cdfc2ae
Requires: python3-configobj
Sergio Pascual cdfc2ae
Requires: python3-pytest
Sergio Pascual 110e18b
Requires: python3-six
Sergio Pascual 011d3c6
Requires: python3-ply
Sergio Pascual cdfc2ae
# Optionals
Sergio Pascual cdfc2ae
Requires: python3-scipy python3-h5py
Sergio Pascual cdfc2ae
Requires: /usr/bin/xmllint
Sergio Pascual cdfc2ae
Sergio Pascual 2689ec2
Provides: bundled(jquery) = 1.11
Sergio Pascual 011d3c6
Sergio Pascual cdfc2ae
%description -n python3-%{upname}
Sergio Pascual cdfc2ae
The Astropy project is a common effort to develop a single core package 
Sergio Pascual cdfc2ae
for Astronomy.  Major packages such as PyFITS, PyWCS, vo, and asciitable 
Sergio Pascual cdfc2ae
already merged in, and many more components being worked on. In 
Sergio Pascual cdfc2ae
particular, we are developing imaging, photometric, and spectroscopic 
Sergio Pascual cdfc2ae
functionality, as well as frameworks for cosmology, unit handling, and 
Sergio Pascual cdfc2ae
coordinate transformations.
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
%package -n python3-%{upname}-doc
Sergio Pascual cdfc2ae
Summary: Documentation for %{name}, includes full API docs
Sergio Pascual cdfc2ae
# Disabled for the moment to avoid name collision
Sergio Pascual cdfc2ae
# of generated names between arches
Sergio Pascual cdfc2ae
# BuildArch: noarch
Sergio Pascual cdfc2ae
 
Sergio Pascual cdfc2ae
%description -n python3-%{upname}-doc
Sergio Pascual cdfc2ae
This package contains the full API documentation for %{name}.
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
%endif # with_python3
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
%package -n %{upname}-tools
Sergio Pascual cdfc2ae
Summary: Astropy utility tools
Sergio Pascual cdfc2ae
BuildArch: noarch
Sergio Pascual e57cc83
%if 0%{?fedora} >= 22
Sergio Pascual 2689ec2
Requires: python3-%{upname} = %{version}-%{release}
Sergio Pascual b2ca9c8
Obsoletes: pyfits-tools < 3.3-6
Sergio Pascual b2ca9c8
Provides: pyfits-tools
Sergio Pascual e57cc83
%else
Sergio Pascual e57cc83
Requires: python-%{upname} = %{version}-%{release}
Sergio Pascual e57cc83
%endif
Sergio Pascual e57cc83
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
%description -n %{upname}-tools
Sergio Pascual b2ca9c8
Utilities provided by Astropy
Sergio Pascual cdfc2ae
 
Sergio Pascual cdfc2ae
%prep
Sergio Pascual cdfc2ae
%setup -qn %{upname}-%{version}
Sergio Pascual cdfc2ae
cp %{SOURCE1} README.dist
Sergio Pascual cdfc2ae
rm -rf astropy*egg-info
Sergio Pascual 2689ec2
# Use system configobj
Sergio Pascual 2689ec2
%patch0 -p1
Sergio Pascual 2689ec2
# Use system pytest
Sergio Pascual 2689ec2
%patch1 -p1
Sergio Pascual 2689ec2
# Use system six
Sergio Pascual 2689ec2
%patch2 -p1
Sergio Pascual 2689ec2
# Use system ply
Sergio Pascual 2689ec2
cp %{SOURCE2} astropy/extern/ply.py
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
# Remove expat, erfa, cfitsio and wcslib
Sergio Pascual cdfc2ae
rm -rf cextern/expat
Sergio Pascual cdfc2ae
rm -rf cextern/erfa
Sergio Pascual cdfc2ae
rm -rf cextern/cfitsio
Sergio Pascual cdfc2ae
rm -rf cextern/wcslib
Sergio Pascual cdfc2ae
Sergio Pascual 0220632
Sergio Pascual cdfc2ae
echo "[build]" >> setup.cfg
Sergio Pascual 25bb6d2
echo "use_system_libraries=1" >> setup.cfg
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
%if 0%{?with_python3}
Sergio Pascual cdfc2ae
rm -rf %{py3dir}
Sergio Pascual cdfc2ae
cp -a . %{py3dir}
Sergio Pascual cdfc2ae
%endif # with_python3
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
%build
Sergio Pascual 25bb6d2
CFLAGS="%{optflags}" %{__python2} setup.py build --offline
Sergio Pascual 25bb6d2
%{__python2} setup.py build_sphinx --offline
Sergio Pascual cdfc2ae
rm -f docs/_build/html/.buildinfo
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
%if 0%{?with_python3}
Sergio Pascual cdfc2ae
pushd %{py3dir}
Sergio Pascual 25bb6d2
CFLAGS="%{optflags}" %{__python3} setup.py build --offline
Sergio Pascual 25bb6d2
%{__python3} setup.py build_sphinx --offline
Sergio Pascual 2689ec2
rm -f docs/_build/html/.buildinfo
Sergio Pascual cdfc2ae
popd
Sergio Pascual cdfc2ae
mkdir -p docs/_build3/
Sergio Pascual 2689ec2
cp -r %{py3dir}/docs/_build/html docs/_build3/
Sergio Pascual cdfc2ae
%endif # with_python3
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
%install
Sergio Pascual e57cc83
%if 0%{?fedora} >= 22
Sergio Pascual e57cc83
Sergio Pascual e57cc83
%{__python2} setup.py install --skip-build --root %{buildroot} --offline
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
%if 0%{?with_python3}
Sergio Pascual e57cc83
pushd %{py3dir}
Sergio Pascual e57cc83
%{__python3} setup.py install --skip-build --root %{buildroot} --offline
Sergio Pascual e57cc83
popd
Sergio Pascual e57cc83
%endif # with_python3
Sergio Pascual f788389
Sergio Pascual e57cc83
%else
Sergio Pascual f788389
Sergio Pascual e57cc83
%if 0%{?with_python3}
Sergio Pascual cdfc2ae
pushd %{py3dir}
Sergio Pascual 25bb6d2
%{__python3} setup.py install --skip-build --root %{buildroot} --offline
Sergio Pascual cdfc2ae
popd
Sergio Pascual cdfc2ae
%endif # with_python3
Sergio Pascual cdfc2ae
Sergio Pascual e57cc83
%{__python2} setup.py install --skip-build --root %{buildroot} --offline
Sergio Pascual e57cc83
Sergio Pascual e57cc83
%endif # fedora >= 22
Sergio Pascual e57cc83
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
find %{buildroot} -name "*.so" | xargs chmod 755
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
%check
Sergio Pascual 2f1a4e3
pushd %{buildroot}/%{python2_sitearch}
Sergio Pascual e57cc83
py.test-%{python2_version} -k "not test_web_profile" astropy
Sergio Pascual 2f1a4e3
popd
Sergio Pascual 2f1a4e3
Sergio Pascual cdfc2ae
%if 0%{?with_python3}
Sergio Pascual 2f1a4e3
pushd %{buildroot}/%{python3_sitearch}
Sergio Pascual e57cc83
py.test-%{python3_version} -k "not test_web_profile" astropy
Sergio Pascual cdfc2ae
popd
Sergio Pascual cdfc2ae
%endif # with_python3
Sergio Pascual cdfc2ae
 
Sergio Pascual cdfc2ae
%files
Sergio Pascual 2689ec2
%doc README.rst README.dist
Sergio Pascual 2689ec2
%license licenses/LICENSE.rst
Sergio Pascual cdfc2ae
%{python2_sitearch}/*
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
%files -n %{upname}-tools
Sergio Pascual cdfc2ae
%{_bindir}/*
Sergio Pascual e57cc83
%if 0%{?fedora} < 22
Sergio Pascual e57cc83
# These two are provided by pyfits
Sergio Pascual e57cc83
%exclude %{_bindir}/fitsdiff
Sergio Pascual e57cc83
%exclude %{_bindir}/fitscheck
Sergio Pascual e57cc83
%endif # fedora < 22
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
%files doc
Sergio Pascual 2689ec2
%doc README.rst README.dist docs/_build/html
Sergio Pascual 2689ec2
%license licenses/LICENSE.rst
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
%if 0%{?with_python3}
Sergio Pascual cdfc2ae
%files -n python3-%{upname}
Sergio Pascual 2689ec2
%doc README.rst README.dist
Sergio Pascual 2689ec2
%license licenses/LICENSE.rst
Sergio Pascual cdfc2ae
%{python3_sitearch}/*
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
%files -n python3-%{upname}-doc
Sergio Pascual 2689ec2
%doc README.rst README.dist docs/_build3/html
Sergio Pascual 2689ec2
%license licenses/LICENSE.rst
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
%endif # with_python3
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
%changelog
Sergio Pascual e57cc83
* Tue Jun 30 2015 Sergio Pascual <sergiopr@fedoraproject.org> - 1.0.3-4
Sergio Pascual e57cc83
- Reenable tests
Sergio Pascual e57cc83
- Handle changes regarding python3 and pyfits-tools in fedora >= 22
Sergio Pascual e57cc83
Sergio Pascual f788389
* Mon Jun 29 2015 Sergio Pascual <sergiopr@fedoraproject.org> - 1.0.3-3
Sergio Pascual b2ca9c8
- Obsolete pyfits-tools (fixes bz #1236562)
Sergio Pascual f788389
- astropy-tools requires python3
Sergio Pascual b2ca9c8
Sergio Pascual d1ea709
* Tue Jun 16 2015 Sergio Pascual <sergiopr@fedoraproject.org> - 1.0.3-1
Sergio Pascual d1ea709
- New upstream (1.0.3), with 2015-06-30 leap second
Sergio Pascual d1ea709
Sergio Pascual 89b6f86
* Tue Apr 21 2015 Sergio Pascual <sergiopr@fedoraproject.org> - 1.0.2-1
Sergio Pascual 89b6f86
- New upstream (1.0.2)
Sergio Pascual 89b6f86
Sergio Pascual 2689ec2
* Thu Feb 19 2015 Sergio Pascual <sergiopr@fedoraproject.org> - 1.0-1
Sergio Pascual 2689ec2
- New upstream (1.0)
Sergio Pascual 2689ec2
Sergio Pascual 61d404e
* Thu Jan 22 2015 Sergio Pascual <sergiopr@fedoraproject.org> - 0.4.4-1
Sergio Pascual 61d404e
- New upstream (0.4.4)
Sergio Pascual 61d404e
Sergio Pascual bade38f
* Fri Jan 16 2015 Sergio Pascual <sergiopr@fedoraproject.org> - 0.4.3-1
Sergio Pascual bade38f
- New upstream (0.4.3)
Sergio Pascual bade38f
Sergio Pascual 021cfe8
* Tue Dec 09 2014 Sergio Pascual <sergiopr@fedoraproject.org> - 0.4.2-5
Sergio Pascual 021cfe8
- Disable tests for the moment
Sergio Pascual 021cfe8
Sergio Pascual 7f01f23
* Tue Dec 09 2014 Sergio Pascual <sergiopr@fedoraproject.org> - 0.4.2-4
Sergio Pascual 7f01f23
- Update patch for bug 2516
Sergio Pascual 7f01f23
Sergio Pascual 7705da2
* Mon Dec 08 2014 Sergio Pascual <sergiopr@fedoraproject.org> - 0.4.2-3
Sergio Pascual 7705da2
- Mark problematic tests as xfail via patch
Sergio Pascual 7705da2
Sergio Pascual 25bb6d2
* Fri Dec 05 2014 Sergio Pascual <sergiopr@fedoraproject.org> - 0.4.2-2
Sergio Pascual 25bb6d2
- Fix to use configobj 5
Sergio Pascual 25bb6d2
- Patches reorganized
Sergio Pascual 25bb6d2
Sergio Pascual 92edc9b
* Thu Sep 25 2014 Sergio Pascual <sergiopr@fedoraproject.org> - 0.4.2-1
Sergio Pascual 92edc9b
- New upstream (0.4.2)
Sergio Pascual 92edc9b
Sergio Pascual 0f3ec8c
* Mon Sep 01 2014 Sergio Pascual <sergiopr@fedoraproject.org> - 0.4.1-1
Sergio Pascual 0f3ec8c
- New upstream (0.4.1)
Sergio Pascual 0f3ec8c
- Unbundling patches modified
Sergio Pascual 0f3ec8c
- No checks for the moment
Sergio Pascual 0f3ec8c
f68bb80
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.2-7
f68bb80
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
f68bb80
1cb20d7
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.2-6
1cb20d7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
1cb20d7
25c571d
* Tue May 27 2014 Orion Poplawski <orion@cora.nwra.com> - 0.3.2-5
25c571d
- Rebuild for Python 3.4
25c571d
Sergio Pascual 1f9c28c
* Thu May 22 2014 Sergio Pascual <sergiopr@fedoraproject.org> - 0.3.2-4
Sergio Pascual 1f9c28c
- Build with wcslib 4.23
Sergio Pascual 1f9c28c
- Skip test, bug 2171
Sergio Pascual 1f9c28c
Sergio Pascual 011d3c6
* Thu May 22 2014 Sergio Pascual <sergiopr@fedoraproject.org> - 0.3.2-3
Sergio Pascual 011d3c6
- Astropy bundles jquery
Sergio Pascual 011d3c6
- Unbundle plpy
Sergio Pascual 011d3c6
Sergio Pascual b07936a
* Thu May 22 2014 Sergio Pascual <sergiopr@fedoraproject.org> - 0.3.2-2
Sergio Pascual b07936a
- Add missing patches
Sergio Pascual b07936a
Sergio Pascual 4edfb1a
* Mon May 19 2014 Sergio Pascual <sergiopr@fedoraproject.org> - 0.3.2-1
Sergio Pascual 4edfb1a
- New upstream (0.3.2)
Sergio Pascual 4edfb1a
- Enable checks
Sergio Pascual 4edfb1a
- Patch to fix upstream bug 2171
Sergio Pascual 0220632
- Disable problematic test (upstream 2516)
Sergio Pascual 4edfb1a
00ee276
* Wed May 14 2014 Bohuslav Kabrda <bkabrda@redhat.com> - 0.3.1-3
00ee276
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
00ee276
Sergio Pascual 48ddb7f
* Tue Mar 25 2014 Sergio Pascual <sergiopr@fedoraproject.org> - 0.3.1-2
Sergio Pascual 48ddb7f
- Disable checks until https://github.com/astropy/astropy/issues/2171 is fixed
Sergio Pascual 48ddb7f
- Patch to fix https://github.com/astropy/astropy/pull/2223
Sergio Pascual 48ddb7f
Sergio Pascual 2f1a4e3
* Wed Mar 05 2014 Sergio Pascual <sergiopr@fedoraproject.org> - 0.3.1-1
Sergio Pascual 2f1a4e3
- New upstream version (0.3.1)
Sergio Pascual 2f1a4e3
- Remove require python(3)-matplotlib-qt4 (bug #1030396 fixed)
Sergio Pascual 2f1a4e3
- Run the tests on the installed files
Sergio Pascual 2f1a4e3
- Add patch to run with six 1.5.x
Sergio Pascual 2f1a4e3
Sergio Pascual 110e18b
* Mon Jan 27 2014 Sergio Pascual <sergiopr@fedoraproject.org> - 0.3-7
Sergio Pascual 110e18b
- Add missing requires python3-six
Sergio Pascual 110e18b
Sergio Pascual b73fce2
* Sat Jan 18 2014 Sergio Pascual <sergiopr@fedoraproject.org> - 0.3-6
Sergio Pascual b73fce2
- Do not exclude hidden file, it breaks tests
Sergio Pascual b73fce2
Sergio Pascual 4139e3a
* Thu Jan 16 2014 Sergio Pascual <sergiopr@fedoraproject.org> - 0.3-5
Sergio Pascual 4139e3a
- Remove split -devel subpackage, it does not make much sense
Sergio Pascual 4139e3a
Sergio Pascual cdfc2ae
* Fri Jan 10 2014 Sergio Pascual <sergiopr@fedoraproject.org> - 0.3-4
Sergio Pascual cdfc2ae
- Disable noarch for doc subpackages to avoid name colision
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
* Fri Jan 10 2014 Sergio Pascual <sergiopr@fedoraproject.org> - 0.3-3
Sergio Pascual cdfc2ae
- Enable HDF5 version check (fixed in h5py)
Sergio Pascual cdfc2ae
- Patch for failing test with wcslib 4.20
Sergio Pascual cdfc2ae
- Require python(3)-matplotlib-qt4 due to bug #1030396
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
* Sun Jan 05 2014 Sergio Pascual <sergiopr@fedoraproject.org> - 0.3-2
Sergio Pascual cdfc2ae
- Disable HDF5 version check
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
* Mon Nov 25 2013 Sergio Pascual <sergiopr@fedoraproject.org> - 0.3-1
Sergio Pascual cdfc2ae
- New upstream (0.3)
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
* Tue Nov 19 2013 Sergio Pascual <sergiopr@fedoraproject.org> - 0.3-0.3.rc1
Sergio Pascual cdfc2ae
- New upstream, first release candidate Testing 0.3rc1
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
* Wed Nov 06 2013 Sergio Pascual <sergiopr@fedoraproject.org> - 0.3-0.2.b1
Sergio Pascual cdfc2ae
- Split utility scripts in subpackage
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
* Tue Nov 05 2013 Sergio Pascual <sergiopr@fedoraproject.org> - 0.3-0.1.b1
Sergio Pascual cdfc2ae
- Testing 0.3 (0.3b1)
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
* Mon Oct 28 2013 Sergio Pascual <sergiopr@fedoraproject.org> - 0.2.5-1
Sergio Pascual cdfc2ae
- New upstream version (0.2.5)
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
* Tue Oct 22 2013 Sergio Pascual <sergiopr@fedoraproject.org> - 0.2.4-4
Sergio Pascual cdfc2ae
- Split header files into devel subpackages
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
* Mon Oct 21 2013 Sergio Pascual <sergiopr@fedoraproject.org> - 0.2.4-3
Sergio Pascual cdfc2ae
- Disable tests in Rawhide
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
* Thu Oct 10 2013 Sergio Pascual <sergiopr@fedoraproject.org> - 0.2.4-3
Sergio Pascual cdfc2ae
- Add a patch to build with cfitsio 3.35
Sergio Pascual cdfc2ae
Sergio Pascual cdfc2ae
* Wed Oct 02 2013 Sergio Pascual <sergiopr@fedoraproject.org> - 0.2.4-1
Sergio Pascual cdfc2ae
- Initial spec