[Mplayerplug-in-cvs] mplayerplug-in ChangeLog, 1.560, 1.561 dist.sh, 1.2, 1.3 dist.sh.in, 1.3, 1.4
Brought to you by:
kdekorte
From: Kevin D. <kde...@us...> - 2007-12-04 16:50:34
|
Update of /cvsroot/mplayerplug-in/mplayerplug-in In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv22959 Modified Files: ChangeLog dist.sh dist.sh.in mplayerplug-in.spec mplayerplug-in.spec.in Log Message: spec file changes Index: dist.sh =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/dist.sh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** dist.sh 3 Dec 2007 18:09:25 -0000 1.2 --- dist.sh 4 Dec 2007 16:50:20 -0000 1.3 *************** *** 15,19 **** cp -pr po mplayerplug-in-3.55 cp ChangeLog configure INSTALL mplayerplug-in.conf mplayerplug-in.types README TODO mplayerplug-in-3.55 ! echo "GZIP=--best gzip -c >mplayerplug-in-3.55.tar" tar -czvf mplayerplug-in-3.55.tar.gz mplayerplug-in-3.55 - --- 15,18 ---- cp -pr po mplayerplug-in-3.55 cp ChangeLog configure INSTALL mplayerplug-in.conf mplayerplug-in.types README TODO mplayerplug-in-3.55 ! echo "GZIP=--best gzip -c >mplayerplug-in-3.55.tar.gz" tar -czvf mplayerplug-in-3.55.tar.gz mplayerplug-in-3.55 Index: mplayerplug-in.spec =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/mplayerplug-in.spec,v retrieving revision 1.53 retrieving revision 1.54 diff -C2 -d -r1.53 -r1.54 *** mplayerplug-in.spec 3 Dec 2007 17:54:23 -0000 1.53 --- mplayerplug-in.spec 4 Dec 2007 16:50:22 -0000 1.54 *************** *** 17,21 **** Name: %{name} Version: %{ver} ! Release: f%{fedora}-1 License: GPL Group: Browser/Plugin --- 17,21 ---- Name: %{name} Version: %{ver} ! Release: 1.f%{fedora} License: GPL Group: Browser/Plugin Index: ChangeLog =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/ChangeLog,v retrieving revision 1.560 retrieving revision 1.561 diff -C2 -d -r1.560 -r1.561 *** ChangeLog 3 Dec 2007 17:34:03 -0000 1.560 --- ChangeLog 4 Dec 2007 16:50:06 -0000 1.561 *************** *** 1,5 **** Development - Add in make dist support, and autogenerating spec files (way over due on these) - Change url max length from 1024 to 4096 (some sites still do no work, investigating) Disable non-blocking mode when we get the mmst packet length If loop = 0 from site change it to -1 --- 1,3 ---- Index: dist.sh.in =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/dist.sh.in,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** dist.sh.in 3 Dec 2007 18:14:41 -0000 1.3 --- dist.sh.in 4 Dec 2007 16:50:21 -0000 1.4 *************** *** 16,18 **** cp ChangeLog configure INSTALL mplayerplug-in.conf mplayerplug-in.types README TODO mplayerplug-in-@PACKAGE_VERSION@ echo "GZIP=--best gzip -c >mplayerplug-in-@PACKAGE_VERSION@.tar.gz" ! tar -czvf mplayerplug-in-@PACKAGE_VERSION@.tar mplayerplug-in-@PACKAGE_VERSION@ --- 16,18 ---- cp ChangeLog configure INSTALL mplayerplug-in.conf mplayerplug-in.types README TODO mplayerplug-in-@PACKAGE_VERSION@ echo "GZIP=--best gzip -c >mplayerplug-in-@PACKAGE_VERSION@.tar.gz" ! tar -czvf mplayerplug-in-@PACKAGE_VERSION@.tar.gz mplayerplug-in-@PACKAGE_VERSION@ Index: mplayerplug-in.spec.in =================================================================== RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/mplayerplug-in.spec.in,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mplayerplug-in.spec.in 3 Dec 2007 18:16:39 -0000 1.3 --- mplayerplug-in.spec.in 4 Dec 2007 16:50:23 -0000 1.4 *************** *** 17,21 **** Name: %{name} Version: %{ver} ! Release: f%{fedora}_1 License: GPL Group: Browser/Plugin --- 17,21 ---- Name: %{name} Version: %{ver} ! Release: 1.f%{fedora} License: GPL Group: Browser/Plugin |