From 06227cfbd6bfcf6dff6eda66cbd35187fcd1e0a4 Mon Sep 17 00:00:00 2001 From: Benjamin A. Beasley Date: Jan 12 2022 18:54:16 +0000 Subject: Opt in to rpmautospec --- diff --git a/changelog b/changelog new file mode 100644 index 0000000..37f425a --- /dev/null +++ b/changelog @@ -0,0 +1,75 @@ +* Wed Jan 12 2022 Benjamin A. Beasley - 0.12.3-1 +- Update to 0.12.3 (close RHBZ#1876235) +- Modernize spec file (still under “old guidelines” for now) +- Add a -doc subpackage and build PDF +- Add more license files +- Run the tests + +* Tue Jul 27 2021 Fedora Release Engineering - 0.12.0-22 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jun 04 2021 Python Maint - 0.12.0-21 +- Rebuilt for Python 3.10 + +* Wed Jan 27 2021 Fedora Release Engineering - 0.12.0-20 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 0.12.0-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue May 26 2020 Miro Hrončok - 0.12.0-18 +- Rebuilt for Python 3.9 + +* Thu Jan 30 2020 Fedora Release Engineering - 0.12.0-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Oct 03 2019 Miro Hrončok - 0.12.0-16 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Mon Aug 19 2019 Miro Hrončok - 0.12.0-15 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 0.12.0-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sat Feb 02 2019 Fedora Release Engineering - 0.12.0-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Wed Oct 31 2018 Miro Hrončok - 0.12.0-12 +- Subpackage python2-editorconfig has been removed + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + +* Sat Jul 14 2018 Fedora Release Engineering - 0.12.0-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 19 2018 Miro Hrončok - 0.12.0-10 +- Rebuilt for Python 3.7 + +* Fri Feb 09 2018 Fedora Release Engineering - 0.12.0-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Tue Jan 16 2018 Iryna Shcherbina - 0.12.0-8 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + +* Thu Jul 27 2017 Fedora Release Engineering - 0.12.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 0.12.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Mon Dec 19 2016 Miro Hrončok - 0.12.0-5 +- Rebuild for Python 3.6 + +* Tue Jul 19 2016 Fedora Release Engineering - 0.12.0-4 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + +* Tue Feb 23 2016 Dennis Chen - 0.12.0-2 +- Simplify python package. + +* Thu Jan 21 2016 Dennis Chen - 0.12.0-2 +- Remove misleading comments and macros. + +* Sun Jan 17 2016 Dennis Chen - 0.12.0-1 +- First Fedora Packaging. diff --git a/python-editorconfig.spec b/python-editorconfig.spec index af4cfee..a8aa4de 100644 --- a/python-editorconfig.spec +++ b/python-editorconfig.spec @@ -10,7 +10,7 @@ Name: python-editorconfig Version: 0.12.3 -Release: 1%{?dist} +Release: %autorelease Summary: EditorConfig File Locator and Interpreter for Python # See COPYING: the overall license is BSD, but the following files are derived @@ -109,78 +109,4 @@ export PYTHONPATH='%{buildroot}%{python3_sitelib}' %changelog -* Wed Jan 12 2022 Benjamin A. Beasley - 0.12.3-1 -- Update to 0.12.3 (close RHBZ#1876235) -- Modernize spec file (still under “old guidelines” for now) -- Add a -doc subpackage and build PDF -- Add more license files -- Run the tests - -* Tue Jul 27 2021 Fedora Release Engineering - 0.12.0-22 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Fri Jun 04 2021 Python Maint - 0.12.0-21 -- Rebuilt for Python 3.10 - -* Wed Jan 27 2021 Fedora Release Engineering - 0.12.0-20 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 0.12.0-19 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Tue May 26 2020 Miro Hrončok - 0.12.0-18 -- Rebuilt for Python 3.9 - -* Thu Jan 30 2020 Fedora Release Engineering - 0.12.0-17 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Thu Oct 03 2019 Miro Hrončok - 0.12.0-16 -- Rebuilt for Python 3.8.0rc1 (#1748018) - -* Mon Aug 19 2019 Miro Hrončok - 0.12.0-15 -- Rebuilt for Python 3.8 - -* Fri Jul 26 2019 Fedora Release Engineering - 0.12.0-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sat Feb 02 2019 Fedora Release Engineering - 0.12.0-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Wed Oct 31 2018 Miro Hrončok - 0.12.0-12 -- Subpackage python2-editorconfig has been removed - See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal - -* Sat Jul 14 2018 Fedora Release Engineering - 0.12.0-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Tue Jun 19 2018 Miro Hrončok - 0.12.0-10 -- Rebuilt for Python 3.7 - -* Fri Feb 09 2018 Fedora Release Engineering - 0.12.0-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Tue Jan 16 2018 Iryna Shcherbina - 0.12.0-8 -- Update Python 2 dependency declarations to new packaging standards - (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) - -* Thu Jul 27 2017 Fedora Release Engineering - 0.12.0-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 0.12.0-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Mon Dec 19 2016 Miro Hrončok - 0.12.0-5 -- Rebuild for Python 3.6 - -* Tue Jul 19 2016 Fedora Release Engineering - 0.12.0-4 -- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages - -* Tue Feb 23 2016 Dennis Chen - 0.12.0-2 -- Simplify python package. - -* Thu Jan 21 2016 Dennis Chen - 0.12.0-2 -- Remove misleading comments and macros. - -* Sun Jan 17 2016 Dennis Chen - 0.12.0-1 -- First Fedora Packaging. +%autochangelog