update to 1.3.1 [release 1.3.1-1mamba;Sun Jul 31 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 23:34:33 +01:00
parent 8090ca5517
commit 1c9da2418b

View File

@ -1,14 +1,14 @@
%define majver %(echo %version | cut -d. -f 1-2) %define majver %(echo %version | cut -d. -f 1-2)
Name: gtk-vnc Name: gtk-vnc
Version: 1.3.0 Version: 1.3.1
Release: 1mamba Release: 1mamba
Summary: A VNC viewer widget for GTK Summary: A VNC viewer widget for GTK
Group: Development/Libraries Group: Development/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Davide Madrisan <davide.madrisan@gmail.com> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://wiki.gnome.org/gtk-vnc URL: https://wiki.gnome.org/Projects/gtk-vnc
Source: https://download.gnome.org/sources/gtk-vnc/%{majver}/gtk-vnc-%{version}.tar.xz Source: https://download.gnome.org/sources/gtk-vnc/%{majver}/gtk-vnc-%{version}.tar.xz
License: LGPL License: LGPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
@ -24,9 +24,9 @@ BuildRequires: libpulseaudio-devel
BuildRequires: libsasl2-devel BuildRequires: libsasl2-devel
BuildRequires: libz-devel BuildRequires: libz-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Provides: python-gtk-vnc
Obsoletes: python-gtk-vnc
BuildRequires: libpulseaudio-devel >= 8.0-1mamba BuildRequires: libpulseaudio-devel >= 8.0-1mamba
Provides: python-gtk-vnc
Obsoletes: python-gtk-vnc < 1.3.0
%description %description
gtk-vnc is a VNC viewer widget for GTK. gtk-vnc is a VNC viewer widget for GTK.
@ -42,8 +42,7 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
gtk-vnc is a VNC viewer widget for GTK. gtk-vnc is a VNC viewer widget for GTK.
It is built using coroutines allowing it to be completely asynchronous while remaining single threaded. It is built using coroutines allowing it to be completely asynchronous while remaining single threaded.
It provides a core C library, and bindings for Python (PyGTK). It provides a core C library, and bindings for Python (PyGTK).
This package contains static libraries and header files needed for development.
This package contains static libraries and header files need for development.
%package -n python-gtk-vnc %package -n python-gtk-vnc
Summary: Python bindings for the gtk-vnc library Summary: Python bindings for the gtk-vnc library
@ -54,9 +53,10 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
gtk-vnc is a VNC viewer widget for GTK. gtk-vnc is a VNC viewer widget for GTK.
It is built using coroutines allowing it to be completely asynchronous while remaining single threaded. It is built using coroutines allowing it to be completely asynchronous while remaining single threaded.
It provides a core C library, and bindings for Python (PyGTK). It provides a core C library, and bindings for Python (PyGTK).
This package contains a module allowing use of the GTK-VNC widget from python. This package contains a module allowing use of the GTK-VNC widget from python.
%debug_package
%prep %prep
%setup -q %setup -q
@ -130,6 +130,9 @@ This package contains a module allowing use of the GTK-VNC widget from python.
##%doc examples/gvncviewer.py ##%doc examples/gvncviewer.py
%changelog %changelog
* Sun Jul 31 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.1-1mamba
- update to 1.3.1
* Thu Nov 18 2021 Automatic Build System <autodist@mambasoft.it> 1.3.0-1mamba * Thu Nov 18 2021 Automatic Build System <autodist@mambasoft.it> 1.3.0-1mamba
- automatic version update by autodist - automatic version update by autodist