commit 45b63c3f030cd0ddd2fad8ed3a43ec8bc6e61a1c
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sun Feb 11 07:31:38 2018 +0000
Update to 0.27.1
mpv.spec | 21 +++++----------------
sources | 2 +-
2 files changed, 6 insertions(+), 17 deletions(-)
---
diff --git a/mpv.spec b/mpv.spec
index 96cabe2..5174d5a 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -1,5 +1,5 @@
Name: mpv
-Version: 0.27.0
+Version: 0.27.1
Release: 1%{?dist}
Summary: Movie player playing most video formats and DVDs
License: GPLv2+
@@ -126,21 +126,7 @@ waf install --destdir=%{buildroot}
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
install -Dpm 644 README.md etc/input.conf etc/mpv.conf -t %{buildroot}%{_docdir}/%{name}
-%post
-/bin/touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
-
-%postun
-if [ $1 -eq 0 ] ; then
- /bin/touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
- /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
-fi
-
-%posttrans
-/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
-
-%post libs -p /sbin/ldconfig
-
-%postun libs -p /sbin/ldconfig
+%ldconfig_scriptlets libs
%files
%docdir %{_docdir}/%{name}
@@ -163,6 +149,9 @@ fi
%{_libdir}/pkgconfig/mpv.pc
%changelog
+* Sun Feb 11 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 0.27.1-1
+- Update to 0.27.1
+
* Fri Sep 15 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 0.27.0-1
- Update to 0.27.0
- Enable libarchive support (play .zip, .iso and other formats)
diff --git a/sources b/sources
index 69fc15b..6dc42dd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ec86f42b091d891f9a932de0f6e873ad mpv-0.27.0.tar.gz
+d6f7cfde99e14a571950c5b66d17abaa mpv-0.27.1.tar.gz
Show replies by date