public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Troy Dawson <tdawson@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/neatvnc] epel9: Merge branch 'epel10' into epel9
Date: Fri, 18 Sep 2026 21:02:00 GMT [thread overview]
Message-ID: <178976532080.1.8254271280718818245.rpms-neatvnc-a03cfe3ce559@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/neatvnc
Branch : epel9
Commit : a03cfe3ce559d66a2b6dbda21c58b8a2e70e24ed
Author : Troy Dawson <tdawson@redhat.com>
Date : 2026-09-18T14:01:45-07:00
Stats : +40/-12 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/neatvnc/c/a03cfe3ce559d66a2b6dbda21c58b8a2e70e24ed?branch=epel9
Log:
Merge branch 'epel10' into epel9
---
diff --git a/.gitignore b/.gitignore
index 4b1510b..318d97a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,6 @@
/neatvnc-0.6.0.tar.gz
/neatvnc-0.7.0.tar.gz
/neatvnc-0.7.1.tar.gz
+/neatvnc-0.8.0.tar.gz
+/neatvnc-0.8.1.tar.gz
+/neatvnc-0.9.0.tar.gz
diff --git a/neatvnc.spec b/neatvnc.spec
index 24e9bde..5f879f3 100644
--- a/neatvnc.spec
+++ b/neatvnc.spec
@@ -1,13 +1,12 @@
# -*-Mode: rpm-spec -*-
Name: neatvnc
-Version: 0.7.1
-Release: 2%{?dist}
-Summary: a liberally licensed VNC server library
+Version: 0.9.0
+Release: 1%{?dist}
+Summary: Liberally licensed VNC server library
# main source is ISC
# include/sys/queue.h is BSD
-# bundled miniz is MIT and Unlicense
-License: ISC and MIT and Unlicense and BSD
+License: ISC AND BSD-2-Clause AND BSD-3-Clause
URL: https://github.com/any1/neatvnc
Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
@@ -21,13 +20,13 @@ BuildRequires: pkgconfig(libavfilter)
BuildRequires: pkgconfig(libavutil)
BuildRequires: pkgconfig(aml)
BuildRequires: pkgconfig(gnutls)
+BuildRequires: pkgconfig(nettle)
BuildRequires: pkgconfig(libdrm)
BuildRequires: pkgconfig(pixman-1)
BuildRequires: pkgconfig(zlib)
BuildRequires: turbojpeg-devel
%description
-
This is a liberally licensed VNC server library that's intended to be
fast and neat. Note: This is a beta release, so the interface is not
yet stable.
@@ -35,6 +34,7 @@ yet stable.
%package devel
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
+
%description devel
This package contains header files for %{name}.
@@ -49,21 +49,46 @@ This package contains header files for %{name}.
%meson_install
%files
-%{_libdir}/lib%{name}.so.0*
-
%doc README.md
-
%license COPYING
+%{_libdir}/lib%{name}.so.0{,.*}
%files devel
%{_includedir}/%{name}.h
%{_libdir}/lib%{name}.so
-%{_libdir}/pkgconfig/*
+%{_libdir}/pkgconfig/%{name}.pc
%changelog
-* Fri Sep 18 2026 Troy Dawson <tdawson@redhat.com> - 0.7.1-2
+* Wed Nov 20 2024 Neal Gompa <ngompa@fedoraproject.org> - 0.9.0-1
+- Update to 0.9.0
+
+* Mon Sep 23 2024 Fabio Valentini <decathorpe@gmail.com> - 0.8.1-3
- Rebuild for ffmpeg 7
+* Mon Sep 02 2024 Miroslav Suchý <msuchy@redhat.com> - 0.8.1-2
+- convert license to SPDX
+
+* Fri Aug 02 2024 Bob Hepple <bob.hepple@gmail.com> - 0.8.1-1
+- new version RHBZ #2302449,2302450
+
+* Thu Jul 18 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
+- rebuilt
+
+* Mon Feb 26 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.1-4
+- Rebuilt for turbojpeg 3.0.2
+
+* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
+
+* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
+
* Sun Nov 05 2023 Bob Hepple <bob.hepple@gmail.com> - 0.7.1-1
- new version
diff --git a/sources b/sources
index c03745e..146f42e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (neatvnc-0.7.1.tar.gz) = af817527b8581615671315044a50bdd96dfde59422f6985d7a4389805440d9d4bd121d7be82f712f247f7b42c1690c0a2587849f2f9a9e5b0431745de5522bd9
+SHA512 (neatvnc-0.9.0.tar.gz) = 7280e3cd521346096cabb2d22c89108051736eede5cc38d829d77917ad5da79f5e6737bf9463c1e5b3cb5f17bf782d309e3f92405e5f4727bd338510185c0d48
reply other threads:[~2026-09-18 21:02 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178976532080.1.8254271280718818245.rpms-neatvnc-a03cfe3ce559@fedoraproject.org \
--to=tdawson@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox