chore: use rpmautospec

This commit is contained in:
Ankur Sinha (Ankur Sinha Gmail) 2022-02-19 17:50:21 +00:00
parent 753ae2dabc
commit 0df6b6284a
No known key found for this signature in database
GPG Key ID: F8D8C0BEBAC898BD
2 changed files with 30 additions and 29 deletions

28
changelog Normal file
View File

@ -0,0 +1,28 @@
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Mon Nov 22 2021 Orion Poplawski <orion@nwra.com> - 2.3.1-2
- Rebuild for hdf5 1.12.1
* Fri Aug 27 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 2.3.1-1
- Update to 2.3.1
- Drop patches, which were all upstreamed
- Switch BRs to cmake(…) where appropriate
- Add -static BRs for header-only library dependencies
- Add unarched -static virtual Provides since arched BRs must not be used
- Use ninja cmake backend (which was already BRd)
- Enable OpenCV (except on armv7hl, for now)
- Fix ExcludeArch
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Thu Apr 22 2021 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 2.2.2-2
- Make note of excludearch bug
* Mon Apr 19 2021 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 2.2.2-2
- Carry patch to fix failing test: https://github.com/BlueBrain/HighFive/issues/444
* Sun Apr 18 2021 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 2.2.2-1
- Enable doc build
- include complete doc package in conditional

View File

@ -37,7 +37,7 @@ Feature support:
Name: highfive
Version: 2.3.1
Release: 3%{?dist}
Release: %autorelease
Summary: Header-only C++ HDF5 interface
License: Boost
@ -160,31 +160,4 @@ mv -v '%{buildroot}/%{_datadir}/%{pretty_name}/CMake' \
%changelog
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Mon Nov 22 2021 Orion Poplawski <orion@nwra.com> - 2.3.1-2
- Rebuild for hdf5 1.12.1
* Fri Aug 27 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 2.3.1-1
- Update to 2.3.1
- Drop patches, which were all upstreamed
- Switch BRs to cmake(…) where appropriate
- Add -static BRs for header-only library dependencies
- Add unarched -static virtual Provides since arched BRs must not be used
- Use ninja cmake backend (which was already BRd)
- Enable OpenCV (except on armv7hl, for now)
- Fix ExcludeArch
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Thu Apr 22 2021 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 2.2.2-2
- Make note of excludearch bug
* Mon Apr 19 2021 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 2.2.2-2
- Carry patch to fix failing test: https://github.com/BlueBrain/HighFive/issues/444
* Sun Apr 18 2021 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 2.2.2-1
- Enable doc build
- include complete doc package in conditional
%autochangelog