Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8bdf4590f5 | ||
|
|
3a07660c6f | ||
|
|
05e894c153 | ||
|
|
dc65a0d29b | ||
| a254791a7d | |||
| 733d0794e4 | |||
|
|
4e3126254c |
3 changed files with 30 additions and 5 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -8,3 +8,5 @@
|
|||
/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.8.0.tar.gz) = 88971d276cf6695a446fc746fa1eae1f4df2b5ba42cabf7b7c57481a89af95fe60fce5e1c92bc10e4c871bf561da0d9bb2117418e971a9b4bc6f46b9e53db74d
|
||||
SHA512 (wayvnc-0.9.1.tar.gz) = f09cf085265dd5657c4c5db66d68715aa63abd7f59508b917116b7626a30debff01a271a3fbc147a9884bd0ea8e4870e2118c2dc259d90ae674b12fa8e763980
|
||||
|
|
|
|||
31
wayvnc.spec
31
wayvnc.spec
|
|
@ -1,8 +1,10 @@
|
|||
# -*-Mode: rpm-spec -*-
|
||||
|
||||
%global nvnc_version 0.9.0
|
||||
|
||||
Name: wayvnc
|
||||
Version: 0.8.0
|
||||
Release: 2%{?dist}
|
||||
Version: 0.9.1
|
||||
Release: 5%{?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,27 @@ 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