mirror of
https://github.com/videolan/vlc.git
synced 2024-12-12 11:13:34 +08:00
* Forgot to fix the vlc.spec.
* Added Bozo to the author list.
This commit is contained in:
parent
ba61d25caf
commit
9584da59d1
1
AUTHORS
1
AUTHORS
@ -11,6 +11,7 @@
|
|||||||
Vincent Seguin <seguin@via.ecp.fr>
|
Vincent Seguin <seguin@via.ecp.fr>
|
||||||
Benoit Steiner <benny@via.ecp.fr>
|
Benoit Steiner <benny@via.ecp.fr>
|
||||||
|
|
||||||
|
Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr>
|
||||||
Jean-Marc Dressler <polux@via.ecp.fr>
|
Jean-Marc Dressler <polux@via.ecp.fr>
|
||||||
Gaël Hendryckx <jimmy@via.ecp.fr>
|
Gaël Hendryckx <jimmy@via.ecp.fr>
|
||||||
Samuel Hocevar <sam@zoy.org>
|
Samuel Hocevar <sam@zoy.org>
|
||||||
|
@ -495,7 +495,7 @@ snapshot:
|
|||||||
do cp $$i /tmp/vlc-@VLC_VERSION@/$$i ; \
|
do cp $$i /tmp/vlc-@VLC_VERSION@/$$i ; \
|
||||||
done
|
done
|
||||||
# copy misc files
|
# copy misc files
|
||||||
cp vlc.spec AUTHORS COPYING ChangeLog INSTALL README TODO \
|
cp vlc.spec AUTHORS COPYING ChangeLog CONTRIBUTORS INSTALL README TODO \
|
||||||
Makefile.in Makefile.dep configure configure.in install-sh \
|
Makefile.in Makefile.dep configure configure.in install-sh \
|
||||||
config.sub config.guess todo.pl \
|
config.sub config.guess todo.pl \
|
||||||
/tmp/vlc-@VLC_VERSION@/
|
/tmp/vlc-@VLC_VERSION@/
|
||||||
|
@ -503,6 +503,7 @@ create_intf_about (void)
|
|||||||
"Christophe Massiot <massiot@via.ecp.fr>",
|
"Christophe Massiot <massiot@via.ecp.fr>",
|
||||||
"Vincent Seguin <seguin@via.ecp.fr>",
|
"Vincent Seguin <seguin@via.ecp.fr>",
|
||||||
"Benoit Steiner <benny@via.ecp.fr>",
|
"Benoit Steiner <benny@via.ecp.fr>",
|
||||||
|
"Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr>",
|
||||||
"Jean-Marc Dressler <polux@via.ecp.fr>",
|
"Jean-Marc Dressler <polux@via.ecp.fr>",
|
||||||
"Gaël Hendryckx <jimmy@via.ecp.fr>",
|
"Gaël Hendryckx <jimmy@via.ecp.fr>",
|
||||||
"Samuel Hocevar <sam@zoy.org>",
|
"Samuel Hocevar <sam@zoy.org>",
|
||||||
|
4
vlc.spec
4
vlc.spec
@ -1,10 +1,10 @@
|
|||||||
Name: vlc
|
Name: vlc
|
||||||
Version: 0.2.61
|
Version: 0.2.62
|
||||||
Release: 1
|
Release: 1
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
Url: http://www.videolan.org/
|
Url: http://www.videolan.org/
|
||||||
Group: X11/Applications/Graphics
|
Group: X11/Applications/Graphics
|
||||||
Source0: http://www.videolan.org/packages/0.2.61/vlc-0.2.61.tar.gz
|
Source0: http://www.videolan.org/packages/0.2.62/vlc-0.2.62.tar.gz
|
||||||
Packager: Samuel Hocevar <sam@zoy.org>
|
Packager: Samuel Hocevar <sam@zoy.org>
|
||||||
|
|
||||||
Buildroot: /tmp/vlc-build
|
Buildroot: /tmp/vlc-build
|
||||||
|
Loading…
Reference in New Issue
Block a user