Compare commits
25 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
932fa34f97 | ||
|
|
78da716688 | ||
|
|
e085788a2a | ||
|
|
a8696ba24f | ||
|
|
3896f3a49a | ||
|
|
7cb38b4c62 | ||
|
|
209b2f0f85 | ||
|
|
a08a5e223d | ||
|
|
3ff014b945 | ||
|
|
caafb063cb | ||
|
|
95112fa955 | ||
|
|
e8d8e130cb | ||
|
|
cc348ddb01 | ||
|
|
5ec9720778 | ||
|
|
845a97db6f | ||
|
|
1114febfbe | ||
|
|
f3307e6f50 | ||
|
|
3063863af9 | ||
|
|
ac3ba0bde8 | ||
|
|
f4947a3ef8 | ||
|
|
638a8d793a | ||
|
|
916486b508 | ||
|
|
c21ce9a665 | ||
|
|
c0cb6d7ec6 | ||
|
|
73359c1b3c |
4 changed files with 198 additions and 164 deletions
30
0001-docs-update-example-for-newer-numpy.patch
Normal file
30
0001-docs-update-example-for-newer-numpy.patch
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
From ed3998803650bec0666c3ca458df76fcd9293417 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= <zbyszek@in.waw.pl>
|
||||
Date: Fri, 31 Oct 2025 12:33:57 +0100
|
||||
Subject: [PATCH] docs: update example for newer numpy
|
||||
|
||||
File ".../usr/lib64/python3.14/site-packages/blosc/toplevel.py", line 515, in blosc.toplevel.compress_ptr
|
||||
Failed example:
|
||||
np_ans = numpy.fromstring(d, dtype=np_array.dtype)
|
||||
Exception raised:
|
||||
Traceback (most recent call last):
|
||||
File "<doctest blosc.toplevel.compress_ptr[5]>", line 1, in <module>
|
||||
np_ans = numpy.fromstring(d, dtype=np_array.dtype)
|
||||
ValueError: The binary mode of fromstring is removed, use frombuffer instead
|
||||
---
|
||||
blosc/toplevel.py | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/blosc/toplevel.py b/blosc/toplevel.py
|
||||
index 4d2d4139af..3ef2327618 100644
|
||||
--- a/blosc/toplevel.py
|
||||
+++ b/blosc/toplevel.py
|
||||
@@ -513,7 +513,7 @@ def compress_ptr(address, items, typesize=8, clevel=9, shuffle=blosc.SHUFFLE,
|
||||
>>> c = blosc.compress_ptr(np_array.__array_interface__['data'][0], \
|
||||
items, np_array.dtype.itemsize)
|
||||
>>> d = blosc.decompress(c)
|
||||
- >>> np_ans = numpy.fromstring(d, dtype=np_array.dtype)
|
||||
+ >>> np_ans = numpy.frombuffer(d, dtype=np_array.dtype)
|
||||
>>> bool((np_array == np_ans).all())
|
||||
True
|
||||
|
||||
160
changelog
Normal file
160
changelog
Normal file
|
|
@ -0,0 +1,160 @@
|
|||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Tue Jun 15 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.10.4-1
|
||||
- Latest bugfix version (#1966828)
|
||||
|
||||
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.10.2-2
|
||||
- Rebuilt for Python 3.10
|
||||
|
||||
* Sat Feb 13 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.10.2-1
|
||||
- Latest version (#1783504)
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed May 27 2020 Charalampos Stratakis <cstratak@redhat.com> - 1.8.1-7
|
||||
- Fix Python 3.9 compatibility (#1792055)
|
||||
|
||||
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.8.1-6
|
||||
- Rebuilt for Python 3.9
|
||||
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.8.1-4
|
||||
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
||||
|
||||
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.8.1-3
|
||||
- Rebuilt for Python 3.8
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Sun May 5 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.8.1-1
|
||||
- Update to latest version (#1684965)
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Wed Oct 17 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.5.1-2
|
||||
- Subpackage python2-blosc has been removed
|
||||
See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
|
||||
|
||||
* Thu Jul 19 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.5.1-1
|
||||
- Update to latest version (#1372856)
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.4.1-8
|
||||
- Rebuilt for Python 3.7
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Thu Jan 05 2017 Dan Horák <dan[at]danny.cz> - 1.4.1-3
|
||||
- remove build time CPU detection, fixed build on ppc64/ppc64le and s390(x)
|
||||
|
||||
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1.4.1-2
|
||||
- Rebuild for Python 3.6
|
||||
|
||||
* Thu Jul 28 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.4.1-1
|
||||
- Update to latest version (#1323008)
|
||||
|
||||
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.3-2
|
||||
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
||||
|
||||
* Thu Jul 14 2016 Thibault North <tnorth@fedoraproject.org> - 1.3.3-1
|
||||
- Update to 1.3.3
|
||||
|
||||
* Mon May 16 2016 Orion Poplawski <orion@cora.nwra.com> - 1.3.2-1
|
||||
- Update to 1.3.2
|
||||
|
||||
* Mon May 16 2016 Orion Poplawski <orion@cora.nwra.com> - 1.2.8-3
|
||||
- Fix provides filter
|
||||
- Use %%python3_pkgversion for EPEL7 compatibility
|
||||
|
||||
* Sat Feb 13 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@bupkis> - 1.2.8-2
|
||||
- Add dependency on psutil to check for leaks during build
|
||||
- Fix build (#1307896)
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.8-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Mon Nov 16 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.2.8-1
|
||||
- Update to latest version (#1263680)
|
||||
- Add python2 subpackage following the latest guidelines
|
||||
|
||||
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.7-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.7-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Fri May 29 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.2.7-3
|
||||
- Run test suite
|
||||
|
||||
* Thu May 28 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.2.7-2
|
||||
- Build python 3 subpackage
|
||||
- Install license and readme files
|
||||
|
||||
* Thu May 7 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.2.7-1
|
||||
- Update to 1.2.7 (#1212231)
|
||||
|
||||
* Mon Apr 20 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.2.5-1
|
||||
- Update to 1.2.5 (#1212231)
|
||||
|
||||
* Tue Jan 06 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.2.4-1
|
||||
- Update to 1.2.4
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.3-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Wed Mar 26 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.2.3-2
|
||||
- Rebuild for blosc
|
||||
|
||||
* Sat Mar 22 2014 Thibault North <tnorth@fedoraproject.org> - 1.2.3-1
|
||||
- Update to 1.2.3 for blosc 1.3.4
|
||||
|
||||
* Wed Jan 08 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.1-8
|
||||
- Rebuild for blosc
|
||||
|
||||
* Tue Nov 05 2013 Thibault North <tnorth@fedoraproject.org> - 1.1-7
|
||||
- Properly link with blosc shared lib
|
||||
|
||||
* Tue Nov 05 2013 Thibault North <tnorth@fedoraproject.org> - 1.1-6
|
||||
- Disable SSE2 optimizations
|
||||
|
||||
* Tue Nov 05 2013 Thibault North <tnorth@fedoraproject.org> - 1.1-5
|
||||
- Final cosmetic fixes
|
||||
|
||||
* Tue Nov 05 2013 Thibault North <tnorth@fedoraproject.org> - 1.1-4
|
||||
- Fix wrong lib perms
|
||||
|
||||
* Fri Oct 18 2013 Thibault North <tnorth@fedoraproject.org> - 1.1-3
|
||||
- Fixes, thanks to Christopher Meng
|
||||
|
||||
* Wed Oct 16 2013 Thibault North <tnorth@fedoraproject.org> - 1.1-2
|
||||
- Various fixes
|
||||
|
||||
* Fri Sep 20 2013 Thibault North <tnorth@fedoraproject.org> - 1.1-1
|
||||
- Sync to version 1.1
|
||||
|
||||
* Mon Jan 2 2012 Thibault North <tnorth@fedoraproject.org> - 1.0.7-1
|
||||
- Initial package
|
||||
|
|
@ -1,12 +1,14 @@
|
|||
Name: python-blosc
|
||||
Summary: Python wrapper for the Blosc high performance compressor
|
||||
Version: 1.10.4
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
Version: 1.11.3
|
||||
Release: %autorelease
|
||||
License: BSD-3-Clause
|
||||
URL: https://github.com/Blosc/python-blosc
|
||||
Source0: https://github.com/Blosc/python-blosc/archive/v%{version}/blosc-%{version}.tar.gz
|
||||
Source1: https://raw.githubusercontent.com/Blosc/python-blosc/f3c5e341a2504a03c225f4f1d9066ccdf4bd31dd/setup.py
|
||||
|
||||
Patch: 0001-docs-update-example-for-newer-numpy.patch
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: blosc-devel >= 1.16.0
|
||||
BuildRequires: python%{python3_pkgversion}-devel
|
||||
|
|
@ -30,8 +32,6 @@ Requires: blosc%{_isa} >= 1.16.0
|
|||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
# Remove bundled copy
|
||||
rm cpuinfo.py
|
||||
|
||||
# Overwrite setup.py with the last version that does not use skbuild and cmake
|
||||
cp %{SOURCE1} .
|
||||
|
|
@ -51,164 +51,8 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %__python3 -c 'import sys, blosc; sys
|
|||
%files -n python%{python3_pkgversion}-blosc
|
||||
%{python3_sitearch}/blosc/
|
||||
%{python3_sitearch}/blosc-%{version}*-py*.egg-info
|
||||
%license LICENSES/BLOSC.txt
|
||||
%license LICENSE.txt
|
||||
%doc README.rst RELEASE_NOTES.rst
|
||||
|
||||
%changelog
|
||||
* Tue Jun 15 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.10.4-1
|
||||
- Latest bugfix version (#1966828)
|
||||
|
||||
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.10.2-2
|
||||
- Rebuilt for Python 3.10
|
||||
|
||||
* Sat Feb 13 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.10.2-1
|
||||
- Latest version (#1783504)
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed May 27 2020 Charalampos Stratakis <cstratak@redhat.com> - 1.8.1-7
|
||||
- Fix Python 3.9 compatibility (#1792055)
|
||||
|
||||
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.8.1-6
|
||||
- Rebuilt for Python 3.9
|
||||
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.8.1-4
|
||||
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
||||
|
||||
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.8.1-3
|
||||
- Rebuilt for Python 3.8
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Sun May 5 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.8.1-1
|
||||
- Update to latest version (#1684965)
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Wed Oct 17 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.5.1-2
|
||||
- Subpackage python2-blosc has been removed
|
||||
See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
|
||||
|
||||
* Thu Jul 19 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.5.1-1
|
||||
- Update to latest version (#1372856)
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.4.1-8
|
||||
- Rebuilt for Python 3.7
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Thu Jan 05 2017 Dan Horák <dan[at]danny.cz> - 1.4.1-3
|
||||
- remove build time CPU detection, fixed build on ppc64/ppc64le and s390(x)
|
||||
|
||||
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1.4.1-2
|
||||
- Rebuild for Python 3.6
|
||||
|
||||
* Thu Jul 28 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.4.1-1
|
||||
- Update to latest version (#1323008)
|
||||
|
||||
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.3-2
|
||||
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
||||
|
||||
* Thu Jul 14 2016 Thibault North <tnorth@fedoraproject.org> - 1.3.3-1
|
||||
- Update to 1.3.3
|
||||
|
||||
* Mon May 16 2016 Orion Poplawski <orion@cora.nwra.com> - 1.3.2-1
|
||||
- Update to 1.3.2
|
||||
|
||||
* Mon May 16 2016 Orion Poplawski <orion@cora.nwra.com> - 1.2.8-3
|
||||
- Fix provides filter
|
||||
- Use %%python3_pkgversion for EPEL7 compatibility
|
||||
|
||||
* Sat Feb 13 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@bupkis> - 1.2.8-2
|
||||
- Add dependency on psutil to check for leaks during build
|
||||
- Fix build (#1307896)
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.8-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Mon Nov 16 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.2.8-1
|
||||
- Update to latest version (#1263680)
|
||||
- Add python2 subpackage following the latest guidelines
|
||||
|
||||
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.7-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.7-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Fri May 29 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.2.7-3
|
||||
- Run test suite
|
||||
|
||||
* Thu May 28 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.2.7-2
|
||||
- Build python 3 subpackage
|
||||
- Install license and readme files
|
||||
|
||||
* Thu May 7 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.2.7-1
|
||||
- Update to 1.2.7 (#1212231)
|
||||
|
||||
* Mon Apr 20 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.2.5-1
|
||||
- Update to 1.2.5 (#1212231)
|
||||
|
||||
* Tue Jan 06 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.2.4-1
|
||||
- Update to 1.2.4
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.3-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Wed Mar 26 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.2.3-2
|
||||
- Rebuild for blosc
|
||||
|
||||
* Sat Mar 22 2014 Thibault North <tnorth@fedoraproject.org> - 1.2.3-1
|
||||
- Update to 1.2.3 for blosc 1.3.4
|
||||
|
||||
* Wed Jan 08 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.1-8
|
||||
- Rebuild for blosc
|
||||
|
||||
* Tue Nov 05 2013 Thibault North <tnorth@fedoraproject.org> - 1.1-7
|
||||
- Properly link with blosc shared lib
|
||||
|
||||
* Tue Nov 05 2013 Thibault North <tnorth@fedoraproject.org> - 1.1-6
|
||||
- Disable SSE2 optimizations
|
||||
|
||||
* Tue Nov 05 2013 Thibault North <tnorth@fedoraproject.org> - 1.1-5
|
||||
- Final cosmetic fixes
|
||||
|
||||
* Tue Nov 05 2013 Thibault North <tnorth@fedoraproject.org> - 1.1-4
|
||||
- Fix wrong lib perms
|
||||
|
||||
* Fri Oct 18 2013 Thibault North <tnorth@fedoraproject.org> - 1.1-3
|
||||
- Fixes, thanks to Christopher Meng
|
||||
|
||||
* Wed Oct 16 2013 Thibault North <tnorth@fedoraproject.org> - 1.1-2
|
||||
- Various fixes
|
||||
|
||||
* Fri Sep 20 2013 Thibault North <tnorth@fedoraproject.org> - 1.1-1
|
||||
- Sync to version 1.1
|
||||
|
||||
* Mon Jan 2 2012 Thibault North <tnorth@fedoraproject.org> - 1.0.7-1
|
||||
- Initial package
|
||||
%autochangelog
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (blosc-1.10.4.tar.gz) = 60d4a988d87f1b4fcd7e787137049c4053ec402ae3a3eee5cebff2651c5f2c09a351f886117e51ec87ab1ba59b9ac336e70ef119bfa0073c283437fbd23a694c
|
||||
SHA512 (blosc-1.11.3.tar.gz) = fc82b7b100d306965874868b2a0b1b6a9b865f1ba86ce65546aeb8212ba5085ef7a565f46ac3b40f648641d449d9f5265087ca8670075221ba8018dc8efd7be4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue