diff --git a/sources b/sources index e550c45..1a7a4f4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b06a42a8d5b6e8bbc7bde740fff23728 x265-3.1.2.tar.gz +SHA512 (x265_3.2.1.tar.gz) = 5cb29b9d4475c1f686f6e31e47ccddde3db1639d5dcf9c058513389a9fdeb35a83b14e30e59498a76dec74bb0b410b6d8f5b1b45d18927be9811bb6a40d8d568 diff --git a/x265.spec b/x265.spec index 53804c3..e1120c2 100644 --- a/x265.spec +++ b/x265.spec @@ -1,17 +1,15 @@ -%global _so_version 176 +%global _so_version 179 Summary: H.265/HEVC encoder Name: x265 -Version: 3.1.2 -Release: 2%{?dist} +Version: 3.2.1 +Release: 1%{?dist} URL: http://x265.org/ # source/Lib/TLibCommon - BSD # source/Lib/TLibEncoder - BSD # everything else - GPLv2+ License: GPLv2+ and BSD - -# Official upstream is http://hg.videolan.org/ - using github mirror -Source0: https://github.com/videolan/x265/archive/%{version}/%{name}-%{version}.tar.gz +Source0: https://bitbucket.org/multicoreware/%{name}/downloads/%{name}_%{version}.tar.gz # fix building as PIC Patch0: x265-pic.patch @@ -60,7 +58,7 @@ performance on a wide variety of hardware platforms. This package contains the shared library development files. %prep -%autosetup -p1 +%autosetup -p1 -n %{name}_%{version} %build # High depth libraries (from source/h265.h): @@ -141,6 +139,10 @@ done %{_libdir}/pkgconfig/x265.pc %changelog +* Thu Nov 28 2019 Leigh Scott - 3.2.1-1 +- Update to 3.2.1 +- Switch upstream source url + * Fri Aug 09 2019 RPM Fusion Release Engineering - 3.1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild