Author: rathann
Update of /cvs/free/rpms/x264/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv30026
Modified Files:
.cvsignore sources x264-snapshot.sh x264.spec
Log Message:
- 20110227 snapshot (ABI bump)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/x264/devel/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- .cvsignore 10 Jan 2011 12:54:19 -0000 1.15
+++ .cvsignore 27 Feb 2011 22:52:17 -0000 1.16
@@ -1 +1 @@
-x264-20110110.tar.bz2
+x264-20110227.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/x264/devel/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources 10 Jan 2011 12:54:19 -0000 1.15
+++ sources 27 Feb 2011 22:52:17 -0000 1.16
@@ -1 +1 @@
-f34cfcf47656cb6bfe7052a113b0db8d x264-20110110.tar.bz2
+784318733e4301d7c49c1317cdfe6baf x264-20110227.tar.bz2
Index: x264-snapshot.sh
===================================================================
RCS file: /cvs/free/rpms/x264/devel/x264-snapshot.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- x264-snapshot.sh 3 Aug 2008 17:53:20 -0000 1.1
+++ x264-snapshot.sh 27 Feb 2011 22:52:17 -0000 1.2
@@ -17,7 +17,7 @@
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
Index: x264.spec
===================================================================
RCS file: /cvs/free/rpms/x264/devel/x264.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- x264.spec 10 Jan 2011 12:54:19 -0000 1.22
+++ x264.spec 27 Feb 2011 22:52:17 -0000 1.23
@@ -1,4 +1,4 @@
-%global snapshot 20110110
+%global snapshot 20110227
Summary: H264/AVC video streams encoder
Name: x264
@@ -137,8 +137,8 @@
%endif
%changelog
-* Mon Jan 10 2011 Dominik Mierzejewski <rpm(a)greysector.net> 0.0.0-0.29.20110110
-- 20110110 snapshot (ABI bump)
+* Mon Jan 10 2011 Dominik Mierzejewski <rpm(a)greysector.net> 0.0.0-0.29.20110227
+- 20110227 snapshot (ABI bump)
* Tue Jul 06 2010 Dominik Mierzejewski <rpm(a)greysector.net>
0.0.0-0.28.20100706gitd058f37
- 20100706 snapshot (ABI bump)