|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
# globals for x264-0.148-20160924-86b7198.tar.bz2
|
|
|
|
|
# globals for x264-0.148-20160614-a5e06b9.tar.bz2
|
|
|
|
|
%global api 148
|
|
|
|
|
%global gitdate 20160924
|
|
|
|
|
%global gitversion 86b7198
|
|
|
|
|
%global gitdate 20160614
|
|
|
|
|
%global gitversion a5e06b9
|
|
|
|
|
%global snapshot %{gitdate}-%{gitversion}
|
|
|
|
|
%global gver .%{gitdate}git%{gitversion}
|
|
|
|
|
%global branch stable
|
|
|
|
@ -29,8 +29,8 @@
|
|
|
|
|
|
|
|
|
|
Summary: H264/AVC video streams encoder
|
|
|
|
|
Name: x264
|
|
|
|
|
Version: 0.%{api}%{?gver}
|
|
|
|
|
Release: 1%{?_with_bootstrap:_bootstrap}%{?dist}
|
|
|
|
|
Version: 0.%{api}
|
|
|
|
|
Release: 11%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: https://www.videolan.org/developers/x264.html
|
|
|
|
|
Source0: %{name}-0.%{api}-%{snapshot}.tar.bz2
|
|
|
|
@ -200,12 +200,6 @@ install -pm644 generic/{AUTHORS,COPYING} %{buildroot}%{_pkgdocdir}/
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Sep 24 2016 Sérgio Basto <sergio@serjux.com> - 0.148.20160924git86b7198-1
|
|
|
|
|
- Update to 0.148-20160924-86b7198 version
|
|
|
|
|
- Change versioning of the package in order to have better information, now the
|
|
|
|
|
package version include date plus git short commit, as result we may reset the
|
|
|
|
|
release count.
|
|
|
|
|
|
|
|
|
|
* Fri Aug 26 2016 Dominik Mierzejewski <rpm@greysector.net> - 0.148-11.20160614gita5e06b9
|
|
|
|
|
- rework asm treatment on i686 and ppc64
|
|
|
|
|
- fix adding the 10b suffix to the library name
|
|
|
|
|