SHA256
1
0
forked from pool/tvheadend

Accepting request 486994 from home:alois:branches:multimedia:apps

Update to 4.0.10 (2nd attempt)

OBS-URL: https://build.opensuse.org/request/show/486994
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/tvheadend?expand=0&rev=12
This commit is contained in:
Tomas Cech
2017-04-10 08:54:24 +00:00
committed by Git OBS Bridge
parent 94c35bf5f7
commit 2d24903784
5 changed files with 13 additions and 28 deletions

View File

@@ -21,7 +21,7 @@
%define htsuser hts
%define homedir %{_localstatedir}/lib/tvheadend
Name: tvheadend
Version: 4.0.9
Version: 4.0.10
Release: 0
Summary: A TV Streaming Server
# parsers are from FFMpeg project under LGPL-2.1
@@ -35,8 +35,6 @@ Source2: %{name}-rpmlintrc
Source3: %{name}_super
# PATCH-FIX-OPENSUSE tvheadend-4.0_no-werror.patch -- Do not treat warnings as errors.
Patch0: %{name}-4.0_no-werror.patch
# PATCH-FIX-OPENSUSE tvheadend-fix-misleading-indent.patch malcolmlewis@opensuse.org -- Fix warning/error produced with gcc-6.
Patch1: %{name}-fix-misleading-indent.patch
# PATCH-FIX-OPENSUSE tvheadend-fix-service-dependency.patch -- do not wait for or require syslog
Patch2: %{name}-fix-service-dependency.patch
# FFMPEG related patches
@@ -54,7 +52,9 @@ BuildRequires: pkgconfig(libssl)
BuildRequires: pkgconfig(libswscale)
BuildRequires: pkgconfig(liburiparser)
BuildRequires: pkgconfig(zlib)
%if 0%{?suse_version} > 1320
Requires(pre): group(%{htsgroup})
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{?systemd_requires}
@@ -69,7 +69,6 @@ scheduling recordings.
%prep
%setup -q
%patch0
%patch1 -p1
%patch2 -p1
%patch3 -p1