[dvb-firmware] Remove ivtv-firmware provided files
by Nicolas Chauvet
commit c7882255df2c808a0cacc582b412de0e8edc949b
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri May 22 09:41:29 2020 +0200
Remove ivtv-firmware provided files
dvb-firmware.spec | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
---
diff --git a/dvb-firmware.spec b/dvb-firmware.spec
index 5ac535c..addfbb1 100644
--- a/dvb-firmware.spec
+++ b/dvb-firmware.spec
@@ -4,7 +4,7 @@
Name: dvb-firmware
Version: %{commitdate0}
-Release: 6.git%{shortcommit0}%{?dist}
+Release: 7.git%{shortcommit0}%{?dist}
Summary: DVB firmwares
License: Redistributable, no modification permitted
@@ -44,6 +44,11 @@ find %{buildroot}/lib/firmware/* -type d -delete
# Remove linux-firmware provided content
rm -rf %{buildroot}/lib/firmware/LICENCE.go7007
+# Remove ivtv-firmware
+for i in v4l-cx2341x-dec.fw v4l-cx2341x-enc.fw v4l-cx2341x-init.mpg v4l-pvrusb2-24xxx-01.fw v4l-pvrusb2-29xxx-01.fw ; do
+ rm -f %{buildroot}/lib/firmware/${i}
+done
+
%files
@@ -51,6 +56,9 @@ rm -rf %{buildroot}/lib/firmware/LICENCE.go7007
%changelog
+* Fri May 22 2020 Nicolas Chauvet <kwizart(a)gmail.com> - 20170329-7.git3fef04a
+- Remove ivtv-firmware provided files
+
* Wed Feb 05 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 20170329-6.git3fef04a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
4 years, 9 months
[kodi/f31] (2 commits) ...Python 3 and libfmt fixes
by Michael Cronenworth
Summary of changes:
43ecbf4... Rebuild for new libcdio version (*)
651b5a0... Python 3 and libfmt fixes (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 9 months
[kodi/f32] Update to 18.7
by Michael Cronenworth
commit 3ad9dd75aff06eb27e0d5fbf35ccd629cd186b78
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Fri May 22 00:37:57 2020 -0500
Update to 18.7
kodi-generate-tarball-xz.sh | 2 +-
kodi.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/kodi-generate-tarball-xz.sh b/kodi-generate-tarball-xz.sh
index 9475bd5..b581a0e 100755
--- a/kodi-generate-tarball-xz.sh
+++ b/kodi-generate-tarball-xz.sh
@@ -1,7 +1,7 @@
#!/bin/sh
MAJORVERSION=18
-MINORVERSION=6
+MINORVERSION=7
#GITCOMMIT=e988513175fccca83f8b688bb77b932f6a403b96
#GITSHORT=ge988513
CODENAME=Leia
diff --git a/kodi.spec b/kodi.spec
index f792a67..e10aa02 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -33,8 +33,8 @@
%endif
Name: kodi
-Version: 18.6
-Release: 4%{?dist}
+Version: 18.7
+Release: 1%{?dist}
Summary: Media center
License: GPLv2+ and GPLv3+ and LGPLv2+ and BSD and MIT
@@ -529,6 +529,9 @@ rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/kodi-wiiremote.1
%changelog
+* Thu May 21 2020 Michael Cronenworth <mike(a)cchtml.com> - 18.7-1
+- Kodi 18.7 final
+
* Mon May 18 2020 Michael Cronenworth <mike(a)cchtml.com> - 18.6-4
- Link against python27
diff --git a/sources b/sources
index ffa6b01..812202e 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (kodi-18.6-patched.tar.xz) = dbff33be5821a06836b5a9672c6460c1e2a6ba62fd62aa6f27e42cf9d3cab7d894ac558ee36c6951bbe84403fda7b0f178204d63292995a06e366688c4ca2d47
+SHA512 (kodi-18.7-patched.tar.xz) = f6929aa74000c283f7fb792eda6f851e3bdb5eeac6510da6f1d83dbdf01b1070ff5506d986afdf72716c7c6592679c8f77bcfebe3fec8aeddb61a8de8f655e55
SHA512 (kodi-libdvdnav-6.0.0-Leia-Alpha-3.tar.gz) = 11c93eaacd156f8fd7dec7c43d366438b201f31ad55b2870463a9e286912b6ada08882319a021fb7992190f87b909a49f2b83e0321cc17aedc29f7fe5898fa72
SHA512 (kodi-libdvdread-6.0.0-Leia-Alpha-3.tar.gz) = b3419ba0a1a2dd70f1bb6236afdfe1c6e88c9ad4264198b289e3bba9375e077cecf7f89848c7b09debaa445327f3507101f3d157e692f7a7163b2bb52643e1e7
4 years, 9 months
[ffmpeg/el8] Update to 4.2.3 release
by Leigh Scott
Summary of changes:
363a058... Update to 4.2.3 release (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 9 months
[ffmpeg/f31: 9/9] fix changelog
by Leigh Scott
commit 101a4e8604346c875b8bf30c706a97a891f002b0
Merge: 3775aa4 363a058
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu May 21 22:46:18 2020 +0100
fix changelog
ffmpeg.spec | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
---
4 years, 9 months