commit 83fefd61730a9a49df0a8e3c15c73a6536e34bd3
Author: Rex Dieter <rdieter(a)gmail.com>
Date: Thu Feb 28 08:22:32 2019 -0600
18.12.2
.gitignore | 1 +
ffmpegthumbs.spec | 16 +++++++++++-----
sources | 2 +-
3 files changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c2a4614..1797e68 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ ffmpegthumbs-4.13.97.tar.xz
/ffmpegthumbs-17.08.1.tar.xz
/ffmpegthumbs-17.12.0.tar.xz
/ffmpegthumbs-18.08.1.tar.xz
+/ffmpegthumbs-18.12.2.tar.xz
diff --git a/ffmpegthumbs.spec b/ffmpegthumbs.spec
index 2f6034a..ec1f694 100644
--- a/ffmpegthumbs.spec
+++ b/ffmpegthumbs.spec
@@ -1,5 +1,5 @@
Name: ffmpegthumbs
-Version: 18.08.1
+Version: 18.12.2
Release: 1%{?dist}
Summary: KDE ffmpegthumbnailer service
@@ -31,29 +31,35 @@ KDE ffmpegthumbnailer service
%prep
-%setup -q
+%autosetup
%build
-mkdir -p %{_target_platform}
+mkdir %{_target_platform}
pushd %{_target_platform}
%{cmake_kf5} ..
popd
-make %{?_smp_mflags} -C %{_target_platform}
+%make_build -C %{_target_platform}
%install
make install/fast -C %{_target_platform} DESTDIR=%{buildroot}
+%find_lang ffmpegthumbs
-%files
+
+%files -f ffmpegthumbs.lang
%license COPYING
%{_kf5_qtplugindir}/ffmpegthumbs.so
%{_kf5_datadir}/kservices5/ffmpegthumbs.desktop
%{_kf5_datadir}/config.kcfg/ffmpegthumbnailersettings5.kcfg
+
%changelog
+* Thu Feb 28 2019 Rex Dieter <rdieter(a)fedoraproject.org> - 18.12.2-1
+- 18.12.2
+
* Mon Sep 17 2018 Sérgio Basto <sergio(a)serjux.com> - 18.08.1-1
- Update ffmpegthumbs to 18.08.1
diff --git a/sources b/sources
index c584ac1..2285839 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b18096ca9bdc500e30c13056e3389be7 ffmpegthumbs-18.08.1.tar.xz
+37bc77e275a3b76440b84eb78d65dc1d ffmpegthumbs-18.12.2.tar.xz
Show replies by date