[xiph-cvs] cvs commit: vorbis-tools/debian control

Gregory Maxwell gmaxwell at xiph.org
Sun Aug 12 14:32:45 PDT 2001



gmaxwell    01/08/12 14:32:45

  Modified:    .        configure.in vorbis-tools.spec
               oggenc   oggenc.c
               debian   control
  Log:
  Update to RC2

Revision  Changes    Path
1.25      +1 -1      vorbis-tools/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/configure.in,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- configure.in	2001/08/04 22:23:21	1.24
+++ configure.in	2001/08/12 21:32:44	1.25
@@ -5,7 +5,7 @@
 dnl ------------------------------------------------
 
 AC_INIT(oggenc/encode.c)
-AM_INIT_AUTOMAKE(vorbis-tools,1.0rc1)
+AM_INIT_AUTOMAKE(vorbis-tools,1.0rc2)
 
 dnl --------------------------------------------------  
 dnl Check for programs

1.20      +6 -4      vorbis-tools/vorbis-tools.spec

Index: vorbis-tools.spec
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/vorbis-tools.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- vorbis-tools.spec	2001/06/18 03:48:13	1.19
+++ vorbis-tools.spec	2001/08/12 21:32:44	1.20
@@ -1,5 +1,5 @@
 %define name	vorbis-tools
-%define version	1.0rc1
+%define version	1.0rc2
 %define release 1
 
 Summary:	Several Ogg Vorbis Tools
@@ -12,9 +12,9 @@
 Vendor:		Xiphophorus <team at xiph.org>
 Source:		ftp://ftp.xiph.org/pub/vorbis-tools/%{name}-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-root
-Requires:       libogg >= 1.0beta4
-Requires:       libvorbis >= 1.0beta4
-Requires:       libao >= 0.6.0
+Requires:       libogg >= 1.0rc2
+Requires:       libvorbis >= 1.0rc2
+Requires:       libao >= 0.8.0
 
 %description
 vorbis-tools contains oggenc (and encoder) and ogg123 (a playback tool)
@@ -55,6 +55,8 @@
 %postun
 
 %changelog
+* Sun Aug 12 2001 Greg Maxwell <greg at linuxpower.cx>
+- updated for rc2
 * Sun Jun 17 2001 Jack Moffitt <jack at icecast.org>
 - updated for rc1
 - added ogginfo

1.18      +1 -1      vorbis-tools/oggenc/oggenc.c

Index: oggenc.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/oggenc.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- oggenc.c	2001/07/24 12:00:15	1.17
+++ oggenc.c	2001/08/12 21:32:44	1.18
@@ -21,7 +21,7 @@
 #include "audio.h"
 #include "utf8.h"
 
-#define VERSION_STRING "OggEnc v0.7 (libvorbis rc1)\n"
+#define VERSION_STRING "OggEnc v0.7 (libvorbis rc2)\n"
 #define COPYRIGHT "(c) 2000 Michael Smith <msmith at labyrinth.net.au)\n"
 #define CHUNK 4096 /* We do reads, etc. in multiples of this */
 

1.13      +1 -1      vorbis-tools/debian/control

Index: control
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/debian/control,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- control	2001/06/18 02:29:15	1.12
+++ control	2001/08/12 21:32:45	1.13
@@ -2,7 +2,7 @@
 Section: sound
 Priority: optional
 Maintainer: Christopher L Cheney <ccheney at debian.org>
-Build-Depends: debhelper (>> 3.0.0), libao-dev (>> 0.7.0), libogg-dev (>> 1.0rc1), libvorbis-dev (>> 1.0rc1)
+Build-Depends: debhelper (>> 3.0.0), libao-dev (>> 0.8.0), libogg-dev (>> 1.0rc2), libvorbis-dev (>> 1.0rc1)
 Standards-Version: 3.5.5.0
 
 Package: vorbis-tools

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list