diff --git a/.gitignore b/.gitignore index a744c02..084d5b8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1 @@ -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 -/x265_2.5.tar.gz -/x265_2.6.tar.gz -/x265_2.7.tar.gz -/x265_2.8.tar.gz -/x265_2.9.tar.gz -/x265_3.0.tar.gz +x265*.tar.gz diff --git a/sources b/sources index 0cc37bf..6b1e91d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8ff1780246bb7ac8506239f6129c04ec x265_3.0.tar.gz +408ac428ff6bcc7c257d371080ef7fee x265-3.1.tar.gz diff --git a/x265.spec b/x265.spec index f369015..c441cdf 100644 --- a/x265.spec +++ b/x265.spec @@ -1,16 +1,17 @@ -%global _so_version 169 +%global _so_version 176 Summary: H.265/HEVC encoder Name: x265 -Version: 3.0 -Release: 2%{?dist} +Version: 3.1 +Release: 1%{?dist} URL: http://x265.org/ # source/Lib/TLibCommon - BSD # source/Lib/TLibEncoder - BSD # everything else - GPLv2+ License: GPLv2+ and BSD -Source0: https://bitbucket.org/multicoreware/%{name}/downloads/%{name}_%{version}.tar.gz +# Official upstream is http://hg.videolan.org/ - using github mirror +Source0: https://github.com/videolan/x265/archive/%{version}/%{name}-%{version}.tar.gz # fix building as PIC Patch0: x265-pic.patch @@ -59,7 +60,7 @@ performance on a wide variety of hardware platforms. This package contains the shared library development files. %prep -%autosetup -p1 -n %{name}_%{version} +%autosetup -p1 %build # High depth libraries (from source/h265.h): @@ -140,6 +141,10 @@ done %{_libdir}/pkgconfig/x265.pc %changelog +* Fri Jun 28 2019 Nicolas Chauvet - 3.1-1 +- Update to 3.1 +- Switch to github mirror + * Tue Mar 05 2019 RPM Fusion Release Engineering - 3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild