diff --git a/download b/download deleted file mode 100644 index aa26136018de29ca3d356bae2e0af7c1fff05397..0000000000000000000000000000000000000000 --- a/download +++ /dev/null @@ -1 +0,0 @@ -68cba4a88933667cb6c2c1f496ad014d libcomps-0.1.18.tar.gz diff --git a/libcomps-0.1.18.tar.gz b/libcomps-0.1.18.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..9bd727f37c5f947bc71a1f4ccf5fa117c330f741 Binary files /dev/null and b/libcomps-0.1.18.tar.gz differ diff --git a/libcomps.spec b/libcomps.spec index 4b066a690a40dd4e0de761ac1f2b0866618b7adf..bebb38306a54dded740de314fcaee265c406b993 100644 --- a/libcomps.spec +++ b/libcomps.spec @@ -50,6 +50,7 @@ Documentation files for python bindings libcomps library. %package -n python3-%{name} Summary: Python 3 bindings for libcomps library BuildRequires: python3-devel +BuildRequires: make %{?python_provide:%python_provide python3-%{name}} Requires: %{name}%{?_isa} = %{version}-%{release} Obsoletes: platform-python-%{name} < %{version}-%{release} @@ -58,7 +59,7 @@ Obsoletes: platform-python-%{name} < %{version}-%{release} Python3 bindings for libcomps library. %prep -%autosetup -n %{name}-%{version} -p1 +%autosetup -p1 -n %{name}-%{version} mkdir build-py3 mkdir build-doc @@ -114,41 +115,94 @@ popd %{python3_sitearch}/%{name}-%{version}-py%{python3_version}.egg-info %changelog -* Tue Nov 09 2021 Pavla Kratochvilova - 0.1.18-1 +* Mon Oct 25 2021 Pavla Kratochvilova - 0.1.18-1 - Update to 0.1.18 -- Fix issues detected by static analyzers +- Don't print empty requires - Remove Python 2 support -* Fri May 21 2021 Pavla Kratochvilova - 0.1.16-2 -- Backport patch: Don't print empty requires +* Mon Aug 16 2021 Pavla Kratochvilova - 0.1.16-4 +- Fix issues detected by static analyzers + +* Mon Aug 09 2021 Mohan Boddu - 0.1.16-3 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 -* Fri Apr 30 2021 Pavla Kratochvilova - 0.1.16-1 +* Tue Apr 27 2021 Pavla Kratochvilova - 0.1.16-1 - Update to 0.1.16 -- Make inline function __comps_objmrtree_all also static (RhBug:1793424) +- Fix a crash when clearing COMPS_ObjRTree (RhBug:1888343) - Fix memory leaks and resource leaks -- Fix: Check result "comps_parse_parsed_init()" -* Thu Jan 14 2021 Nicola Sella - 0.1.11-5 -- Use already implemented clear for COMPS_HSList (RhBug:1888343) +* Fri Apr 16 2021 Mohan Boddu - 0.1.15-7 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + +* Tue Jan 26 2021 Fedora Release Engineering - 0.1.15-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Fri Aug 07 2020 Nicola Sella - 0.1.15-5 +- spec: Fix building with new cmake macros -* Mon Jan 13 2020 Ales Matej - 0.1.11-4 +* Sat Aug 01 2020 Fedora Release Engineering - 0.1.15-4 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue Jul 28 2020 Fedora Release Engineering - 0.1.15-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri May 22 2020 Miro Hrončok - 0.1.15-2 +- Rebuilt for Python 3.9 + +* Wed Apr 01 2020 Ales Matej - 0.1.15-1 +- Update to 0.1.15 - Do not skip type=mandatory in xml output (RhBug:1771224) -* Wed Nov 13 2019 Ales Matej - 0.1.11-3 -- Fix segfault caused by empty dict created by *_by_lang in python api (RhBug:1757959) +* Fri Jan 31 2020 Ales Matej - 0.1.14-4 +- Fix global header variable defined without extern for gcc-10 + +* Wed Jan 29 2020 Fedora Release Engineering - 0.1.14-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Sat Dec 14 2019 Jeff Law - 0.1.14-2 +- Fix inline vs static inline issue for gcc-10 -* Thu Aug 01 2019 Pavla Kratochvilova - 0.1.11-2 -- Backport patch: Fix order of asserts in unit test (RhBug:1713220) +* Fri Nov 29 2019 Ales Matej - 0.1.14-1 +- Update to 0.1.14 -* Mon May 13 2019 Pavla Kratochvilova - 0.1.11-1 +* Fri Nov 29 2019 Ales Matej - 0.1.12-1 +- Update to 0.1.12 + +* Thu Oct 03 2019 Miro Hrončok - 0.1.11-5 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Thu Aug 15 2019 Miro Hrončok - 0.1.11-4 +- Rebuilt for Python 3.8 + +* Wed Jul 31 2019 Miro Hrončok - 0.1.11-3 +- Fix Python method descriptors for Python 3.8 (#1734777) + +* Thu Jul 25 2019 Fedora Release Engineering - 0.1.11-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Mon Mar 11 2019 Pavla Kratochvilova - 0.1.11-1 - Update to 0.1.11 -* Thu Dec 13 2018 Daniel Mach - 0.1.8-13 -- Fix resource leaks, double free, unused code, optimize -- Resolves: rhbz#1606974 +* Wed Feb 13 2019 Pavla Kratochvilova - 0.1.10-1 +- Update to 0.1.10 + +* Fri Feb 01 2019 Fedora Release Engineering - 0.1.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Tue Nov 27 2018 Marek Blaha - 0.1.8-15 +- Disable Python 2 bindings for Fedora >= 30 + +* Fri Jul 13 2018 Fedora Release Engineering - 0.1.8-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Fri Jun 15 2018 Miro Hrončok - 0.1.8-13 +- Rebuilt for Python 3.7 -* Mon Jun 25 2018 Lumír Balhar - 0.1.8-12 -- Disable Python 2 subpackage (and dependent) by default +* Tue Feb 20 2018 Iryna Shcherbina - 0.1.8-12 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Wed Feb 07 2018 Fedora Release Engineering - 0.1.8-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild