From b36820181924fda3a1ab25f5f6526e9b543409b5 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Wed, 27 Nov 2024 09:43:46 +0300 Subject: [PATCH] import gtksourceview5-5.14.2-1.el10 --- .gitignore | 2 +- .gtksourceview5.metadata | 2 +- SPECS/gtksourceview5.spec | 55 +++++++++++++++++++++++++++++---------- 3 files changed, 43 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index beff929..8175675 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/gtksourceview-5.11.0.tar.xz +SOURCES/gtksourceview-5.14.2.tar.xz diff --git a/.gtksourceview5.metadata b/.gtksourceview5.metadata index 274ce9a..9966620 100644 --- a/.gtksourceview5.metadata +++ b/.gtksourceview5.metadata @@ -1 +1 @@ -2c88b4e17bb0caf2a9381a0892ad9b9cd5995e38 SOURCES/gtksourceview-5.11.0.tar.xz +65f9a2287b5a38febdf9d7b373310741af6d37c9 SOURCES/gtksourceview-5.14.2.tar.xz diff --git a/SPECS/gtksourceview5.spec b/SPECS/gtksourceview5.spec index a73d0c1..87c85f2 100644 --- a/SPECS/gtksourceview5.spec +++ b/SPECS/gtksourceview5.spec @@ -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,17 +105,23 @@ the functionality of the installed %{name} package. %{_datadir}/installed-tests %changelog -* Tue Oct 29 2024 Troy Dawson - 5.11.0-4 +## START: Generated by rpmautospec +* Thu Nov 21 2024 Christian Hergert - 5.14.2-1 +- Update to 5.14.2 + +* Tue Oct 29 2024 Troy Dawson - 5.11.0-5 - Bump release for October 2024 mass rebuild: - Resolves: RHEL-64018 -* Mon Jun 24 2024 Troy Dawson - 5.11.0-3 +* Mon Jun 24 2024 Troy Dawson - 5.11.0-4 - Bump release for June 2024 mass rebuild +* Thu Apr 25 2024 Tomas Pelka - 5.11.0-3 +- Add gating.yaml via API + * Wed Jan 24 2024 Fedora Release Engineering - 5.11.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild -* Sat Jan 20 2024 David King - 5.11.0-1 +* Mon Jan 22 2024 David King - 5.11.0-1 - Update to 5.11.0 * Sat Jan 20 2024 Fedora Release Engineering - 5.10.0-2 @@ -120,7 +136,7 @@ the functionality of the installed %{name} package. * Thu Jul 20 2023 Fedora Release Engineering - 5.8.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild -* Sat Mar 18 2023 David King - 5.8.0-1 +* Sun Mar 19 2023 David King - 5.8.0-1 - Update to 5.8.0 * Sat Mar 04 2023 David King - 5.7.2-1 @@ -132,11 +148,15 @@ the functionality of the installed %{name} package. * Mon Feb 06 2023 David King - 5.7.0-1 - Update to 5.7.0 -* Thu Jan 19 2023 Fedora Release Engineering - 5.6.1-3 +* Thu Jan 19 2023 Fedora Release Engineering - 5.6.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild +* Tue Sep 27 2022 Kalev Lember - 5.6.1-3 +- Add missing build dep + * Tue Sep 27 2022 Kalev Lember - 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 - 5.6.1-1 - Update to 5.6.1 @@ -156,7 +176,7 @@ the functionality of the installed %{name} package. * Tue Jun 14 2022 David King - 5.4.2-1 - Update to 5.4.2 (#2096086) -* Tue May 10 2022 Adam Williamson - 5.4.1-2 +* Wed May 11 2022 Adam Williamson - 5.4.1-2 - Backport fix for dark theme Markdown highlighting * Fri Apr 22 2022 David King - 5.4.1-1 @@ -177,5 +197,12 @@ the functionality of the installed %{name} package. * Sat Jan 08 2022 David King - 5.3.1-1 - Update to 5.3.1 -* Mon Oct 25 2021 Amanda Graven - 5.2.0-1 -- Initial packaging of GtkSourceView 5 +* Tue Jan 04 2022 Amanda Graven - 5.2.0-3 +- Apply patch correctly + +* Tue Jan 04 2022 Amanda Graven - 5.2.0-2 +- Fix 32-bit builds + +* Thu Dec 02 2021 Amanda Graven - 5.2.0-1 +- Initial import (#1998270) +## END: Generated by rpmautospec