[lpf-spotify-client/f38: 2/2] update helper script
by Sérgio M. Basto
commit 124de1eb43586c67c4eb251fe680bdc8e3698a06
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon May 29 15:50:33 2023 +0100
update helper script
check_new_version.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/check_new_version.py b/check_new_version.py
index 5d93036..60c3f6d 100755
--- a/check_new_version.py
+++ b/check_new_version.py
@@ -76,7 +76,7 @@ else:
print("Already updated !")
print('rfpkg ci -c && git show && echo Press enter to push and build; read dummy; rfpkg push && rfpkg build --nowait')
-print('git checkout f36 && git merge master && git push && rfpkg build --nowait; git checkout master')
-print('git checkout f35 && git merge master && git push && rfpkg build --nowait; git checkout master')
-print('git checkout f34 && git merge master && git push && rfpkg build --nowait; git checkout master')
+print('git checkout f38 && git merge master && git push && rfpkg build --nowait; git checkout master')
+print('git checkout f37 && git merge master && git push && rfpkg build --nowait; git checkout master')
+print('git checkout el9 && git merge master && git push && rfpkg build --nowait; git checkout master')
print('git checkout el8 && git merge master && git push && rfpkg build --nowait; git checkout master')
1 year, 5 months
[lpf-spotify-client] Update to 1.2.9.743.g85d9593d
by Sérgio M. Basto
commit cfc378007988eb20c5e1f638aa987cc65f8ac394
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon May 29 15:49:15 2023 +0100
Update to 1.2.9.743.g85d9593d
check_new_version.py | 4 ++--
lpf-spotify-client.spec | 5 ++++-
spotify-client.spec.in | 7 +++++--
3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/check_new_version.py b/check_new_version.py
index 1f450d9..5d93036 100755
--- a/check_new_version.py
+++ b/check_new_version.py
@@ -70,8 +70,8 @@ if spec != spec3:
if runme(pkgcmd, enviro):
print('error running runme')
- print("New version available!")
- print('rfpkg mockbuild -N --default-mock-resultdir --root fedora-35-x86_64-rpmfusion_nonfree')
+ print("New version available! ACTION REQUIRED !!!")
+ print('rfpkg mockbuild -N --default-mock-resultdir --root fedora-38-x86_64-rpmfusion_nonfree')
else:
print("Already updated !")
diff --git a/lpf-spotify-client.spec b/lpf-spotify-client.spec
index e6dd9eb..b1a2a9f 100644
--- a/lpf-spotify-client.spec
+++ b/lpf-spotify-client.spec
@@ -11,7 +11,7 @@
Name: lpf-spotify-client
# Upstream spotify version, verbatim.
-Version: 1.2.8.923
+Version: 1.2.9.743
Release: 1%{?dist}
Summary: Spotify music player native client package bootstrap
@@ -79,6 +79,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%changelog
+* Mon May 29 2023 Sérgio Basto <sergio(a)serjux.com> - 1.2.9.743-1
+- Update to 1.2.9.743.g85d9593d
+
* Mon Apr 03 2023 Sérgio Basto <sergio(a)serjux.com> - 1.2.8.923-1
- Update to 1.2.8.923.g4f94bf0d
diff --git a/spotify-client.spec.in b/spotify-client.spec.in
index 66666f6..83e547c 100644
--- a/spotify-client.spec.in
+++ b/spotify-client.spec.in
@@ -13,7 +13,7 @@
Name: spotify-client
-Version: 1.2.8.923
+Version: 1.2.9.743
Release: 1%{?dist}
Summary: Spotify music player native client
@@ -27,7 +27,7 @@ ExclusiveArch: %{ix86} x86_64
Source0: spotify-make-%{shortcommit}.tar.gz
%ifarch x86_64
-Source1: %{repo}/spotify-client_%{version}.g4f94bf0d_amd64.deb
+Source1: %{repo}/spotify-client_%{version}.g85d9593d_amd64.deb
%global spotify_pkg %{SOURCE1}
%global req_64 ()(64bit)
%else
@@ -110,6 +110,9 @@ ln -s ../libcurl.so.4 libcurl-gnutls.so.4
%changelog
+* Mon May 29 2023 Sérgio Basto <sergio(a)serjux.com> - 1.2.9.743-1
+- Update to 1.2.9.743.g85d9593d
+
* Mon Apr 03 2023 Sérgio Basto <sergio(a)serjux.com> - 1.2.8.923-1
- Update to 1.2.8.923.g4f94bf0d
1 year, 5 months
[ipu6-camera-hal/f38: 2/2] Merge branch 'master' into f38
by smallorange
commit 82e91a199a1e4a3d6d5d18ffa6888668555c04fe
Merge: ebda879 232a19d
Author: Kate Hsuan <hpa(a)redhat.com>
Date: Mon May 29 17:21:13 2023 +0800
Merge branch 'master' into f38
ipu6-camera-hal.spec | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
---
1 year, 5 months
[ipu6-camera-hal] Add a sysfs path check before running udev command
by smallorange
commit 232a19d49368fd68f11f85f6ebce62215017d99f
Author: Kate Hsuan <hpa(a)redhat.com>
Date: Mon May 29 16:52:23 2023 +0800
Add a sysfs path check before running udev command
Add a sysfs path patch check to make sure the post-script can ran since
the udev is not able to access at rpm-ostree.
Link: https://github.com/smallorange/intel-ipu6-camera-hal/issues/2
ipu6-camera-hal.spec | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/ipu6-camera-hal.spec b/ipu6-camera-hal.spec
index dffe5ac..ce552eb 100644
--- a/ipu6-camera-hal.spec
+++ b/ipu6-camera-hal.spec
@@ -9,7 +9,7 @@ Name: ipu6-camera-hal
Summary: Hardware abstraction layer for Intel IPU6
URL: https://github.com/intel/ipu6-camera-hal
Version: 0.0
-Release: 10.%{commitdate}git%{shortcommit}%{?dist}
+Release: 11.%{commitdate}git%{shortcommit}%{?dist}
License: Apache-2.0
Source0: https://github.com/intel/%{name}/archive/%{commit}/%{name}-%{shortcommit}...
@@ -92,7 +92,9 @@ install -p -D -m 0644 %{SOURCE4} %{buildroot}%{_modprobedir}/intel_ipu6_isys.con
%post
/usr/bin/udevadm control --reload
-/usr/bin/udevadm trigger /sys/devices/pci0000:00/0000:00:05.0
+if [ -d /sys/devices/pci0000:00/0000:00:05.0 ]; then
+ /usr/bin/udevadm trigger /sys/devices/pci0000:00/0000:00:05.0
+fi
%files
@@ -110,6 +112,9 @@ install -p -D -m 0644 %{SOURCE4} %{buildroot}%{_modprobedir}/intel_ipu6_isys.con
%changelog
+* Mon May 29 2023 Kate Hsuan <hpa(a)redhat.com> - 0.0-11.20221112gitcc0b859
+- Add a sysfs path check for rpm-ostree since udev is unable to access in a container
+
* Mon May 15 2023 Hans de Goede <hdegoede(a)redhat.com> - 0.0-10.20221112gitcc0b859
- Add intel_ipu6_isys.conf to make ipu6-driver not clobber /dev/video0
1 year, 5 months