forked from pool/gensio
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 55291f670c | |||
| 916409d1fb |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1538d8ee6b6412ec620db46f8d134372006dae68721050215abc35f0cbd7539c
|
|
||||||
size 3756957
|
|
||||||
3
gensio-3.0.0.tar.gz
Normal file
3
gensio-3.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f44d7a94abc1a9407bf8ee8544f4c2e9347d22924d78a480c876213c1951284d
|
||||||
|
size 3761940
|
||||||
@@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 21 07:26:20 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
- Update to version 3.0.0
|
||||||
|
* The deprecated sergensio code has been removed.
|
||||||
|
* ser2net, the rust and go interfaces have all had that removed
|
||||||
|
for a while and hopefully any other users have removed it.
|
||||||
|
* Minor bug fixes, some documentation improvements, some minor
|
||||||
|
improvements
|
||||||
|
* Bug fix around ax25 where it was reporting the close of the
|
||||||
|
last channel too soon.
|
||||||
|
- Update to version 2.8.15
|
||||||
|
* https://github.com/cminyard/gensio/compare/v2.8.10...v2.8.15
|
||||||
|
- Use %ldconfig_scriptlets macro
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 6 19:40:53 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
Fri Dec 6 19:40:53 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
|||||||
43
gensio.spec
43
gensio.spec
@@ -1,8 +1,8 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gensio
|
# spec file for package gensio
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
# Copyright (c) 2020-2024, Martin Hauke <mardnh@gmx.de>
|
# Copyright (c) 2020-2025, Martin Hauke <mardnh@gmx.de>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,9 +17,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%global sover 10
|
%global sover 14
|
||||||
%global sover_cpp 10
|
%global sover_cpp 14
|
||||||
%global libname libgensio10
|
%global libname libgensio14
|
||||||
%global libname_cpp libgensiocpp%{sover_cpp}
|
%global libname_cpp libgensiocpp%{sover_cpp}
|
||||||
%if 0%{?suse_version} > 1500
|
%if 0%{?suse_version} > 1500
|
||||||
%bcond_without openipmi
|
%bcond_without openipmi
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
%bcond_with openipmi
|
%bcond_with openipmi
|
||||||
%endif
|
%endif
|
||||||
Name: gensio
|
Name: gensio
|
||||||
Version: 2.8.10
|
Version: 3.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library to abstract stream and packet I/O
|
Summary: Library to abstract stream and packet I/O
|
||||||
# examples/* is licenced under Apache-2.0
|
# examples/* is licenced under Apache-2.0
|
||||||
@@ -92,6 +92,14 @@ Group: System/Libraries
|
|||||||
This is gensio (pronounced gen'-see-oh), a framework for giving a
|
This is gensio (pronounced gen'-see-oh), a framework for giving a
|
||||||
consistent view of various stream (and packet) I/O types - mdns support
|
consistent view of various stream (and packet) I/O types - mdns support
|
||||||
|
|
||||||
|
%package -n libgensio_openipmi_oshandler%{sover}
|
||||||
|
Summary: Library to abstract stream and packet I/O
|
||||||
|
Group: System/Libraries
|
||||||
|
|
||||||
|
%description -n libgensio_openipmi_oshandler%{sover}
|
||||||
|
This is gensio (pronounced gen'-see-oh), a framework for giving a
|
||||||
|
consistent view of various stream (and packet) I/O types - ipmi support
|
||||||
|
|
||||||
%package -n libgensio_python_swig%{sover}
|
%package -n libgensio_python_swig%{sover}
|
||||||
Summary: Library to abstract stream and packet I/O
|
Summary: Library to abstract stream and packet I/O
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@@ -154,7 +162,6 @@ abscration.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%optflags -fcommon"
|
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
%make_build
|
%make_build
|
||||||
@@ -163,16 +170,12 @@ autoreconf -fiv
|
|||||||
%make_install
|
%make_install
|
||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
|
|
||||||
%post -n %{libname} -p /sbin/ldconfig
|
%ldconfig_scriptlets -n %{libname}
|
||||||
%postun -n %{libname} -p /sbin/ldconfig
|
%ldconfig_scriptlets -n libgensioosh%{sover}
|
||||||
%post -n libgensioosh%{sover} -p /sbin/ldconfig
|
%ldconfig_scriptlets -n libgensiomdns%{sover}
|
||||||
%postun -n libgensioosh%{sover} -p /sbin/ldconfig
|
%ldconfig_scriptlets -n libgensio_openipmi_oshandler%{sover}
|
||||||
%post -n libgensiomdns%{sover} -p /sbin/ldconfig
|
%ldconfig_scriptlets -n libgensio_python_swig%{sover}
|
||||||
%postun -n libgensiomdns%{sover} -p /sbin/ldconfig
|
%ldconfig_scriptlets -n %{libname_cpp}
|
||||||
%post -n libgensio_python_swig%{sover} -p /sbin/ldconfig
|
|
||||||
%postun -n libgensio_python_swig%{sover} -p /sbin/ldconfig
|
|
||||||
%post -n %{libname_cpp} -p /sbin/ldconfig
|
|
||||||
%postun -n %{libname_cpp} -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING COPYING.LIB
|
%license COPYING COPYING.LIB
|
||||||
@@ -193,7 +196,6 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%{_mandir}/man1/gtlssh.1%{?ext_man}
|
%{_mandir}/man1/gtlssh.1%{?ext_man}
|
||||||
%{_mandir}/man1/gtlssync.1%{?ext_man}
|
%{_mandir}/man1/gtlssync.1%{?ext_man}
|
||||||
%{_mandir}/man5/gensio.5%{?ext_man}
|
%{_mandir}/man5/gensio.5%{?ext_man}
|
||||||
%{_mandir}/man5/sergensio.5%{?ext_man}
|
|
||||||
|
|
||||||
%files -n %{libname}
|
%files -n %{libname}
|
||||||
%{_libdir}/libgensio.so.%{sover_cpp}*
|
%{_libdir}/libgensio.so.%{sover_cpp}*
|
||||||
@@ -208,6 +210,10 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%{_libdir}/libgensiomdns.so.%{sover}*
|
%{_libdir}/libgensiomdns.so.%{sover}*
|
||||||
%{_libdir}/libgensiomdnscpp.so.%{sover}*
|
%{_libdir}/libgensiomdnscpp.so.%{sover}*
|
||||||
|
|
||||||
|
%files -n libgensio_openipmi_oshandler%{sover}
|
||||||
|
%{_libdir}/libgensio_openipmi_oshandler.so.%{sover}*
|
||||||
|
%{_libdir}/libgensio_openipmi_oshandler.so.%{sover}*
|
||||||
|
|
||||||
%files -n libgensio_python_swig%{sover}
|
%files -n libgensio_python_swig%{sover}
|
||||||
%{_libdir}/libgensio_python_swig.so.%{sover}*
|
%{_libdir}/libgensio_python_swig.so.%{sover}*
|
||||||
|
|
||||||
@@ -219,7 +225,6 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%{_libdir}/libgensio*.so
|
%{_libdir}/libgensio*.so
|
||||||
%{_libdir}/pkgconfig/libgensio*.pc
|
%{_libdir}/pkgconfig/libgensio*.pc
|
||||||
%{_mandir}/man3/gensio_*3%{?ext_man}
|
%{_mandir}/man3/gensio_*3%{?ext_man}
|
||||||
%{_mandir}/man3/sergensio_*3%{?ext_man}
|
|
||||||
%{_mandir}/man3/str_to_gensio*.3%{?ext_man}
|
%{_mandir}/man3/str_to_gensio*.3%{?ext_man}
|
||||||
|
|
||||||
%files -n python3-gensio
|
%files -n python3-gensio
|
||||||
|
|||||||
Reference in New Issue
Block a user