Hello community,
here is the log from the commit of package raspberrypi-firmware-dt for
openSUSE:Factory checked in at 2018-12-21 08:21:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware-dt (Old)
and /work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "raspberrypi-firmware-dt"
Fri Dec 21 08:21:45 2018 rev:4 rq:660023 version:2018.07.16
Changes:
--------
---
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt.changes
2018-11-20 22:44:55.194226601 +0100
+++
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.28833/raspberrypi-firmware-dt.changes
2018-12-21 08:21:47.313549247 +0100
@@ -1,0 +2,8 @@
+Fri Nov 30 09:29:26 UTC 2018 - Nicolas Patricio Saenz Julienne
<[email protected]>
+
+- Update to 161163f65 (2018-07-16) pulled version rpi-4.19.y (bsc#1116751)
+- Removed rpi3-hdmi-overlay.dts, not needed since exp-gpio's binding was fixed
+- Removed upstream-mmc-compatible.dts, not needed thanks to update
+- Added Conflicts statement in spec file to avoid installs with older kernels
+
+-------------------------------------------------------------------
Old:
----
raspberrypi-firmware-dt-2018.11.15.tar.xz
rpi3-hdmi-overlay.dts
upstream-mmc-overlay.dts
New:
----
raspberrypi-firmware-dt-2018.07.16.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ raspberrypi-firmware-dt.spec ++++++
--- /var/tmp/diff_new_pack.Mwn5tS/_old 2018-12-21 08:21:47.821548772 +0100
+++ /var/tmp/diff_new_pack.Mwn5tS/_new 2018-12-21 08:21:47.821548772 +0100
@@ -17,21 +17,20 @@
Name: raspberrypi-firmware-dt
-Version: 2018.11.15
+Version: 2018.07.16
Release: 0
Summary: Device trees for the Raspberry Pi firmware loader
License: GPL-2.0-only
Group: System/Boot
Url: https://github.com/raspberrypi/linux/
Source: raspberrypi-firmware-dt-%{version}.tar.xz
-Source1: rpi3-hdmi-overlay.dts
-Source2: upstream-mmc-overlay.dts
-Source3: upstream-aux-interrupt-overlay.dts
-Source4: get-from-git.sh
+Source1: upstream-aux-interrupt-overlay.dts
+Source100: get-from-git.sh
Requires: raspberrypi-firmware
BuildRequires: dtc
BuildRequires: raspberrypi-firmware
BuildArch: noarch
+Conflicts: kernel < 4.12.14
%description
This package provides additional device tree base files as well as overlays
@@ -53,7 +52,7 @@
done
export DTC_FLAGS="-R 0 -p 0 -@ -H epapr"
-for dts in arch/arm/boot/dts/overlays/*dts %{SOURCE1} %{SOURCE2} %{SOURCE3}; do
+for dts in arch/arm/boot/dts/overlays/*dts %{SOURCE1}; do
target=$(basename ${dts%*.dts})
target=${target%*-overlay}
mkdir -p $PPDIR/overlays
++++++ get-from-git.sh ++++++
--- /var/tmp/diff_new_pack.Mwn5tS/_old 2018-12-21 08:21:47.845548749 +0100
+++ /var/tmp/diff_new_pack.Mwn5tS/_new 2018-12-21 08:21:47.849548746 +0100
@@ -1,6 +1,6 @@
#!/bin/bash
-LINUX_BRANCH=rpi-4.14.y
+LINUX_BRANCH=rpi-4.19.y
# this is a huge hunk of stuff, so reuse the local repo if possible
if [ -d linux/.git ]; then
++++++ raspberrypi-firmware-dt-2018.11.15.tar.xz ->
raspberrypi-firmware-dt-2018.07.16.tar.xz ++++++
++++ 381416 lines of diff (skipped)