public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/neatvnc] epel9: Update to 0.9.0
@ 2026-09-18 21:02 Neal Gompa
0 siblings, 0 replies; only message in thread
From: Neal Gompa @ 2026-09-18 21:02 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/neatvnc
Branch : epel9
Commit : ae397bcef7b743041d82813ae88b37250a603eff
Author : Neal Gompa <ngompa@fedoraproject.org>
Date : 2024-11-20T06:10:46-05:00
Stats : +12/-12 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/neatvnc/c/ae397bcef7b743041d82813ae88b37250a603eff?branch=epel9
Log:
Update to 0.9.0
---
diff --git a/.gitignore b/.gitignore
index 594ef6d..318d97a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
/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 ca775d5..5f879f3 100644
--- a/neatvnc.spec
+++ b/neatvnc.spec
@@ -1,14 +1,12 @@
# -*-Mode: rpm-spec -*-
Name: neatvnc
-Version: 0.8.1
-Release: 3%{?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
-# Automatically converted from old format: ISC and MIT and Unlicense and BSD - review is highly recommended.
-License: ISC AND LicenseRef-Callaway-MIT AND Unlicense AND LicenseRef-Callaway-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
@@ -29,7 +27,6 @@ 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.
@@ -37,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}.
@@ -51,18 +49,19 @@ 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
+* 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
diff --git a/sources b/sources
index 146e632..146f42e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (neatvnc-0.8.1.tar.gz) = 4c5701765ba78e8fbfff71054988760b5a705946798e709d6905e63ac457f4c2da72aa0866e3cb3832b9aff0722199c1fb52869373677310ba22620413ed6b03
+SHA512 (neatvnc-0.9.0.tar.gz) = 7280e3cd521346096cabb2d22c89108051736eede5cc38d829d77917ad5da79f5e6737bf9463c1e5b3cb5f17bf782d309e3f92405e5f4727bd338510185c0d48
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-18 21:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-18 21:02 [rpms/neatvnc] epel9: Update to 0.9.0 Neal Gompa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox