diff --git a/changelog b/changelog new file mode 100644 index 0000000..12ecbf2 --- /dev/null +++ b/changelog @@ -0,0 +1,69 @@ +* Fri Dec 17 2021 Benjamin A. Beasley - 2.43-4 +- Remove arch from -devel dependency on pcg-cpp-devel; the pcg-cpp-devel + subpackage will become noarch + +* Mon Sep 20 2021 Benjamin A. Beasley - 2.43-3 +- Unbundle pcg-cpp +- Split out headers for C++ extension development into a -devel package + +* Fri Aug 27 2021 Benjamin A. Beasley - 2.43-2 +- Work around resource limits to re-enable s390x, and get closer to the root + causes on the remaining excluded architectures + +* Tue Aug 10 2021 Ankur Sinha - 2.43-1 +- Update to latest release +- Remove unneeded patches + +* Sat Aug 07 2021 Jonathan Wakely - 2.33-7 +- Rebuilt for Boost 1.76 + +* Fri Jul 23 2021 Fedora Release Engineering - 2.33-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jun 04 2021 Python Maint - 2.33-5 +- Rebuilt for Python 3.10 + +* Fri Feb 12 2021 Benjamin A. Beasley - 2.33-4 +- Use pkgconfig to BR the required cairomm API/ABI version 1.0 (vs. 1.16) + +* Wed Jan 27 2021 Fedora Release Engineering - 2.33-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Fri Jan 22 2021 Jonathan Wakely - 2.33-2 +- Rebuilt for Boost 1.75 + +* Fri Sep 04 2020 Ankur Sinha - 2.33-1 +- Update to latest release +- Disable LTO +- update COPYING file name +- Update license + +* Sat Aug 01 2020 Fedora Release Engineering - 2.29-7 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 2.29-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sat May 30 2020 Jonathan Wakely - 2.29-5 +- Rebuilt for Boost 1.73 +- Simplify shell command to determine number of threads to use + +* Tue May 26 2020 Miro Hrončok - 2.29-4 +- Rebuilt for Python 3.9 + +* Thu Jan 30 2020 Fedora Release Engineering - 2.29-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Sat Nov 09 2019 Ankur Sinha - 2.29-2 +- Exclude builds on arches: usually falls short of resources + +* Fri Nov 01 2019 Ankur Sinha - 2.29-1 +- Remove unneeded shebangs + +* Tue Oct 22 2019 Ankur Sinha - 2.29-1 +- Improve conditional to handle cases where _smp_build_ncpus is not defined +- Correct conditional hack + +* Tue Oct 15 2019 Ankur Sinha - 2.29-1 +- Initial build diff --git a/python-graph-tool.spec b/python-graph-tool.spec index 794c343..75d157d 100644 --- a/python-graph-tool.spec +++ b/python-graph-tool.spec @@ -42,7 +42,7 @@ documentation.} Name: python-%{modname} Version: 2.43 -Release: 4%{?dist} +Release: %autorelease Summary: Efficient network analysis tool written in Python License: LGPLv3+ @@ -218,72 +218,4 @@ ln -svf \ %changelog -* Fri Dec 17 2021 Benjamin A. Beasley - 2.43-4 -- Remove arch from -devel dependency on pcg-cpp-devel; the pcg-cpp-devel - subpackage will become noarch - -* Mon Sep 20 2021 Benjamin A. Beasley - 2.43-3 -- Unbundle pcg-cpp -- Split out headers for C++ extension development into a -devel package - -* Fri Aug 27 2021 Benjamin A. Beasley - 2.43-2 -- Work around resource limits to re-enable s390x, and get closer to the root - causes on the remaining excluded architectures - -* Tue Aug 10 2021 Ankur Sinha - 2.43-1 -- Update to latest release -- Remove unneeded patches - -* Sat Aug 07 2021 Jonathan Wakely - 2.33-7 -- Rebuilt for Boost 1.76 - -* Fri Jul 23 2021 Fedora Release Engineering - 2.33-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Fri Jun 04 2021 Python Maint - 2.33-5 -- Rebuilt for Python 3.10 - -* Fri Feb 12 2021 Benjamin A. Beasley - 2.33-4 -- Use pkgconfig to BR the required cairomm API/ABI version 1.0 (vs. 1.16) - -* Wed Jan 27 2021 Fedora Release Engineering - 2.33-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Fri Jan 22 2021 Jonathan Wakely - 2.33-2 -- Rebuilt for Boost 1.75 - -* Fri Sep 04 2020 Ankur Sinha - 2.33-1 -- Update to latest release -- Disable LTO -- update COPYING file name -- Update license - -* Sat Aug 01 2020 Fedora Release Engineering - 2.29-7 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 2.29-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Sat May 30 2020 Jonathan Wakely - 2.29-5 -- Rebuilt for Boost 1.73 -- Simplify shell command to determine number of threads to use - -* Tue May 26 2020 Miro Hrončok - 2.29-4 -- Rebuilt for Python 3.9 - -* Thu Jan 30 2020 Fedora Release Engineering - 2.29-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Sat Nov 09 2019 Ankur Sinha - 2.29-2 -- Exclude builds on arches: usually falls short of resources - -* Fri Nov 01 2019 Ankur Sinha - 2.29-1 -- Remove unneeded shebangs - -* Tue Oct 22 2019 Ankur Sinha - 2.29-1 -- Improve conditional to handle cases where _smp_build_ncpus is not defined -- Correct conditional hack - -* Tue Oct 15 2019 Ankur Sinha - 2.29-1 -- Initial build +%autochangelog