[kodi] Add sources
by Nicolas Chauvet
commit 830026bceb60e8bf34a05dc5377fc17911580099
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Oct 12 19:44:52 2018 +0200
Add sources
.gitignore | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index aca26cd..3ecb8e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,3 @@
-/kodi-libdvdnav-6.0.0-Leia-Alpha-3.tar.gz
-/kodi-libdvdread-6.0.0-Leia-Alpha-3.tar.gz
-/kodi-18.0b2-patched.tar.xz
+kodi-libdvdnav-*.tar.gz
+kodi-libdvdread-*.tar.gz
+kodi-*-patched.tar.xz
6 years, 1 month
[kodi] Add missing macros for firewalld post
by Nicolas Chauvet
commit 237ff10b4b2c1bb168957bf4f3b664d34708be31
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Oct 12 19:30:26 2018 +0200
Add missing macros for firewalld post
kodi.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/kodi.spec b/kodi.spec
index 46e9ba6..0262baa 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -93,6 +93,7 @@ BuildRequires: e2fsprogs-devel
BuildRequires: enca-devel
BuildRequires: expat-devel
BuildRequires: faad2-devel
+BuildRequires: firewalld-filesystem
%if 0%{?_with_external_ffmpeg}
BuildRequires: ffmpeg-devel
%endif
6 years, 1 month
[kodi] Add changelog
by Nicolas Chauvet
commit 3148cb35522a9e6e5c888cc2d57f6d14bc4cc323
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Thu Oct 11 15:45:18 2018 +0200
Add changelog
kodi.spec | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/kodi.spec b/kodi.spec
index 2722626..46e9ba6 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -1,4 +1,4 @@
-%global PRERELEASE b2
+%global PRERELEASE b3
#global DIRVERSION %{version}
#global GITCOMMIT Gotham_r2-ge988513
# use the line below for pre-releases
@@ -30,7 +30,7 @@
Name: kodi
Version: 18.0
-Release: 0.9.b2%{?dist}
+Release: 0.10.b3%{?dist}
Summary: Media center
License: GPLv2+ and GPLv3+ and LGPLv2+ and BSD and MIT
@@ -476,6 +476,12 @@ mv docs/manpages ${RPM_BUILD_ROOT}%{_mandir}/man1/
%changelog
+* Thu Oct 11 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 18.0-0.10.b3
+- Update to beta3
+- Enable arm build
+- Build EGL/GLES everywhere
+- Add firewalld sub-package when relevant
+
* Thu Sep 27 2018 Michael Cronenworth <mike(a)cchtml.com> - 18.0-0.9.b2
- Kodi 18.0 beta 2
6 years, 1 month
[kodi] Update tarball
by Nicolas Chauvet
commit b7d1ffce564c092b5ebb738b970958418eb20505
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Thu Oct 11 15:40:10 2018 +0200
Update tarball
kodi-generate-tarball-xz.sh | 2 +-
sources | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kodi-generate-tarball-xz.sh b/kodi-generate-tarball-xz.sh
index 09e093f..2515dd1 100755
--- a/kodi-generate-tarball-xz.sh
+++ b/kodi-generate-tarball-xz.sh
@@ -1,7 +1,7 @@
#!/bin/sh
MAJORVERSION=18
-MINORVERSION=0b2
+MINORVERSION=0b3
#GITCOMMIT=e988513175fccca83f8b688bb77b932f6a403b96
#GITSHORT=ge988513
CODENAME=Leia
diff --git a/sources b/sources
index 4769bcb..49bb169 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-a1893cc1488d2c81bcba8d5fad0e2384 kodi-18.0b2-patched.tar.xz
2aec5f8c790449126118abc6bb3cb5cd kodi-libdvdnav-6.0.0-Leia-Alpha-3.tar.gz
f3244e7b002d37f91cc6a77461c4f619 kodi-libdvdread-6.0.0-Leia-Alpha-3.tar.gz
+ba776688632a730680ac4be01108446d kodi-18.0b3-patched.tar.xz
6 years, 1 month
[kodi] Add firewalld sub-package when relevant
by Nicolas Chauvet
commit 315b69f630ee97c6051dd2055023b1706b83673f
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Sep 4 12:16:36 2018 +0200
Add firewalld sub-package when relevant
kodi.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/kodi.spec b/kodi.spec
index 49baa14..2722626 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -209,6 +209,7 @@ BuildRequires: zlib-devel
Requires: %{name}-common = %{version}-%{release}
Requires: (%{name}-wayland = %{version}-%{release} if libwayland-server)
Requires: (%{name}-x11 = %{version}-%{release} if xorg-x11-server-Xorg)
+Requires: (%{name}-firewalld = %{version}-%{release} if firewalld)
%description
6 years, 1 month
[kodi] Allow to build EGL/GLES everywhere
by Nicolas Chauvet
commit 09bfff75e440a2fac8b8f79d2166cbfa79dcaf5a
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sat Sep 1 22:12:45 2018 +0200
Allow to build EGL/GLES everywhere
kodi.spec | 3 ---
1 file changed, 3 deletions(-)
---
diff --git a/kodi.spec b/kodi.spec
index b1a1190..49baa14 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -179,11 +179,8 @@ BuildRequires: libxml2-devel
BuildRequires: libxslt-devel
BuildRequires: lzo-devel
BuildRequires: mariadb-devel
-# ARM uses GLES
-%ifarch %{arm}
BuildRequires: mesa-libEGL-devel
BuildRequires: mesa-libGLES-devel
-%endif
BuildRequires: mesa-libgbm-devel
BuildRequires: nasm
BuildRequires: pcre-devel
6 years, 1 month
[kodi] Drop arch conditionals on vaapi/vdpau
by Nicolas Chauvet
commit fa52240d7e12c143814df67bbeac2e6a3873212c
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Aug 31 15:08:18 2018 +0200
Drop arch conditionals on vaapi/vdpau
kodi.spec | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/kodi.spec b/kodi.spec
index c659e78..b1a1190 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -169,10 +169,8 @@ BuildRequires: libssh-devel
BuildRequires: libtiff-devel
BuildRequires: libtool
BuildRequires: libuuid-devel
-%ifnarch %{arm}
BuildRequires: libva-devel
BuildRequires: libvdpau-devel
-%endif
BuildRequires: libvorbis-devel
%if 0%{?_with_wayland}
BuildRequires: libxkbcommon-devel
6 years, 1 month
[kodi] ExcludeArch power64 ppc64le
by Nicolas Chauvet
commit 29c8f36e274c1b8707c01604f8da65cf9bf9dcfd
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Aug 31 15:06:50 2018 +0200
ExcludeArch power64 ppc64le
kodi.spec | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/kodi.spec b/kodi.spec
index dcb6b84..c659e78 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -72,8 +72,7 @@ Patch2: kodi-18a1-assert.patch
%endif
# Upstream does not support ppc64
-# ARM 32-bit support requires neon
-ExclusiveArch: %{ix86} x86_64 aarch64
+ExcludeArch: %{power64} ppc64le
BuildRequires: SDL2-devel
BuildRequires: SDL_image-devel
6 years, 1 month
[vdr-xineliboutput] Update to 2.1.0-9.20181005gitb298178
by Martin Gansser
commit 3a2364b2ca21afff799ed9dd26cbe309f981b310
Author: Martin Gansser <mgansser(a)online.de>
Date: Fri Oct 12 19:42:37 2018 +0200
Update to 2.1.0-9.20181005gitb298178
.gitignore | 1 +
sources | 2 +-
vdr-xineliboutput.spec | 9 ++++++---
3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0e43daf..759f45c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ vdr-xineliboutput-1.1.0-20150422.tgz
/vdr-xineliboutput-2.1.0-cdd6595.tar.gz
/vdr-xineliboutput-2.1.0-747f03e.tar.gz
/vdr-xineliboutput-2.1.0-97b7e78.tar.gz
+/vdr-xineliboutput-2.1.0-b298178.tar.gz
diff --git a/sources b/sources
index 00ffcd8..e95e9bf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d88a7934ad77d42efe795a593fc606b5 vdr-xineliboutput-2.1.0-97b7e78.tar.gz
+25185efae4bc2224db0c0f5f02b6083c vdr-xineliboutput-2.1.0-b298178.tar.gz
diff --git a/vdr-xineliboutput.spec b/vdr-xineliboutput.spec
index 11e05ea..a56d391 100644
--- a/vdr-xineliboutput.spec
+++ b/vdr-xineliboutput.spec
@@ -3,14 +3,14 @@
%global xinepluginver 2.1.0
%global pname xineliboutput
%global vdrver %(pkg-config --modversion vdr 2>/dev/null || echo ERROR)
-%global gitrev 97b7e78
-%global gitdate 20180701
+%global gitrev b298178
+%global gitdate 20181005
# build bluray support (disabled for now)
%global have_bluray 1
Name: vdr-%{pname}
Version: 2.1.0
-Release: 8.%{gitdate}git%{gitrev}%{?dist}
+Release: 9.%{gitdate}git%{gitrev}%{?dist}
Summary: Plugins for watching VDR over Xine
Group: Applications/Multimedia
License: GPLv2+
@@ -146,6 +146,9 @@ find %{buildroot}%{xineplugindir} -name '*.so' -exec chmod +x '{}' ';'
%{vdr_plugindir}/libxineliboutput-sxfe.so.%{xinepluginver}
%changelog
+* Fri Oct 12 2018 Martin Gansser <martinkg(a)fedoraproject.org> - 2.1.0-9.20181005gitb298178
+- Update to 2.1.0-9.20181005gitb298178
+
* Sun Aug 19 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 2.1.0-8.20180701git97b7e78
- Rebuilt for Fedora 29 Mass Rebuild binutils issue
6 years, 1 month
[wireguard-kmod/el7] Release 0.0.20181007
by Robert-André Mauchin
commit 2413ad29d31934e5508bfef53c193d15105b36ad
Author: Robert-André Mauchin <zebob.m(a)gmail.com>
Date: Fri Oct 12 18:12:22 2018 +0200
Release 0.0.20181007
.gitignore | 5 +++++
sources | 2 +-
wireguard-kmod.spec | 5 ++++-
3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1c70c6a..d8f7d61 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,7 @@
/WireGuard-0.0.20180918.tar.xz
/WireGuard-0.0.20180925.tar.xz
+<<<<<<< HEAD
+=======
+/WireGuard-0.0.20181006.tar.xz
+/WireGuard-0.0.20181007.tar.xz
+>>>>>>> 0b05eef... Release 0.0.20181007
diff --git a/sources b/sources
index 5de2a6a..5c09344 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b049f5af2a0dae7c12789b0462a9e9f9 WireGuard-0.0.20180925.tar.xz
+b798d35a544ac4578458ee6c7aefa5ed WireGuard-0.0.20181007.tar.xz
diff --git a/wireguard-kmod.spec b/wireguard-kmod.spec
index b78e824..946bb72 100644
--- a/wireguard-kmod.spec
+++ b/wireguard-kmod.spec
@@ -3,7 +3,7 @@
Name: wireguard-kmod
Summary: Kernel module (kmod) for Wireguard
-Version: 0.0.20180925
+Version: 0.0.20181007
Release: 1%{?dist}
License: GPLv2
@@ -58,6 +58,9 @@ done
%changelog
+* Sun Oct 07 2018 Robert-André Mauchin <zebob.m(a)gmail.com> - 0.0.20181007-1
+- Release 0.0.20181007
+
* Tue Sep 25 2018 Robert-André Mauchin <zebob.m(a)gmail.com> - 0.0.20180925-1
- Release 0.0.20180925
6 years, 1 month