From e6a498f764bdb0df4f062225010e181710f0385b Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Wed, 25 Jan 2012 11:49:31 +0000 Subject: [PATCH] Update to today's snapshot --- .gitignore | 2 +- sources | 2 +- x264.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index e3a5d21..22aecb2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -x264-stable-20110811.tar.bz2 +x264-stable-20120125.tar.bz2 diff --git a/sources b/sources index cfe1ea9..853f266 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -86529759b0153927f8bd82197283ea82 x264-stable-20110811.tar.bz2 +2770fa3d5b54a54f996eb4064eef2fdf x264-stable-20120125.tar.bz2 diff --git a/x264.spec b/x264.spec index 4c5051a..2ec092e 100644 --- a/x264.spec +++ b/x264.spec @@ -1,10 +1,10 @@ -%global snapshot 20110811 +%global snapshot 20120125 %global branch stable Summary: H264/AVC video streams encoder Name: x264 Version: 0.0.0 -Release: 0.31.%{snapshot}%{?dist} +Release: 0.32.%{snapshot}%{?dist} License: GPLv2+ Group: System Environment/Libraries URL: http://developers.videolan.org/x264.html @@ -136,6 +136,9 @@ touch -r version.h %{buildroot}%{_includedir}/x264.h %{buildroot}%{_includedir}/ %endif %changelog +* Wed Jan 25 2012 Nicolas Chauvet - 0.0.0-0.32.20120125 +- Update to 20120125 + * Mon Aug 22 2011 Dominik Mierzejewski 0.0.0-0.31.20110811 - 20110811 snapshot (ABI 116) - fix snapshot script to include version.h properly