File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11VDR Plugin 'mcli' Revision History
22----------------------------------
3- 2023-06-05
3+ 2023-06-05 1.0.1
44- pbiering move call of InitMcli from cPluginMcli::Start to cPluginMcli::Initialize (https://github.com/vdr-projects/vdr-plugin-mcli/pull/17)
55
662023-06-01 1.0.0
Original file line number Diff line number Diff line change 2525
2626Name: vdr-%{pname }
2727Summary: DVB multicast stream client for the NetCeiver hardware for VDR
28- Version: 1.0.0
28+ Version: 1.0.1
2929Release: %{rel }%{?fork_account:.fork.%fork_account }%{?branch:.branch.%(echo "%{branch }" | sed 's/-//g')}%{?dist }
3030
3131License: GPLv2+
@@ -100,6 +100,9 @@ systemctl daemon-reload
100100
101101
102102%changelog
103+ *
Wed May 31 2023 Peter Bieringer <[email protected] > -
1.0.1-5 104+ - Update to new release 1.0.1
105+
103106*
Wed May 31 2023 Peter Bieringer <[email protected] > -
1.0.0-5 104107- Update to new release which depends on libnetceiver
105108- Remove devel subpackage (now header files included in libnetceiver-devel)
Original file line number Diff line number Diff line change 1818#include " logging.h"
1919#include " netcv/logging.h"
2020
21- #define MCLI_DEVICE_VERSION " 1.0.0 "
22- #define MCLI_PLUGIN_VERSION " 1.0.0 "
21+ #define MCLI_DEVICE_VERSION " 1.0.1 "
22+ #define MCLI_PLUGIN_VERSION " 1.0.1 "
2323#define MCLI_PLUGIN_DESCRIPTION trNOOP (" NetCeiver Client Application" )
2424#define MCLI_SETUPMENU_DESCRIPTION trNOOP (" NetCeiver Client Application" )
2525#define MCLI_MAINMENU_DESCRIPTION trNOOP (" Common Interface" )
You can’t perform that action at this time.
0 commit comments