From 30192e6bd6e49b38ef0cc9db7cb8041bcd4d3f8e Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 7 Jun 2014 22:42:51 -0500 Subject: [PATCH 01/27] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- vim-gtk-syntax.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-gtk-syntax.spec b/vim-gtk-syntax.spec index 680ea0c..ceb0094 100644 --- a/vim-gtk-syntax.spec +++ b/vim-gtk-syntax.spec @@ -1,6 +1,6 @@ Name: vim-gtk-syntax Version: 20130716 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Vim syntax highlighting for GLib, Gtk+, Gstreamer, and more License: Public Domain @@ -44,5 +44,8 @@ install -pm 0644 *.vim %{buildroot}%{_datadir}/vim/vimfiles/syntax %changelog +* Sun Jun 08 2014 Fedora Release Engineering - 20130716-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Fri Mar 21 2014 David King - 20130716-1 - Initial import (#985446) From 0af08e6b83623e88e719c5f9f64c9ec086dbfdd4 Mon Sep 17 00:00:00 2001 From: David King Date: Mon, 11 Aug 2014 18:05:31 +0100 Subject: [PATCH 02/27] Add AppStream metainfo file (#1128829) --- vim-gtk-syntax.metainfo.xml | 12 ++++++++++++ vim-gtk-syntax.spec | 13 ++++++++++++- 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 vim-gtk-syntax.metainfo.xml diff --git a/vim-gtk-syntax.metainfo.xml b/vim-gtk-syntax.metainfo.xml new file mode 100644 index 0000000..d070e2a --- /dev/null +++ b/vim-gtk-syntax.metainfo.xml @@ -0,0 +1,12 @@ + + + + vim-gtk-syntax + gvim.desktop + GTK+ Syntax Highlighting + Syntax highlighting for GLib, GTK+, GStreamer and more + http://www.vim.org/scripts/script.php?script_id=1000 + CC0-1.0 + + amigadave@amigadave.com + diff --git a/vim-gtk-syntax.spec b/vim-gtk-syntax.spec index ceb0094..cb05730 100644 --- a/vim-gtk-syntax.spec +++ b/vim-gtk-syntax.spec @@ -1,6 +1,6 @@ Name: vim-gtk-syntax Version: 20130716 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Vim syntax highlighting for GLib, Gtk+, Gstreamer, and more License: Public Domain @@ -10,8 +10,10 @@ URL: http://www.vim.org/scripts/script.php?script_id=1000 # include the version number: # mv gtk-vim-syntax.tar.gz gtk-vim-syntax-20130716.tar.gz Source0: gtk-vim-syntax-20130716.tar.gz +Source1: vim-gtk-syntax.metainfo.xml Group: Applications/Editors +BuildRequires: /usr/bin/appstream-util Requires: vim-filesystem BuildArch: noarch @@ -36,14 +38,23 @@ enabling/disabling of highlighting of deprecated declarations. %install install -d %{buildroot}%{_datadir}/vim/vimfiles/syntax install -pm 0644 *.vim %{buildroot}%{_datadir}/vim/vimfiles/syntax +install -Dpm 0644 %{SOURCE1} %{buildroot}%{_datadir}/appdata/%{name}.metainfo.xml + + +%check +appstream-util validate %{buildroot}%{_datadir}/appdata/%{name}.metainfo.xml --nonet %files %doc c.vim.example README +%{_datadir}/appdata/ %{_datadir}/vim/vimfiles/syntax %changelog +* Mon Aug 11 2014 David King - 20130716-3 +- Add AppStream metainfo file (#1128829) + * Sun Jun 08 2014 Fedora Release Engineering - 20130716-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From 4bf1b9c7c0056ae2b6fc040c48752fe41f4af556 Mon Sep 17 00:00:00 2001 From: David King Date: Wed, 1 Oct 2014 10:28:51 +0100 Subject: [PATCH 03/27] Do not own the appdata directory --- vim-gtk-syntax.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/vim-gtk-syntax.spec b/vim-gtk-syntax.spec index cb05730..c769f22 100644 --- a/vim-gtk-syntax.spec +++ b/vim-gtk-syntax.spec @@ -1,6 +1,6 @@ Name: vim-gtk-syntax Version: 20130716 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Vim syntax highlighting for GLib, Gtk+, Gstreamer, and more License: Public Domain @@ -47,11 +47,14 @@ appstream-util validate %{buildroot}%{_datadir}/appdata/%{name}.metainfo.xml --n %files %doc c.vim.example README -%{_datadir}/appdata/ +%{_datadir}/appdata/%{name}.metainfo.xml %{_datadir}/vim/vimfiles/syntax %changelog +* Wed Oct 01 2014 David King - 20130716-4 +- Do not own the appdata directory + * Mon Aug 11 2014 David King - 20130716-3 - Add AppStream metainfo file (#1128829) From ee6441bd0e5104b1d55fd901b93300ebfae86a7c Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 19 Jun 2015 02:01:08 +0000 Subject: [PATCH 04/27] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- vim-gtk-syntax.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-gtk-syntax.spec b/vim-gtk-syntax.spec index c769f22..7f793e3 100644 --- a/vim-gtk-syntax.spec +++ b/vim-gtk-syntax.spec @@ -1,6 +1,6 @@ Name: vim-gtk-syntax Version: 20130716 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Vim syntax highlighting for GLib, Gtk+, Gstreamer, and more License: Public Domain @@ -52,6 +52,9 @@ appstream-util validate %{buildroot}%{_datadir}/appdata/%{name}.metainfo.xml --n %changelog +* Fri Jun 19 2015 Fedora Release Engineering - 20130716-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Wed Oct 01 2014 David King - 20130716-4 - Do not own the appdata directory From f23c6ebf31c6749a67edc4d495d14bfb15893f96 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 5 Feb 2016 02:43:34 +0000 Subject: [PATCH 05/27] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- vim-gtk-syntax.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-gtk-syntax.spec b/vim-gtk-syntax.spec index 7f793e3..4c4fff1 100644 --- a/vim-gtk-syntax.spec +++ b/vim-gtk-syntax.spec @@ -1,6 +1,6 @@ Name: vim-gtk-syntax Version: 20130716 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Vim syntax highlighting for GLib, Gtk+, Gstreamer, and more License: Public Domain @@ -52,6 +52,9 @@ appstream-util validate %{buildroot}%{_datadir}/appdata/%{name}.metainfo.xml --n %changelog +* Fri Feb 05 2016 Fedora Release Engineering - 20130716-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Fri Jun 19 2015 Fedora Release Engineering - 20130716-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From ca223756c8109606912112d81cded0703768bc4a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 11 Feb 2017 17:05:09 +0000 Subject: [PATCH 06/27] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- vim-gtk-syntax.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-gtk-syntax.spec b/vim-gtk-syntax.spec index 4c4fff1..0f097b4 100644 --- a/vim-gtk-syntax.spec +++ b/vim-gtk-syntax.spec @@ -1,6 +1,6 @@ Name: vim-gtk-syntax Version: 20130716 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Vim syntax highlighting for GLib, Gtk+, Gstreamer, and more License: Public Domain @@ -52,6 +52,9 @@ appstream-util validate %{buildroot}%{_datadir}/appdata/%{name}.metainfo.xml --n %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 20130716-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Fri Feb 05 2016 Fedora Release Engineering - 20130716-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From 8b74f2992ab12afb48222cde567de4376743d43d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 21:19:30 +0000 Subject: [PATCH 07/27] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- vim-gtk-syntax.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-gtk-syntax.spec b/vim-gtk-syntax.spec index 0f097b4..ecfcef2 100644 --- a/vim-gtk-syntax.spec +++ b/vim-gtk-syntax.spec @@ -1,6 +1,6 @@ Name: vim-gtk-syntax Version: 20130716 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Vim syntax highlighting for GLib, Gtk+, Gstreamer, and more License: Public Domain @@ -52,6 +52,9 @@ appstream-util validate %{buildroot}%{_datadir}/appdata/%{name}.metainfo.xml --n %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 20130716-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Sat Feb 11 2017 Fedora Release Engineering - 20130716-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From 06868514035005be21953575d985f00486ce37fc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 20:31:01 +0000 Subject: [PATCH 08/27] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vim-gtk-syntax.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-gtk-syntax.spec b/vim-gtk-syntax.spec index ecfcef2..9051f00 100644 --- a/vim-gtk-syntax.spec +++ b/vim-gtk-syntax.spec @@ -1,6 +1,6 @@ Name: vim-gtk-syntax Version: 20130716 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Vim syntax highlighting for GLib, Gtk+, Gstreamer, and more License: Public Domain @@ -52,6 +52,9 @@ appstream-util validate %{buildroot}%{_datadir}/appdata/%{name}.metainfo.xml --n %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 20130716-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Jul 27 2017 Fedora Release Engineering - 20130716-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 4098af4df6581d009ec948549fd798212d09a725 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 08:32:53 +0000 Subject: [PATCH 09/27] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vim-gtk-syntax.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-gtk-syntax.spec b/vim-gtk-syntax.spec index 9051f00..ad92f52 100644 --- a/vim-gtk-syntax.spec +++ b/vim-gtk-syntax.spec @@ -1,6 +1,6 @@ Name: vim-gtk-syntax Version: 20130716 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Vim syntax highlighting for GLib, Gtk+, Gstreamer, and more License: Public Domain @@ -52,6 +52,9 @@ appstream-util validate %{buildroot}%{_datadir}/appdata/%{name}.metainfo.xml --n %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 20130716-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Fri Feb 09 2018 Fedora Release Engineering - 20130716-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From 7870763ad053885473534f289496d5b90880c83c Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:18:29 +0100 Subject: [PATCH 10/27] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- vim-gtk-syntax.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/vim-gtk-syntax.spec b/vim-gtk-syntax.spec index ad92f52..7397692 100644 --- a/vim-gtk-syntax.spec +++ b/vim-gtk-syntax.spec @@ -12,7 +12,6 @@ URL: http://www.vim.org/scripts/script.php?script_id=1000 Source0: gtk-vim-syntax-20130716.tar.gz Source1: vim-gtk-syntax.metainfo.xml -Group: Applications/Editors BuildRequires: /usr/bin/appstream-util Requires: vim-filesystem BuildArch: noarch From a377416b24c07c8b3beeb6e7ce6a36afeca161f6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 11:17:35 +0000 Subject: [PATCH 11/27] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vim-gtk-syntax.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-gtk-syntax.spec b/vim-gtk-syntax.spec index 7397692..4a3dd37 100644 --- a/vim-gtk-syntax.spec +++ b/vim-gtk-syntax.spec @@ -1,6 +1,6 @@ Name: vim-gtk-syntax Version: 20130716 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Vim syntax highlighting for GLib, Gtk+, Gstreamer, and more License: Public Domain @@ -51,6 +51,9 @@ appstream-util validate %{buildroot}%{_datadir}/appdata/%{name}.metainfo.xml --n %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 20130716-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sat Jul 14 2018 Fedora Release Engineering - 20130716-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From fba0df28ba680317442ab467e07bd9dff9138e96 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 02:59:48 +0000 Subject: [PATCH 12/27] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vim-gtk-syntax.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-gtk-syntax.spec b/vim-gtk-syntax.spec index 4a3dd37..4f5cc1e 100644 --- a/vim-gtk-syntax.spec +++ b/vim-gtk-syntax.spec @@ -1,6 +1,6 @@ Name: vim-gtk-syntax Version: 20130716 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Vim syntax highlighting for GLib, Gtk+, Gstreamer, and more License: Public Domain @@ -51,6 +51,9 @@ appstream-util validate %{buildroot}%{_datadir}/appdata/%{name}.metainfo.xml --n %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 20130716-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sun Feb 03 2019 Fedora Release Engineering - 20130716-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From dc82ba65122be853e8d2480025ccc2911642ed9c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 03:10:19 +0000 Subject: [PATCH 13/27] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vim-gtk-syntax.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-gtk-syntax.spec b/vim-gtk-syntax.spec index 4f5cc1e..032940e 100644 --- a/vim-gtk-syntax.spec +++ b/vim-gtk-syntax.spec @@ -1,6 +1,6 @@ Name: vim-gtk-syntax Version: 20130716 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Vim syntax highlighting for GLib, Gtk+, Gstreamer, and more License: Public Domain @@ -51,6 +51,9 @@ appstream-util validate %{buildroot}%{_datadir}/appdata/%{name}.metainfo.xml --n %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 20130716-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Sat Jul 27 2019 Fedora Release Engineering - 20130716-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 7e0b94f60c88405dc2a6409a2108f93dce0fb000 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 13:43:31 +0000 Subject: [PATCH 14/27] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vim-gtk-syntax.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-gtk-syntax.spec b/vim-gtk-syntax.spec index 032940e..f512330 100644 --- a/vim-gtk-syntax.spec +++ b/vim-gtk-syntax.spec @@ -1,6 +1,6 @@ Name: vim-gtk-syntax Version: 20130716 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Vim syntax highlighting for GLib, Gtk+, Gstreamer, and more License: Public Domain @@ -51,6 +51,9 @@ appstream-util validate %{buildroot}%{_datadir}/appdata/%{name}.metainfo.xml --n %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 20130716-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Fri Jan 31 2020 Fedora Release Engineering - 20130716-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From cfad19852f624baf7955f7d76ad24d24b3187e43 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 23:05:03 +0000 Subject: [PATCH 15/27] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vim-gtk-syntax.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-gtk-syntax.spec b/vim-gtk-syntax.spec index f512330..5e4ea0c 100644 --- a/vim-gtk-syntax.spec +++ b/vim-gtk-syntax.spec @@ -1,6 +1,6 @@ Name: vim-gtk-syntax Version: 20130716 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Vim syntax highlighting for GLib, Gtk+, Gstreamer, and more License: Public Domain @@ -51,6 +51,9 @@ appstream-util validate %{buildroot}%{_datadir}/appdata/%{name}.metainfo.xml --n %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 20130716-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jul 29 2020 Fedora Release Engineering - 20130716-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From e30977610f07a1e1a09b55ccf3bfad924a1726da Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 20:29:18 +0000 Subject: [PATCH 16/27] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vim-gtk-syntax.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-gtk-syntax.spec b/vim-gtk-syntax.spec index 5e4ea0c..82c52de 100644 --- a/vim-gtk-syntax.spec +++ b/vim-gtk-syntax.spec @@ -1,6 +1,6 @@ Name: vim-gtk-syntax Version: 20130716 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Vim syntax highlighting for GLib, Gtk+, Gstreamer, and more License: Public Domain @@ -51,6 +51,9 @@ appstream-util validate %{buildroot}%{_datadir}/appdata/%{name}.metainfo.xml --n %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 20130716-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Wed Jan 27 2021 Fedora Release Engineering - 20130716-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 80888225a45cce971497a518b372a2f2e86e2c68 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 03:59:44 +0000 Subject: [PATCH 17/27] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vim-gtk-syntax.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-gtk-syntax.spec b/vim-gtk-syntax.spec index 82c52de..8d129ea 100644 --- a/vim-gtk-syntax.spec +++ b/vim-gtk-syntax.spec @@ -1,6 +1,6 @@ Name: vim-gtk-syntax Version: 20130716 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Vim syntax highlighting for GLib, Gtk+, Gstreamer, and more License: Public Domain @@ -51,6 +51,9 @@ appstream-util validate %{buildroot}%{_datadir}/appdata/%{name}.metainfo.xml --n %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 20130716-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 20130716-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From e0f0e9be8824bef406ff5fe94586b77b7afb3920 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 11:54:19 +0000 Subject: [PATCH 18/27] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vim-gtk-syntax.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-gtk-syntax.spec b/vim-gtk-syntax.spec index 8d129ea..49bc585 100644 --- a/vim-gtk-syntax.spec +++ b/vim-gtk-syntax.spec @@ -1,6 +1,6 @@ Name: vim-gtk-syntax Version: 20130716 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Vim syntax highlighting for GLib, Gtk+, Gstreamer, and more License: Public Domain @@ -51,6 +51,9 @@ appstream-util validate %{buildroot}%{_datadir}/appdata/%{name}.metainfo.xml --n %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 20130716-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sat Jan 22 2022 Fedora Release Engineering - 20130716-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 2db47648619ad2cb5ba3a01b9547312f7a239167 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 06:19:16 +0000 Subject: [PATCH 19/27] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vim-gtk-syntax.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-gtk-syntax.spec b/vim-gtk-syntax.spec index 49bc585..8eb7cdf 100644 --- a/vim-gtk-syntax.spec +++ b/vim-gtk-syntax.spec @@ -1,6 +1,6 @@ Name: vim-gtk-syntax Version: 20130716 -Release: 18%{?dist} +Release: 19%{?dist} Summary: Vim syntax highlighting for GLib, Gtk+, Gstreamer, and more License: Public Domain @@ -51,6 +51,9 @@ appstream-util validate %{buildroot}%{_datadir}/appdata/%{name}.metainfo.xml --n %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 20130716-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering - 20130716-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 29aa62359af33cf93579ba25df70ef2ed145270f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 17:39:55 +0000 Subject: [PATCH 20/27] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vim-gtk-syntax.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-gtk-syntax.spec b/vim-gtk-syntax.spec index 8eb7cdf..fbd05eb 100644 --- a/vim-gtk-syntax.spec +++ b/vim-gtk-syntax.spec @@ -1,6 +1,6 @@ Name: vim-gtk-syntax Version: 20130716 -Release: 19%{?dist} +Release: 20%{?dist} Summary: Vim syntax highlighting for GLib, Gtk+, Gstreamer, and more License: Public Domain @@ -51,6 +51,9 @@ appstream-util validate %{buildroot}%{_datadir}/appdata/%{name}.metainfo.xml --n %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 20130716-20 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sat Jan 21 2023 Fedora Release Engineering - 20130716-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 7bf9e65cf93b9f06f99919fe262207540a63d1fc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 07:49:22 +0000 Subject: [PATCH 21/27] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- vim-gtk-syntax.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-gtk-syntax.spec b/vim-gtk-syntax.spec index fbd05eb..c894def 100644 --- a/vim-gtk-syntax.spec +++ b/vim-gtk-syntax.spec @@ -1,6 +1,6 @@ Name: vim-gtk-syntax Version: 20130716 -Release: 20%{?dist} +Release: 21%{?dist} Summary: Vim syntax highlighting for GLib, Gtk+, Gstreamer, and more License: Public Domain @@ -51,6 +51,9 @@ appstream-util validate %{buildroot}%{_datadir}/appdata/%{name}.metainfo.xml --n %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 20130716-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 20130716-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From b2df1eca56c7f971da2af83ef492b03a53735bde Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 08:48:21 +0000 Subject: [PATCH 22/27] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- vim-gtk-syntax.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-gtk-syntax.spec b/vim-gtk-syntax.spec index c894def..18639bb 100644 --- a/vim-gtk-syntax.spec +++ b/vim-gtk-syntax.spec @@ -1,6 +1,6 @@ Name: vim-gtk-syntax Version: 20130716 -Release: 21%{?dist} +Release: 22%{?dist} Summary: Vim syntax highlighting for GLib, Gtk+, Gstreamer, and more License: Public Domain @@ -51,6 +51,9 @@ appstream-util validate %{buildroot}%{_datadir}/appdata/%{name}.metainfo.xml --n %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 20130716-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sat Jan 27 2024 Fedora Release Engineering - 20130716-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 47530ab0a2047d360973de020470d561857d27a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Thu, 19 Sep 2024 06:25:04 +0000 Subject: [PATCH 23/27] Migrate to SPDX license (temporary ids) This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 Note that this is an SPDX identifier, but it still needs to be migrated to the proper identifiers in the fedora-license-data set. Please follow https://docs.fedoraproject.org/en-US/legal/update-existing-packages/#_public_domain If there will be no comments in two weeks, I will merge this. --- vim-gtk-syntax.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vim-gtk-syntax.spec b/vim-gtk-syntax.spec index 18639bb..259831f 100644 --- a/vim-gtk-syntax.spec +++ b/vim-gtk-syntax.spec @@ -3,7 +3,8 @@ Version: 20130716 Release: 22%{?dist} Summary: Vim syntax highlighting for GLib, Gtk+, Gstreamer, and more -License: Public Domain +# Automatically converted from old format: Public Domain - needs further work +License: LicenseRef-Callaway-Public-Domain URL: http://www.vim.org/scripts/script.php?script_id=1000 #Source0: http://www.vim.org/scripts/download_script.php?src_id=20534 # The source for this package was downloaded from the URL above, and renamed to From 6edc4c7f99c69ffe98748c91baba3822fffb51f5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 14:22:45 +0000 Subject: [PATCH 24/27] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- vim-gtk-syntax.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-gtk-syntax.spec b/vim-gtk-syntax.spec index 259831f..c10f915 100644 --- a/vim-gtk-syntax.spec +++ b/vim-gtk-syntax.spec @@ -1,6 +1,6 @@ Name: vim-gtk-syntax Version: 20130716 -Release: 22%{?dist} +Release: 23%{?dist} Summary: Vim syntax highlighting for GLib, Gtk+, Gstreamer, and more # Automatically converted from old format: Public Domain - needs further work @@ -52,6 +52,9 @@ appstream-util validate %{buildroot}%{_datadir}/appdata/%{name}.metainfo.xml --n %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 20130716-23 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Sat Jul 20 2024 Fedora Release Engineering - 20130716-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 858e2d92169e1bd4343bd1719b2955c572b98e63 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:06:18 +0000 Subject: [PATCH 25/27] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- vim-gtk-syntax.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-gtk-syntax.spec b/vim-gtk-syntax.spec index c10f915..7ece0c6 100644 --- a/vim-gtk-syntax.spec +++ b/vim-gtk-syntax.spec @@ -1,6 +1,6 @@ Name: vim-gtk-syntax Version: 20130716 -Release: 23%{?dist} +Release: 24%{?dist} Summary: Vim syntax highlighting for GLib, Gtk+, Gstreamer, and more # Automatically converted from old format: Public Domain - needs further work @@ -52,6 +52,9 @@ appstream-util validate %{buildroot}%{_datadir}/appdata/%{name}.metainfo.xml --n %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 20130716-24 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun Jan 19 2025 Fedora Release Engineering - 20130716-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 9313bd261857161170b6a48640338c8f7961848f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 19:55:30 +0000 Subject: [PATCH 26/27] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- vim-gtk-syntax.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-gtk-syntax.spec b/vim-gtk-syntax.spec index 7ece0c6..b53c0ae 100644 --- a/vim-gtk-syntax.spec +++ b/vim-gtk-syntax.spec @@ -1,6 +1,6 @@ Name: vim-gtk-syntax Version: 20130716 -Release: 24%{?dist} +Release: 25%{?dist} Summary: Vim syntax highlighting for GLib, Gtk+, Gstreamer, and more # Automatically converted from old format: Public Domain - needs further work @@ -52,6 +52,9 @@ appstream-util validate %{buildroot}%{_datadir}/appdata/%{name}.metainfo.xml --n %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 20130716-25 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Fri Jul 25 2025 Fedora Release Engineering - 20130716-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 49cc16782759ce54cbeab90bb48b0dab1182f671 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:30:03 +0000 Subject: [PATCH 27/27] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- vim-gtk-syntax.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-gtk-syntax.spec b/vim-gtk-syntax.spec index b53c0ae..360ca5d 100644 --- a/vim-gtk-syntax.spec +++ b/vim-gtk-syntax.spec @@ -1,6 +1,6 @@ Name: vim-gtk-syntax Version: 20130716 -Release: 25%{?dist} +Release: 26%{?dist} Summary: Vim syntax highlighting for GLib, Gtk+, Gstreamer, and more # Automatically converted from old format: Public Domain - needs further work @@ -52,6 +52,9 @@ appstream-util validate %{buildroot}%{_datadir}/appdata/%{name}.metainfo.xml --n %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 20130716-26 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Sat Jan 17 2026 Fedora Release Engineering - 20130716-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild