[obs-studio] Remove el8 hack
by Leigh Scott
commit e74a5f67290e789fca4848c3e36a8a2c711b6eb1
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Oct 14 14:08:58 2020 +0100
Remove el8 hack
obs-studio.spec | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/obs-studio.spec b/obs-studio.spec
index 918369a..7c8fe9c 100644
--- a/obs-studio.spec
+++ b/obs-studio.spec
@@ -89,10 +89,7 @@ sed -i 's|OBS_MULTIARCH_SUFFIX|LIB_SUFFIX|g' cmake/Modules/ObsHelpers.cmake
%build
%cmake3 -DOBS_VERSION_OVERRIDE=%{version} \
-DUNIX_STRUCTURE=1 -GNinja \
- -DOpenGL_GL_PREFERENCE=GLVND \
-%if 0%{?rhel}
- -S . -B %{_target_platform}
-%endif
+ -DOpenGL_GL_PREFERENCE=GLVND
%cmake3_build
4 years, 1 month
[obs-studio] Updated to 26.0.2 and removed doxygen bits
by Momcilo Medic
commit c21de032be9b0d8cd76522c6852b5f25e0909397
Author: Momcilo Medic <fedorauser(a)fedoraproject.org>
Date: Wed Oct 14 14:29:19 2020 +0200
Updated to 26.0.2 and removed doxygen bits
obs-studio.spec | 26 ++++++--------------------
sources | 2 +-
2 files changed, 7 insertions(+), 21 deletions(-)
---
diff --git a/obs-studio.spec b/obs-studio.spec
index f74c3e5..918369a 100644
--- a/obs-studio.spec
+++ b/obs-studio.spec
@@ -1,5 +1,4 @@
%undefine __cmake_in_source_build
-%define _legacy_common_support 1
%if 0%{?fedora} || 0%{?rhel} > 7
# bytecompile with Python 3
%global __python %{__python3}
@@ -8,8 +7,8 @@
%endif
Name: obs-studio
-Version: 25.0.8
-Release: 5%{?dist}
+Version: 26.0.2
+Release: 1%{?dist}
Summary: Open Broadcaster Software Studio
License: GPLv2+
@@ -42,7 +41,6 @@ BuildRequires: desktop-file-utils
BuildRequires: vlc-devel
BuildRequires: alsa-lib-devel
BuildRequires: systemd-devel
-BuildRequires: doxygen
%if 0%{?fedora} || 0%{?rhel} > 7
BuildRequires: speexdsp-devel
%else
@@ -80,15 +78,6 @@ Requires: %{name}-libs%{?_isa} = %{version}-%{release}
%description devel
Header files for Open Broadcaster Software
-%package doc
-Summary: Documentation files for %{name}
-Group: Documentation
-BuildArch: noarch
-
-%description doc
-The %{name}-doc package contains html documentation
-that use %{name}.
-
%prep
%autosetup -p0
@@ -107,10 +96,6 @@ sed -i 's|OBS_MULTIARCH_SUFFIX|LIB_SUFFIX|g' cmake/Modules/ObsHelpers.cmake
%cmake3_build
-# build docs
-doxygen
-
-
%install
%cmake3_install
@@ -147,10 +132,11 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata
%{_libdir}/*.so
%{_includedir}/obs/
-%files doc
-%doc docs/html
-
%changelog
+* 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
+
* Tue Aug 18 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 25.0.8-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
diff --git a/sources b/sources
index a4400ce..9ae3ce4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (obs-studio-25.0.8.tar.gz) = a97c03dc218a4e03e48f6a7dc82b4a59ebeee2039f17be66bb847681ce9ff3d25e6e015be4af78fe44739f6fad5089b6e683d7657c2e4fde8e547df9a2594a08
+SHA512 (obs-studio-26.0.2.tar.gz) = e93c312543f38702aee1cf2ed229e0a5faf876340f418d792353126c42d913fd70ebefce830b3ffa5ee6a5d42d4c84fa35673a436b7b7de5ce14becdaa2d7819
4 years, 1 month
[mythtv] Update service files to include instructions for using systemd overrides.
by Richard Shaw
commit b3d5377e8efd759dbe4f09bce33e7b509e8ada8d
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Tue Oct 13 08:58:51 2020 -0500
Update service files to include instructions for using systemd overrides.
mythbackend.service | 3 ++-
mythdb-optimize.service | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/mythbackend.service b/mythbackend.service
index ac96850..bb49e5a 100644
--- a/mythbackend.service
+++ b/mythbackend.service
@@ -1,6 +1,7 @@
# Do not edit this file, it will be replaced on update
# If you need to make modifications to this unit file first make a copy in
-# /etc/systemd/system
+# /etc/systemd/system or provide an override file in
+# /etc/systemd/system/mythbackend.service.d/
# This file is part of the packaging of MythTV
#
diff --git a/mythdb-optimize.service b/mythdb-optimize.service
index 995e0df..9ad7067 100644
--- a/mythdb-optimize.service
+++ b/mythdb-optimize.service
@@ -1,6 +1,7 @@
# Do not edit this file, it will be replaced on update
# If you need to make modifications to this unit file first make a copy in
-# /etc/systemd/system
+# /etc/systemd/system or create an override file in
+# /etc/systemd/system/mythdb-optimize.service.d/
# This file is part of the packaging of MythTV
#
4 years, 1 month
[xorg-x11-drv-nvidia] Symlink profile files to fix el issue
by Leigh Scott
commit 8b41ed39b094309ab2ea5b2792fe259dc810ce64
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Oct 12 15:57:07 2020 +0100
Symlink profile files to fix el issue
xorg-x11-drv-nvidia.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index 5c9ae89..f094002 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -298,6 +298,8 @@ install -p -m 0644 %{SOURCE5} %{buildroot}%{_alternate_dir}
#install the NVIDIA supplied application profiles
mkdir -p %{buildroot}%{_datadir}/nvidia
install -p -m 0644 nvidia-application-profiles-%{version}-{rc,key-documentation} %{buildroot}%{_datadir}/nvidia
+ln -s nvidia-application-profiles-%{version}-rc %{buildroot}%{_datadir}/nvidia/nvidia-application-profiles-rc
+ln -s nvidia-application-profiles-%{version}-key-documentation %{buildroot}%{_datadir}/nvidia/nvidia-application-profiles-key-documentation
#Install the Xorg configuration files
mkdir -p %{buildroot}%{_sysconfdir}/X11/xorg.conf.d
@@ -434,7 +436,7 @@ fi ||:
%{_libdir}/xorg/modules/drivers/nvidia_drv.so
#/no_multilib
%dir %{_datadir}/nvidia
-%{_datadir}/nvidia/nvidia-application-profiles-%{version}-*
+%{_datadir}/nvidia/nvidia-application-profiles-*
%files kmodsrc
%dir %{_datadir}/nvidia-kmod-%{version}
4 years, 1 month