|
|
|
@ -1,16 +1,26 @@
|
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
## (rpmautospec version 0.6.5)
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
release_number = 1;
|
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
%global glib_version 2.72
|
|
|
|
|
%global gtk_version 4.6
|
|
|
|
|
|
|
|
|
|
%global api_ver 5
|
|
|
|
|
|
|
|
|
|
Name: gtksourceview5
|
|
|
|
|
Version: 5.11.0
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Version: 5.14.2
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Source code editing widget
|
|
|
|
|
|
|
|
|
|
License: LGPL-2.1-or-later
|
|
|
|
|
URL: https://wiki.gnome.org/Projects/GtkSourceView
|
|
|
|
|
Source0: https://download.gnome.org/sources/gtksourceview/5.11/gtksourceview-%{version}.tar.xz
|
|
|
|
|
Source0: https://download.gnome.org/sources/gtksourceview/5.14/gtksourceview-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: gettext
|
|
|
|
@ -63,7 +73,7 @@ the functionality of the installed %{name} package.
|
|
|
|
|
%autosetup -n gtksourceview-%{version} -p1
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%meson -Dgtk_doc=true -Dsysprof=true -Dinstall_tests=true
|
|
|
|
|
%meson -Ddocumentation=true -Dsysprof=true -Dinstall-tests=true
|
|
|
|
|
%meson_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
@ -95,20 +105,26 @@ the functionality of the installed %{name} package.
|
|
|
|
|
%{_datadir}/installed-tests
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 5.11.0-4
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
* Thu Nov 21 2024 Christian Hergert <chergert@redhat.com> - 5.14.2-1
|
|
|
|
|
- Update to 5.14.2
|
|
|
|
|
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 5.11.0-5
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 5.11.0-3
|
|
|
|
|
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 5.11.0-4
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 5.11.0-3
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 5.11.0-4
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Apr 25 2024 Tomas Pelka <tpelka@redhat.com> - 5.11.0-3
|
|
|
|
|
- Add gating.yaml via API
|
|
|
|
|
|
|
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.11.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jan 20 2024 David King <amigadave@amigadave.com> - 5.11.0-1
|
|
|
|
|
* Mon Jan 22 2024 David King <amigadave@amigadave.com> - 5.11.0-1
|
|
|
|
|
- Update to 5.11.0
|
|
|
|
|
|
|
|
|
|
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.10.0-2
|
|
|
|
@ -123,7 +139,7 @@ the functionality of the installed %{name} package.
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.8.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Mar 18 2023 David King <amigadave@amigadave.com> - 5.8.0-1
|
|
|
|
|
* Sun Mar 19 2023 David King <amigadave@amigadave.com> - 5.8.0-1
|
|
|
|
|
- Update to 5.8.0
|
|
|
|
|
|
|
|
|
|
* Sat Mar 04 2023 David King <amigadave@amigadave.com> - 5.7.2-1
|
|
|
|
@ -135,11 +151,15 @@ the functionality of the installed %{name} package.
|
|
|
|
|
* Mon Feb 06 2023 David King <amigadave@amigadave.com> - 5.7.0-1
|
|
|
|
|
- Update to 5.7.0
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.6.1-3
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.6.1-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Sep 27 2022 Kalev Lember <klember@redhat.com> - 5.6.1-3
|
|
|
|
|
- Add missing build dep
|
|
|
|
|
|
|
|
|
|
* Tue Sep 27 2022 Kalev Lember <klember@redhat.com> - 5.6.1-2
|
|
|
|
|
- Rebuild to fix sysprof-capture symbols leaking into libraries consuming it
|
|
|
|
|
- Rebuild to fix sysprof-capture symbols leaking into libraries consuming
|
|
|
|
|
it
|
|
|
|
|
|
|
|
|
|
* Thu Sep 22 2022 Kalev Lember <klember@redhat.com> - 5.6.1-1
|
|
|
|
|
- Update to 5.6.1
|
|
|
|
@ -159,7 +179,7 @@ the functionality of the installed %{name} package.
|
|
|
|
|
* Tue Jun 14 2022 David King <amigadave@amigadave.com> - 5.4.2-1
|
|
|
|
|
- Update to 5.4.2 (#2096086)
|
|
|
|
|
|
|
|
|
|
* Tue May 10 2022 Adam Williamson <awilliam@redhat.com> - 5.4.1-2
|
|
|
|
|
* Wed May 11 2022 Adam Williamson <awilliam@redhat.com> - 5.4.1-2
|
|
|
|
|
- Backport fix for dark theme Markdown highlighting
|
|
|
|
|
|
|
|
|
|
* Fri Apr 22 2022 David King <amigadave@amigadave.com> - 5.4.1-1
|
|
|
|
@ -180,5 +200,12 @@ the functionality of the installed %{name} package.
|
|
|
|
|
* Sat Jan 08 2022 David King <amigadave@amigadave.com> - 5.3.1-1
|
|
|
|
|
- Update to 5.3.1
|
|
|
|
|
|
|
|
|
|
* Mon Oct 25 2021 Amanda Graven <amanda@amandag.net> - 5.2.0-1
|
|
|
|
|
- Initial packaging of GtkSourceView 5
|
|
|
|
|
* Tue Jan 04 2022 Amanda Graven <amanda@amandag.net> - 5.2.0-3
|
|
|
|
|
- Apply patch correctly
|
|
|
|
|
|
|
|
|
|
* Tue Jan 04 2022 Amanda Graven <amanda@amandag.net> - 5.2.0-2
|
|
|
|
|
- Fix 32-bit builds
|
|
|
|
|
|
|
|
|
|
* Thu Dec 02 2021 Amanda Graven <amanda@amandag.net> - 5.2.0-1
|
|
|
|
|
- Initial import (#1998270)
|
|
|
|
|
## END: Generated by rpmautospec
|
|
|
|
|