commit 847ed70973a7c01ab1e1a882e8409f5c458275b2
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Nov 22 20:03:30 2017 +0100
Update vlc snapshot
sources | 2 +-
vlc.spec | 12 +++++++++---
2 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/sources b/sources
index d882724..29cc2f7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-90ae508248c66715ccd7c167e341feed vlc-3.0.0-20171103-0240-git.tar.xz
+32bec6d7e6202d8c33ce7c372c539ab8 vlc-3.0.0-20171122-0234-git.tar.xz
diff --git a/vlc.spec b/vlc.spec
index 6e74f32..7711943 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -1,5 +1,5 @@
-%global vlc_date 20171103
-%global vlc_rc -%{?vlc_date}-0240-git
+%global vlc_date 20171122
+%global vlc_rc -%{?vlc_date}-0234-git
%if 0%{?vlc_rc:1}
%global vlc_url
https://nightlies.videolan.org/build/source/
%else
@@ -367,7 +367,10 @@ rm -rf %{buildroot}/%{_datadir}/macosx
%post
-%{_libdir}/vlc/vlc-cache-gen %{_libdir}/vlc/plugins &>/dev/null
+if [ $1 == 1 ] ; then
+ %{_libdir}/vlc/vlc-cache-gen %{_libdir}/vlc/plugins &>/dev/null
+fi || :
+
%{_bindir}/touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
@@ -551,6 +554,9 @@ fi || :
%changelog
+* Wed Nov 22 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 3.0.0-0.40.git20171122
+- Update to 20171122 snapshot
+
* Thu Nov 16 2017 Leigh Scott <leigh123linux(a)googlemail.com> -
3.0.0-0.40.git20171103
- Rebuild for new protobuf version