[unrar] Update to 5.8.3
by Leigh Scott
commit 0d56122b3482c71ade11c7dbddd8acc5e8508ecf
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Oct 25 20:40:47 2019 +0100
Update to 5.8.3
.gitignore | 1 +
sources | 2 +-
unrar.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3dd12f0..109615c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ unrarsrc-5.2.3.tar.gz
/unrarsrc-5.7.4.tar.gz
/unrarsrc-5.8.1.tar.gz
/unrarsrc-5.8.2.tar.gz
+/unrarsrc-5.8.3.tar.gz
diff --git a/sources b/sources
index 9d11529..30b0d63 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (unrarsrc-5.8.2.tar.gz) = 09f12f141925aa99d74d4a0a0f3bacdd5b53d174473346de317cf95c1f560ef4bad445f14d81d313f8a34e8400df6a76709d068b9cd23433d1f638935185ab0d
+SHA512 (unrarsrc-5.8.3.tar.gz) = 32ab5cd9135d968f2e908975e72e716f5aa8911ee53fbcade6cf9783eb22330dc0114baf5db148c223015498d28fa4c60446e0ccd8108856c6d089117a147669
diff --git a/unrar.spec b/unrar.spec
index 96640e6..4787d3c 100644
--- a/unrar.spec
+++ b/unrar.spec
@@ -1,5 +1,5 @@
Name: unrar
-Version: 5.8.2
+Version: 5.8.3
Release: 1%{?dist}
Summary: Utility for extracting, testing and viewing RAR archives
License: Freeware with further limitations
@@ -92,6 +92,9 @@ touch -r license.txt %{buildroot}%{_sysconfdir}/rpm/macros.unrar
%changelog
+* Fri Oct 25 2019 Leigh Scott <leigh123linux(a)gmail.com> - 5.8.3-1
+- Update to 5.8.3
+
* Sat Oct 05 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 5.8.2-1
- Update to 5.8.2
5 years
[mpv] f30 and below doesn't have ppc64le luajit
by Leigh Scott
commit 6e46cfff86bb53fb57e1a590f793fc798cf4391c
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Oct 25 18:23:50 2019 +0100
f30 and below doesn't have ppc64le luajit
mpv.spec | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/mpv.spec b/mpv.spec
index 7c60886..87f3ea1 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -54,7 +54,11 @@ BuildRequires: pkgconfig(libjpeg)
BuildRequires: pkgconfig(libpulse)
BuildRequires: pkgconfig(libquvi-0.9)
BuildRequires: pkgconfig(libva)
+%if 0%{?fedora} < 31
+BuildRequires: pkgconfig(lua-5.1)
+%else
BuildRequires: pkgconfig(luajit)
+%endif
BuildRequires: pkgconfig(sdl2)
BuildRequires: pkgconfig(smbclient)
BuildRequires: pkgconfig(vdpau)
5 years
[mpv/f29] (27 commits) ...Upstream reduced the required libavutil version
by Leigh Scott
Summary of changes:
a5d5ac6... - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass (*)
7a7fdda... Rebuild against sdk9 nv-codec-headers (*)
54c98cb... Implement CI/CD compatible versionning (*)
b29d966... Obsoletes older ci/cd (*)
2589ad2... Update snapshot (*)
24acc7c... Add libplacebo - fix FFmpeg DRM PRIME (*)
649c4fd... Rebuild for new ffmpeg version (*)
4d89abd... Update snapshot (*)
dd24fc8... Add changes for el8 (*)
f10dcb9... Add pkgconfig(luajit) (*)
738e2ff... Rebuild for switch to lua (*)
fc50a97... remove unused lua br (*)
6a5a72b... Make libplacebo fedora only (*)
383e7b9... Adjust epel8 build requires (*)
bbb5ed1... finish up from last commit (*)
e21815e... Update to 20190922 snapshot (*)
5d8d5dc... remove dead dvdread option (*)
b97e0b2... remove dead tv option (*)
d969866... tweak buildrequires (*)
805d8f8... Rebuild with newer zimg (*)
1132614... Update to 20191003 snapshot (*)
3dd65ae... add unpacked file (*)
fdc8084... Update to 20191011 snapshot (*)
097d7c2... Enable html doc as it's easier to read than the man page (*)
03e2b72... Update to 20191025 snapshot (*)
5b2b793... Update to 0.30.0 (*)
d87a226... Upstream reduced the required libavutil version (*)
(*) This commit already existed in another branch; no separate mail sent
5 years
[mpv] Upstream reduced the required libavutil version
by Leigh Scott
commit d87a226c956667569354a325417adafffbd6a008
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Oct 25 17:30:05 2019 +0100
Upstream reduced the required libavutil version
mpv.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/mpv.spec b/mpv.spec
index a67208a..7c60886 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -20,7 +20,7 @@ BuildRequires: pkgconfig(caca)
BuildRequires: pkgconfig(dvdnav)
BuildRequires: pkgconfig(egl)
BuildRequires: pkgconfig(enca)
-BuildRequires: pkgconfig(libavutil) >= 56.27.100
+BuildRequires: pkgconfig(libavutil) >= 56.12.100
BuildRequires: pkgconfig(libavcodec) >= 58.16.100
BuildRequires: pkgconfig(libavformat) >= 58.9.100
BuildRequires: pkgconfig(libswscale) >= 5.0.101
5 years
[mpv/el8: 7/7] Merge branch 'master' into el8
by Leigh Scott
commit 4746231e64f3c1bc11c0f8a3076e0e0b5f8643b3
Merge: 289f441 5b2b793
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Oct 25 17:20:23 2019 +0100
Merge branch 'master' into el8
mpv.spec | 28 ++++++++++++++++++++--------
sources | 2 +-
2 files changed, 21 insertions(+), 9 deletions(-)
---
5 years
[mpv/el8] (7 commits) ...Merge branch 'master' into el8
by Leigh Scott
Summary of changes:
1132614... Update to 20191003 snapshot (*)
3dd65ae... add unpacked file (*)
fdc8084... Update to 20191011 snapshot (*)
097d7c2... Enable html doc as it's easier to read than the man page (*)
03e2b72... Update to 20191025 snapshot (*)
5b2b793... Update to 0.30.0 (*)
4746231... Merge branch 'master' into el8
(*) This commit already existed in another branch; no separate mail sent
5 years