commit 3ddac98f220037604d2d265b257b1ded4d4b7444
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Sun Nov 18 09:47:55 2018 +0000
Update to 2.9
.gitignore | 1 +
sources | 2 +-
x265-4504219210793536d921ee4e0b3058698c630bf4.diff | 19 -------------------
x265.spec | 10 ++++++----
4 files changed, 8 insertions(+), 24 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f3a1c5d..29dd964 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ x265_1.6.tar.gz
/x265_2.6.tar.gz
/x265_2.7.tar.gz
/x265_2.8.tar.gz
+/x265_2.9.tar.gz
diff --git a/sources b/sources
index 2c38b2f..09c2d99 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b68dcd4e8a495e53e53034a11fec5eb9 x265_2.8.tar.gz
+693ee4ce7929a59735f441107310f0bb x265_2.9.tar.gz
diff --git a/x265.spec b/x265.spec
index be9618a..a2a434a 100644
--- a/x265.spec
+++ b/x265.spec
@@ -1,8 +1,8 @@
-%global _so_version 160
+%global _so_version 165
Summary: H.265/HEVC encoder
Name: x265
-Version: 2.8
+Version: 2.9
Release: 1%{?dist}
URL:
http://x265.org/
# source/Lib/TLibCommon - BSD
@@ -18,8 +18,7 @@ Patch1: x265-high-bit-depth-soname.patch
Patch2: x265-detect_cpu_armhfp.patch
Patch3: x265-arm-cflags.patch
Patch4: x265-pkgconfig_path_fix.patch
-Patch5: x265-4504219210793536d921ee4e0b3058698c630bf4.diff
-Patch6: x265-2.8-asm-primitives.patch
+Patch5: x265-2.8-asm-primitives.patch
BuildRequires: gcc-c++
BuildRequires: cmake3
@@ -140,6 +139,9 @@ done
%{_libdir}/pkgconfig/x265.pc
%changelog
+* Sun Nov 18 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 2.9-1
+- Update to 2.9
+
* Thu Oct 04 2018 Sérgio Basto <sergio(a)serjux.com> - 2.8-1
- Update to 2.8 more 2 patches to fix builds on non-x86 and arm
https://bitbucket.org/multicoreware/x265/issues/404/28-fails-to-build-on-...