commit 2f2678800d8a3cf37ff019111b4404bb290d2b50
Author: Simone Caronni <negativo17(a)gmail.com>
Date: Wed Apr 12 08:52:30 2017 +0200
Update to 1.0.7
.gitignore | 1 +
HandBrake.spec | 8 ++++++--
sources | 2 +-
3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c3760e9..a0c4de8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/HandBrake-1.0.3.tar.bz2
+/HandBrake-1.0.7.tar.bz2
diff --git a/HandBrake.spec b/HandBrake.spec
index 4becc04..ca8fd58 100644
--- a/HandBrake.spec
+++ b/HandBrake.spec
@@ -6,6 +6,7 @@
# Build with "--without ffmpeg" or enable this to use bundled libAV
# instead of system FFMpeg libraries. Unfortunately with FFMpeg UTF-8
# subtitles are not recognized in media source files. :(
+#
https://trac.ffmpeg.org/ticket/6304
#global _without_ffmpeg 1
%ifarch i686 x86_64
@@ -15,8 +16,8 @@
%global desktop_id fr.handbrake.ghb
Name: HandBrake
-Version: 1.0.3
-Release: 4%{!?tag:.%{date}git%{shortcommit0}}%{?dist}
+Version: 1.0.7
+Release: 1%{!?tag:.%{date}git%{shortcommit0}}%{?dist}
Summary: An open-source multiplatform video transcoder
License: GPLv2+
URL:
http://handbrake.fr/
@@ -228,6 +229,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null ||
:
%{_bindir}/HandBrakeCLI
%changelog
+* Wed Apr 12 2017 Simone Caronni <negativo17(a)gmail.com> - 1.0.7-1
+- Update to latest 1.0.7.
+
* Thu Mar 23 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 1.0.3-4
- Fix ppc64le build
diff --git a/sources b/sources
index b3ea582..a3bed3a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0829c65d07e9bd06140277ab08c33731 HandBrake-1.0.3.tar.bz2
+bf39fcc56a82ccca32a9faac8fa633f5 HandBrake-1.0.7.tar.bz2