From 4e3126254ca04dbc5eecf494eb9e45e794081b40 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 09:10:48 +0000 Subject: [PATCH 1/7] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- wayvnc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wayvnc.spec b/wayvnc.spec index 8d4d486..cd118be 100644 --- a/wayvnc.spec +++ b/wayvnc.spec @@ -2,7 +2,7 @@ Name: wayvnc Version: 0.8.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A VNC server for wlroots based Wayland compositors License: ISC URL: https://github.com/any1/wayvnc @@ -58,6 +58,9 @@ physical display attached. %license COPYING %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 0.8.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Thu Feb 29 2024 Bob Hepple - 0.8.0-2 - require neatvnc >= 0.8.0 From 733d0794e45deb95d66fc968d1d0720a65a9ac2e Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Wed, 20 Nov 2024 17:55:18 -0500 Subject: [PATCH 2/7] Update to 0.9.0 --- .gitignore | 1 + sources | 2 +- wayvnc.spec | 13 +++++++++---- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 1ea3ffe..ce58485 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /wayvnc-0.7.1.tar.gz /wayvnc-0.7.2.tar.gz /wayvnc-0.8.0.tar.gz +/wayvnc-0.9.0.tar.gz diff --git a/sources b/sources index cefbc78..450a9b7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wayvnc-0.8.0.tar.gz) = 88971d276cf6695a446fc746fa1eae1f4df2b5ba42cabf7b7c57481a89af95fe60fce5e1c92bc10e4c871bf561da0d9bb2117418e971a9b4bc6f46b9e53db74d +SHA512 (wayvnc-0.9.0.tar.gz) = bff1bd6d456dc5ad9c0fe2d955f82454a88005c798c9a5eea1b5a67af001b8da34850b209b540aa28ee5be9ae93c8bb6b547d4cd4e421b3ef41c114d0dead7dc diff --git a/wayvnc.spec b/wayvnc.spec index cd118be..7f3124f 100644 --- a/wayvnc.spec +++ b/wayvnc.spec @@ -1,8 +1,10 @@ # -*-Mode: rpm-spec -*- +%global nvnc_version 0.9.0 + Name: wayvnc -Version: 0.8.0 -Release: 3%{?dist} +Version: 0.9.0 +Release: 1%{?dist} Summary: A VNC server for wlroots based Wayland compositors License: ISC URL: https://github.com/any1/wayvnc @@ -15,7 +17,7 @@ BuildRequires: pkgconfig(egl) BuildRequires: pkgconfig(glesv2) BuildRequires: pkgconfig(gnutls) BuildRequires: pkgconfig(libdrm) -BuildRequires: pkgconfig(neatvnc) >= 0.8.0 +BuildRequires: pkgconfig(neatvnc) >= %{nvnc_version} BuildRequires: pam-devel BuildRequires: pkgconfig(pixman-1) BuildRequires: pkgconfig(wayland-client) @@ -26,7 +28,7 @@ BuildRequires: scdoc Requires: (sway >= 1.6 if sway) Requires: aml >= 0.3.0 -Requires: neatvnc >= 0.6.0 +Requires: neatvnc >= %{nvnc_version} %description @@ -58,6 +60,9 @@ physical display attached. %license COPYING %changelog +* Wed Nov 20 2024 Neal Gompa - 0.9.0-1 +- Update to 0.9.0 + * Sat Jul 20 2024 Fedora Release Engineering - 0.8.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From a254791a7ddd9a6f66b116086b73965ea14d3891 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Thu, 21 Nov 2024 08:38:29 -0500 Subject: [PATCH 3/7] Update to 0.9.1 --- .gitignore | 1 + sources | 2 +- wayvnc.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ce58485..4ecc517 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /wayvnc-0.7.2.tar.gz /wayvnc-0.8.0.tar.gz /wayvnc-0.9.0.tar.gz +/wayvnc-0.9.1.tar.gz diff --git a/sources b/sources index 450a9b7..5ea7ca9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wayvnc-0.9.0.tar.gz) = bff1bd6d456dc5ad9c0fe2d955f82454a88005c798c9a5eea1b5a67af001b8da34850b209b540aa28ee5be9ae93c8bb6b547d4cd4e421b3ef41c114d0dead7dc +SHA512 (wayvnc-0.9.1.tar.gz) = f09cf085265dd5657c4c5db66d68715aa63abd7f59508b917116b7626a30debff01a271a3fbc147a9884bd0ea8e4870e2118c2dc259d90ae674b12fa8e763980 diff --git a/wayvnc.spec b/wayvnc.spec index 7f3124f..2ee73dd 100644 --- a/wayvnc.spec +++ b/wayvnc.spec @@ -3,7 +3,7 @@ %global nvnc_version 0.9.0 Name: wayvnc -Version: 0.9.0 +Version: 0.9.1 Release: 1%{?dist} Summary: A VNC server for wlroots based Wayland compositors License: ISC @@ -60,6 +60,9 @@ physical display attached. %license COPYING %changelog +* Thu Nov 21 2024 Neal Gompa - 0.9.1-1 +- Update to 0.9.1 + * Wed Nov 20 2024 Neal Gompa - 0.9.0-1 - Update to 0.9.0 From dc65a0d29b3f04776445b817951ad3be1692b8e9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 14:49:19 +0000 Subject: [PATCH 4/7] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- wayvnc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wayvnc.spec b/wayvnc.spec index 2ee73dd..4e815db 100644 --- a/wayvnc.spec +++ b/wayvnc.spec @@ -4,7 +4,7 @@ Name: wayvnc Version: 0.9.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A VNC server for wlroots based Wayland compositors License: ISC URL: https://github.com/any1/wayvnc @@ -60,6 +60,9 @@ physical display attached. %license COPYING %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 0.9.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Thu Nov 21 2024 Neal Gompa - 0.9.1-1 - Update to 0.9.1 From 05e894c1535fe39fa4d3af696210c357db873e93 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:19:23 +0000 Subject: [PATCH 5/7] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- wayvnc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wayvnc.spec b/wayvnc.spec index 4e815db..27740a2 100644 --- a/wayvnc.spec +++ b/wayvnc.spec @@ -4,7 +4,7 @@ Name: wayvnc Version: 0.9.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A VNC server for wlroots based Wayland compositors License: ISC URL: https://github.com/any1/wayvnc @@ -60,6 +60,9 @@ physical display attached. %license COPYING %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 0.9.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun Jan 19 2025 Fedora Release Engineering - 0.9.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 3a07660c6f2850e7cf067ed96286d51550e384c3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:09:01 +0000 Subject: [PATCH 6/7] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- wayvnc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wayvnc.spec b/wayvnc.spec index 27740a2..4b706cf 100644 --- a/wayvnc.spec +++ b/wayvnc.spec @@ -4,7 +4,7 @@ Name: wayvnc Version: 0.9.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A VNC server for wlroots based Wayland compositors License: ISC URL: https://github.com/any1/wayvnc @@ -60,6 +60,9 @@ physical display attached. %license COPYING %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 0.9.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Fri Jul 25 2025 Fedora Release Engineering - 0.9.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 8bdf4590f5b9cb6071e9af3afcda52eadf4e6630 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:43:27 +0000 Subject: [PATCH 7/7] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- wayvnc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wayvnc.spec b/wayvnc.spec index 4b706cf..270fca1 100644 --- a/wayvnc.spec +++ b/wayvnc.spec @@ -4,7 +4,7 @@ Name: wayvnc Version: 0.9.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A VNC server for wlroots based Wayland compositors License: ISC URL: https://github.com/any1/wayvnc @@ -60,6 +60,9 @@ physical display attached. %license COPYING %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 0.9.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Sat Jan 17 2026 Fedora Release Engineering - 0.9.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild