d83427c
%global srcname rpy
d83427c
%global sum Python interface to the R language
57c8e65
%global rver   3.6.1
5689c0c
1304c86
Name:          rpy
ee3d79c
Version:       3.0.5
7ddb836
Release:       5%{?dist}
d83427c
Summary:       %{sum}
d83427c
e90d4ba
License:       GPLv2+
4aa459d
Url:           https://pypi.python.org/pypi/rpy2
55efb65
Source:        https://files.pythonhosted.org/packages/source/r/%{srcname}2/%{srcname}2-%{version}.tar.gz
d83427c
5d40ddf
BuildArch:      noarch
5d40ddf
49da3f9
BuildRequires: R-devel = %{rver}
49da3f9
BuildRequires: python3-setuptools, python3-devel, python3-cffi
49da3f9
BuildRequires: python3-numpy
6355cbd
BuildRequires: readline-devel
f73f94b
BuildRequires: python3-pytest
1304c86
5689c0c
Requires:      python3-%{srcname} = %{version}-%{release}
a7b9258
9e437ac
%description
9e437ac
RPy provides a robust Python interface to the R
9e437ac
programming language.  It can manage all kinds of R objects and can
9e437ac
execute arbitrary R functions. All the errors from the R language are
9e437ac
converted to Python exceptions.
9e437ac
d83427c
%package -n python3-%{srcname}
d83427c
Summary:       %{sum}
d83427c
Requires:      python3-numpy
d83427c
Requires:      R-core = %{rver}
f10d409
Requires:      python3-six, python3-jinja2
d83427c
%{?python_provide:%python_provide python3-%{srcname}}
d83427c
d83427c
%description -n python3-%{srcname}
d83427c
RPy provides a robust Python interface to the R
d83427c
programming language.  It can manage all kinds of R objects and can
d83427c
execute arbitrary R functions. All the errors from the R language are
d83427c
converted to Python exceptions.
d83427c
d83427c
d83427c
%prep
d83427c
%setup -q -n %{srcname}2-%{version}
c51321c
9e437ac
%build
91ef48d
# Temporary workaround to fix a bug in R
91ef48d
# see https://stat.ethz.ch/pipermail/r-devel/2016-December/073548.html
6ff7586
export CFLAGS="$RPM_OPT_FLAGS -DHAVE_UINTPTR_T=1"
6ff7586
%py3_build
9e437ac
9e437ac
%install
d83427c
%py3_install
9e437ac
f73f94b
%check
34344d0
# The test are not present in the release
34344d0
# https://bitbucket.org/rpy2/rpy2/issues/528/please-ship-tests-along-with-the-release
34344d0
#cd %{name}
34344d0
#pytest-3 tests.py
f73f94b
d83427c
34344d0
%files
9e437ac
d83427c
%files -n python3-%{srcname}
c51321c
%doc AUTHORS NEWS PKG-INFO
e4d6f94
%license gpl-2.0.txt
e4d6f94
%{python3_sitelib}/%{srcname}*
7f2fd71
%{python3_sitelib}/_rinterface_cffi.py
7f2fd71
%{python3_sitelib}/__pycache__/*
d83427c
c51321c
9e437ac
%changelog
7ddb836
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 3.0.5-5
7ddb836
- Rebuilt for Python 3.8.0rc1 (#1748018)
7ddb836
cd1fb71
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 3.0.5-4
cd1fb71
- Rebuilt for Python 3.8
cd1fb71
57c8e65
* Fri Aug 16 2019 Tom Callaway <spot@fedoraproject.org> - 3.0.5-3
57c8e65
- rebuild for R 3.6.1
57c8e65
287e642
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.5-2
287e642
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
287e642
ee3d79c
* Wed Jul 17 2019 José Matos <jamatos@fedoraproject.org> - 3.0.5-1
ee3d79c
- update to 3.0.5
ee3d79c
923a7d2
* Thu May 30 2019 Tom Callaway <spot@fedoraproject.org> - 3.0.4-2
923a7d2
- rebuild for R 3.6.0
923a7d2
8daeb12
* Thu May 16 2019 José Matos <jamatos@fedoraproject.org> - 3.0.4-1
8daeb12
- update to 3.0.4
8daeb12
3ac5aee
* Mon May  6 2019 José Matos <jamatos@fedoraproject.org> - 3.0.3-1
3ac5aee
- update to 3.0.3
3ac5aee
c15a5a5
* Sat May  4 2019 José Matos <jamatos@fedoraproject.org> - 3.0.2-1
c15a5a5
- update to 3.0.2
c15a5a5
c2c12a8
* Mon Mar 11 2019 Tom Callaway <spot@fedoraproject.org> - 3.0.1-2
c2c12a8
- R 3.5.3
c2c12a8
f73f94b
* Mon Mar  4 2019 José Matos <jamatos@fedoraproject.org> - 3.0.1-1
f73f94b
- update to 3.0.1
34344d0
- rpy >= 3.0.0 requires python3
c15a5a5
- add a %%chech section (commented because the tests are not present in the release)
f73f94b
e4d6f94
* Wed Feb 27 2019 José Matos <jamatos@fedoraproject.org> - 3.0.0-1
09719d7
- update to 3.0.0
09719d7
- fix the directory ownership
e4d6f94
- declare license file
09719d7
3297807
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.5-2
3297807
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
3297807
2eea535
* Thu Jan 17 2019 Tom Callaway <spot@fedoraproject.org> - 2.9.5-1
2eea535
- update to 2.9.5
2eea535
- R 3.5.2
2eea535
656b794
* Fri Sep 14 2018 Tom Callaway <spot@fedoraproject.org> - 2.9.4-4
656b794
- rebuild for R 3.5.1
656b794
8d96326
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.4-3
8d96326
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
8d96326
4149b37
* Tue Jul 10 2018 Pete Walter <pwalter@fedoraproject.org> - 2.9.4-2
4149b37
- Rebuild for ICU 62
4149b37
13cb68d
* Sat Jun 30 2018 José Matos <jamatos@fedoraproject.org> - 2.9.4-1
13cb68d
- update to 2.9.4
13cb68d
1f1c0e3
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 2.9.3-2
1f1c0e3
- Rebuilt for Python 3.7
1f1c0e3
21e971f
* Mon May 14 2018 Tom Callaway <spot@fedoraproject.org> - 2.9.3-1
21e971f
- update to 2.9.3, R 3.5.0
21e971f
30281e1
* Mon Apr 30 2018 Pete Walter <pwalter@fedoraproject.org> - 2.9.2-2
30281e1
- Rebuild for ICU 61.1
30281e1
ed93bd5
* Wed Mar 28 2018 Tom Callaway <spot@fedoraproject.org> - 2.9.2-1
ed93bd5
- update to 2.9.2, R 3.4.4
ed93bd5
e71a807
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.1-2
e71a807
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
e71a807
f10d409
* Mon Dec  4 2017 Tom Callaway <spot@fedoraproject.org> - 2.9.1-1
f10d409
- update to 2.9.1, rebuild for R 3.4.3
f10d409
ea291fe
* Thu Nov 30 2017 Pete Walter <pwalter@fedoraproject.org> - 2.9.0-2
ea291fe
- Rebuild for ICU 60.1
ea291fe
5689c0c
* Fri Oct 27 2017 Tom Callaway <spot@fedoraproject.org> - 2.9.0-1
5689c0c
- update to 2.9.0, rebuild for R 3.4.2
5689c0c
- disable python2 support
5689c0c
278236f
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.6-3
278236f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
278236f
833b1f9
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.6-2
833b1f9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
833b1f9
241e80c
* Fri Jun 30 2017 Tom Callaway <spot@fedoraproject.org> - 2.8.6-1
241e80c
- update to 2.8.6, rebuild for R 3.4.1
241e80c
c438719
* Mon May 15 2017 Tom Callaway <spot@fedoraproject.org> - 2.8.5-4
c438719
- rebuild for R 3.4.0
c438719
71d2250
* Wed Mar  8 2017 Tom Callaway <spot@fedoraproject.org> - 2.8.5-3
71d2250
- rebuild for R 3.3.3
71d2250
5cf5a2b
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.5-2
5cf5a2b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
5cf5a2b
91ef48d
* Fri Dec 30 2016 José Matos <jamatos@fedoraproject.org> - 2.8.5-1
91ef48d
- update to 2.8.5
6e3707c
- workaround to fix a bug in R (it fails for 32 bit archs)
91ef48d
b123f35
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 2.8.3-2
b123f35
- Rebuild for Python 3.6
b123f35
1cb2c77
* Tue Nov  1 2016 Tom Callaway <spot@fedoraproject.org> - 2.8.3-1
1cb2c77
- update to 2.8.3
1cb2c77
- rebuild for R 3.3.2
1cb2c77
34a9917
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.1-3
34a9917
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
34a9917
2b1b625
* Wed Jul  6 2016 Tom Callaway <spot@fedoraproject.org> - 2.8.1-2
2b1b625
- rebuild for R 3.3.1
2b1b625
55efb65
* Thu Jun 16 2016 José Abílio Matos <jamatos@fc.up.pt> - 2.8.1-1
55efb65
- update to 2.8.1
55efb65
- adapt the source url to a new scheme
55efb65
4aa459d
* Tue May 10 2016 Tom Callaway <spot@fedoraproject.org> - 2.7.9-1
4aa459d
- update to 2.7.9, R 3.3.0
4aa459d
ea69089
* Fri Apr 15 2016 David Tardon <dtardon@redhat.com> - 2.7.8-3
ea69089
- rebuild for ICU 57.1
ea69089
fce2586
* Fri Mar 18 2016 Tom Callaway <spot@fedoraproject.org> - 2.7.8-2
fce2586
- rebuild for R 3.2.4
fce2586
d83427c
* Sun Feb 14 2016 José Matos <jamatos@fedoraproject.org> - 2.7.8-1
d83427c
- update to 2.7.8
d83427c
- modernize python2 and python3 preserving the upgrade path
d83427c
ca692f7
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.5-2
ca692f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
ca692f7
4d9971a
* Fri Dec 11 2015 Tom Callaway <spot@fedoraproject.org> - 2.7.5-1
4d9971a
- update to 2.7.5
4d9971a
e1efdb4
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.2-3
e1efdb4
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
e1efdb4
14fb679
* Wed Oct 28 2015 David Tardon <dtardon@redhat.com> - 2.6.2-2
14fb679
- rebuild for ICU 56.1
14fb679
4c0886f
* Fri Aug 14 2015 Tom Callaway <spot@fedoraproject.org> - 2.6.2-1
4c0886f
- update to 2.6.2, R 3.2.2
4c0886f
c50ebf3
* Tue Jul 21 2015 José Matos <jamatos@fedoraproject.org> - 2.6.1-1
c50ebf3
- Update to 2.6.1
c50ebf3
0ecb2e4
* Fri Jun 19 2015 Tom Callaway <spot@fedoraproject.org> - 2.6.0-1
0ecb2e4
- 2.6.0, R 3.2.1
0ecb2e4
0145849
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.6-5
0145849
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
0145849
776ec44
* Thu Apr 30 2015 Tom Callaway <spot@fedoraproject.org> - 2.5.6-4
776ec44
- R 3.2.0
776ec44
Orion Poplawski 5ebf70e
* Wed Apr 1 2015 Orion Poplawski <orion@cora.nwra.com> - 2.5.6-3
Orion Poplawski 5ebf70e
- Fix URL
Orion Poplawski 5ebf70e
eada24e
* Tue Mar 10 2015 José Matos <jamatos@fedoraproject.org> - 2.5.6-2
eada24e
- R 3.1.3
eada24e
9aa30d2
* Fri Feb 13 2015 José Matos <jamatos@fedoraproject.org> - 2.5.6-1
9aa30d2
- update to 2.5.6
9aa30d2
91c7e0d
* Mon Jan 26 2015 David Tardon <dtardon@redhat.com> - 2.5.2-2
91c7e0d
- rebuild for ICU 54.1
91c7e0d
d49b4f2
* Fri Nov 28 2014 José Matos <jamatos@fedoraproject.org> - 2.5.2-1
d49b4f2
- update to 2.5.2
d49b4f2
c51321c
* Fri Nov 14 2014 José Matos <jamatos@fedoraproject.org> - 2.5.1-1
c51321c
- update to 2.5.1
c51321c
- add python3 subpackage
c51321c
b2424cb
* Sat Nov  1 2014 Tom Callaway <spot@fedoraproject.org> - 2.4.4-1
b2424cb
- update to 2.4.4
b2424cb
- R 3.1.2
b2424cb
bd4f2cb
* Wed Sep 24 2014 José Matos <jamatos@fedoraproject.org> - 2.4.3-1
bd4f2cb
- update to 2.4.3
bd4f2cb
c9ab76e
* Tue Aug 26 2014 David Tardon <dtardon@redhat.com> - 2.4.2-3
c9ab76e
- rebuild for ICU 53.1
c9ab76e
ea53779
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.2-2
ea53779
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
ea53779
e90d4ba
* Wed Jul 16 2014 Tom Callaway <spot@fedoraproject.org> - 2.4.2-1
e90d4ba
- update to 2.4.2
e90d4ba
- R 3.1.1
e90d4ba
bcf821e
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.10-2
bcf821e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
bcf821e
169fe47
* Mon Apr 21 2014 Tom Callaway <spot@fedoraproject.org> - 2.3.10-1
169fe47
- update to 2.3.10
169fe47
- R 3.1.0
169fe47
989e81e
* Sun Mar 23 2014 Tom Callaway <spot@fedoraproject.org> - 2.3.9-2
989e81e
- rebuild for R 3.0.3
989e81e
a7b9258
* Fri Jan 31 2014 José Matos <jamatos@fedoraproject.org> - 2.3.9-1
a7b9258
- update to 2.3.9
a7b9258
- prepare the python3 support:
a7b9258
-  add virtual provides for python-rpy
a7b9258
-  change the build requirement from python-devel to python2-devel
a7b9258
1133830
* Tue Oct 15 2013 Tom Callaway <spot@fedoraproject.org> - 2.3.8-1
1133830
- update to 2.3.8, rebuild for R 3.0.2
1133830
4dea77e
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.6-3
4dea77e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
4dea77e
9fad94a
* Fri May 17 2013 Tom Callaway <spot@fedoraproject.org> - 2.3.6-2
9fad94a
- rebuild for R 3.0.1
9fad94a
924ae0e
* Mon May  6 2013 José Matos <jamatos@fedoraproject.org> - 2.3.6-1
924ae0e
- update to 2.3.6
924ae0e
9d5b4c8
* Thu Apr 11 2013 Tom Callaway <spot@fedoraproject.org> - 2.3.5-1
9d5b4c8
- update to 2.3.5, built against R 3.0.0
9d5b4c8
74fa5b2
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.0-0.2.beta1
74fa5b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
74fa5b2
d50f53b
* Mon Oct 29 2012 Tom Callaway <spot@fedoraproject.org> - 2.3.0-0.1.beta1
d50f53b
- update to 2.3.0beta1
d50f53b
9d2c1a4
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.6-2
9d2c1a4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
9d2c1a4
e90d4ba
* Wed Jul  4 2012 Tom Callaway <spot@fedoraproject.org> - 2.2.6-1
93a0417
- update to 2.2.6, R 2.15.1
93a0417
b30ed79
* Sat Mar 31 2012 Tom Callaway <spot@fedoraproject.org> - 2.2.5-1
b30ed79
- update to 2.2.5, R 2.15.0
b30ed79
a6c6194
* Fri Jan  6 2012 José Matos <jamatos@fedoraproject.org> - 2.2.4-2
a6c6194
- rebuild for R 2.14.1
a6c6194
79644d2
* Wed Nov  9 2011 Tom Callaway <spot@fedoraproject.org> - 2.2.4-1
79644d2
- update to 2.2.4
79644d2
- rebuild for R 2.14.0
79644d2
7bc0c76
* Fri Oct  7 2011 Tom Callaway <spot@fedoraproject.org> - 2.2.3-1
7bc0c76
- update to 2.2.3
7bc0c76
- rebuild for R 2.13.2
7bc0c76
6355cbd
* Mon Jul 11 2011 Tom Callaway <spot@fedoraproject.org> - 2.2.1-2
6355cbd
- add BuildRequires: readline-devel
6355cbd
0c4281e
* Mon Jul 11 2011 Tom Callaway <spot@fedoraproject.org> - 2.2.1-1
0c4281e
- update to 2.2.1, note R at 2.13.1
0c4281e
- spec file modernization
0c4281e
Michel Alexandre Salim 3634817
* Fri Apr 15 2011 Michel Salim <salimma@fedoraproject.org> - 2.1.9-4
Michel Alexandre Salim 3634817
- Rebuild for R 2.13.0
Michel Alexandre Salim 3634817
a658b06
* Sun Feb 27 2011 Tom Callaway <spot@fedoraproject.org> - 2.1.9-3
a658b06
- rebuild for R 2.12.2
a658b06
4b1deda
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.9-2
4b1deda
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
4b1deda
a1cf678
* Fri Dec 17 2010 Tom Callaway <spot@fedoraproject.org> - 2.1.9-1
a1cf678
- update to 2.1.9
a1cf678
f89c0fa
* Wed Oct 20 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 2.1.7-1
f89c0fa
- update to 2.1.7
f89c0fa
d972993
* Mon Jul 26 2010 David Malcolm <dmalcolm@redhat.com> - 2.1.3-3
d972993
- generalize reference to 2.6 to 2.? in %%install
d972993
4066fc9
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 2.1.3-2
4066fc9
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
4066fc9
3a1fddb
* Tue Jun  1 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 2.1.3-1
3a1fddb
- update to 2.1.3
3a1fddb
535469f
* Fri Apr 23 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 2.1.0-1
535469f
- update to 2.1.0
535469f
d4b6490
* Thu Apr  8 2010 José Matos <jamatos@fc.up.pt> - 2.0.8-2
d4b6490
- Rebuild for new numpy.
d4b6490
b32f598
* Mon Jan 25 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.8-1
b32f598
- update to 2.0.8
b32f598
ec3fa2b
* Tue Dec 29 2009 Alex Lancaster <alexlan[AT]fedoraproject org> - 2.0.6-7
ec3fa2b
- Rebuild for new R (2.10.1)
ec3fa2b
0f5e0eb
* Thu Nov  5 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.6-7
0f5e0eb
- rebuild for R 2.10.0
0f5e0eb
baafd54
* Mon Sep 21 2009 José Matos <jamatos@fc.up.pt> - 2.0.6-6
baafd54
- require at runtime just R-core
baafd54
264d022
* Mon Aug 24 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.6-5
264d022
- rebuild for R 2.9.2
264d022
e2df965
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.6-4
e2df965
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
e2df965
f222c19
* Fri Jul 10 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.6-3
21a3b05
- images are only installed incorrectly on 64bit platforms that aren't ia64
21a3b05
9fcdc6e
* Thu Jul  9 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.6-1
9fcdc6e
- rebuild for R 2.9.1
9fcdc6e
- update to rpy2 2.0.6
9fcdc6e
bd7ca6f
* Fri Apr 17 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3-2
bd7ca6f
- rebuild for R 2.9.0
bd7ca6f
5f3b8f1
* Fri Mar 20 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3-1
5f3b8f1
- update to rpy2 2.0.3
5f3b8f1
ccd6c2e
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.3-7
ccd6c2e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
ccd6c2e
24c3af2
* Mon Dec 22 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.0.3-6
24c3af2
- rebuild for R 2.8.1
24c3af2
67f48a2
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.0.3-5
67f48a2
- Rebuild for Python 2.6
67f48a2
bf50a8a
* Sun Oct 26 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.0.3-4
bf50a8a
- rebuild against R-2.8.0
bf50a8a
2936813
* Fri Aug 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.0.3-3
2936813
- rebuild against R-2.7.2
2936813
40baa81
* Tue Jul  8 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.0.3-2
40baa81
- rebuild against R 2.7.1
40baa81
75810a5
* Wed May 21 2008 José Matos <jamatos[AT]fc.up.pt> - 1.0.3-1
75810a5
- Update to 1.0.3
75810a5
- Backport two patches from upstream (turn off debug and use the lapack version that R was compiled with)
75810a5
a6f8ffc
* Tue Apr 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.0.2-1
a6f8ffc
- update to 1.0.2
a6f8ffc
- R 2.7.0
a6f8ffc
a51fb69
* Wed Feb 13 2008 José Matos <jamatos[AT]fc.up.pt> - 1.0.1-5
a51fb69
- BR texinfo -> texinfo-tex
a51fb69
b975b2b
* Wed Feb 13 2008 José Matos <jamatos[AT]fc.up.pt> - 1.0.1-4
b975b2b
- Rebuild for gcc 4.3
b975b2b
c4d2e18
* Fri Feb  8 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.0.1-3
c4d2e18
- rebuild for R 2.6.2
c4d2e18
1730c1d
* Mon Feb  4 2008 José Matos <jamatos[AT]fc.up.pt> - 1.0.1-2
1730c1d
- Sometimes _patch_'s guesses are not good enough. Redo patch to setup.py.
1730c1d
2c17da2
* Sun Feb  3 2008 José Matos <jamatos[AT]fc.up.pt> - 1.0.1-1
2c17da2
- New upstream release.
2c17da2
116cd24
* Mon Jan  7 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.0-0.7.RC3
116cd24
- find the moved R headers in their new home (/usr/include/R)
116cd24
18429a2
* Mon Jan  7 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 1.0-0.6.RC3
18429a2
- BuildRequires: R-devel rather than just R
18429a2
cf20ff3
* Mon Nov 26 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.0-0.5.RC3
cf20ff3
- really rebuild against R 2.6.1
cf20ff3
- versioned buildrequires for R
cf20ff3
4647322
* Mon Nov 26 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.0-0.4.RC3
4647322
- rebuild against R 2.6.1
4647322
3a05784
* Mon Oct  8 2007 José Matos <jamatos[AT]fc.up.pt> - 1.0-0.3.RC3
3a05784
- Rebuild for R 2.6.0 (really).
3a05784
8dbb077
* Fri Oct  5 2007 José Matos <jamatos[AT]fc.up.pt> - 1.0-0.2.RC3
8dbb077
- Rebuild for R version 2.6.
8dbb077
1304c86
* Wed Aug 29 2007 José Matos <jamatos[AT]fc.up.pt> - 1.0-0.1.RC3
1304c86
- New upstream version.
1304c86
- Change from python-numeric to numpy package.
1304c86
37576ec
* Tue Aug 28 2007 José Matos <jamatos[AT]fc.up.pt> - 0.4.6-18
37576ec
- License fix, rebuild for devel (F8).
37576ec
ee5b7b5
* Fri Jul  6 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.4.6-17
ee5b7b5
- Rebuild to link with R 2.5.1
ee5b7b5
e651777
* Thu Apr 26 2007 José Matos <jamatos[AT]fc.up.pt> - 0.4.6-16
e651777
- Rebuild to link with R 2.5.0
e651777
e68d4ee
* Thu Dec 21 2006 Tom "spot" Callaway <tcallawa@redhat.com> - 0.4.6-15
e68d4ee
- Rebuild for new R-version.
e68d4ee
f046aec
* Tue Dec 12 2006 José Matos <jamatos[AT]fc.up.pt> - 0.4.6-14
f046aec
- Rebuild for python 2.5.
f046aec
65c5bec
* Tue Oct 17 2006 José Matos <jamatos[AT]fc.up.pt> - 0.4.6-13
65c5bec
- Rebuild for new R-version.
65c5bec
e4a56f1
* Thu Sep 14 2006 José Matos <jamatos[AT]fc.up.pt> - 0.4.6-12
e4a56f1
- Rebuild for FC6.
e4a56f1
e4a56f1
* Sun Jun  4 2006 José Matos <jamatos[AT]fc.up.pt> - 0.4.6-11
eb52a31
- Rebuild for R-2.3.1
eb52a31
e4a56f1
* Wed Apr 26 2006 José Matos <jamatos[AT]fc.up.pt> - 0.4.6-10
30bba64
- BuildRequires tetex for "make pdf" (pdftex).
30bba64
e4a56f1
* Wed Apr 26 2006 José Matos <jamatos[AT]fc.up.pt> - 0.4.6-9
172da46
- Fix detection of R version.
172da46
e4a56f1
* Wed Apr 26 2006 José Matos <jamatos[AT]fc.up.pt> - 0.4.6-8
99a603a
- Rebuild for R-2.3.0
99a603a
e4a56f1
* Fri Feb 17 2006 Alex Lancaster <alexl[AT]users.sourceforge.net> - 0.4.6-7
d4ddba0
- Build info docs (bz#169002).
d4ddba0
- Build pdf and html documentation, clean doc directory. (jamatos)
d4ddba0
e4a56f1
* Thu Feb 16 2006 José Matos <jamatos[AT]fc.up.pt> - 0.4.6-6
334f8ef
- Use a fixed value for R version.
334f8ef
e4a56f1
* Thu Feb 16 2006 José Matos <jamatos[AT]fc.up.pt> - 0.4.6-5
96255a1
- Set explicit dependency on exact version of R used to build the package. (bz#177078)
96255a1
e4a56f1
* Tue Jan  3 2006 José Matos <jamatos[AT]fc.up.pt> - 0.4.6-4
07ea341
- Update for R-2.2.1
07ea341
e4a56f1
* Tue Oct 11 2005 José Matos <jamatos[AT]fc.up.pt> - 0.4.6-3
e3aec8b
- Another try to deal with make tag.
e3aec8b
e4a56f1
* Mon Oct 10 2005 José Matos <jamatos[AT]fc.up.pt> - 0.4.6-2
de3ae14
- Rebuild for R-2.2.0
de3ae14
e4a56f1
* Thu Sep 15 2005 José Matos <jamatos[AT]fc.up.pt> - 0.4.6-1
9e437ac
- Initial package for Fedora Extras