[obs-studio/f33] (4 commits) ...Added devtoolset bits for building.
by Momcilo Medic
Summary of changes:
e74a5f6... Remove el8 hack (*)
0e90322... Set developer toolset version for EL7. (*)
fb3294d... Bumped release for devtoolset. (*)
3eaa441... Added devtoolset bits for building. (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 1 month
[obs-studio] Added devtoolset bits for building.
by Momcilo Medic
commit 3eaa4413a1f56d6b186a1d2a78f2b7298796273b
Author: Momcilo Medic <fedorauser(a)fedoraproject.org>
Date: Wed Oct 14 16:46:34 2020 +0200
Added devtoolset bits for building.
obs-studio.spec | 12 ++++++++++++
1 file changed, 12 insertions(+)
---
diff --git a/obs-studio.spec b/obs-studio.spec
index 8505c3d..64f2fbb 100644
--- a/obs-studio.spec
+++ b/obs-studio.spec
@@ -61,6 +61,9 @@ BuildRequires: swig
BuildRequires: libxcb-devel
BuildRequires: mbedtls-devel
BuildRequires: libappstream-glib
+%if 0%{?el7}
+BuildRequires: devtoolset-%{dts_ver}-toolchain, devtoolset-%{dts_ver}-libatomic-devel
+%endif
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
Requires: ffmpeg
@@ -85,6 +88,9 @@ Header files for Open Broadcaster Software
%prep
+%if 0%{?el7}
+. /opt/rh/devtoolset-%{dts_ver}/enable
+%endif
%autosetup -p0
# rpmlint reports E: hardcoded-library-path
@@ -92,6 +98,9 @@ Header files for Open Broadcaster Software
sed -i 's|OBS_MULTIARCH_SUFFIX|LIB_SUFFIX|g' cmake/Modules/ObsHelpers.cmake
%build
+%if 0%{?el7}
+. /opt/rh/devtoolset-%{dts_ver}/enable
+%endif
%cmake3 -DOBS_VERSION_OVERRIDE=%{version} \
-DUNIX_STRUCTURE=1 -GNinja \
-DOpenGL_GL_PREFERENCE=GLVND
@@ -106,6 +115,9 @@ install -Dm644 UI/obs-frontend-api/obs-frontend-api.h %{buildroot}%{_includedir}
install -Dm644 cmake/external/ObsPluginHelpers.cmake %{buildroot}%{_libdir}/cmake/LibObs/
%check
+%if 0%{?el7}
+. /opt/rh/devtoolset-%{dts_ver}/enable
+%endif
/usr/bin/desktop-file-validate %{buildroot}/%{_datadir}/applications/com.obsproject.Studio.desktop
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata.xml
4 years, 1 month
[obs-studio] Bumped release for devtoolset.
by Momcilo Medic
commit fb3294d169cf8a745b92b361d77bbe7f00bd3360
Author: Momcilo Medic <fedorauser(a)fedoraproject.org>
Date: Wed Oct 14 16:31:24 2020 +0200
Bumped release for devtoolset.
obs-studio.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/obs-studio.spec b/obs-studio.spec
index 85ff854..8505c3d 100644
--- a/obs-studio.spec
+++ b/obs-studio.spec
@@ -13,7 +13,7 @@
Name: obs-studio
Version: 26.0.2
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Open Broadcaster Software Studio
License: GPLv2+
@@ -135,6 +135,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata
%{_includedir}/obs/
%changelog
+* Wed Oct 14 2020 Momcilo Medic <fedorauser(a)fedoraproject.org> - 26.0.2-2
+- Bumped release for setting developer toolset version
+
* Wed Oct 14 2020 Momcilo Medic <fedorauser(a)fedoraproject.org> - 26.0.2-1
- Removed doxygen bits as upstream removed it
- Updated to 26.0.2
4 years, 1 month
[obs-studio] Set developer toolset version for EL7.
by Momcilo Medic
commit 0e90322522536c125404ea450dbd74e879086c08
Author: Momcilo Medic <fedorauser(a)fedoraproject.org>
Date: Wed Oct 14 16:29:16 2020 +0200
Set developer toolset version for EL7.
obs-studio.spec | 5 +++++
1 file changed, 5 insertions(+)
---
diff --git a/obs-studio.spec b/obs-studio.spec
index 7c8fe9c..85ff854 100644
--- a/obs-studio.spec
+++ b/obs-studio.spec
@@ -6,6 +6,11 @@
%global __python %{__python2}
%endif
+%if 0%{?el7}
+# Developper toolset version
+%global dts_ver 8
+%endif
+
Name: obs-studio
Version: 26.0.2
Release: 1%{?dist}
4 years, 1 month
[nvidia-persistenced] Update changelog
by Nicolas Chauvet
commit 7899414d0c5956c80b2c73bf14de8587558658da
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Oct 14 16:21:38 2020 +0200
Update changelog
nvidia-persistenced.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/nvidia-persistenced.spec b/nvidia-persistenced.spec
index 5d3ddf4..4b9e5f0 100644
--- a/nvidia-persistenced.spec
+++ b/nvidia-persistenced.spec
@@ -3,7 +3,7 @@
Name: nvidia-persistenced
Epoch: 3
Version: 455.28
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Daemon for maintaining persistent driver state
License: MIT and GPLv2+
@@ -76,6 +76,9 @@ chmod -x %{buildroot}%{_mandir}/man1/%{name}.1.*
%changelog
+* Wed Oct 14 2020 Nicolas Chauvet <kwizart(a)gmail.com> - 3:455.28-2
+- Enable arches for legacy 390x/340xx
+
* Wed Oct 7 2020 Leigh Scott <leigh123linux(a)gmail.com> - 3:455.28-1
- Update to 455.28 release
4 years, 1 month
[nvidia-persistenced] Fix arches for i686 and armv7hl
by Nicolas Chauvet
commit a4944ed0be600569231fb8f83e6cffcb98bd6113
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Oct 14 16:08:48 2020 +0200
Fix arches for i686 and armv7hl
nvidia-persistenced.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/nvidia-persistenced.spec b/nvidia-persistenced.spec
index 87316a5..5d3ddf4 100644
--- a/nvidia-persistenced.spec
+++ b/nvidia-persistenced.spec
@@ -9,7 +9,9 @@ Summary: Daemon for maintaining persistent driver state
License: MIT and GPLv2+
URL: https://download.nvidia.com/XFree86/%{name}/
Source0: %{url}/%{name}-%{version}.tar.bz2
-ExclusiveArch: x86_64
+# This package is also available for 390xx/340xx
+# So enable i686 and armv7hl
+ExclusiveArch: x86_64 i686 armv7hl
BuildRequires: gcc
BuildRequires: m4
4 years, 1 month
[buildsys-build-rpmfusion/f33] rebuild for kernel 5.8.14-300.fc33
by Nicolas Chauvet
commit 76b3a883c5ca281a386f7f38f4fb4f7cdc9e3c06
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Oct 14 16:05:29 2020 +0200
rebuild for kernel 5.8.14-300.fc33
buildsys-build-rpmfusion-kerneldevpkgs-current | 8 ++++----
buildsys-build-rpmfusion.spec | 5 ++++-
2 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/buildsys-build-rpmfusion-kerneldevpkgs-current b/buildsys-build-rpmfusion-kerneldevpkgs-current
index f7afc9a..41290c0 100644
--- a/buildsys-build-rpmfusion-kerneldevpkgs-current
+++ b/buildsys-build-rpmfusion-kerneldevpkgs-current
@@ -1,4 +1,4 @@
-5.8.13-300.fc33
-5.8.13-300.fc33smp
-5.8.13-300.fc33PAE
-5.8.13-300.fc33lpae
+5.8.14-300.fc33
+5.8.14-300.fc33smp
+5.8.14-300.fc33PAE
+5.8.14-300.fc33lpae
diff --git a/buildsys-build-rpmfusion.spec b/buildsys-build-rpmfusion.spec
index caac71d..ec389c3 100644
--- a/buildsys-build-rpmfusion.spec
+++ b/buildsys-build-rpmfusion.spec
@@ -3,7 +3,7 @@
Name: buildsys-build-%{repo}
Epoch: 11
Version: 33
-Release: 0.4
+Release: 1
Summary: Tools and files used by the %{repo} buildsys
License: MIT
@@ -77,6 +77,9 @@ sed -i 's|^default_prefix=.*|default_prefix=%{_datadir}/%{name}/|' \
%changelog
+* Wed Oct 14 2020 Nicolas Chauvet <kwizart(a)gmail.com> - 11:33-1
+- rebuild for kernel 5.8.14-300.fc33
+
* Thu Oct 8 2020 Leigh Scott <leigh123linux(a)gmail.com> - 11:33-0.4
- rebuild for kernel 5.8.13-300.fc33
4 years, 1 month