commit d0b06b8405383e37208e5c4921eb9da5ff2cfa9c
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sat Apr 29 07:58:58 2017 +0100
update to 2.4
.gitignore | 1 +
sources | 2 +-
x265.spec | 13 ++++++++-----
3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 47d6cf9..23e3f28 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ x265_1.6.tar.gz
/x265_1.9.tar.gz
/x265_2.1.tar.gz
/x265_2.2.tar.gz
+/x265_2.4.tar.gz
diff --git a/sources b/sources
index 9eae320..a0a5c32 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-36161843a70e4d46af1fa38cf221d0f3 x265_2.2.tar.gz
+ab0986aa5c4465b874de94095b0d0cae x265_2.4.tar.gz
diff --git a/x265.spec b/x265.spec
index 714f899..7d2e97e 100644
--- a/x265.spec
+++ b/x265.spec
@@ -1,7 +1,7 @@
Summary: H.265/HEVC encoder
Name: x265
-Version: 2.2
-Release: 3%{?dist}
+Version: 2.4
+Release: 1%{?dist}
URL:
http://x265.org/
# source/Lib/TLibCommon - BSD
# source/Lib/TLibEncoder - BSD
@@ -122,10 +122,10 @@ done
%files libs
%license COPYING
-%{_libdir}/libx265.so.102
+%{_libdir}/libx265.so.116
%ifarch x86_64 aarch64 ppc64 ppc64le
-%{_libdir}/libx265_main10.so.102
-%{_libdir}/libx265_main12.so.102
+%{_libdir}/libx265_main10.so.116
+%{_libdir}/libx265_main12.so.116
%endif
%files devel
@@ -136,6 +136,9 @@ done
%{_libdir}/pkgconfig/x265.pc
%changelog
+* Sat Apr 29 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 2.4-1
+- update to 2.4
+
* Mon Apr 10 2017 Simone Caronni <negativo17(a)gmail.com> - 2.2-3
- Use source from multicoreware website.
- Clean up SPEC file a bit (formatting, 80 char wide descriptions).