diff --git a/.gitignore b/.gitignore index a23be53..7a2729b 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,8 @@ /Setzer-0.4.6.tar.gz /Setzer-0.4.7.tar.gz /Setzer-0.4.8.tar.gz +/Setzer-55.tar.gz +/Setzer-56.tar.gz +/Setzer-59.tar.gz +/Setzer-65.tar.gz +/Setzer-66.tar.gz diff --git a/changelog b/changelog new file mode 100644 index 0000000..dedc345 --- /dev/null +++ b/changelog @@ -0,0 +1,117 @@ +* Thu Jun 15 2023 Python Maint - 55-2 +- Rebuilt for Python 3.12 + +* Sun Apr 09 2023 Lyes Saadi - 55-1 +- Updating to 55 (fix #2177312) + +* Sat Jan 21 2023 Fedora Release Engineering - 0.4.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Tue Nov 29 2022 Lyes Saadi - 0.4.8-1 +- Updating to 0.4.8 (fix #2112453) + +* Sat Jul 23 2022 Fedora Release Engineering - 0.4.7-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Tue Jun 14 2022 Python Maint - 0.4.7-2 +- Rebuilt for Python 3.11 + +* Sat Mar 26 2022 Lyes Saadi - 0.4.7-1 +- Updating to 0.4.7 (fix #2068713) + +* Tue Mar 08 2022 Lyes Saadi - 0.4.6-1 +- Updating to 0.4.6 (fix #2061920) + +* Wed Mar 02 2022 Lyes Saadi - 0.4.5-1 +- Updating to 0.4.5 (fix #2058437) + +* Mon Feb 21 2022 Lyes Saadi - 0.4.4-1 +- Updating to 0.4.4 (fix #2055916) + +* Sun Feb 13 2022 Lyes Saadi - 0.4.3-1 +- Updating to 0.4.3 (fix #2053320 #2036772) + +* Sat Jan 22 2022 Fedora Release Engineering - 0.4.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Sun Nov 21 2021 Lyes Saadi - 0.4.2-1 +- Updating to 0.4.2 (fix #2025308) + +* Fri Jul 23 2021 Fedora Release Engineering - 0.4.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jun 04 2021 Python Maint - 0.4.1-2 +- Rebuilt for Python 3.10 + +* Tue Jan 26 2021 Lyes Saadi - 0.4.1-1 +- Updating to 0.4.1 +- Fix #1918066 + +* Sun Jan 17 2021 Lyes Saadi - 0.4.0-1 +- Updating to 0.4.0 +- Fix #1917066 + +* Sun Jan 03 2021 Lyes Saadi - 0.3.9-2 +- Adding pycairo and PyPDF2 dependencies + +* Sun Jan 03 2021 Lyes Saadi - 0.3.9-1 +- Updating to 0.3.9 + +* Mon Dec 14 2020 Lyes Saadi - 0.3.8-1 +- Updating to 0.3.8 + +* Sun Nov 29 2020 Lyes Saadi - 0.3.7-1 +- Updating to 0.3.7 + +* Mon Nov 09 2020 Lyes Saadi - 0.3.6-1 +- Updating to 0.3.6 + +* Thu Oct 29 2020 Lyes Saadi - 0.3.5-1 +- Updating to 0.3.5 +- Fix #1888889 +- Fix #1891239 + +* Fri Oct 16 2020 Lyes Saadi - 0.3.4-1 +- Updating to 0.3.4 + +* Wed Oct 07 2020 Lyes Saadi - 0.3.3-1 +- Updating to 0.3.3 + +* Thu Sep 10 2020 Lyes Saadi - 0.3.2-1 +- Updating to 0.3.2 + +* Tue Sep 01 2020 Lyes Saadi - 0.3.1-1 +- Updating to 0.3.1 + +* Thu Aug 20 2020 Lyes Saadi - 0.3.0-1 +- Updating to 0.3.0 + +* Thu Aug 13 2020 Lyes Saadi - 0.2.9-1 +- Updating to 0.2.9 + +* Wed Jul 29 2020 Fedora Release Engineering - 0.2.8-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jun 26 2020 Lyes Saadi - 0.2.8-3 +- Fix #1851601 + +* Fri Jun 26 2020 Lyes Saadi - 0.2.8-2 +- Correcting License from GPLv3 -> GPLv3+ + +* Sat May 30 2020 Lyes Saadi - 0.2.8-1 +- Updating to 0.2.8 + +* Tue May 19 2020 Lyes Saadi - 0.2.6-1 +- Updating to 0.2.6 + +* Tue May 05 2020 Lyes Saadi - 0.2.5-1 +- Updating to 0.2.5 + +* Sat Apr 18 2020 Lyes Saadi - 0.2.3-3 +- Removing shebangs and changing poppler-glib dependency + +* Sat Apr 18 2020 Lyes Saadi - 0.2.3-2 +- Adding synctex dependency + +* Sat Apr 18 2020 Lyes Saadi - 0.2.3-1 +- Initial package diff --git a/setzer.spec b/setzer.spec index 648566a..0f6a397 100644 --- a/setzer.spec +++ b/setzer.spec @@ -2,13 +2,14 @@ %global uuid org.cvfosammmm.Setzer Name: setzer -Version: 0.4.8 -Release: 1%{?dist} +Version: 66 +Release: %autorelease Summary: LaTeX editor written in Python with Gtk %forgemeta -License: GPLv3+ +# Automatically converted from old format: GPLv3+ - review is highly recommended. +License: GPL-3.0-or-later URL: https://www.cvfosammmm.org/setzer/ Source0: %{forgesource} BuildArch: noarch @@ -20,26 +21,35 @@ BuildRequires: libappstream-glib BuildRequires: meson BuildRequires: python3-devel -BuildRequires: gtk3-devel -BuildRequires: gtksourceview4-devel +BuildRequires: gtk4-devel +BuildRequires: gtksourceview5-devel +BuildRequires: libadwaita-devel +BuildRequires: libportal-devel BuildRequires: gspell-devel +BuildRequires: pango-devel BuildRequires: poppler-glib-devel +BuildRequires: python3-bibtexparser BuildRequires: python3-cairo -BuildRequires: python3-pdfminer -BuildRequires: python3-pyxdg BuildRequires: python3-gobject-devel -BuildRequires: webkit2gtk3 -Requires: gtk3 -Requires: gtksourceview4 +BuildRequires: python3-numpy +BuildRequires: python3-pexpect +BuildRequires: python3-willow +BuildRequires: webkitgtk6.0 +Requires: gtk4 +Requires: gtksourceview5 +Requires: libadwaita +Requires: libportal Requires: gspell Requires: hicolor-icon-theme +Requires: pango Requires: poppler-glib +Requires: python3-bibtexparser Requires: python3-cairo -Requires: python3-pdfminer -Requires: python3-pyxdg Requires: python3-gobject -Requires: webkit2gtk3 -Requires: xdg-utils +Requires: python3-numpy +Requires: python3-pexpect +Requires: python3-willow +Requires: webkitgtk6.0 Requires: texlive Requires: texlive-synctex @@ -77,7 +87,7 @@ find ./setzer -name "*.py" -type f -exec sed -i '1d' {} \; %check -appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{uuid}.appdata.xml +appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{uuid}.metainfo.xml desktop-file-validate %{buildroot}%{_datadir}/applications/%{uuid}.desktop @@ -88,117 +98,10 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{uuid}.desktop %{_datadir}/applications/%{uuid}.desktop %{_datadir}/icons/hicolor/scalable/apps/%{uuid}.svg %{_datadir}/mime/packages/%{uuid}.mime.xml -%{_metainfodir}/%{uuid}.appdata.xml +%{_metainfodir}/%{uuid}.metainfo.xml %{_mandir}/man1/%{name}.1.* %{python3_sitelib}/%{name}/ %changelog -* Tue Nov 29 2022 Lyes Saadi - 0.4.8-1 -- Updating to 0.4.8 (fix #2112453) - -* Sat Jul 23 2022 Fedora Release Engineering - 0.4.7-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Tue Jun 14 2022 Python Maint - 0.4.7-2 -- Rebuilt for Python 3.11 - -* Sat Mar 26 2022 Lyes Saadi - 0.4.7-1 -- Updating to 0.4.7 (fix #2068713) - -* Tue Mar 08 2022 Lyes Saadi - 0.4.6-1 -- Updating to 0.4.6 (fix #2061920) - -* Wed Mar 02 2022 Lyes Saadi - 0.4.5-1 -- Updating to 0.4.5 (fix #2058437) - -* Mon Feb 21 2022 Lyes Saadi - 0.4.4-1 -- Updating to 0.4.4 (fix #2055916) - -* Sun Feb 13 2022 Lyes Saadi - 0.4.3-1 -- Updating to 0.4.3 (fix #2053320 #2036772) - -* Sat Jan 22 2022 Fedora Release Engineering - 0.4.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Sun Nov 21 2021 Lyes Saadi - 0.4.2-1 -- Updating to 0.4.2 (fix #2025308) - -* Fri Jul 23 2021 Fedora Release Engineering - 0.4.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Fri Jun 04 2021 Python Maint - 0.4.1-2 -- Rebuilt for Python 3.10 - -* Tue Jan 26 2021 Lyes Saadi - 0.4.1-1 -- Updating to 0.4.1 -- Fix #1918066 - -* Sun Jan 17 2021 Lyes Saadi - 0.4.0-1 -- Updating to 0.4.0 -- Fix #1917066 - -* Sun Jan 03 2021 Lyes Saadi - 0.3.9-2 -- Adding pycairo and PyPDF2 dependencies - -* Sun Jan 03 2021 Lyes Saadi - 0.3.9-1 -- Updating to 0.3.9 - -* Mon Dec 14 2020 Lyes Saadi - 0.3.8-1 -- Updating to 0.3.8 - -* Sun Nov 29 2020 Lyes Saadi - 0.3.7-1 -- Updating to 0.3.7 - -* Mon Nov 09 2020 Lyes Saadi - 0.3.6-1 -- Updating to 0.3.6 - -* Thu Oct 29 2020 Lyes Saadi - 0.3.5-1 -- Updating to 0.3.5 -- Fix #1888889 -- Fix #1891239 - -* Fri Oct 16 2020 Lyes Saadi - 0.3.4-1 -- Updating to 0.3.4 - -* Wed Oct 07 2020 Lyes Saadi - 0.3.3-1 -- Updating to 0.3.3 - -* Thu Sep 10 2020 Lyes Saadi - 0.3.2-1 -- Updating to 0.3.2 - -* Tue Sep 01 2020 Lyes Saadi - 0.3.1-1 -- Updating to 0.3.1 - -* Thu Aug 20 2020 Lyes Saadi - 0.3.0-1 -- Updating to 0.3.0 - -* Thu Aug 13 2020 Lyes Saadi - 0.2.9-1 -- Updating to 0.2.9 - -* Wed Jul 29 2020 Fedora Release Engineering - 0.2.8-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Fri Jun 26 2020 Lyes Saadi - 0.2.8-3 -- Fix #1851601 - -* Fri Jun 26 2020 Lyes Saadi - 0.2.8-2 -- Correcting License from GPLv3 -> GPLv3+ - -* Sat May 30 2020 Lyes Saadi - 0.2.8-1 -- Updating to 0.2.8 - -* Tue May 19 2020 Lyes Saadi - 0.2.6-1 -- Updating to 0.2.6 - -* Tue May 05 2020 Lyes Saadi - 0.2.5-1 -- Updating to 0.2.5 - -* Sat Apr 18 2020 Lyes Saadi - 0.2.3-3 -- Removing shebangs and changing poppler-glib dependency - -* Sat Apr 18 2020 Lyes Saadi - 0.2.3-2 -- Adding synctex dependency - -* Sat Apr 18 2020 Lyes Saadi - 0.2.3-1 -- Initial package +%autochangelog diff --git a/sources b/sources index f1e6643..486f0e8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Setzer-0.4.8.tar.gz) = 26d42b488e4979e7dd2e0e854d707ff300c1f8e08ef7663eddeff4ecbd9cb9d1b80d90766f09cdb2013005a65614357b7c3325c92d913e98d958109ebeb74f6d +SHA512 (Setzer-66.tar.gz) = 915cac043ae3cc8b1c24327bc46af2f1c45519e84b1579f7609884afad70f007302a15cd30aa7f04acc1a860e608f3b872e82bb92d1f806c1d3e898666928123