From 20efbe642648745ae5d7284aa11899798f4a6d38 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 09:43:04 +0000 Subject: [PATCH 01/25] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ykushcmd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ykushcmd.spec b/ykushcmd.spec index ff02cec..bd15f9b 100644 --- a/ykushcmd.spec +++ b/ykushcmd.spec @@ -1,6 +1,6 @@ Name: ykushcmd Version: 1.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: YKUSH Boards Control Application Group: Applications/System @@ -48,6 +48,9 @@ install bin/ykushcmd %{buildroot}%{_bindir} %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 1.1.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Fri Feb 09 2018 Fedora Release Engineering - 1.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From 38ff532689c5b67e1935e3a9f2d3b5f9889b8e5e Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 19 Jul 2018 20:56:42 +0200 Subject: [PATCH 02/25] add BuildRequires: gcc-c++ Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot --- ykushcmd.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/ykushcmd.spec b/ykushcmd.spec index bd15f9b..69ff60f 100644 --- a/ykushcmd.spec +++ b/ykushcmd.spec @@ -14,6 +14,7 @@ Patch1: 0002-ykushcmd-drop-a-couple-of-unused-variables.patch Patch2: 0003-ykushcmd-remove-an-unused-prototype.patch Patch3: 0004-ykushcmd-initialize-a-variable-before-use.patch +BuildRequires: gcc-c++ BuildRequires: hidapi-devel BuildRequires: libusbx-devel BuildRequires: systemd-devel From d92e6dc52c0e618d81ab5f134b242dc57248d20d Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:18:32 +0100 Subject: [PATCH 03/25] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- ykushcmd.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/ykushcmd.spec b/ykushcmd.spec index 69ff60f..1fb8cfc 100644 --- a/ykushcmd.spec +++ b/ykushcmd.spec @@ -3,7 +3,6 @@ Version: 1.1.0 Release: 3%{?dist} Summary: YKUSH Boards Control Application -Group: Applications/System License: ASL 2.0 URL: https://github.com/Yepkit/ykush Source0: https://github.com/Yepkit/ykush/archive/%{version}/%{name}-%{version}.tar.gz From 79c8fb26c6a23864a5a099e927a256d500c97bda Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 12:59:46 +0000 Subject: [PATCH 04/25] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ykushcmd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ykushcmd.spec b/ykushcmd.spec index 1fb8cfc..784bf22 100644 --- a/ykushcmd.spec +++ b/ykushcmd.spec @@ -1,6 +1,6 @@ Name: ykushcmd Version: 1.1.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: YKUSH Boards Control Application License: ASL 2.0 @@ -48,6 +48,9 @@ install bin/ykushcmd %{buildroot}%{_bindir} %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 1.1.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sat Jul 14 2018 Fedora Release Engineering - 1.1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From b461dddbc7f476214726745e74c978cfd581f8a9 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Fri, 24 May 2019 13:42:07 +0100 Subject: [PATCH 05/25] Move to git snapshot to get support for new useful HW --- .gitignore | 1 + sources | 2 +- ykushcmd.spec | 26 ++++++++++---------------- 3 files changed, 12 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index d94d689..71c687d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /ykushcmd-1.1.0.tar.gz +/ykush-1.1.0-c585d24.tar.xz diff --git a/sources b/sources index c0edb39..2e3f9e8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ykushcmd-1.1.0.tar.gz) = 7df4e5bd0f7b44af5df5a2b96ffb1e8b5518007b10ad381e4f8e8275270a45ca187f5ce29f05b77c860e7f1df44a5203091e529ece2d677987019d7d92ce0d23 +SHA512 (ykush-1.1.0-c585d24.tar.xz) = 0e2042e5a8de2dba9c0f96da8d4eed6201f958a3ad5de6305e7b95e6611ac8863d532e19d03cd0c1db63fb99c8484736ff232c93de1ea112f9013e3b9895138d diff --git a/ykushcmd.spec b/ykushcmd.spec index 784bf22..029631b 100644 --- a/ykushcmd.spec +++ b/ykushcmd.spec @@ -1,17 +1,14 @@ +%global gitsnap c585d24 + Name: ykushcmd Version: 1.1.0 -Release: 4%{?dist} +Release: 5%{?gitsnap:.%{gitsnap}}%{?dist} Summary: YKUSH Boards Control Application - License: ASL 2.0 URL: https://github.com/Yepkit/ykush -Source0: https://github.com/Yepkit/ykush/archive/%{version}/%{name}-%{version}.tar.gz - -# https://github.com/Yepkit/ykush/pull/10 -Patch0: 0001-build-remove-a-duplicate-define.patch -Patch1: 0002-ykushcmd-drop-a-couple-of-unused-variables.patch -Patch2: 0003-ykushcmd-remove-an-unused-prototype.patch -Patch3: 0004-ykushcmd-initialize-a-variable-before-use.patch +#Source0: https://github.com/Yepkit/ykush/archive/%{version}/%{name}-%{version}.tar.gz +# git archive --format=tar --prefix=%{name}-%{version}/ %{gitsnap} | xz > %{name}-%{version}-%{gitsnap}.tar.xz +Source0: ykush-%{version}-%{gitsnap}.tar.xz BuildRequires: gcc-c++ BuildRequires: hidapi-devel @@ -23,13 +20,7 @@ Control application for Yepkit YKUSH Switchable USB Hub boards. %prep -%setup -q -n ykush-%{version} -# https://github.com/Yepkit/ykush/pull/10/commits/43fd1497 -find -name '*.cpp' -o -name '*.h' |xargs chmod -x -%patch0 -p1 -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 +%autosetup -p1 -n ykush-%{version} %build @@ -48,6 +39,9 @@ install bin/ykushcmd %{buildroot}%{_bindir} %changelog +* Fri May 24 2019 Peter Robinson 1.1.0-5.c585d24 +- Move to git snapshot to get support for new useful HW + * Sun Feb 03 2019 Fedora Release Engineering - 1.1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From c278180974f1213eda3dbc3f448fbdc78af5ee77 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Fri, 24 May 2019 18:12:48 +0100 Subject: [PATCH 06/25] drop redundent patches --- 0001-build-remove-a-duplicate-define.patch | 30 ------------ ...md-drop-a-couple-of-unused-variables.patch | 49 ------------------- ...-ykushcmd-remove-an-unused-prototype.patch | 25 ---------- ...cmd-initialize-a-variable-before-use.patch | 24 --------- 4 files changed, 128 deletions(-) delete mode 100644 0001-build-remove-a-duplicate-define.patch delete mode 100644 0002-ykushcmd-drop-a-couple-of-unused-variables.patch delete mode 100644 0003-ykushcmd-remove-an-unused-prototype.patch delete mode 100644 0004-ykushcmd-initialize-a-variable-before-use.patch diff --git a/0001-build-remove-a-duplicate-define.patch b/0001-build-remove-a-duplicate-define.patch deleted file mode 100644 index 3ee547f..0000000 --- a/0001-build-remove-a-duplicate-define.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 7d4fe14558c4f6f17b9bcf2dc1d879af61fb4f8b Mon Sep 17 00:00:00 2001 -From: Lubomir Rintel -Date: Mon, 15 Jan 2018 13:44:24 +0100 -Subject: [PATCH 1/4] build: remove a duplicate define - -In file included from ykushcmd/stdafx.h:2:0, - from ykushcmd/ykushcmd.cpp:3: -ykushcmd/platformdefs.h:3:0: error: "LINUX" redefined [-Werror] - #define LINUX - -:0:0: note: this is the location of the previous definition ---- - Makefile | 1 - - 1 file changed, 1 deletion(-) - -diff --git a/Makefile b/Makefile -index 127965b..5e8dd40 100755 ---- a/Makefile -+++ b/Makefile -@@ -2,7 +2,6 @@ CUR_PATH = $(shell echo $(PWD)) - OBJS = $(addprefix ykushcmd/objs/,ykushcmd.o commandParser.o usbcom.o) - LIBS = -lhidapi-libusb -lusb-1.0 -ludev - LOADPATHS = -L$(CUR_PATH)/ykushcmd/linux --PREPROCESSOR_DEFS = -DLINUX - CPP = g++ - - ykushcmd : $(OBJS) --- -2.14.3 - diff --git a/0002-ykushcmd-drop-a-couple-of-unused-variables.patch b/0002-ykushcmd-drop-a-couple-of-unused-variables.patch deleted file mode 100644 index ffb01b2..0000000 --- a/0002-ykushcmd-drop-a-couple-of-unused-variables.patch +++ /dev/null @@ -1,49 +0,0 @@ -From 44cb46f4f3fc23e8a9de1813504943e68c95e1c4 Mon Sep 17 00:00:00 2001 -From: Lubomir Rintel -Date: Mon, 15 Jan 2018 13:47:16 +0100 -Subject: [PATCH 2/4] ykushcmd: drop a couple of unused variables - ---- - ykushcmd/commandParser.cpp | 1 - - ykushcmd/usbcom.cpp | 3 +-- - 2 files changed, 1 insertion(+), 3 deletions(-) - -diff --git a/ykushcmd/commandParser.cpp b/ykushcmd/commandParser.cpp -index 101cd1c..0f4c7de 100755 ---- a/ykushcmd/commandParser.cpp -+++ b/ykushcmd/commandParser.cpp -@@ -73,7 +73,6 @@ bool bySerial = false; - - int commandParser(int argc, char** argv) { - -- char choice; - char cmd = 0x00; - enum cmdAction action = PRINT_HELP; - char *iSerial=NULL; -diff --git a/ykushcmd/usbcom.cpp b/ykushcmd/usbcom.cpp -index fc2fe9c..63474d0 100755 ---- a/ykushcmd/usbcom.cpp -+++ b/ykushcmd/usbcom.cpp -@@ -167,7 +167,6 @@ char commandsBySerial(char *iSerial, char *cmd, char *resp, int num) - unsigned char buf6[6]; - bool isLegacy = false; - #define MAX_STR 255 -- wchar_t wstr[MAX_STR]; - hid_device *handle; - int i; - const size_t newsize = 100; -@@ -176,10 +175,10 @@ char commandsBySerial(char *iSerial, char *cmd, char *resp, int num) - - if (iSerial) { - // Convert to a wchar_t* -+#ifndef LINUX - size_t origsize = strlen(iSerial) + 1; - size_t convertedChars = 0; - --#ifndef LINUX - mbstowcs_s(&convertedChars, serial, origsize, iSerial, _TRUNCATE); - #else - mbstowcs(serial, iSerial, newsize); --- -2.14.3 - diff --git a/0003-ykushcmd-remove-an-unused-prototype.patch b/0003-ykushcmd-remove-an-unused-prototype.patch deleted file mode 100644 index 5511b57..0000000 --- a/0003-ykushcmd-remove-an-unused-prototype.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 57d6dc20d723ca3fab2b4fc4676016a05029ddc0 Mon Sep 17 00:00:00 2001 -From: Lubomir Rintel -Date: Tue, 16 Jan 2018 12:43:14 +0100 -Subject: [PATCH 3/4] ykushcmd: remove an unused prototype - ---- - ykushcmd/usbcom.h | 2 -- - 1 file changed, 2 deletions(-) - -diff --git a/ykushcmd/usbcom.h b/ykushcmd/usbcom.h -index 28de76d..2c0f05d 100755 ---- a/ykushcmd/usbcom.h -+++ b/ykushcmd/usbcom.h -@@ -1,8 +1,6 @@ - #ifndef USBCOM_H - #define USBCOM_H - --static int sendCommand(unsigned char *toSendBuffer, unsigned char *receivedBuffer); -- - char commands(char *cmd, char *resp, int num); - char command(char cmd); - --- -2.14.3 - diff --git a/0004-ykushcmd-initialize-a-variable-before-use.patch b/0004-ykushcmd-initialize-a-variable-before-use.patch deleted file mode 100644 index 12b5300..0000000 --- a/0004-ykushcmd-initialize-a-variable-before-use.patch +++ /dev/null @@ -1,24 +0,0 @@ -From c9bdaf157b7303897bd1181a078d7b4277dc2bf5 Mon Sep 17 00:00:00 2001 -From: Lubomir Rintel -Date: Tue, 16 Jan 2018 12:44:19 +0100 -Subject: [PATCH 4/4] ykushcmd: initialize a variable before use - ---- - ykushcmd/usbcom.cpp | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/ykushcmd/usbcom.cpp b/ykushcmd/usbcom.cpp -index 63474d0..b6c2e48 100755 ---- a/ykushcmd/usbcom.cpp -+++ b/ykushcmd/usbcom.cpp -@@ -99,6 +99,7 @@ int listDevices() { - //APAGAR - // Limited Legaccy firmware support (does not work in all systems) - //handle = hid_open(VENDOR_ID, OLD_PRODUCT_ID, NULL); -+ handle = NULL; - //FIM APAGAR - if (handle == NULL){ - // No HID devices found --- -2.14.3 - From 8c98df02f94c95d4373bde942362b2ae1650b08a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 04:50:05 +0000 Subject: [PATCH 07/25] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ykushcmd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ykushcmd.spec b/ykushcmd.spec index 029631b..bedf7bd 100644 --- a/ykushcmd.spec +++ b/ykushcmd.spec @@ -2,7 +2,7 @@ Name: ykushcmd Version: 1.1.0 -Release: 5%{?gitsnap:.%{gitsnap}}%{?dist} +Release: 6%{?gitsnap:.%{gitsnap}}%{?dist} Summary: YKUSH Boards Control Application License: ASL 2.0 URL: https://github.com/Yepkit/ykush @@ -39,6 +39,9 @@ install bin/ykushcmd %{buildroot}%{_bindir} %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 1.1.0-6.c585d24 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Fri May 24 2019 Peter Robinson 1.1.0-5.c585d24 - Move to git snapshot to get support for new useful HW From 166fa42ced501ef570cef135332fec14734b6ee7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 05:08:21 +0000 Subject: [PATCH 08/25] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ykushcmd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ykushcmd.spec b/ykushcmd.spec index bedf7bd..4244f08 100644 --- a/ykushcmd.spec +++ b/ykushcmd.spec @@ -2,7 +2,7 @@ Name: ykushcmd Version: 1.1.0 -Release: 6%{?gitsnap:.%{gitsnap}}%{?dist} +Release: 7%{?gitsnap:.%{gitsnap}}%{?dist} Summary: YKUSH Boards Control Application License: ASL 2.0 URL: https://github.com/Yepkit/ykush @@ -39,6 +39,9 @@ install bin/ykushcmd %{buildroot}%{_bindir} %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 1.1.0-7.c585d24 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Sat Jul 27 2019 Fedora Release Engineering - 1.1.0-6.c585d24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 9ab5be4e2b7363506ecd0964660a1dde3197e91c Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Tue, 10 Mar 2020 18:50:09 +0000 Subject: [PATCH 09/25] Update to 1.2.2 --- .gitignore | 1 + sources | 2 +- ykushcmd.spec | 13 ++++++++----- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 71c687d..446e86d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /ykushcmd-1.1.0.tar.gz /ykush-1.1.0-c585d24.tar.xz +/ykush-1.2.2.tar.gz diff --git a/sources b/sources index 2e3f9e8..12972a1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ykush-1.1.0-c585d24.tar.xz) = 0e2042e5a8de2dba9c0f96da8d4eed6201f958a3ad5de6305e7b95e6611ac8863d532e19d03cd0c1db63fb99c8484736ff232c93de1ea112f9013e3b9895138d +SHA512 (ykush-1.2.2.tar.gz) = ce1939ef6a95aad02dbb807c81c7ab7b92c7a7bd37a1437119002fbcc94ea25a727ad494aab969c0043ea710a2ad636609a788763f8c4486396411d5720ab7be diff --git a/ykushcmd.spec b/ykushcmd.spec index 4244f08..3e6409d 100644 --- a/ykushcmd.spec +++ b/ykushcmd.spec @@ -1,14 +1,14 @@ -%global gitsnap c585d24 +#global gitsnap c585d24 Name: ykushcmd -Version: 1.1.0 -Release: 7%{?gitsnap:.%{gitsnap}}%{?dist} +Version: 1.2.2 +Release: 1%{?gitsnap:.%{gitsnap}}%{?dist} Summary: YKUSH Boards Control Application License: ASL 2.0 URL: https://github.com/Yepkit/ykush -#Source0: https://github.com/Yepkit/ykush/archive/%{version}/%{name}-%{version}.tar.gz +Source0: https://github.com/Yepkit/ykush/archive/%{version}/ykush-%{version}.tar.gz # git archive --format=tar --prefix=%{name}-%{version}/ %{gitsnap} | xz > %{name}-%{version}-%{gitsnap}.tar.xz -Source0: ykush-%{version}-%{gitsnap}.tar.xz +#Source0: ykush-%{version}-%{gitsnap}.tar.xz BuildRequires: gcc-c++ BuildRequires: hidapi-devel @@ -39,6 +39,9 @@ install bin/ykushcmd %{buildroot}%{_bindir} %changelog +* Tue Mar 10 2020 Peter Robinson - 1.2.2-1 +- Update to 1.2.2 + * Fri Jan 31 2020 Fedora Release Engineering - 1.1.0-7.c585d24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From e0848de4393aa215a4c17cc465403c0c4f483499 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 15:15:00 +0000 Subject: [PATCH 10/25] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ykushcmd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ykushcmd.spec b/ykushcmd.spec index 3e6409d..9472b06 100644 --- a/ykushcmd.spec +++ b/ykushcmd.spec @@ -2,7 +2,7 @@ Name: ykushcmd Version: 1.2.2 -Release: 1%{?gitsnap:.%{gitsnap}}%{?dist} +Release: 2%{?gitsnap:.%{gitsnap}}%{?dist} Summary: YKUSH Boards Control Application License: ASL 2.0 URL: https://github.com/Yepkit/ykush @@ -39,6 +39,9 @@ install bin/ykushcmd %{buildroot}%{_bindir} %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 1.2.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Tue Mar 10 2020 Peter Robinson - 1.2.2-1 - Update to 1.2.2 From a0c2d8dde509c4a56e6162838e1aeca7607c352a Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Tue, 4 Aug 2020 13:49:26 +0100 Subject: [PATCH 11/25] 1.2.3 --- .gitignore | 1 + sources | 2 +- ykushcmd.spec | 15 +++++++-------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 446e86d..c6f8c7b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /ykushcmd-1.1.0.tar.gz /ykush-1.1.0-c585d24.tar.xz /ykush-1.2.2.tar.gz +/ykush-1.2.3.tar.gz diff --git a/sources b/sources index 12972a1..6f3679e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ykush-1.2.2.tar.gz) = ce1939ef6a95aad02dbb807c81c7ab7b92c7a7bd37a1437119002fbcc94ea25a727ad494aab969c0043ea710a2ad636609a788763f8c4486396411d5720ab7be +SHA512 (ykush-1.2.3.tar.gz) = 469f2da7102deb491bc373249acff91a18a5ee35508497704d223579eb4edebf0fe4244711391dab964f5ec2fcae264dc9ddd142b9fce5e9e564088985f2c118 diff --git a/ykushcmd.spec b/ykushcmd.spec index 9472b06..a3bbbdd 100644 --- a/ykushcmd.spec +++ b/ykushcmd.spec @@ -1,14 +1,10 @@ -#global gitsnap c585d24 - Name: ykushcmd -Version: 1.2.2 -Release: 2%{?gitsnap:.%{gitsnap}}%{?dist} +Version: 1.2.3 +Release: 1%{?gitsnap:.%{gitsnap}}%{?dist} Summary: YKUSH Boards Control Application License: ASL 2.0 URL: https://github.com/Yepkit/ykush Source0: https://github.com/Yepkit/ykush/archive/%{version}/ykush-%{version}.tar.gz -# git archive --format=tar --prefix=%{name}-%{version}/ %{gitsnap} | xz > %{name}-%{version}-%{gitsnap}.tar.xz -#Source0: ykush-%{version}-%{gitsnap}.tar.xz BuildRequires: gcc-c++ BuildRequires: hidapi-devel @@ -33,12 +29,15 @@ install bin/ykushcmd %{buildroot}%{_bindir} %files -%{_bindir}/ykushcmd +%license LICENSE.md %doc README.md -%license %attr(0644,-,-) LICENSE.md +%{_bindir}/ykushcmd %changelog +* Tue Aug 04 2020 Peter Robinson - 1.2.3-1 +- Update to 1.2.3 + * Wed Jul 29 2020 Fedora Release Engineering - 1.2.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 0ab1d11f44d7e54f9b10b9027ba4f09318b3af0c Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 9 Jan 2021 01:47:34 +0000 Subject: [PATCH 12/25] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- ykushcmd.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/ykushcmd.spec b/ykushcmd.spec index a3bbbdd..7cd4834 100644 --- a/ykushcmd.spec +++ b/ykushcmd.spec @@ -6,6 +6,7 @@ License: ASL 2.0 URL: https://github.com/Yepkit/ykush Source0: https://github.com/Yepkit/ykush/archive/%{version}/ykush-%{version}.tar.gz +BuildRequires: make BuildRequires: gcc-c++ BuildRequires: hidapi-devel BuildRequires: libusbx-devel From 25159fa8ec208be950ab0e084ee1ed1c6355021f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 28 Jan 2021 00:33:54 +0000 Subject: [PATCH 13/25] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ykushcmd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ykushcmd.spec b/ykushcmd.spec index 7cd4834..6dd0455 100644 --- a/ykushcmd.spec +++ b/ykushcmd.spec @@ -1,6 +1,6 @@ Name: ykushcmd Version: 1.2.3 -Release: 1%{?gitsnap:.%{gitsnap}}%{?dist} +Release: 2%{?gitsnap:.%{gitsnap}}%{?dist} Summary: YKUSH Boards Control Application License: ASL 2.0 URL: https://github.com/Yepkit/ykush @@ -36,6 +36,9 @@ install bin/ykushcmd %{buildroot}%{_bindir} %changelog +* Thu Jan 28 2021 Fedora Release Engineering - 1.2.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Aug 04 2020 Peter Robinson - 1.2.3-1 - Update to 1.2.3 From 6d905f4c0e2bd70ef640c1ae2d951da71ed0636f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 22:09:03 +0000 Subject: [PATCH 14/25] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ykushcmd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ykushcmd.spec b/ykushcmd.spec index 6dd0455..0d6a636 100644 --- a/ykushcmd.spec +++ b/ykushcmd.spec @@ -1,6 +1,6 @@ Name: ykushcmd Version: 1.2.3 -Release: 2%{?gitsnap:.%{gitsnap}}%{?dist} +Release: 3%{?gitsnap:.%{gitsnap}}%{?dist} Summary: YKUSH Boards Control Application License: ASL 2.0 URL: https://github.com/Yepkit/ykush @@ -36,6 +36,9 @@ install bin/ykushcmd %{buildroot}%{_bindir} %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 1.2.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Thu Jan 28 2021 Fedora Release Engineering - 1.2.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 3a52e6846e4b9adcfa8abf1899620c70a8955711 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 05:42:34 +0000 Subject: [PATCH 15/25] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ykushcmd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ykushcmd.spec b/ykushcmd.spec index 0d6a636..c5f4174 100644 --- a/ykushcmd.spec +++ b/ykushcmd.spec @@ -1,6 +1,6 @@ Name: ykushcmd Version: 1.2.3 -Release: 3%{?gitsnap:.%{gitsnap}}%{?dist} +Release: 4%{?gitsnap:.%{gitsnap}}%{?dist} Summary: YKUSH Boards Control Application License: ASL 2.0 URL: https://github.com/Yepkit/ykush @@ -36,6 +36,9 @@ install bin/ykushcmd %{buildroot}%{_bindir} %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 1.2.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 1.2.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 37829d7c1e3718de269abed4516827b02f56a418 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 13:45:35 +0000 Subject: [PATCH 16/25] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ykushcmd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ykushcmd.spec b/ykushcmd.spec index c5f4174..da68447 100644 --- a/ykushcmd.spec +++ b/ykushcmd.spec @@ -1,6 +1,6 @@ Name: ykushcmd Version: 1.2.3 -Release: 4%{?gitsnap:.%{gitsnap}}%{?dist} +Release: 5%{?gitsnap:.%{gitsnap}}%{?dist} Summary: YKUSH Boards Control Application License: ASL 2.0 URL: https://github.com/Yepkit/ykush @@ -36,6 +36,9 @@ install bin/ykushcmd %{buildroot}%{_bindir} %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 1.2.3-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sat Jan 22 2022 Fedora Release Engineering - 1.2.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 488b6ed38f307b12ca84f4cfc4836847bebc1fcc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 08:06:15 +0000 Subject: [PATCH 17/25] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ykushcmd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ykushcmd.spec b/ykushcmd.spec index da68447..8409523 100644 --- a/ykushcmd.spec +++ b/ykushcmd.spec @@ -1,6 +1,6 @@ Name: ykushcmd Version: 1.2.3 -Release: 5%{?gitsnap:.%{gitsnap}}%{?dist} +Release: 6%{?gitsnap:.%{gitsnap}}%{?dist} Summary: YKUSH Boards Control Application License: ASL 2.0 URL: https://github.com/Yepkit/ykush @@ -36,6 +36,9 @@ install bin/ykushcmd %{buildroot}%{_bindir} %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 1.2.3-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering - 1.2.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From cbed3d879ae930a710face36d173409b49bf9777 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 19:31:39 +0000 Subject: [PATCH 18/25] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- ykushcmd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ykushcmd.spec b/ykushcmd.spec index 8409523..0b4fca8 100644 --- a/ykushcmd.spec +++ b/ykushcmd.spec @@ -1,6 +1,6 @@ Name: ykushcmd Version: 1.2.3 -Release: 6%{?gitsnap:.%{gitsnap}}%{?dist} +Release: 7%{?gitsnap:.%{gitsnap}}%{?dist} Summary: YKUSH Boards Control Application License: ASL 2.0 URL: https://github.com/Yepkit/ykush @@ -36,6 +36,9 @@ install bin/ykushcmd %{buildroot}%{_bindir} %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 1.2.3-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sat Jan 21 2023 Fedora Release Engineering - 1.2.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From ca17fc858059bdc3f783a7ea3c5a90dd1706e3c8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 10:48:40 +0000 Subject: [PATCH 19/25] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- ykushcmd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ykushcmd.spec b/ykushcmd.spec index 0b4fca8..db348d8 100644 --- a/ykushcmd.spec +++ b/ykushcmd.spec @@ -1,6 +1,6 @@ Name: ykushcmd Version: 1.2.3 -Release: 7%{?gitsnap:.%{gitsnap}}%{?dist} +Release: 8%{?gitsnap:.%{gitsnap}}%{?dist} Summary: YKUSH Boards Control Application License: ASL 2.0 URL: https://github.com/Yepkit/ykush @@ -36,6 +36,9 @@ install bin/ykushcmd %{buildroot}%{_bindir} %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 1.2.3-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 1.2.3-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From e735274f08b53c37546f1f3f7dab97aa7c49aded Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 10:42:48 +0000 Subject: [PATCH 20/25] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- ykushcmd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ykushcmd.spec b/ykushcmd.spec index db348d8..8a2e95c 100644 --- a/ykushcmd.spec +++ b/ykushcmd.spec @@ -1,6 +1,6 @@ Name: ykushcmd Version: 1.2.3 -Release: 8%{?gitsnap:.%{gitsnap}}%{?dist} +Release: 9%{?gitsnap:.%{gitsnap}}%{?dist} Summary: YKUSH Boards Control Application License: ASL 2.0 URL: https://github.com/Yepkit/ykush @@ -36,6 +36,9 @@ install bin/ykushcmd %{buildroot}%{_bindir} %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 1.2.3-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sat Jan 27 2024 Fedora Release Engineering - 1.2.3-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 6e89cbe191fe0780374430a84033121a439dd41c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 24 Jul 2024 18:11:30 +0200 Subject: [PATCH 21/25] convert ASL 2.0 license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- ykushcmd.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ykushcmd.spec b/ykushcmd.spec index 8a2e95c..f8d9523 100644 --- a/ykushcmd.spec +++ b/ykushcmd.spec @@ -1,8 +1,9 @@ Name: ykushcmd Version: 1.2.3 -Release: 9%{?gitsnap:.%{gitsnap}}%{?dist} +Release: 10%{?gitsnap:.%{gitsnap}}%{?dist} Summary: YKUSH Boards Control Application -License: ASL 2.0 +# Automatically converted from old format: ASL 2.0 - review is highly recommended. +License: Apache-2.0 URL: https://github.com/Yepkit/ykush Source0: https://github.com/Yepkit/ykush/archive/%{version}/ykush-%{version}.tar.gz @@ -36,6 +37,9 @@ install bin/ykushcmd %{buildroot}%{_bindir} %changelog +* Wed Jul 24 2024 Miroslav Suchý - 1.2.3-10 +- convert license to SPDX + * Sat Jul 20 2024 Fedora Release Engineering - 1.2.3-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From e8db98b8de3eb4cb94841652d894735fbd39d367 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 16:34:56 +0000 Subject: [PATCH 22/25] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- ykushcmd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ykushcmd.spec b/ykushcmd.spec index f8d9523..d8a76bc 100644 --- a/ykushcmd.spec +++ b/ykushcmd.spec @@ -1,6 +1,6 @@ Name: ykushcmd Version: 1.2.3 -Release: 10%{?gitsnap:.%{gitsnap}}%{?dist} +Release: 11%{?gitsnap:.%{gitsnap}}%{?dist} Summary: YKUSH Boards Control Application # Automatically converted from old format: ASL 2.0 - review is highly recommended. License: Apache-2.0 @@ -37,6 +37,9 @@ install bin/ykushcmd %{buildroot}%{_bindir} %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 1.2.3-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Wed Jul 24 2024 Miroslav Suchý - 1.2.3-10 - convert license to SPDX From ff9ec2c1acd5b0c32ab52117709870681ded9ac9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 21:12:47 +0000 Subject: [PATCH 23/25] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- ykushcmd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ykushcmd.spec b/ykushcmd.spec index d8a76bc..d59dfd2 100644 --- a/ykushcmd.spec +++ b/ykushcmd.spec @@ -1,6 +1,6 @@ Name: ykushcmd Version: 1.2.3 -Release: 11%{?gitsnap:.%{gitsnap}}%{?dist} +Release: 12%{?gitsnap:.%{gitsnap}}%{?dist} Summary: YKUSH Boards Control Application # Automatically converted from old format: ASL 2.0 - review is highly recommended. License: Apache-2.0 @@ -37,6 +37,9 @@ install bin/ykushcmd %{buildroot}%{_bindir} %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 1.2.3-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun Jan 19 2025 Fedora Release Engineering - 1.2.3-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From d4ed87ec54662f821607d4b635f5484079359d17 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 21:02:37 +0000 Subject: [PATCH 24/25] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- ykushcmd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ykushcmd.spec b/ykushcmd.spec index d59dfd2..8e992cc 100644 --- a/ykushcmd.spec +++ b/ykushcmd.spec @@ -1,6 +1,6 @@ Name: ykushcmd Version: 1.2.3 -Release: 12%{?gitsnap:.%{gitsnap}}%{?dist} +Release: 13%{?gitsnap:.%{gitsnap}}%{?dist} Summary: YKUSH Boards Control Application # Automatically converted from old format: ASL 2.0 - review is highly recommended. License: Apache-2.0 @@ -37,6 +37,9 @@ install bin/ykushcmd %{buildroot}%{_bindir} %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 1.2.3-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Fri Jul 25 2025 Fedora Release Engineering - 1.2.3-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From f66cdf2bc4b03b7c88f90e01d0941193b12d4fd6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 09:35:03 +0000 Subject: [PATCH 25/25] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- ykushcmd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ykushcmd.spec b/ykushcmd.spec index 8e992cc..be06b7a 100644 --- a/ykushcmd.spec +++ b/ykushcmd.spec @@ -1,6 +1,6 @@ Name: ykushcmd Version: 1.2.3 -Release: 13%{?gitsnap:.%{gitsnap}}%{?dist} +Release: 14%{?gitsnap:.%{gitsnap}}%{?dist} Summary: YKUSH Boards Control Application # Automatically converted from old format: ASL 2.0 - review is highly recommended. License: Apache-2.0 @@ -37,6 +37,9 @@ install bin/ykushcmd %{buildroot}%{_bindir} %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 1.2.3-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Sat Jan 17 2026 Fedora Release Engineering - 1.2.3-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild