diff --git a/.gitignore b/.gitignore index 621554f..0087e3b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -x264-stable-20120616.tar.bz2 +x264-stable-20120904.tar.bz2 diff --git a/sources b/sources index 2aaade3..edd596a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e754da06d665c307dd70b5a7edf6fde1 x264-stable-20120616.tar.bz2 +3d3982c026de90d4b6039036285af00a x264-stable-20120904.tar.bz2 diff --git a/x264.spec b/x264.spec index e8478ce..712c9a1 100644 --- a/x264.spec +++ b/x264.spec @@ -1,6 +1,8 @@ -%global snapshot 20120616 +%global snapshot 20120904 %global branch stable +%global _with_bootstrap 1 + %{?_with_bootstrap: %global _without_gpac 1 %global _without_libavformat 1 @@ -17,8 +19,8 @@ Summary: H264/AVC video streams encoder Name: x264 -Version: 0.124 -Release: 5.%{snapshot}%{?dist} +Version: 0.125 +Release: 1.%{snapshot}%{?dist} License: GPLv2+ Group: System Environment/Libraries URL: http://developers.videolan.org/x264.html @@ -184,6 +186,9 @@ touch -r generic/version.h %{buildroot}%{_includedir}/x264.h %{buildroot}%{_incl %{_libdir}/libx26410b.so %changelog +* Tue Sep 04 2012 Sérgio Basto - 0.125-1.20120904 +- Pulled latest stable patches, which bump version to 0.125. + * Mon Jun 25 2012 Sérgio Basto - 0.124-5.20120616 - Fixed detection of gf_malloc and gf_free