commit 916e29b58ca1f57841922ecc57782d6adb44a31a
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Sun Jul 11 15:57:14 2021 +0200
Update to 2.6.17
kodi-inputstream-adaptive.spec | 19 +++++++++++++------
sources | 2 +-
2 files changed, 14 insertions(+), 7 deletions(-)
---
diff --git a/kodi-inputstream-adaptive.spec b/kodi-inputstream-adaptive.spec
index 093145d..75188d0 100644
--- a/kodi-inputstream-adaptive.spec
+++ b/kodi-inputstream-adaptive.spec
@@ -5,7 +5,7 @@
# %%undefine __cmake_in_source_build
Name: kodi-inputstream-adaptive
-Version: 2.6.16
+Version: 2.6.17
Release: 1%{?dist}
Summary: Adaptive file addon for Kodi's InputStream interface
@@ -20,10 +20,11 @@ BuildRequires: gcc-c++
BuildRequires: gtest-devel
BuildRequires: kodi-devel >= %{kodi_version}
BuildRequires: pkgconfig(expat)
-
-Requires: kodi >= %{kodi_version}
+BuildRequires: pkgconfig(gtest)
+Requires: kodi%{?_isa} >= %{kodi_version}
Provides: bundled(bento4)
Provides: bundled(libwebm)
+Provides: bundled(md5-thilo)
ExcludeArch: %{power64} ppc64le
@@ -36,7 +37,6 @@ ExcludeArch: %{power64} ppc64le
# Fix spurious-executable-perm on debug package
find . -name '*.h' -or -name '*.c' -or -name '*.cc' -or -name
'*.cpp' | xargs chmod a-x
-chmod a-x README.md %{aname}/changelog.txt
%build
@@ -48,18 +48,25 @@ chmod a-x README.md %{aname}/changelog.txt
%cmake3_install
# Fix permissions at installation
-find $RPM_BUILD_ROOT%{_datadir}/kodi/addons/ -type f -exec chmod 0644 {} \;
chmod 0755 $RPM_BUILD_ROOT%{_libdir}/kodi/addons/%{aname}/*.so
+%check
+%ctest
+
+
%files
-%doc README.md %{aname}/changelog.txt
+%doc README.md
%license LICENSE.GPL
%{_libdir}/kodi/addons/%{aname}/
%{_datadir}/kodi/addons/%{aname}/
%changelog
+* Sun Jul 11 2021 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 2.6.17-1
+- Update to 2.6.17
+- Add tests
+
* Wed Jun 09 2021 Michael Cronenworth <mike(a)cchtml.com> - 2.6.16-1
- Update to 2.6.16
diff --git a/sources b/sources
index a890080..287f41a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (inputstream.adaptive-2.6.16-Matrix.tar.gz) =
af51e5469b20f670311f1f17c264d1a0e6a169479e990aceef439b2964c3f2f50d7b58153c16c8380f122bc167a9e770391c5876f63ff4fe89e7bb57284f6fbf
+SHA512 (inputstream.adaptive-2.6.17-Matrix.tar.gz) =
512a299d5711012c0396c2b84c68a364122b52d5e75f14a4de9e1f5767d652f8d992436c54970c2f5f141207f926b4d4112ff61f3414862456a212a2f77f2c3d
Show replies by date