[wireguard-kmod/f30: 2/2] Merge branch 'master' into f30
by Robert-André Mauchin
commit 142a77881921b1c76dd1deddbfb04b42a1633523
Merge: 7c9acd0 a375458
Author: Robert-André Mauchin <zebob.m(a)gmail.com>
Date: Sun Oct 13 20:37:48 2019 +0200
Merge branch 'master' into f30
.gitignore | 1 +
sources | 2 +-
wireguard-kmod.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
5 years, 1 month
[obs-studio/el7] (7 commits) ...Changed BR from gcc-objc to gcc to unify SPEC file across branches.
by Momcilo Medic
Summary of changes:
8d22cb9... Updated to 23.2.1 (*)
db21677... Rebuild for new ffmpeg version (*)
779e4d9... Rebuild for python-3.8 (*)
233cd62... Updated to 24.0.1 (*)
09bc27e... Fixed sources file. (*)
8c627a0... Updated to 24.0.3 (*)
ea2e67f... Changed BR from gcc-objc to gcc to unify SPEC file across b (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 1 month
[obs-studio] Changed BR from gcc-objc to gcc to unify SPEC file across branches.
by Momcilo Medic
commit ea2e67f76565054f0a0589f02d0eea77517b506f
Author: Momcilo Medic <fedorauser(a)fedoraproject.org>
Date: Sun Oct 13 20:11:13 2019 +0200
Changed BR from gcc-objc to gcc to unify SPEC file across branches.
obs-studio.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/obs-studio.spec b/obs-studio.spec
index 63b68e9..72eddd6 100644
--- a/obs-studio.spec
+++ b/obs-studio.spec
@@ -7,7 +7,7 @@
Name: obs-studio
Version: 24.0.3
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Open Broadcaster Software Studio
License: GPLv2+
@@ -17,7 +17,7 @@ Source0: https://github.com/obsproject/obs-studio/archive/%{version}.tar.
# Arm gcc has no xmmintrin.h file
ExclusiveArch: i686 x86_64
-BuildRequires: gcc-objc
+BuildRequires: gcc
BuildRequires: cmake3
BuildRequires: ninja-build
BuildRequires: libX11-devel
@@ -148,6 +148,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata
%doc docs/html
%changelog
+* Sun Oct 13 2019 Momcilo Medic <fedorauser(a)fedoraproject.org> - 24.0.3-2
+- Switched BR gcc-objc to gcc to unify SPEC file across builds
+
* Sat Oct 12 2019 Momcilo Medic <fedorauser(a)fedoraproject.org> - 24.0.3-1
- Updated to 24.0.3
5 years, 1 month