New version
Resolves: rhbz#2016589
This commit is contained in:
parent
f67392014a
commit
c141d0216b
3 changed files with 7 additions and 21 deletions
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (uronode-2.14.tar.gz) = 94d8fd8f92b5b979301e9587b789f6545d463607b080767c2895d8fc7bdfe3aa62797b99e1e82213871d7f86a23969a83e1a456fc64056120c6b87c4e7b43ff2
|
||||
SHA512 (uronode-2.15.tar.gz) = c5f2b652abd9dc0ca09d0f6ec022fc2c658caf09f79547420ed0412a956906ddf7146cd15823de41afa837a8b4c9dd59f25690283471e7b648fe1c37166cee2e
|
||||
|
|
|
|||
|
|
@ -1,15 +0,0 @@
|
|||
diff --git a/util.c b/util.c
|
||||
index 805b9fa..26c856c 100644
|
||||
--- a/util.c
|
||||
+++ b/util.c
|
||||
@@ -17,8 +17,8 @@
|
||||
#include "procinfo.h"
|
||||
|
||||
static char buf[256];
|
||||
-char *HostName;
|
||||
-char *Prompt;
|
||||
+extern char *HostName;
|
||||
+extern char *Prompt;
|
||||
|
||||
void node_msg(const char *fmt, ...)
|
||||
{
|
||||
11
uronode.spec
11
uronode.spec
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
Summary: Alternative packet radio system for Linux
|
||||
Name: uronode
|
||||
Version: 2.14
|
||||
Version: 2.15
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
URL: http://uronode.sourceforge.net
|
||||
|
|
@ -27,8 +27,6 @@ Source5: uronode-README.fedora
|
|||
Patch0: uronode-2.7-install-fix.patch
|
||||
# Sent upstream
|
||||
Patch1: uronode-2.7-configure-non-interactive.patch
|
||||
# Sent upstream
|
||||
Patch2: uronode-2.10-gcc-10-fix.patch
|
||||
|
||||
%description
|
||||
URONode is an alternative packet radio system for Linux. It supports
|
||||
|
|
@ -36,10 +34,9 @@ cross-port digipeating, automatic importing of flexnet routing,
|
|||
various IP functions, and ANSI colors.
|
||||
|
||||
%prep
|
||||
%setup -qn %{name}
|
||||
%setup -qn %{name}-%{version}
|
||||
%patch0 -p1 -b .install-fix
|
||||
%patch1 -p1 -b .configure-non-interactive
|
||||
%patch2 -p1 -b .gcc-10-fix
|
||||
|
||||
# Copy Fedora readme into place
|
||||
cp -p %{SOURCE5} README.fedora
|
||||
|
|
@ -116,6 +113,10 @@ touch %{buildroot}/%{_var}/lib/flexd/destinations
|
|||
%ghost %{_var}/lib/flexd/destinations
|
||||
|
||||
%changelog
|
||||
* Mon Oct 25 2021 Jaroslav Škarvada <jskarvad@redhat.com> - 2.15-1
|
||||
- New version
|
||||
Resolves: rhbz#2016589
|
||||
|
||||
* Fri Oct 15 2021 Jaroslav Škarvada <jskarvad@redhat.com> - 2.14-1
|
||||
- New version
|
||||
Resolves: rhbz#2014224
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue