[kodi-pvr-demo] Update to 6.0.1 (switch to Matrix branch)
by Mohamed ElMorabity
commit 394e9043a5491123b148a2fda0fe486a57693f0e
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Wed Aug 19 17:06:54 2020 +0200
Update to 6.0.1 (switch to Matrix branch)
.gitignore | 1 +
kodi-pvr-demo.spec | 23 ++++++++++-------------
sources | 2 +-
3 files changed, 12 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 70a4457..68d4919 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/kodi-pvr-demo-07cb805.tar.gz
/pvr.demo-8f62053.tar.gz
/pvr.demo-cc1dc5d.tar.gz
+/pvr.demo-6.0.1.tar.gz
diff --git a/kodi-pvr-demo.spec b/kodi-pvr-demo.spec
index e78c81e..dadfcc5 100644
--- a/kodi-pvr-demo.spec
+++ b/kodi-pvr-demo.spec
@@ -1,29 +1,22 @@
-%global commit cc1dc5db3080bdc23052ad72519153e4fd758261
-%global shortcommit %(c=%{commit}; echo ${c:0:7})
-%global commitdate 20180620
-
%global kodi_addon pvr.demo
-%global kodi_version 18.0
-
-%undefine __cmake_in_source_build
+%global kodi_version 19.0
+%global kodi_codename Matrix
Name: kodi-%(tr "." "-" <<<%{kodi_addon})
# Use Epoch to manage upgrades from older upstream
# (https://github.com/opdenkamp/xbmc-pvr-addons/)
Epoch: 1
-Version: 3.6.1
-Release: 6%{?dist}
+Version: 6.0.1
+Release: 1%{?dist}
Summary: Demo PVR for Kodi
License: GPLv2+
URL: https://github.com/kodi-pvr/%{kodi_addon}/
-Source0: https://github.com/kodi-pvr/%{kodi_addon}/archive/%{shortcommit}/%{kodi_a...
+Source0: %{url}/archive/%{version}-%{kodi_codename}/%{kodi_addon}-%{version}.tar.gz
BuildRequires: cmake3
BuildRequires: gcc-c++
BuildRequires: kodi-devel >= %{kodi_version}
-BuildRequires: kodi-platform-devel >= %{kodi_version}
-BuildRequires: platform-devel
Requires: kodi >= %{kodi_version}
ExcludeArch: %{power64} ppc64le
@@ -32,7 +25,7 @@ ExcludeArch: %{power64} ppc64le
%prep
-%autosetup -n %{kodi_addon}-%{commit}
+%autosetup -n %{kodi_addon}-%{version}-%{kodi_codename}
%build
@@ -46,11 +39,15 @@ ExcludeArch: %{power64} ppc64le
%files
%doc README.md
+%license LICENSE.md
%{_libdir}/kodi/addons/%{kodi_addon}/
%{_datadir}/kodi/addons/%{kodi_addon}/
%changelog
+* Wed Aug 19 2020 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 1:6.0.1-1
+- Update to 6.0.1 (switch to Matrix branch)
+
* Tue Aug 18 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1:3.6.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
diff --git a/sources b/sources
index f95749f..4eafe2d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-822a449ef5966b6f9108d8a941160c1b pvr.demo-cc1dc5d.tar.gz
+SHA512 (pvr.demo-6.0.1.tar.gz) = cb1eb595226543b92878d2a3a717a269647524baf6429518637d1fa1fd2d46de9a2e9481831760e9647da529a4c05bc4d1f1a54c5474d030d1d3ac92b74100c6
4 years, 3 months
[kodi-peripheral-joystick] Update to 1.6.0 (switch to Matrix branch)
by Mohamed ElMorabity
commit 148eada6a2bfd105e9527695e949c6005f46cf9e
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Wed Aug 19 16:39:04 2020 +0200
Update to 1.6.0 (switch to Matrix branch)
.gitignore | 1 +
kodi-peripheral-joystick.spec | 16 +++++++++-------
sources | 2 +-
3 files changed, 11 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a1732e8..11498d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/peripheral.joystick-1.3.2.tar.gz
/peripheral.joystick-1.4.6.tar.gz
/peripheral.joystick-1.4.8.tar.gz
+/peripheral.joystick-1.6.0.tar.gz
diff --git a/kodi-peripheral-joystick.spec b/kodi-peripheral-joystick.spec
index 543013b..c664fe5 100644
--- a/kodi-peripheral-joystick.spec
+++ b/kodi-peripheral-joystick.spec
@@ -1,12 +1,10 @@
%global kodi_addon peripheral.joystick
-%global kodi_codename Leia
-%global kodi_version 18.0
-
-%undefine __cmake_in_source_build
+%global kodi_codename Matrix
+%global kodi_version 19.0
Name: kodi-peripheral-joystick
-Version: 1.4.8
-Release: 3%{?dist}
+Version: 1.6.0
+Release: 1%{?dist}
Summary: Joystick Peripheral addon for Kodi
License: GPLv2+
@@ -39,12 +37,16 @@ Joystick Peripheral Addon for Kodi.
%files
-%doc Readme.md
+%doc README.md docs/CONTRIBUTING.md
+%license LICENSE.md
%{_libdir}/kodi/addons/%{kodi_addon}/
%{_datadir}/kodi/addons/%{kodi_addon}/
%changelog
+* Wed Aug 19 2020 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 1.6.0-1
+- Update to 1.6.0 (switch to Matrix branch)
+
* Tue Aug 18 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.4.8-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
diff --git a/sources b/sources
index 36c5cea..d948a82 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (peripheral.joystick-1.4.8.tar.gz) = 4ca692589050c225bb9ec45b79f3532a4c572c57b3c2400dd4afa398c3d77194136ffde7bc85b7d24700d7eafb0f813cc3fce5dc48d4de51869fad0f68679939
+SHA512 (peripheral.joystick-1.6.0.tar.gz) = 9fd11af0e75a80cfd1086caf29213616a441c0f8c5066ab2d54dac94603240c5f13af9048ae0691f6bd34511ac36c8cf478cdd6cd179ef97f282ae82f932e0fe
4 years, 3 months
[mythtv] Add comments for future deps that will no longer be required.
by Richard Shaw
commit d225e294f360811de526da4a87634ead06588b81
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Wed Aug 19 08:34:36 2020 -0500
Add comments for future deps that will no longer be required.
mythtv.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/mythtv.spec b/mythtv.spec
index 0f0d6eb..d391cc2 100644
--- a/mythtv.spec
+++ b/mythtv.spec
@@ -178,8 +178,10 @@ BuildRequires: nasm
# X, and Xv video support
BuildRequires: libXmu-devel
BuildRequires: libXv-devel
+### Will not likely be required in a future release
BuildRequires: libXxf86vm-devel
BuildRequires: libXinerama-devel
+###
BuildRequires: libXrandr-devel
BuildRequires: mesa-libGLU-devel
%ifarch %arm
4 years, 3 months
[kodi-inputstream-adaptive] Update to 2.6.0 (switch to Matrix branch)
by Mohamed ElMorabity
commit ee821f6e9ae05338df67658a15b45d73d549e6a6
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Wed Aug 19 15:24:04 2020 +0200
Update to 2.6.0 (switch to Matrix branch)
kodi-inputstream-adaptive.spec | 13 ++++++++-----
sources | 2 +-
2 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/kodi-inputstream-adaptive.spec b/kodi-inputstream-adaptive.spec
index cd12179..39037e4 100644
--- a/kodi-inputstream-adaptive.spec
+++ b/kodi-inputstream-adaptive.spec
@@ -1,13 +1,13 @@
%global aname inputstream.adaptive
-%global kodi_version 18.0
-%global kodi_branch Leia
+%global kodi_version 19.0
+%global kodi_branch Matrix
-%undefine __cmake_in_source_build
+# %%undefine __cmake_in_source_build
Name: kodi-inputstream-adaptive
-Version: 2.4.4
+Version: 2.6.0
-Release: 2%{?dist}
+Release: 1%{?dist}
Summary: Adaptive file addon for Kodi's InputStream interface
# wvdecryper contains parts of Chromium CDM under BSD
@@ -59,6 +59,9 @@ chmod 0755 $RPM_BUILD_ROOT%{_libdir}/kodi/addons/%{aname}/*.so
%changelog
+* Wed Aug 19 2020 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 2.6.0-1
+- Update to 2.6.0 (switch to Matrix branch)
+
* Tue Aug 18 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2.4.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
diff --git a/sources b/sources
index d330e58..171ad13 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (inputstream.adaptive-2.4.4-Leia.tar.gz) = 5ddc8ee08144f43369d807b1a8a2b1fc2fa70a3a0063be09a47d1df021442f0a7fb46acf2399e458bb807429f38abe9bdea5b4994ab58f93f07214b330e150f2
+SHA512 (inputstream.adaptive-2.6.0-Matrix.tar.gz) = 2c9f61831a7a8e3ba33438d00b5a9611fa643bb296b209fcf68fdec129c6f6d38b2cd6cbb383472187122b983d794519eab68b7e948275f98e9deddce3763eb0
4 years, 3 months
[mixxx] Run tests with CTest
by Uwe Klotz
commit 2f28a21d3b8db87f33336a373b8141b36ab54520
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Wed Aug 19 14:21:10 2020 +0200
Run tests with CTest
mixxx.spec | 13 ++-----------
1 file changed, 2 insertions(+), 11 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index 87a8869..b73efb1 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -139,17 +139,8 @@ rm -rf \
%check
-# Tests can only be executed locally. Running them on
-# http://koji.rpmfusion.org always ends with the error
-# message "# Child aborted***Exception:"
-#pushd cmake_build
-# TODO: Renable ControllerEngineTest after fixing the failures
-# See also: https://github.com/mixxxdj/mixxx/projects/2#card-34576534
-#ctest \
-# --exclude-regex ControllerEngineTest \
-# %{?_smp_mflags} \
-# --verbose
-#popd
+QT_QPA_PLATFORM=offscreen \
+%ctest3
# Desktop launcher
desktop-file-install \
4 years, 3 months
[mixxx] Fail the build on compiler warnings
by Uwe Klotz
commit aa8c62cac12048eb096ba0f2ef4f5e07b24f9b29
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Wed Aug 19 12:23:08 2020 +0200
Fail the build on compiler warnings
mixxx.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/mixxx.spec b/mixxx.spec
index 66a47f3..87a8869 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -103,6 +103,7 @@ echo "#pragma once" > src/build.h
-GNinja \
-DCMAKE_BUILD_TYPE=Release \
-DOPTIMIZE=portable \
+ -DWARNINGS_FATAL=ON \
-DBATTERY=ON \
-DBROADCAST=ON \
-DBULK=ON \
4 years, 3 months
[xv] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
by Leigh Scott
commit bd56c8c707afc5f179ec48bbc8eebdd4f403f8c3
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Aug 19 12:54:22 2020 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Leigh Scott <leigh123linux(a)gmail.com>
xv.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/xv.spec b/xv.spec
index 4250fe8..3afd727 100644
--- a/xv.spec
+++ b/xv.spec
@@ -3,7 +3,7 @@
Name: xv
Version: %{vprog}.jumbopatch.%{vjumbo}
-Release: 34%{?dist}
+Release: 35%{?dist}
Summary: Interactive image display program for X
Summary(de.UTF-8): X-basierender Bild-Viewer für praktische sämtliche Grafiken
Summary(es.UTF-8): Visualizador de imágenes para X para cuasi todos los formatos de imágenes
@@ -278,6 +278,9 @@ done
%doc %{_docdir}/%{name}-%{vprog}/manuals/
%changelog
+* Wed Aug 19 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 3.10a.jumbopatch.20070520-35
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
* Sun Feb 9 2020 Paul Howarth <paul(a)city-fan.org> - 3.10a.jumbopatch.20070520-34
- Fix FTBFS with GCC 10
4 years, 3 months
[xorg-x11-drv-nvidia-390xx] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
by Leigh Scott
commit b2db8ec784e941bfcc12291d05476703898167c0
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Aug 19 12:52:47 2020 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Leigh Scott <leigh123linux(a)gmail.com>
xorg-x11-drv-nvidia-390xx.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/xorg-x11-drv-nvidia-390xx.spec b/xorg-x11-drv-nvidia-390xx.spec
index 391469b..8de048c 100644
--- a/xorg-x11-drv-nvidia-390xx.spec
+++ b/xorg-x11-drv-nvidia-390xx.spec
@@ -37,7 +37,7 @@
Name: xorg-x11-drv-nvidia-390xx
Epoch: 3
Version: 390.138
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: NVIDIA's 390xx series proprietary display driver for NVIDIA graphic cards
License: Redistributable, no modification permitted
@@ -588,6 +588,9 @@ fi ||:
%{_libdir}/libnvidia-encode.so
%changelog
+* Wed Aug 19 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 3:390.138-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
* Fri Jun 26 2020 Leigh Scott <leigh123linux(a)gmail.com> - 3:390.138-1
- Update to 390.138 release
4 years, 3 months