Update to 47.3
Resolves: RHEL-65747
This commit is contained in:
parent
29bbcbffd1
commit
d8e1eac374
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,3 +20,4 @@
|
||||
/gnome-text-editor-46.0.tar.xz
|
||||
/gnome-text-editor-46.1.tar.xz
|
||||
/gnome-text-editor-46.3.tar.xz
|
||||
/gnome-text-editor-47.3.tar.xz
|
||||
|
||||
@ -1,28 +1,28 @@
|
||||
%global glib2_version 2.73
|
||||
%global gtk4_version 4.7
|
||||
%global gtksourceview_version 5.5.0
|
||||
%global gtksourceview_version 5.10.0
|
||||
%global enchant_version 2.2.0
|
||||
%global libadwaita_version 1.5~alpha
|
||||
%global libadwaita_version 1.6~alpha
|
||||
%global libspelling_version 0.4.6
|
||||
|
||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||
|
||||
Name: gnome-text-editor
|
||||
Version: 46.3
|
||||
Release: 3%{?dist}
|
||||
Version: 47.3
|
||||
Release: %autorelease
|
||||
Summary: A simple text editor for the GNOME desktop
|
||||
|
||||
# Code is GPL-3.0-or-later and the Appdata is CC0-1.0
|
||||
License: GPL-3.0-or-later AND CC0-1.0
|
||||
URL: https://gitlab.gnome.org/GNOME/gnome-text-editor
|
||||
Source0: https://download.gnome.org/sources/%{name}/46/%{name}-%{tarball_version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/%{name}/47/%{name}-%{tarball_version}.tar.xz
|
||||
|
||||
BuildRequires: pkgconfig(editorconfig)
|
||||
BuildRequires: pkgconfig(enchant-2) >= %{enchant_version}
|
||||
BuildRequires: pkgconfig(gio-unix-2.0) >= %{glib2_version}
|
||||
BuildRequires: pkgconfig(gtk4) >= %{gtk4_version}
|
||||
BuildRequires: pkgconfig(gtksourceview-5) >= %{gtksourceview_version}
|
||||
BuildRequires: pkgconfig(icu-uc)
|
||||
BuildRequires: pkgconfig(libadwaita-1) >= %{libadwaita_version}
|
||||
BuildRequires: pkgconfig(libspelling-1) >= %{libspelling_version}
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gcc
|
||||
BuildRequires: itstool
|
||||
@ -76,128 +76,4 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.TextEditor.
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 46.3-3
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
Resolves: RHEL-64018
|
||||
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 46.3-2
|
||||
- Bump release for June 2024 mass rebuild
|
||||
|
||||
* Sat May 11 2024 David King <amigadave@amigadave.com> - 46.3-1
|
||||
- Update to 46.3
|
||||
|
||||
* Sat Apr 13 2024 David King <amigadave@amigadave.com> - 46.1-1
|
||||
- Update to 46.1
|
||||
|
||||
* Sat Mar 16 2024 David King <amigadave@amigadave.com> - 46.0-1
|
||||
- Update to 46.0
|
||||
|
||||
* Mon Mar 04 2024 David King <amigadave@amigadave.com> - 46~rc-1
|
||||
- Update to 46.rc
|
||||
|
||||
* Wed Feb 14 2024 David King <amigadave@amigadave.com> - 46~beta-1
|
||||
- Update to 46.beta
|
||||
|
||||
* Wed Jan 31 2024 Pete Walter <pwalter@fedoraproject.org> - 46~alpha-3
|
||||
- Rebuild for ICU 74
|
||||
|
||||
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 46~alpha-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Mon Jan 22 2024 David King <amigadave@amigadave.com> - 46~alpha-1
|
||||
- Update to 46.alpha
|
||||
|
||||
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 45.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Mon Oct 30 2023 Kalev Lember <klember@redhat.com> - 45.1-1
|
||||
- Update to 45.1
|
||||
|
||||
* Tue Sep 19 2023 Kalev Lember <klember@redhat.com> - 45.0-1
|
||||
- Update to 45.0
|
||||
- Add minimum required libadwaita version
|
||||
|
||||
* Tue Aug 08 2023 Kalev Lember <klember@redhat.com> - 45~beta-1
|
||||
- Update to 45.beta
|
||||
|
||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 45~alpha-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Tue Jul 11 2023 František Zatloukal <fzatlouk@redhat.com> - 45~alpha-3
|
||||
- Rebuilt for ICU 73.2
|
||||
|
||||
* Wed Jul 05 2023 Adam Williamson <awilliam@redhat.com> - 45~alpha-2
|
||||
- Backport an upstream commit to focus Document Type search box on open
|
||||
|
||||
* Mon Jul 03 2023 Kalev Lember <klember@redhat.com> - 45~alpha-1
|
||||
- Update to 45.alpha
|
||||
|
||||
* Tue Jun 06 2023 David King <amigadave@amigadave.com> - 44.0-2
|
||||
- Drop unnecessary libpcre BuildRequires (#2212743)
|
||||
|
||||
* Sat Mar 18 2023 David King <amigadave@amigadave.com> - 44.0-1
|
||||
- Update to 44.0
|
||||
|
||||
* Sat Mar 04 2023 David King <amigadave@amigadave.com> - 44~rc-1
|
||||
- Update to 44.rc
|
||||
|
||||
* Thu Feb 16 2023 David King <amigadave@amigadave.com> - 44~beta-1
|
||||
- Update to 44.beta
|
||||
|
||||
* Mon Feb 06 2023 David King <amigadave@amigadave.com> - 44~alpha-1
|
||||
- Update to 44.alpha
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 43.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Sat Dec 31 2022 Pete Walter <pwalter@fedoraproject.org> - 43.1-3
|
||||
- Rebuild for ICU 72
|
||||
|
||||
* Thu Oct 06 2022 Kalev Lember <klember@redhat.com> - 43.1-2
|
||||
- Backport upstream patch to fix the release number in appdata
|
||||
|
||||
* Tue Oct 04 2022 Kalev Lember <klember@redhat.com> - 43.1-1
|
||||
- Update to 43.1
|
||||
|
||||
* Tue Sep 20 2022 Kalev Lember <klember@redhat.com> - 43.0-1
|
||||
- Update to 43.0
|
||||
|
||||
* Tue Aug 09 2022 Kalev Lember <klember@redhat.com> - 43~alpha1-1
|
||||
- Update to 43.alpha1
|
||||
|
||||
* Mon Aug 01 2022 Frantisek Zatloukal <fzatlouk@redhat.com> - 43~alpha0-3
|
||||
- Rebuilt for ICU 71.1
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 43~alpha0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Tue Jul 19 2022 Kalev Lember <klember@redhat.com> - 43~alpha0-1
|
||||
- Update to 43.alpha0
|
||||
|
||||
* Tue Jun 14 2022 David King <amigadave@amigadave.com> - 42.2-1
|
||||
- Update to 42.2 (#2096085)
|
||||
|
||||
* Fri May 27 2022 Link Dupont <link@sub-pop.net> - 42.1-2
|
||||
- Patch to fix session handling crash (RHBZ#2071116)
|
||||
|
||||
* Fri Apr 22 2022 David King <amigadave@amigadave.com> - 42.1-1
|
||||
- Update to 42.1 (#2077673)
|
||||
|
||||
* Sat Mar 19 2022 David King <amigadave@amigadave.com> - 42.0-1
|
||||
- Update to 42.0
|
||||
|
||||
* Tue Mar 08 2022 David King <amigadave@amigadave.com> - 42~rc1-1
|
||||
- Update to 42.rc1
|
||||
|
||||
* Thu Jan 20 2022 David King <amigadave@amigadave.com> - 42~alpha2-1
|
||||
- Update to 42.alpha2
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 41.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Thu Jan 06 2022 Neal Gompa <ngompa@fedoraproject.org> - 41.1-1
|
||||
- Update to 41.1
|
||||
|
||||
* Tue Oct 05 2021 Neal Gompa <ngompa@fedoraproject.org> - 41.0-1
|
||||
- Initial packaging
|
||||
|
||||
%autochangelog
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gnome-text-editor-46.3.tar.xz) = 576b60e3f005cefd9930838d12173609cf7a0e9f6cb16b91be0e68a215c5c814df67c18c8adcf5083b5e1a3280149ed4b0aa1d830ab367aa76949a9ce81efea4
|
||||
SHA512 (gnome-text-editor-47.3.tar.xz) = cbd4edf42ae3cdb22e92e9584b8b1636ab6e946daec6aa385ee9c7d556b953cf2dfd59f084646747e68040b80d747484ce1dae3244b589dccd73dcb19228879a
|
||||
|
||||
Loading…
Reference in New Issue
Block a user