From 414a45db34fa7092d7c5a221b652d9d4cf227e17 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 06:18:38 +0000 Subject: [PATCH 1/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vim-fugitive-gitlab.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-fugitive-gitlab.spec b/vim-fugitive-gitlab.spec index b0d9e6d..9695293 100644 --- a/vim-fugitive-gitlab.spec +++ b/vim-fugitive-gitlab.spec @@ -6,7 +6,7 @@ Name: vim-fugitive-gitlab Version: 0~%posttag -Release: 1%{?dist} +Release: 2%{?dist} Summary: GitLab support for vim-fugitive plugin License: MIT BuildArch: noarch @@ -51,5 +51,8 @@ done %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 0~20220701gitb73a8e-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Wed Jul 06 2022 Pavel Raiskup - 0~20220701gitb73a8e-1 - initial packaging, inspiration from vim-rhubarb.spec (rhbz#2103073) From 5813dbf46f82429139d7aef7a954c24519fe6b1e Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Mon, 19 Sep 2022 14:04:32 +0200 Subject: [PATCH 2/8] add metainfo data for GNOME Software (rhbz#2124914) --- vim-fugitive-gitlab.metainfo.xml | 11 +++++++++++ vim-fugitive-gitlab.spec | 16 +++++++++++++++- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 vim-fugitive-gitlab.metainfo.xml diff --git a/vim-fugitive-gitlab.metainfo.xml b/vim-fugitive-gitlab.metainfo.xml new file mode 100644 index 0000000..8e6f030 --- /dev/null +++ b/vim-fugitive-gitlab.metainfo.xml @@ -0,0 +1,11 @@ + + + vim-fugitive-gitlab + gvim.desktop + VIm Fugitive for GitLab + GitLab support for vim-fugitive plugin + https://github.com/shumphrey/fugitive_gitlab.vim + https://github.com/shumphrey/fugitive-gitlab.vim/issues/new + FSFAP + MIT + diff --git a/vim-fugitive-gitlab.spec b/vim-fugitive-gitlab.spec index 9695293..046b0db 100644 --- a/vim-fugitive-gitlab.spec +++ b/vim-fugitive-gitlab.spec @@ -6,17 +6,20 @@ Name: vim-fugitive-gitlab Version: 0~%posttag -Release: 2%{?dist} +Release: 3%{?dist} Summary: GitLab support for vim-fugitive plugin License: MIT BuildArch: noarch URL: https://github.com/shumphrey/%upstream_n.git Source0: https://github.com/shumphrey/%upstream_n/archive/%gitrevision/%upstream_n-%gitrevision.tar.gz +Source1: vim-fugitive-gitlab.metainfo.xml Requires: vim-fugitive Requires: vim-filesystem +# for appstream-util +BuildRequires: libappstream-glib BuildRequires: vim-filesystem @@ -32,6 +35,12 @@ can be omni-completed (, see :help compl-omni). %install +mkdir -p %{buildroot}/%{_metainfodir} + +install -p -m 0644 %{SOURCE1} %{buildroot}/%{_metainfodir} + +appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/*.metainfo.xml + mkdir -p %{buildroot}%{vimfiles_root}/autoload/gitlab mkdir -p %{buildroot}%{vimfiles_root}/doc mkdir -p %{buildroot}%{vimfiles_root}/plugin @@ -46,11 +55,16 @@ done %files %license LICENSE %doc %{vimfiles_root}/doc/*.txt +%dir %{_metainfodir} +%{_metainfodir}/vim-fugitive-gitlab.metainfo.xml %{vimfiles_root}/plugin/gitlab.vim %{vimfiles_root}/autoload/gitlab %changelog +* Mon Jun 05 2023 Zdenek Dohnal - 0~20220701gitb73a8e-3 +- add metainfo data for GNOME Software (rhbz#2124914) + * Sat Jan 21 2023 Fedora Release Engineering - 0~20220701gitb73a8e-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 12a20318b78006cef88ecf720ef12b5e48b69641 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 5 Jun 2023 08:33:23 +0200 Subject: [PATCH 3/8] Update the releasing script --- build-and-update-all-branches | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-and-update-all-branches b/build-and-update-all-branches index 23d544b..93fbf72 100755 --- a/build-and-update-all-branches +++ b/build-and-update-all-branches @@ -4,7 +4,7 @@ # script. main=main -branches="$main epel7 epel8 f36 f37" +branches="$main epel7 epel8 epel9 f37 f38" exit_handler () { From 7fa0f21274a2c6a246d3e2137bc7e6624a6a3970 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 17:39:13 +0000 Subject: [PATCH 4/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vim-fugitive-gitlab.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-fugitive-gitlab.spec b/vim-fugitive-gitlab.spec index 046b0db..879a146 100644 --- a/vim-fugitive-gitlab.spec +++ b/vim-fugitive-gitlab.spec @@ -6,7 +6,7 @@ Name: vim-fugitive-gitlab Version: 0~%posttag -Release: 3%{?dist} +Release: 4%{?dist} Summary: GitLab support for vim-fugitive plugin License: MIT BuildArch: noarch @@ -62,6 +62,9 @@ done %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 0~20220701gitb73a8e-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Mon Jun 05 2023 Zdenek Dohnal - 0~20220701gitb73a8e-3 - add metainfo data for GNOME Software (rhbz#2124914) From 9dd626b058df7abf9025a1d2e9953c68ec621644 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 07:48:32 +0000 Subject: [PATCH 5/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- vim-fugitive-gitlab.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-fugitive-gitlab.spec b/vim-fugitive-gitlab.spec index 879a146..39f4731 100644 --- a/vim-fugitive-gitlab.spec +++ b/vim-fugitive-gitlab.spec @@ -6,7 +6,7 @@ Name: vim-fugitive-gitlab Version: 0~%posttag -Release: 4%{?dist} +Release: 5%{?dist} Summary: GitLab support for vim-fugitive plugin License: MIT BuildArch: noarch @@ -62,6 +62,9 @@ done %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 0~20220701gitb73a8e-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 0~20220701gitb73a8e-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From f9339a97d090cc520b2922808ea25ab041bdfb4f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 08:47:42 +0000 Subject: [PATCH 6/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- vim-fugitive-gitlab.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-fugitive-gitlab.spec b/vim-fugitive-gitlab.spec index 39f4731..9348d3f 100644 --- a/vim-fugitive-gitlab.spec +++ b/vim-fugitive-gitlab.spec @@ -6,7 +6,7 @@ Name: vim-fugitive-gitlab Version: 0~%posttag -Release: 5%{?dist} +Release: 6%{?dist} Summary: GitLab support for vim-fugitive plugin License: MIT BuildArch: noarch @@ -62,6 +62,9 @@ done %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 0~20220701gitb73a8e-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sat Jan 27 2024 Fedora Release Engineering - 0~20220701gitb73a8e-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From cbe4590a8d7df76912571741b9bf85ffd601904c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 14:21:59 +0000 Subject: [PATCH 7/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- vim-fugitive-gitlab.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-fugitive-gitlab.spec b/vim-fugitive-gitlab.spec index 9348d3f..9ea2238 100644 --- a/vim-fugitive-gitlab.spec +++ b/vim-fugitive-gitlab.spec @@ -6,7 +6,7 @@ Name: vim-fugitive-gitlab Version: 0~%posttag -Release: 6%{?dist} +Release: 7%{?dist} Summary: GitLab support for vim-fugitive plugin License: MIT BuildArch: noarch @@ -62,6 +62,9 @@ done %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 0~20220701gitb73a8e-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Sat Jul 20 2024 Fedora Release Engineering - 0~20220701gitb73a8e-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From aae1c0d5d7fbf38826955e56abe1e0ee4ab87441 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:05:55 +0000 Subject: [PATCH 8/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- vim-fugitive-gitlab.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-fugitive-gitlab.spec b/vim-fugitive-gitlab.spec index 9ea2238..d3b750c 100644 --- a/vim-fugitive-gitlab.spec +++ b/vim-fugitive-gitlab.spec @@ -6,7 +6,7 @@ Name: vim-fugitive-gitlab Version: 0~%posttag -Release: 7%{?dist} +Release: 8%{?dist} Summary: GitLab support for vim-fugitive plugin License: MIT BuildArch: noarch @@ -62,6 +62,9 @@ done %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 0~20220701gitb73a8e-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun Jan 19 2025 Fedora Release Engineering - 0~20220701gitb73a8e-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild