diff --git a/.gitignore b/.gitignore index 8d0089b..969e652 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -x264-20110110.tar.bz2 +x264-20110227.tar.bz2 diff --git a/sources b/sources index bedcc5d..4760045 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f34cfcf47656cb6bfe7052a113b0db8d x264-20110110.tar.bz2 +784318733e4301d7c49c1317cdfe6baf x264-20110227.tar.bz2 diff --git a/x264-snapshot.sh b/x264-snapshot.sh index 804aa3b..c3dbaca 100755 --- a/x264-snapshot.sh +++ b/x264-snapshot.sh @@ -17,7 +17,7 @@ git=$(date +%Y%m%d) pushd "$tmp" git clone git://git.videolan.org/x264.git x264-$git pushd x264-$git -./version.sh . +./version.sh > version.h find . -type d -name .git -print0 | xargs -0r rm -rf popd tar jcf "$pwd"/x264-$git.tar.bz2 x264-$git diff --git a/x264.spec b/x264.spec index 234c313..f7cbd0b 100644 --- a/x264.spec +++ b/x264.spec @@ -1,4 +1,4 @@ -%global snapshot 20110110 +%global snapshot 20110227 Summary: H264/AVC video streams encoder Name: x264 @@ -137,8 +137,8 @@ popd %endif %changelog -* Mon Jan 10 2011 Dominik Mierzejewski 0.0.0-0.29.20110110 -- 20110110 snapshot (ABI bump) +* Mon Jan 10 2011 Dominik Mierzejewski 0.0.0-0.29.20110227 +- 20110227 snapshot (ABI bump) * Tue Jul 06 2010 Dominik Mierzejewski 0.0.0-0.28.20100706gitd058f37 - 20100706 snapshot (ABI bump)