Compare commits
No commits in common. "rawhide" and "f38" have entirely different histories.
3 changed files with 5 additions and 30 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -8,5 +8,3 @@
|
|||
/wayvnc-0.7.1.tar.gz
|
||||
/wayvnc-0.7.2.tar.gz
|
||||
/wayvnc-0.8.0.tar.gz
|
||||
/wayvnc-0.9.0.tar.gz
|
||||
/wayvnc-0.9.1.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wayvnc-0.9.1.tar.gz) = f09cf085265dd5657c4c5db66d68715aa63abd7f59508b917116b7626a30debff01a271a3fbc147a9884bd0ea8e4870e2118c2dc259d90ae674b12fa8e763980
|
||||
SHA512 (wayvnc-0.8.0.tar.gz) = 88971d276cf6695a446fc746fa1eae1f4df2b5ba42cabf7b7c57481a89af95fe60fce5e1c92bc10e4c871bf561da0d9bb2117418e971a9b4bc6f46b9e53db74d
|
||||
|
|
|
|||
31
wayvnc.spec
31
wayvnc.spec
|
|
@ -1,10 +1,8 @@
|
|||
# -*-Mode: rpm-spec -*-
|
||||
|
||||
%global nvnc_version 0.9.0
|
||||
|
||||
Name: wayvnc
|
||||
Version: 0.9.1
|
||||
Release: 5%{?dist}
|
||||
Version: 0.8.0
|
||||
Release: 2%{?dist}
|
||||
Summary: A VNC server for wlroots based Wayland compositors
|
||||
License: ISC
|
||||
URL: https://github.com/any1/wayvnc
|
||||
|
|
@ -17,7 +15,7 @@ BuildRequires: pkgconfig(egl)
|
|||
BuildRequires: pkgconfig(glesv2)
|
||||
BuildRequires: pkgconfig(gnutls)
|
||||
BuildRequires: pkgconfig(libdrm)
|
||||
BuildRequires: pkgconfig(neatvnc) >= %{nvnc_version}
|
||||
BuildRequires: pkgconfig(neatvnc) >= 0.8.0
|
||||
BuildRequires: pam-devel
|
||||
BuildRequires: pkgconfig(pixman-1)
|
||||
BuildRequires: pkgconfig(wayland-client)
|
||||
|
|
@ -28,7 +26,7 @@ BuildRequires: scdoc
|
|||
|
||||
Requires: (sway >= 1.6 if sway)
|
||||
Requires: aml >= 0.3.0
|
||||
Requires: neatvnc >= %{nvnc_version}
|
||||
Requires: neatvnc >= 0.6.0
|
||||
|
||||
%description
|
||||
|
||||
|
|
@ -60,27 +58,6 @@ physical display attached.
|
|||
%license COPYING
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Thu Nov 21 2024 Neal Gompa <ngompa@fedoraproject.org> - 0.9.1-1
|
||||
- Update to 0.9.1
|
||||
|
||||
* Wed Nov 20 2024 Neal Gompa <ngompa@fedoraproject.org> - 0.9.0-1
|
||||
- Update to 0.9.0
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Thu Feb 29 2024 Bob Hepple <bob.hepple@gmail.com> - 0.8.0-2
|
||||
- require neatvnc >= 0.8.0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue