[chromium-freeworld: 3/4] update to 64.0.3282.167, include workaround for gcc8 bug in gn, disable unnecessary aarch64 glibc sy
by Miro Hrončok
commit ff8eb292e44f6601e74a11f94839748f55c94f85
Author: Tom Callaway <spot(a)fedoraproject.org>
Date: Mon Feb 19 11:57:56 2018 -0500
update to 64.0.3282.167, include workaround for gcc8 bug in gn, disable unnecessary aarch64 glibc symbol change
.gitignore | 1 +
chromium-64.0.3282.167-gcc8-fabi11.patch | 15 +++++++++++++++
chromium.spec | 17 ++++++++++++-----
sources | 2 +-
4 files changed, 29 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 61c1710..7779b01 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,3 +37,4 @@
/chromium-63.0.3239.108-clean.tar.xz
/chromium-64.0.3282.119-clean.tar.xz
/chromium-64.0.3282.140-clean.tar.xz
+/chromium-64.0.3282.167-clean.tar.xz
diff --git a/chromium-64.0.3282.167-gcc8-fabi11.patch b/chromium-64.0.3282.167-gcc8-fabi11.patch
new file mode 100644
index 0000000..5f0c527
--- /dev/null
+++ b/chromium-64.0.3282.167-gcc8-fabi11.patch
@@ -0,0 +1,15 @@
+diff -up chromium-64.0.3282.167/tools/gn/bootstrap/bootstrap.py.fabi11 chromium-64.0.3282.167/tools/gn/bootstrap/bootstrap.py
+--- chromium-64.0.3282.167/tools/gn/bootstrap/bootstrap.py.fabi11 2018-02-19 11:39:15.807713662 -0500
++++ chromium-64.0.3282.167/tools/gn/bootstrap/bootstrap.py 2018-02-19 11:39:47.038070341 -0500
+@@ -336,6 +336,11 @@ def write_gn_ninja(path, root_gen_dir, o
+ cflags = os.environ.get('CFLAGS', '').split()
+ cflags_cc = os.environ.get('CXXFLAGS', '').split()
+ ldflags = os.environ.get('LDFLAGS', '').split()
++
++ # Work around GCC8 bug gcc#84286
++ cflags.extend(['-fabi-version=11'])
++ cflags_cc.extend(['-fabi-version=11'])
++
+ include_dirs = [root_gen_dir, SRC_ROOT]
+ libs = []
+
diff --git a/chromium.spec b/chromium.spec
index 6b1e0d4..a477d29 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -116,7 +116,7 @@ Name: chromium%{chromium_channel}%{?freeworld:-freeworld}
%else
Name: chromium%{chromium_channel}
%endif
-Version: %{majorversion}.0.3282.140
+Version: %{majorversion}.0.3282.167
Release: 1%{?dist}
Summary: A WebKit (Blink) powered web browser
Url: http://www.chromium.org/Home
@@ -215,7 +215,8 @@ Patch65: chromium-64.0.3282.119-gcc-round-fix.patch
Patch66: chromium-64.0.3282.119-gcc-constexpr-fix.patch
# Include proper headers to invoke memcpy()
Patch67: chromium-64.0.3282.119-memcpy-fix.patch
-
+# Work around gcc8 bug in gn
+Patch68: chromium-64.0.3282.167-gcc8-fabi11.patch
# Use chromium-latest.py to generate clean tarball from released build tarballs, found here:
# http://build.chromium.org/buildbot/official/
@@ -651,15 +652,16 @@ udev.
%endif
%patch50 -p1 -b .pathfix
%patch53 -p1 -b .nogccoptmath
-%if 0%{?fedora} >= 28
-%patch57 -p1 -b .aarch64glibc
-%endif
+# %%if 0%%{?fedora} >= 28
+# %%patch57 -p1 -b .aarch64glibc
+# %%endif
%patch62 -p1 -b .gcc5-r3
%patch63 -p1 -b .nolibc++
%patch64 -p1 -b .fixunbundle
%patch65 -p1 -b .gcc-round-fix
%patch66 -p1 -b .gcc-const-expr
%patch67 -p1 -b .memcpyfix
+%patch68 -p1 -b .fabi11
%if 0%{?asan}
export CC="clang"
@@ -1519,6 +1521,11 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
%changelog
+* Fri Feb 16 2018 Tom Callaway <spot(a)fedoraproject.org> 64.0.3282.167-1
+- update to 64.0.3282.167
+- include workaround for gcc8 bug in gn
+- disable unnecessary aarch64 glibc symbol change
+
* Fri Feb 2 2018 Tom Callaway <spot(a)fedoraproject.org> 64.0.3282.140-1
- update to 64.0.3282.140
diff --git a/sources b/sources
index 5cf5a63..a5f1167 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
SHA512 (depot_tools.git-master.tar.gz) = d3d6a1873b2b0296a8cd99e0d8d2e629a17b1808934b4972556168f8b4ccea60577ebaeab4445baf15afb1b04080808db59a832a5b61d247bd48da14fa6acf03
-SHA512 (chromium-64.0.3282.140-clean.tar.xz) = 9e8f5417bfc6a761ea50677c60c86ad4bebca3e42b2040e887a8b2ab5b97e10b07b192f6b8e15de6f4f872c324f08ef9b0fdf9df7a275526d935cbdd5faa4048
+SHA512 (chromium-64.0.3282.167-clean.tar.xz) = 83c8472507466eeabcc3036c1f6d02667632938e985caca03a21f822491f9d5d35043c0a236066ac3d5b926e36ee8e18a785c32647f848286c6b3f7a4eaa8e70
6 years, 9 months
[chromium-freeworld: 2/4] 64.0.3282.140
by Miro Hrončok
commit 745106217b8271f09f9bfbf67d6a29fb9286d45d
Author: Tom Callaway <tcallawa(a)redhat.com>
Date: Fri Feb 2 07:47:16 2018 -0500
64.0.3282.140
.gitignore | 1 +
chromium.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eeccdc8..61c1710 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,3 +36,4 @@
/chromium-63.0.3239.84-clean.tar.xz
/chromium-63.0.3239.108-clean.tar.xz
/chromium-64.0.3282.119-clean.tar.xz
+/chromium-64.0.3282.140-clean.tar.xz
diff --git a/chromium.spec b/chromium.spec
index 7b2e3c8..6b1e0d4 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -116,8 +116,8 @@ Name: chromium%{chromium_channel}%{?freeworld:-freeworld}
%else
Name: chromium%{chromium_channel}
%endif
-Version: %{majorversion}.0.3282.119
-Release: 2%{?dist}
+Version: %{majorversion}.0.3282.140
+Release: 1%{?dist}
Summary: A WebKit (Blink) powered web browser
Url: http://www.chromium.org/Home
License: BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2)
@@ -1519,6 +1519,9 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
%changelog
+* Fri Feb 2 2018 Tom Callaway <spot(a)fedoraproject.org> 64.0.3282.140-1
+- update to 64.0.3282.140
+
* Thu Feb 1 2018 Tom Callaway <spot(a)fedoraproject.org> 64.0.3282.119-2
- include user-session binary in chrome-remote-desktop subpackage
diff --git a/sources b/sources
index a02ccb6..5cf5a63 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
SHA512 (depot_tools.git-master.tar.gz) = d3d6a1873b2b0296a8cd99e0d8d2e629a17b1808934b4972556168f8b4ccea60577ebaeab4445baf15afb1b04080808db59a832a5b61d247bd48da14fa6acf03
-SHA512 (chromium-64.0.3282.119-clean.tar.xz) = bb852af3dbfe56fcc0b86cc8e54a83f30e81493777494151bf2fc9c60149a2b9b0a93b1868f44500d24b95d95dec01024481998e33ad899c8386ea4ee8d770cc
+SHA512 (chromium-64.0.3282.140-clean.tar.xz) = 9e8f5417bfc6a761ea50677c60c86ad4bebca3e42b2040e887a8b2ab5b97e10b07b192f6b8e15de6f4f872c324f08ef9b0fdf9df7a275526d935cbdd5faa4048
6 years, 9 months
[chromium-freeworld: 1/4] include user-session binary in chrome-remote-desktop subpackage
by Miro Hrončok
commit 7bfd51319806cb6a68c1e57af88159b8310a4e31
Author: Tom Callaway <spot(a)fedoraproject.org>
Date: Thu Feb 1 11:59:06 2018 -0500
include user-session binary in chrome-remote-desktop subpackage
chromium.spec | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/chromium.spec b/chromium.spec
index 8a8716f..7b2e3c8 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -117,7 +117,7 @@ Name: chromium%{chromium_channel}%{?freeworld:-freeworld}
Name: chromium%{chromium_channel}
%endif
Version: %{majorversion}.0.3282.119
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A WebKit (Blink) powered web browser
Url: http://www.chromium.org/Home
License: BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2)
@@ -1192,6 +1192,7 @@ cp -a remote_assistance_host %{buildroot}%{crd_path}/remote-assistance-host
cp -a remoting_locales %{buildroot}%{crd_path}/
cp -a remoting_me2me_host %{buildroot}%{crd_path}/chrome-remote-desktop-host
cp -a remoting_start_host %{buildroot}%{crd_path}/start-host
+cp -a remoting_user_session %{buildroot}%{crd_path}/user-session
# chromium
mkdir -p %{buildroot}%{_sysconfdir}/chromium/native-messaging-hosts
@@ -1487,6 +1488,7 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
%{_sysconfdir}/opt/chrome/
%{crd_path}/remoting_locales/
%{crd_path}/start-host
+%{crd_path}/user-session
%{_unitdir}/chrome-remote-desktop@.service
/var/lib/chrome-remote-desktop/
%if 0%{?build_remoting_app}
@@ -1517,6 +1519,9 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
%changelog
+* Thu Feb 1 2018 Tom Callaway <spot(a)fedoraproject.org> 64.0.3282.119-2
+- include user-session binary in chrome-remote-desktop subpackage
+
* Thu Jan 25 2018 Tom Callaway <spot(a)fedoraproject.org> 64.0.3282.119-1
- update to 64.0.3282.119
6 years, 9 months
[kodi-pvr-vdr-vnsi/f26] Update to 2.6.25
by Mohamed ElMorabity
commit 42f6abb33416d69afbe71165908a4bbeca2162b4
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Tue Feb 20 17:59:55 2018 +0100
Update to 2.6.25
.gitignore | 1 +
kodi-pvr-vdr-vnsi.spec | 9 ++++++---
sources | 2 +-
3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 14fa5cc..49726dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/kodi-pvr-vdr-vnsi-7a17f89.tar.gz
/kodi-pvr-vdr-vnsi-4ed7d60.tar.gz
+/kodi-pvr-vdr-vnsi-e8f8289.tar.gz
diff --git a/kodi-pvr-vdr-vnsi.spec b/kodi-pvr-vdr-vnsi.spec
index faa99d2..f977912 100644
--- a/kodi-pvr-vdr-vnsi.spec
+++ b/kodi-pvr-vdr-vnsi.spec
@@ -1,6 +1,6 @@
-%global commit 4ed7d602924dbfcdd2770c0e13423092e829460d
+%global commit e8f82898bc0eb2a7d677f054f5f53e1caa4f1107
%global short_commit %(c=%{commit}; echo ${c:0:7})
-%global commit_date 20170506
+%global commit_date 20180205
%global kodi_addon pvr.vdr.vnsi
%global kodi_version 17.0
@@ -9,7 +9,7 @@ Name: kodi-%(tr "." "-" <<<%{kodi_addon})
# Use Epoch to manage upgrades from older upstream
# (https://github.com/opdenkamp/xbmc-pvr-addons/)
Epoch: 1
-Version: 2.6.21
+Version: 2.6.25
Release: 1%{?dist}
Summary: Kodi PVR addon VNSI
@@ -59,6 +59,9 @@ cp -p %{SOURCE1} .
%changelog
+* Tue Feb 20 2018 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 1:2.6.25-1
+- Update to 2.6.25
+
* Sat May 06 2017 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 1:2.6.21-1
- Update to 2.6.21
diff --git a/sources b/sources
index 853bd60..803d4b4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1f2bc2e6ab8873ae13aa49ee8a98f8e4 kodi-pvr-vdr-vnsi-4ed7d60.tar.gz
+c393c2dbb30b62d1be7f26bec56343fe kodi-pvr-vdr-vnsi-e8f8289.tar.gz
6 years, 9 months
[kodi-pvr-iptvsimple/f26] Update to 2.4.14
by Mohamed ElMorabity
commit 00e762c1b1adcae93a0b62b49844cdb2f5ed1b17
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Tue Feb 20 17:52:35 2018 +0100
Update to 2.4.14
.gitignore | 1 +
kodi-pvr-iptvsimple.spec | 9 ++++++---
sources | 2 +-
3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8a82a42..f17b6bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/kodi-pvr-iptvsimple-d782816.tar.gz
+/kodi-pvr-iptvsimple-2a649d7.tar.gz
diff --git a/kodi-pvr-iptvsimple.spec b/kodi-pvr-iptvsimple.spec
index 69608f4..71af904 100644
--- a/kodi-pvr-iptvsimple.spec
+++ b/kodi-pvr-iptvsimple.spec
@@ -1,6 +1,6 @@
-%global commit d7828163f26a0ccb175058faa9d87b1fcdc89220
+%global commit 2a649d7e21b64c4fa4a8b14c2cc139261eebc7e8
%global short_commit %(c=%{commit}; echo ${c:0:7})
-%global commit_date 20170214
+%global commit_date 20170817
%global kodi_addon pvr.iptvsimple
%global kodi_version 17.0
@@ -9,7 +9,7 @@ Name: kodi-%(tr "." "-" <<<%{kodi_addon})
# Use Epoch to manage upgrades from older upstream
# (https://github.com/opdenkamp/xbmc-pvr-addons/)
Epoch: 1
-Version: 2.4.11
+Version: 2.4.14
Release: 1%{?dist}
Summary: Kodi's IPTV Simple client addon
@@ -63,6 +63,9 @@ cp -p %{SOURCE1} .
%changelog
+* Tue Feb 20 2018 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 1:2.4.14-1
+- Update to 2.4.14
+
* Wed Apr 26 2017 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 1:2.4.11-1
- Update to latest stable release for Kodi 17
diff --git a/sources b/sources
index 5a0a5a9..f1fcde4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5cf1de61c2e484b7c5432a42801cc205 kodi-pvr-iptvsimple-d782816.tar.gz
+ed23ee8daded68981b749a25d8d0e28e kodi-pvr-iptvsimple-2a649d7.tar.gz
6 years, 9 months
[kodi-pvr-mythtv/f26] Update to 4.2.17
by Mohamed ElMorabity
commit 14b7e4ad8f0704286eeeb84d24737f074478d5f4
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Tue Feb 20 17:54:53 2018 +0100
Update to 4.2.17
.gitignore | 1 +
kodi-pvr-mythtv.spec | 9 ++++++---
sources | 2 +-
3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8a7c7b5..518ed5a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/kodi-pvr-mythtv-9eb2058.tar.gz
+/kodi-pvr-mythtv-a41fed4.tar.gz
diff --git a/kodi-pvr-mythtv.spec b/kodi-pvr-mythtv.spec
index 5c429f6..3856522 100644
--- a/kodi-pvr-mythtv.spec
+++ b/kodi-pvr-mythtv.spec
@@ -1,6 +1,6 @@
-%global commit 9eb2058844ef078288094db5b305ddce2d5cf961
+%global commit a41fed4cc70cabf1d3b157dca61d7352f2292398
%global short_commit %(c=%{commit}; echo ${c:0:7})
-%global commit_date 20170419
+%global commit_date 20170827
%global kodi_addon pvr.mythtv
%global kodi_version 17.0
@@ -9,7 +9,7 @@ Name: kodi-%(tr "." "-" <<<%{kodi_addon})
# Use Epoch to manage upgrades from older upstream
# (https://github.com/opdenkamp/xbmc-pvr-addons/)
Epoch: 1
-Version: 4.12.14
+Version: 4.12.17
Release: 1%{?dist}
Summary: MythTV PVR for Kodi
@@ -65,6 +65,9 @@ cp -p %{SOURCE1} .
%changelog
+* Tue Feb 20 2018 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 1:4.12.17-1
+- Update to 4.12.17
+
* Mon Apr 24 2017 Mohamed El Morabity <melmorabity(a)fedorapeople.org> - 1:4.12.14-1
- Update to latest stable release for Kodi 17
diff --git a/sources b/sources
index 1d29c5a..b1ef923 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4fb8d8bacaba286c7643bbc408e2d28d kodi-pvr-mythtv-9eb2058.tar.gz
+37a335bf8a0d372d991f4a843a66b8c2 kodi-pvr-mythtv-a41fed4.tar.gz
6 years, 9 months
[kodi-pvr-vdr-vnsi/f27] Update to 2.6.25
by Mohamed ElMorabity
commit db65b7f6b62b23c6f4f38f34cdcf6e239a485937
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Tue Feb 20 17:59:55 2018 +0100
Update to 2.6.25
.gitignore | 1 +
kodi-pvr-vdr-vnsi.spec | 11 +++++++----
sources | 2 +-
3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 14fa5cc..49726dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/kodi-pvr-vdr-vnsi-7a17f89.tar.gz
/kodi-pvr-vdr-vnsi-4ed7d60.tar.gz
+/kodi-pvr-vdr-vnsi-e8f8289.tar.gz
diff --git a/kodi-pvr-vdr-vnsi.spec b/kodi-pvr-vdr-vnsi.spec
index cb788af..e2a4551 100644
--- a/kodi-pvr-vdr-vnsi.spec
+++ b/kodi-pvr-vdr-vnsi.spec
@@ -1,6 +1,6 @@
-%global commit 4ed7d602924dbfcdd2770c0e13423092e829460d
+%global commit e8f82898bc0eb2a7d677f054f5f53e1caa4f1107
%global short_commit %(c=%{commit}; echo ${c:0:7})
-%global commit_date 20170506
+%global commit_date 20180205
%global kodi_addon pvr.vdr.vnsi
%global kodi_version 17.0
@@ -9,8 +9,8 @@ Name: kodi-%(tr "." "-" <<<%{kodi_addon})
# Use Epoch to manage upgrades from older upstream
# (https://github.com/opdenkamp/xbmc-pvr-addons/)
Epoch: 1
-Version: 2.6.21
-Release: 2%{?dist}
+Version: 2.6.25
+Release: 1%{?dist}
Summary: Kodi PVR addon VNSI
Group: Applications/Multimedia
@@ -59,6 +59,9 @@ cp -p %{SOURCE1} .
%changelog
+* Tue Feb 20 2018 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 1:2.6.25-1
+- Update to 2.6.25
+
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 1:2.6.21-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
diff --git a/sources b/sources
index 853bd60..803d4b4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1f2bc2e6ab8873ae13aa49ee8a98f8e4 kodi-pvr-vdr-vnsi-4ed7d60.tar.gz
+c393c2dbb30b62d1be7f26bec56343fe kodi-pvr-vdr-vnsi-e8f8289.tar.gz
6 years, 9 months
[kodi-pvr-mythtv/f27] Update to 4.2.17
by Mohamed ElMorabity
commit 7109183da92bdca8b914e7aa22f9e558117cedd5
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Tue Feb 20 17:54:53 2018 +0100
Update to 4.2.17
.gitignore | 1 +
kodi-pvr-mythtv.spec | 11 +++++++----
sources | 2 +-
3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8a7c7b5..518ed5a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/kodi-pvr-mythtv-9eb2058.tar.gz
+/kodi-pvr-mythtv-a41fed4.tar.gz
diff --git a/kodi-pvr-mythtv.spec b/kodi-pvr-mythtv.spec
index c6a7aa9..e6a12cc 100644
--- a/kodi-pvr-mythtv.spec
+++ b/kodi-pvr-mythtv.spec
@@ -1,6 +1,6 @@
-%global commit 9eb2058844ef078288094db5b305ddce2d5cf961
+%global commit a41fed4cc70cabf1d3b157dca61d7352f2292398
%global short_commit %(c=%{commit}; echo ${c:0:7})
-%global commit_date 20170419
+%global commit_date 20170827
%global kodi_addon pvr.mythtv
%global kodi_version 17.0
@@ -9,8 +9,8 @@ Name: kodi-%(tr "." "-" <<<%{kodi_addon})
# Use Epoch to manage upgrades from older upstream
# (https://github.com/opdenkamp/xbmc-pvr-addons/)
Epoch: 1
-Version: 4.12.14
-Release: 2%{?dist}
+Version: 4.12.17
+Release: 1%{?dist}
Summary: MythTV PVR for Kodi
Group: Applications/Multimedia
@@ -65,6 +65,9 @@ cp -p %{SOURCE1} .
%changelog
+* Tue Feb 20 2018 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 1:4.12.17-1
+- Update to 4.12.17
+
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 1:4.12.14-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
diff --git a/sources b/sources
index 1d29c5a..b1ef923 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4fb8d8bacaba286c7643bbc408e2d28d kodi-pvr-mythtv-9eb2058.tar.gz
+37a335bf8a0d372d991f4a843a66b8c2 kodi-pvr-mythtv-a41fed4.tar.gz
6 years, 9 months
[kodi-pvr-iptvsimple/f27] Update to 2.4.14
by Mohamed ElMorabity
commit e3b59541a080edaaacd8c6e0e1d29400dfe817e3
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Tue Feb 20 17:52:35 2018 +0100
Update to 2.4.14
.gitignore | 1 +
kodi-pvr-iptvsimple.spec | 12 ++++++------
sources | 2 +-
3 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8a82a42..f17b6bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/kodi-pvr-iptvsimple-d782816.tar.gz
+/kodi-pvr-iptvsimple-2a649d7.tar.gz
diff --git a/kodi-pvr-iptvsimple.spec b/kodi-pvr-iptvsimple.spec
index 9737528..71af904 100644
--- a/kodi-pvr-iptvsimple.spec
+++ b/kodi-pvr-iptvsimple.spec
@@ -1,6 +1,6 @@
-%global commit d7828163f26a0ccb175058faa9d87b1fcdc89220
+%global commit 2a649d7e21b64c4fa4a8b14c2cc139261eebc7e8
%global short_commit %(c=%{commit}; echo ${c:0:7})
-%global commit_date 20170214
+%global commit_date 20170817
%global kodi_addon pvr.iptvsimple
%global kodi_version 17.0
@@ -9,8 +9,8 @@ Name: kodi-%(tr "." "-" <<<%{kodi_addon})
# Use Epoch to manage upgrades from older upstream
# (https://github.com/opdenkamp/xbmc-pvr-addons/)
Epoch: 1
-Version: 2.4.11
-Release: 2%{?dist}
+Version: 2.4.14
+Release: 1%{?dist}
Summary: Kodi's IPTV Simple client addon
Group: Applications/Multimedia
@@ -63,8 +63,8 @@ cp -p %{SOURCE1} .
%changelog
-* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 1:2.4.11-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
+* Tue Feb 20 2018 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 1:2.4.14-1
+- Update to 2.4.14
* Wed Apr 26 2017 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 1:2.4.11-1
- Update to latest stable release for Kodi 17
diff --git a/sources b/sources
index 5a0a5a9..f1fcde4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5cf1de61c2e484b7c5432a42801cc205 kodi-pvr-iptvsimple-d782816.tar.gz
+ed23ee8daded68981b749a25d8d0e28e kodi-pvr-iptvsimple-2a649d7.tar.gz
6 years, 9 months