[ffmpegthumbs] Update to 16.04.3, rfbz #4164, following kdemultimedia of Fedora proper,
by Sérgio M. Basto
commit 36de269e693994c8bc76e4205f7311f3d1398c07
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Aug 20 03:49:28 2016 +0100
Update to 16.04.3, rfbz #4164, following kdemultimedia of Fedora proper,
the ffmpegthumbs package is not ffmpegthumbnailer, neither kffmpegthumbnailer
packages, these 3 packages have a very similar names but just ffmpegthumbs is
part of kdemultimedia.
.gitignore | 1 +
ffmpegthumbs.spec | 10 ++++++++--
sources | 2 +-
3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5bdda55..bd1f39b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
ffmpegthumbs-4.13.97.tar.xz
/ffmpegthumbs-16.04.2.tar.xz
+/ffmpegthumbs-16.04.3.tar.xz
diff --git a/ffmpegthumbs.spec b/ffmpegthumbs.spec
index f017c4a..0e42d0c 100644
--- a/ffmpegthumbs.spec
+++ b/ffmpegthumbs.spec
@@ -1,7 +1,7 @@
Name: ffmpegthumbs
-Version: 16.04.2
-Release: 3%{?dist}
+Version: 16.04.3
+Release: 1%{?dist}
Summary: KDE ffmpegthumbnailer service
License: GPLv2+
@@ -59,6 +59,12 @@ make install/fast -C %{_target_platform} DESTDIR=%{buildroot}
%{_kf5_datadir}/kservices5/ffmpegthumbs.desktop
%changelog
+* Sat Aug 20 2016 Sérgio Basto <sergio(a)serjux.com> - 16.04.3-1
+- Update to 16.04.3, rfbz #4164, following kdemultimedia of Fedora proper,
+ the ffmpegthumbs package is not ffmpegthumbnailer, neither kffmpegthumbnailer
+ packages, these 3 packages have a very similar names but just ffmpegthumbs is
+ part of kdemultimedia.
+
* Sat Jul 30 2016 Julian Sikorski <belegdol(a)fedoraproject.org> - 16.04.2-3
- Rebuilt for ffmpeg-3.1.1
diff --git a/sources b/sources
index 5a00f7b..b0eb243 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-917f64cc5e647469f2c31eb576be2949 ffmpegthumbs-16.04.2.tar.xz
+aaba70e9a6eb5212fa16c2464355984a ffmpegthumbs-16.04.3.tar.xz
8 years, 3 months
[rfpkg/f25] Fix Python shebang
by Antonio
Summary of changes:
7de0bf6... Fix Python shebang (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 3 months
[rfpkg/f24] Fix Python shebang
by Antonio
Summary of changes:
7de0bf6... Fix Python shebang (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 3 months
[rfpkg] Fix Python shebang
by Antonio
commit 7de0bf6a41de9f98f824a9b4e7d52104a91b30fe
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Fri Aug 19 18:53:06 2016 +0200
Fix Python shebang
rfpkg.spec | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/rfpkg.spec b/rfpkg.spec
index ab820e4..835e932 100644
--- a/rfpkg.spec
+++ b/rfpkg.spec
@@ -9,7 +9,7 @@
Name: rfpkg
Summary: RPM Fusion utility for working with dist-git
Version: 1.24.0
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv2+
Group: Applications/System
URL: https://github.com/rpmfusion-infra/rfpkg
@@ -50,6 +50,8 @@ RPM Fusion utility for working with dist-git.
%{__python2} setup.py install --skip-build --root $RPM_BUILD_ROOT
sed -e 's|^#!python|#!%{__python2}|g' -i $RPM_BUILD_ROOT%{_bindir}/rfpkg
+sed -e 's|^#!python|#!%{__python2}|g' -i $RPM_BUILD_ROOT%{python2_sitelib}/rfpkg/__main__.py
+chmod a+x $RPM_BUILD_ROOT%{python2_sitelib}/rfpkg/__main__.py
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
install -p -m 0644 rfpkg.1 $RPM_BUILD_ROOT%{_mandir}/man1
@@ -75,6 +77,9 @@ mv $RPM_BUILD_ROOT%{compdir}/rfpkg.bash $RPM_BUILD_ROOT%{compdir}/rfpkg
%changelog
+* Fri Aug 19 2016 Antonio Trande <sagitterATfedoraproject.org> 1.24.0-2
+- Fix Python shebang
+
* Fri Aug 05 2016 Nicolas Chauvet <nicolas.chauvet(a)kwizart.fr> - 1.24.0-1
- Update to 1.24.0
8 years, 3 months