From c1b0499a795817ac452a73c4c5d35579e55e15bc36e44e911bf82c1c83a26e49 Mon Sep 17 00:00:00 2001 From: Matthias Brugger Date: Mon, 25 Jan 2021 14:55:45 +0000 Subject: [PATCH 1/2] Accepting request 866111 from home:jengelh:branches:hardware - Generate monotonically increasing Version numbers OBS-URL: https://build.opensuse.org/request/show/866111 OBS-URL: https://build.opensuse.org/package/show/hardware/raspberrypi-rpiboot?expand=0&rev=8 --- _service | 4 +++- raspberrypi-rpiboot.changes | 5 +++++ raspberrypi-rpiboot.spec | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/_service b/_service index 5879672..eb85b89 100644 --- a/_service +++ b/_service @@ -6,6 +6,8 @@ git https://github.com/raspberrypi/usbboot.git raspberrypi-rpiboot - %h + bae4aeb + 0~git@TAG_OFFSET@.%h + diff --git a/raspberrypi-rpiboot.changes b/raspberrypi-rpiboot.changes index 31a7eec..db61556 100644 --- a/raspberrypi-rpiboot.changes +++ b/raspberrypi-rpiboot.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 22 19:02:49 UTC 2021 - Jan Engelhardt + +- Generate monotonically increasing Version numbers + ------------------------------------------------------------------- Fri Jan 22 07:32:07 UTC 2021 - Matthias Brugger diff --git a/raspberrypi-rpiboot.spec b/raspberrypi-rpiboot.spec index 31f2eac..1610c60 100644 --- a/raspberrypi-rpiboot.spec +++ b/raspberrypi-rpiboot.spec @@ -1,7 +1,7 @@ # # spec file for package raspberrypi-rpiboot # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed From c1885435ffdeef53ad057fe1b45acb4fd4087137355baf90641a0ab09793638a Mon Sep 17 00:00:00 2001 From: Matthias Brugger Date: Mon, 15 Mar 2021 09:02:18 +0000 Subject: [PATCH 2/2] Accepting request 878731 from home:dirkmueller:Factory - remove libusb-compat - it only uses libusb-1.0 OBS-URL: https://build.opensuse.org/request/show/878731 OBS-URL: https://build.opensuse.org/package/show/hardware/raspberrypi-rpiboot?expand=0&rev=9 --- raspberrypi-rpiboot.changes | 5 +++++ raspberrypi-rpiboot.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/raspberrypi-rpiboot.changes b/raspberrypi-rpiboot.changes index db61556..3c116e9 100644 --- a/raspberrypi-rpiboot.changes +++ b/raspberrypi-rpiboot.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Mar 13 09:51:25 UTC 2021 - Dirk Müller + +- remove libusb-compat - it only uses libusb-1.0 + ------------------------------------------------------------------- Fri Jan 22 19:02:49 UTC 2021 - Jan Engelhardt diff --git a/raspberrypi-rpiboot.spec b/raspberrypi-rpiboot.spec index 1610c60..4161d43 100644 --- a/raspberrypi-rpiboot.spec +++ b/raspberrypi-rpiboot.spec @@ -25,7 +25,6 @@ Group: System/Management URL: https://github.com/raspberrypi/usbboot.git Source0: %{name}-%{version}.tar BuildRequires: libusb-1_0-devel -BuildRequires: libusb-compat-devel %description The raspberrypi-usbboot allows you to flash the eMMC through an USB cable.