public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Neal Gompa <ngompa@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/neatvnc] epel9: Update to 0.9.0
Date: Fri, 18 Sep 2026 21:02:00 GMT	[thread overview]
Message-ID: <178976532031.1.14554309848254965492.rpms-neatvnc-ae397bcef7b7@fedoraproject.org> (raw)

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

                 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=178976532031.1.14554309848254965492.rpms-neatvnc-ae397bcef7b7@fedoraproject.org \
    --to=ngompa@fedoraproject.org \
    --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