Compare commits
No commits in common. "rawhide" and "f37" have entirely different histories.
3 changed files with 5 additions and 47 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -6,7 +6,3 @@
|
|||
/wayvnc-0.5.0.tar.gz
|
||||
/wayvnc-0.6.2.tar.gz
|
||||
/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.7.1.tar.gz) = c22af90177afabbb5e7cc86e665194d0a2bc166432439f732b958e0007d0f676db22503ee4e5597e9eb9ab4dda7fc5c746a276616fb326086d75314378f4ec12
|
||||
|
|
|
|||
46
wayvnc.spec
46
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.7.1
|
||||
Release: 1%{?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.6.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,42 +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
|
||||
|
||||
* Wed Feb 28 2024 Bob Hepple <bob.hepple@gmail.com> - 0.8.0-1
|
||||
- new version
|
||||
|
||||
* Tue Feb 06 2024 František Zatloukal <fzatlouk@redhat.com> - 0.7.2-3
|
||||
- Rebuilt for turbojpeg 3.0.2
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sun Nov 05 2023 Bob Hepple <bob.hepple@gmail.com> - 0.7.2-1
|
||||
- new version
|
||||
|
||||
* Sat Oct 07 2023 Bob Hepple <bob.hepple@gmail.com> - 0.7.1-1
|
||||
- new version
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue