[mpv] Drop libarchive support for f30 and el8, supporting 0.31.0 for the next decade isn't an option
by Leigh Scott
commit 0e96aa27c1eee1d44979bc081d159f398a83e4a5
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Jan 26 22:04:23 2020 +0000
Drop libarchive support for f30 and el8, supporting 0.31.0 for the next decade isn't an option
mpv.spec | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/mpv.spec b/mpv.spec
index bcd671c..c412071 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -1,6 +1,6 @@
Name: mpv
Version: 0.32.0
-Release: 1%{?gitrelease}%{?dist}
+Release: 2%{?gitrelease}%{?dist}
Summary: Movie player playing most video formats and DVDs
License: GPLv2+ and LGPLv2+
URL: http://mpv.io/
@@ -44,7 +44,9 @@ BuildRequires: pkgconfig(vulkan)
%endif
%endif
BuildRequires: pkgconfig(lcms2)
-BuildRequires: pkgconfig(libarchive)
+%if 0%{?fedora} > 30|| 0%{?rhel} > 8
+BuildRequires: pkgconfig(libarchive) >= 3.4.0
+%endif
BuildRequires: pkgconfig(libass)
BuildRequires: pkgconfig(libbluray)
BuildRequires: pkgconfig(libcdio)
@@ -134,7 +136,9 @@ sed -i -e "s|c_preproc.standard_includes.append('/usr/local/include')|c_preproc.
--disable-build-date \
--enable-libmpv-shared \
--enable-sdl2 \
+%if 0%{?fedora} > 30|| 0%{?rhel} > 8
--enable-libarchive \
+%endif
--enable-libsmbclient \
--enable-dvdnav \
--enable-cdda \
@@ -176,6 +180,10 @@ install -Dpm 644 README.md etc/input.conf etc/mpv.conf -t %{buildroot}%{_docdir}
%{_libdir}/pkgconfig/mpv.pc
%changelog
+* Sun Jan 26 2020 Leigh Scott <leigh123linux(a)gmail.com> - 0.32.0-2
+- Drop libarchive support for f30 and el8, supporting 0.31.0 for the
+ next decade isn't an option
+
* Sun Jan 26 2020 Leigh Scott <leigh123linux(a)gmail.com> - 0.32.0-1
- Update to 0.32.0
4 years, 10 months
[clipgrab/f30] Update to 3.8.10
by Sérgio M. Basto
Summary of changes:
29bd746... Update to 3.8.10 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 10 months
[clipgrab/f31] Update to 3.8.10
by Sérgio M. Basto
Summary of changes:
29bd746... Update to 3.8.10 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 10 months
[mpv/el8: 2/2] Merge branch 'master' into el8
by Leigh Scott
commit 7fb7b185bac1be62745617bda208b10cb2e80e7e
Merge: d5a73fc 3f5ecaa
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Jan 26 21:29:11 2020 +0000
Merge branch 'master' into el8
mpv.spec | 3 +++
1 file changed, 3 insertions(+)
---
4 years, 10 months
[mpv/f30] add bash-completion
by Leigh Scott
Summary of changes:
3f5ecaa... add bash-completion (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 10 months
[mpv/f31] add bash-completion
by Leigh Scott
Summary of changes:
3f5ecaa... add bash-completion (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 10 months
[mpv] add bash-completion
by Leigh Scott
commit 3f5ecaa5d8ada346d21fa57e7876b4e2f03dc8b5
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Jan 26 21:27:41 2020 +0000
add bash-completion
mpv.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/mpv.spec b/mpv.spec
index 8fe2385..bcd671c 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -157,6 +157,9 @@ install -Dpm 644 README.md etc/input.conf etc/mpv.conf -t %{buildroot}%{_docdir}
%license LICENSE.GPL LICENSE.LGPL Copyright
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
+%dir %{_datadir}/bash-completion/
+%dir %{_datadir}/bash-completion/completions/
+%{_datadir}/bash-completion/completions/%{name}
%{_datadir}/icons/hicolor/*/apps/%{name}*.*
%{_datadir}/zsh/site-functions/_mpv
%{_mandir}/man1/%{name}.*
4 years, 10 months
[clipgrab] Update to 3.8.10
by Sérgio M. Basto
commit 29bd74654af21f4f7a85a1b475e4297065675ebf
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Jan 26 21:13:46 2020 +0000
Update to 3.8.10
.gitignore | 1 +
clipgrab.spec | 8 +++++++-
sources | 2 +-
3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 150d35d..b521d06 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ clipgrab-3.5.5.tar.gz
/clipgrab-3.8.7.tar.gz
/clipgrab-3.8.8.tar.gz
/clipgrab-3.8.9.tar.gz
+/clipgrab-3.8.10.tar.gz
diff --git a/clipgrab.spec b/clipgrab.spec
index 11782b0..5acbaf9 100644
--- a/clipgrab.spec
+++ b/clipgrab.spec
@@ -1,5 +1,5 @@
Name: clipgrab
-Version: 3.8.9
+Version: 3.8.10
Release: 1%{?dist}
License: GPLv3 and Non-Commercial Use Only (Artwork and Trademark)
@@ -48,6 +48,12 @@ desktop-file-install --dir %{buildroot}%{_datadir}/applications %{SOURCE1}
%{_datadir}/applications/clipgrab.desktop
%changelog
+* Sun Jan 26 2020 Sérgio Basto <sergio(a)serjux.com> - 3.8.10-1
+- Update to 3.8.10
+
+* Sun Jan 26 2020 Sérgio Basto <sergio(a)serjux.com> - 3.8.9-2
+- Update to 3.8.10
+
* Sat Jan 04 2020 Martin Gansser <martinkg(a)fedoraproject.org> - 3.8.9-1
- Update to 3.8.9
diff --git a/sources b/sources
index edee07d..23d9e91 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (clipgrab-3.8.9.tar.gz) = 33e5437369931327a537052f0470a3194178e7818a7ba0b12be4876f6feb0bab508c5d5a3f20bed6919f806492e59156e1dd04c2e56590fc3f7f5931788ab1f3
+SHA512 (clipgrab-3.8.10.tar.gz) = 3e1bc56b7c0638850a633879c0cdbfbccbd2efb77b8116169f5893291802c1f3297f8598b99257904d6e00333223497c4b40ae90f6b6fbd4c51422a2007172be
4 years, 10 months