Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
39dc5f4544 | |||
|
f79591d9ad |
3
gensio-2.8.10.tar.gz
Normal file
3
gensio-2.8.10.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1538d8ee6b6412ec620db46f8d134372006dae68721050215abc35f0cbd7539c
|
||||
size 3756957
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5cac546afd3106abdfb3eaba6c7b9eae1015fa2e93d994bd9537fff33fa413dc
|
||||
size 886620
|
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 6 19:40:53 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 2.8.10
|
||||
* https://github.com/cminyard/gensio/compare/v2.8.2...v2.8.10
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 27 21:47:46 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
13
gensio.spec
13
gensio.spec
@@ -1,8 +1,8 @@
|
||||
#
|
||||
# spec file for package gensio
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2020-2023, Martin Hauke <mardnh@gmx.de>
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2020-2024, Martin Hauke <mardnh@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,9 +17,9 @@
|
||||
#
|
||||
|
||||
|
||||
%global sover 6
|
||||
%global sover_cpp 6
|
||||
%global libname libgensio6
|
||||
%global sover 10
|
||||
%global sover_cpp 10
|
||||
%global libname libgensio10
|
||||
%global libname_cpp libgensiocpp%{sover_cpp}
|
||||
%if 0%{?suse_version} > 1500
|
||||
%bcond_without openipmi
|
||||
@@ -27,7 +27,7 @@
|
||||
%bcond_with openipmi
|
||||
%endif
|
||||
Name: gensio
|
||||
Version: 2.8.2
|
||||
Version: 2.8.10
|
||||
Release: 0
|
||||
Summary: Library to abstract stream and packet I/O
|
||||
# examples/* is licenced under Apache-2.0
|
||||
@@ -177,6 +177,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%files
|
||||
%license COPYING COPYING.LIB
|
||||
%doc AUTHORS ChangeLog NEWS README.rst
|
||||
%{_bindir}/gagwpe
|
||||
%{_bindir}/gensiot
|
||||
%{_bindir}/gmdns
|
||||
%{_bindir}/greflector
|
||||
|
Reference in New Issue
Block a user