[ipu6-camera-hal/f37] Update to upstream version
by smallorange
commit ca20cd29c768493f25b49c1953b6ec7d10ce3b67
Author: Kate Hsuan <hpa(a)redhat.com>
Date: Tue Aug 8 16:10:14 2023 +0800
Update to upstream version
Update to commit 884b81aae0ea19a974eb8ccdaeef93038136bdd4
Signed-off-by: Kate Hsuan <hpa(a)redhat.com>
.gitignore | 1 +
ipu6-camera-hal.spec | 11 +++++++----
sources | 2 +-
3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d1bf82f..871b735 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/ipu6-camera-hal-cc0b859.tar.gz
+/ipu6-camera-hal-884b81a.tar.gz
diff --git a/ipu6-camera-hal.spec b/ipu6-camera-hal.spec
index 1de750e..63e1e54 100644
--- a/ipu6-camera-hal.spec
+++ b/ipu6-camera-hal.spec
@@ -1,5 +1,5 @@
-%global commit cc0b859daeb5fdcdf23ed066ce0b6e313225fbb1
-%global commitdate 20221112
+%global commit 884b81aae0ea19a974eb8ccdaeef93038136bdd4
+%global commitdate 20230208
%global shortcommit %(c=%{commit}; echo ${c:0:7})
# We want to specify multiple separate build-dirs for the different variants
@@ -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: 13.%{commitdate}git%{shortcommit}%{?dist}
+Release: 14.%{commitdate}git%{shortcommit}%{?dist}
License: Apache-2.0
Source0: https://github.com/intel/%{name}/archive/%{commit}/%{name}-%{shortcommit}...
@@ -18,7 +18,7 @@ Source2: v4l2-relayd-adl
Source3: v4l2-relayd-tgl
Source4: intel_ipu6_isys.conf
-Patch1: 0001-Fix-build-error-due-to-missing-cstdint.h.patch
+# Patches
BuildRequires: systemd-rpm-macros
BuildRequires: ipu6-camera-bins-devel
@@ -114,6 +114,9 @@ fi
%changelog
+* Tue Aug 08 2023 Kate Hsuan <hpa(a)redhat.com> - 0.0-14.20230208git884b81a
+- Updated to commit 884b81aae0ea19a974eb8ccdaeef93038136bdd4
+
* Thu Jun 8 2023 Hans de Goede <hdegoede(a)redhat.com> - 0.0-13.20221112gitcc0b859
- Add Raptor Lake IPU6EP PCI-id to 60-intel-ipu6.rules
diff --git a/sources b/sources
index 0367a03..4fefb52 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ipu6-camera-hal-cc0b859.tar.gz) = eeb1b4a50ca56ddcf5a46d47bdd583c0d9d865dc318ed5c0f039e7777b2f5ef4126de941dd171152e0253ec069d415f9813774b783732c64e33259c059a9f2f9
+SHA512 (ipu6-camera-hal-884b81a.tar.gz) = 71e47dde184f92de4140f140e18863996012b83f122a5e00936bfebab45c968b3f30fd64425e4ae56369083ef9ffb8d127d81abbf08063d22f8bede56057fa99
1 year, 3 months
[mixxx/f36] New upstream release 2.3.6
by Uwe Klotz
commit c3d64c631cb476215b7382cf753530630a18be6d
Author: Uwe Klotz <uwe.klotz(a)gmail.com>
Date: Tue Aug 15 09:35:34 2023 +0200
New upstream release 2.3.6
mixxx.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index 4f985c8..0fb494f 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -24,7 +24,7 @@
%endif
Name: mixxx
-Version: 2.3.5
+Version: 2.3.6
Release: 1%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
Summary: Mixxx is open source software for DJ'ing
License: GPLv2+
@@ -214,6 +214,9 @@ appstreamcli \
%{_udevrulesdir}/69-%{name}-usb-uaccess.rules
%changelog
+* Tue Aug 15 2023 Uwe Klotz <uwe.klotz(a)gmail.com> - 2.3.6-1
+- New upstream release 2.3.6
+
* Wed May 10 2023 Uwe Klotz <uwe.klotz(a)gmail.com> - 2.3.5-1
- New upstream release 2.3.5
diff --git a/sources b/sources
index 6382f53..cc9a046 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
SHA512 (libkeyfinder-2.2.6.zip) = 23ffcc4da59019349824b60dd1b125d559f39d7731fe7f00cdc8f4a97a342fa59ef5183c4e272ff4c5fd06eaa89c581e07fdb26bcfd3c98cc42d2dcc29e13e1e
-SHA512 (mixxx-2.3.5.tar.gz) = d81208e8fe91e1843bac7ab512dc248457266b935bf8720694f2bedf96389ba35789d68ea77fcecf0a02682fb75de2752612b2c44a49b8eba52323cab2b82e51
+SHA512 (mixxx-2.3.6.tar.gz) = a92c2c92dc7619ac135d940f23ffdc101c528eca6322517805afb9eb48a84c6339cefb88b96bdac6ffb23967c2f93f621daf3e98bfecbf7f3fe7626ddcec4398
1 year, 3 months
[mixxx/f36] Replace %ctest3 with %ctest
by Uwe Klotz
commit c5124a31723a84d7fa7faa1e8a5d3252c64c3013
Author: Uwe Klotz <uwe.klotz(a)gmail.com>
Date: Fri Jul 14 14:37:09 2023 +0200
Replace %ctest3 with %ctest
mixxx.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index 90b2188..4f985c8 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -186,9 +186,9 @@ rm -rf \
# Run tests
%if "%{?ctest_exclude_regex}" == ""
- %ctest3 --timeout %ctest_timeout_secs
+ %ctest --timeout %ctest_timeout_secs
%else
- %ctest3 --timeout %ctest_timeout_secs --exclude-regex "%ctest_exclude_regex"
+ %ctest --timeout %ctest_timeout_secs --exclude-regex "%ctest_exclude_regex"
%endif
# Validate AppStream data
1 year, 3 months
[mixxx/f37] New upstream release 2.3.6
by Uwe Klotz
commit e2a93279de7e8b4a596e049d863dd5a3bb986edf
Author: Uwe Klotz <uwe.klotz(a)gmail.com>
Date: Tue Aug 15 09:35:34 2023 +0200
New upstream release 2.3.6
mixxx.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index 69087b0..58718ee 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -24,7 +24,7 @@
%endif
Name: mixxx
-Version: 2.3.5
+Version: 2.3.6
Release: 1%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
Summary: Mixxx is open source software for DJ'ing
License: GPLv2+
@@ -214,6 +214,9 @@ appstreamcli \
%{_udevrulesdir}/69-%{name}-usb-uaccess.rules
%changelog
+* Tue Aug 15 2023 Uwe Klotz <uwe.klotz(a)gmail.com> - 2.3.6-1
+- New upstream release 2.3.6
+
* Wed May 10 2023 Uwe Klotz <uwe.klotz(a)gmail.com> - 2.3.5-1
- New upstream release 2.3.5
diff --git a/sources b/sources
index 6382f53..cc9a046 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
SHA512 (libkeyfinder-2.2.6.zip) = 23ffcc4da59019349824b60dd1b125d559f39d7731fe7f00cdc8f4a97a342fa59ef5183c4e272ff4c5fd06eaa89c581e07fdb26bcfd3c98cc42d2dcc29e13e1e
-SHA512 (mixxx-2.3.5.tar.gz) = d81208e8fe91e1843bac7ab512dc248457266b935bf8720694f2bedf96389ba35789d68ea77fcecf0a02682fb75de2752612b2c44a49b8eba52323cab2b82e51
+SHA512 (mixxx-2.3.6.tar.gz) = a92c2c92dc7619ac135d940f23ffdc101c528eca6322517805afb9eb48a84c6339cefb88b96bdac6ffb23967c2f93f621daf3e98bfecbf7f3fe7626ddcec4398
1 year, 3 months
[mixxx/f37] Replace %ctest3 with %ctest
by Uwe Klotz
commit 073f93541e522f4a1c99a912d2d04a3614d68529
Author: Uwe Klotz <uwe.klotz(a)gmail.com>
Date: Fri Jul 14 14:37:09 2023 +0200
Replace %ctest3 with %ctest
mixxx.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index f515eea..69087b0 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -186,9 +186,9 @@ rm -rf \
# Run tests
%if "%{?ctest_exclude_regex}" == ""
- %ctest3 --timeout %ctest_timeout_secs
+ %ctest --timeout %ctest_timeout_secs
%else
- %ctest3 --timeout %ctest_timeout_secs --exclude-regex "%ctest_exclude_regex"
+ %ctest --timeout %ctest_timeout_secs --exclude-regex "%ctest_exclude_regex"
%endif
# Validate AppStream data
1 year, 3 months
[mixxx/f38] New upstream release 2.3.6
by Uwe Klotz
commit f2b64150b951641fca554bd7df46fdf7947242fc
Author: Uwe Klotz <uwe.klotz(a)gmail.com>
Date: Tue Aug 15 09:35:34 2023 +0200
New upstream release 2.3.6
mixxx.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index c18cfad..6e91e0b 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -24,7 +24,7 @@
%endif
Name: mixxx
-Version: 2.3.5
+Version: 2.3.6
Release: 1%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
Summary: Mixxx is open source software for DJ'ing
License: GPLv2+
@@ -210,6 +210,9 @@ appstreamcli \
%{_udevrulesdir}/69-%{name}-usb-uaccess.rules
%changelog
+* Tue Aug 15 2023 Uwe Klotz <uwe.klotz(a)gmail.com> - 2.3.6-1
+- New upstream release 2.3.6
+
* Wed May 10 2023 Uwe Klotz <uwe.klotz(a)gmail.com> - 2.3.5-1
- New upstream release 2.3.5
diff --git a/sources b/sources
index 6382f53..cc9a046 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
SHA512 (libkeyfinder-2.2.6.zip) = 23ffcc4da59019349824b60dd1b125d559f39d7731fe7f00cdc8f4a97a342fa59ef5183c4e272ff4c5fd06eaa89c581e07fdb26bcfd3c98cc42d2dcc29e13e1e
-SHA512 (mixxx-2.3.5.tar.gz) = d81208e8fe91e1843bac7ab512dc248457266b935bf8720694f2bedf96389ba35789d68ea77fcecf0a02682fb75de2752612b2c44a49b8eba52323cab2b82e51
+SHA512 (mixxx-2.3.6.tar.gz) = a92c2c92dc7619ac135d940f23ffdc101c528eca6322517805afb9eb48a84c6339cefb88b96bdac6ffb23967c2f93f621daf3e98bfecbf7f3fe7626ddcec4398
1 year, 3 months
[mixxx/f38] Replace %ctest3 with %ctest
by Uwe Klotz
commit 0a6766beea1868e88bacd701fa754e6df42fe6d8
Author: Uwe Klotz <uwe.klotz(a)gmail.com>
Date: Fri Jul 14 14:37:09 2023 +0200
Replace %ctest3 with %ctest
mixxx.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index 98b728f..c18cfad 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -182,9 +182,9 @@ rm -rf \
# Run tests
%if "%{?ctest_exclude_regex}" == ""
- %ctest3 --timeout %ctest_timeout_secs
+ %ctest --timeout %ctest_timeout_secs
%else
- %ctest3 --timeout %ctest_timeout_secs --exclude-regex "%ctest_exclude_regex"
+ %ctest --timeout %ctest_timeout_secs --exclude-regex "%ctest_exclude_regex"
%endif
# Validate AppStream data
1 year, 3 months
[snes9x/f39] Updated to 1.62.3
by Andrea Musuruane
Summary of changes:
80d4c8c... Updated to 1.62.3 (*)
(*) This commit already existed in another branch; no separate mail sent
1 year, 3 months