diff --git a/.gitignore b/.gitignore index a4b9eda..143693b 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,11 @@ /wike-1.8.2.tar.gz /wike-1.8.3.tar.gz /wike-2.0.0.tar.gz +/wike-2.0.1.tar.gz +/wike-2.1.0.tar.gz +/wike-3.0.0.tar.gz +/wike-3.0.1.tar.gz +/wike-3.1.0.tar.gz +/wike-3.1.1.tar.gz +/wike-3.2.0.tar.gz +/wike-3.2.1.tar.gz diff --git a/changelog b/changelog new file mode 100644 index 0000000..17d8093 --- /dev/null +++ b/changelog @@ -0,0 +1,62 @@ +* Fri Apr 14 2023 Gustavo Costa - 2.0.0-1 +- Update to 2.0.0 (rhbz#2186215) +- Change gtk3, libhandy and webkit2gtk4.1 to gtk4, libadwaita and webkitgtk6.1 + +* Sat Mar 04 2023 Gustavo Costa - 1.8.3-2 +- Use webkit2gtk4.1 + +* Sat Mar 04 2023 Gustavo Costa - 1.8.3-1 +- Update to 1.8.3 (rhbz#2175378) + +* Fri Feb 24 2023 Gustavo Costa - 1.8.2-1 +- Drop patch +- Use SPDX license +- Update to 1.8.2 (rhbz#2137400) + +* Sat Jan 21 2023 Fedora Release Engineering - 1.8.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sat Sep 24 2022 Gustavo Costa - 1.8.1-2 +- Fix _fill_menu bug (rhbz#2128121) + +* Fri Sep 09 2022 Gustavo Costa - 1.8.1-1 +- Update to 1.8.1 (rhbz#2125166) + +* Sat Jul 23 2022 Fedora Release Engineering - 1.8.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Sun May 29 2022 Gustavo Costa - 1.8.0-1 +- Update to 1.8.0 + +* Mon Apr 04 2022 Gustavo Costa - 1.7.2-1 +- Update to 1.7.2 + +* Tue Feb 08 2022 Gustavo Costa - 1.7.1-1 +- Update to 1.7.1 + +* Fri Jan 21 2022 Gustavo Costa - 1.7.0-1 +- Fix unowned directories +- Update to 1.7.0 + +* Fri Dec 17 2021 Gustavo Costa - 1.6.3-1 +- Update to 1.6.3 + +* Sat Dec 04 2021 Gustavo Costa - 1.6.2-1 +- Update to 1.6.2 + +* Wed Nov 17 2021 Gustavo Costa - 1.6.1-1 +- Update to 1.6.1 + +* Sat Oct 16 2021 Gustavo Costa - 1.6.0-1 +- Update to 1.6.0 + +* Wed Sep 22 2021 Gustavo Costa - 1.5.7-1 +- Update to 1.5.7 + +* Thu Sep 09 2021 Gustavo Costa - 1.5.6-1 +- Update to 1.5.6 +- Remove BR libhandy1-devel +- Add BR glib2-devel + +* Thu Sep 02 2021 Gustavo Costa - 1.5.4-1 +- Initial package diff --git a/sources b/sources index badea8a..af4d0d0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wike-2.0.0.tar.gz) = ca02ea2364d270571b7a4e13de7dd29a45c9a3a945b32de7fcca1b37235ec51ba7ed02f3fc69a5bb0b4463f4c72a25195297e7ac3082767d5b1e6d5e4c9ffea2 +SHA512 (wike-3.2.1.tar.gz) = 562f97396e05c1e679f9977305eff6b75e8918fc87b0e567f9e09ff1bafcf2858cc9e376cbab558095438729854cbb76597f0fca65de42c683234590a2b04b9e diff --git a/wike.spec b/wike.spec index c456df7..c07f1e1 100644 --- a/wike.spec +++ b/wike.spec @@ -1,13 +1,13 @@ %global appid com.github.hugolabe.Wike Name: wike -Version: 2.0.0 -Release: 1%{?dist} +Version: 3.2.1 +Release: %autorelease Summary: Wikipedia Reader for the GNOME Desktop License: GPL-3.0-or-later -URL: https://github.com/hugolabe/wike -Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz +URL: https://hugolabe.github.io/Wike +Source0: https://github.com/hugolabe/wike/archive/%{version}/%{name}-%{version}.tar.gz BuildArch: noarch @@ -17,14 +17,15 @@ BuildRequires: gettext BuildRequires: glib2-devel BuildRequires: desktop-file-utils BuildRequires: libappstream-glib +BuildRequires: gtk-update-icon-cache Requires: hicolor-icon-theme Requires: python3-gobject Requires: gtk4 Requires: libadwaita Requires: webkitgtk6.0 -Requires: python3dist(dbus-python) -Requires: python3dist(requests) +Requires: libsoup +Requires: pango %description Wike is a Wikipedia reader for the GNOME Desktop. Provides access to all the @@ -57,71 +58,11 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{appid}.desktop %{_metainfodir}/%{appid}.metainfo.xml %dir %{_datadir}/dbus-1 %dir %{_datadir}/dbus-1/services +%{_datadir}/dbus-1/services/%{appid}.service %{_datadir}/dbus-1/services/%{appid}.SearchProvider.service %dir %{_datadir}/gnome-shell %dir %{_datadir}/gnome-shell/search-providers %{_datadir}/gnome-shell/search-providers/%{appid}.SearchProvider.ini %changelog -* Fri Apr 14 2023 Gustavo Costa - 2.0.0-1 -- Update to 2.0.0 (rhbz#2186215) -- Change gtk3, libhandy and webkit2gtk4.1 to gtk4, libadwaita and webkitgtk6.1 - -* Sat Mar 04 2023 Gustavo Costa - 1.8.3-2 -- Use webkit2gtk4.1 - -* Sat Mar 04 2023 Gustavo Costa - 1.8.3-1 -- Update to 1.8.3 (rhbz#2175378) - -* Fri Feb 24 2023 Gustavo Costa - 1.8.2-1 -- Drop patch -- Use SPDX license -- Update to 1.8.2 (rhbz#2137400) - -* Sat Jan 21 2023 Fedora Release Engineering - 1.8.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Sat Sep 24 2022 Gustavo Costa - 1.8.1-2 -- Fix _fill_menu bug (rhbz#2128121) - -* Fri Sep 09 2022 Gustavo Costa - 1.8.1-1 -- Update to 1.8.1 (rhbz#2125166) - -* Sat Jul 23 2022 Fedora Release Engineering - 1.8.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Sun May 29 2022 Gustavo Costa - 1.8.0-1 -- Update to 1.8.0 - -* Mon Apr 04 2022 Gustavo Costa - 1.7.2-1 -- Update to 1.7.2 - -* Tue Feb 08 2022 Gustavo Costa - 1.7.1-1 -- Update to 1.7.1 - -* Fri Jan 21 2022 Gustavo Costa - 1.7.0-1 -- Fix unowned directories -- Update to 1.7.0 - -* Fri Dec 17 2021 Gustavo Costa - 1.6.3-1 -- Update to 1.6.3 - -* Sat Dec 04 2021 Gustavo Costa - 1.6.2-1 -- Update to 1.6.2 - -* Wed Nov 17 2021 Gustavo Costa - 1.6.1-1 -- Update to 1.6.1 - -* Sat Oct 16 2021 Gustavo Costa - 1.6.0-1 -- Update to 1.6.0 - -* Wed Sep 22 2021 Gustavo Costa - 1.5.7-1 -- Update to 1.5.7 - -* Thu Sep 09 2021 Gustavo Costa - 1.5.6-1 -- Update to 1.5.6 -- Remove BR libhandy1-devel -- Add BR glib2-devel - -* Thu Sep 02 2021 Gustavo Costa - 1.5.4-1 -- Initial package +%autochangelog