From: Braden M. <br...@us...> - 2006-10-27 04:04:04
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv21531 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog openvrml.spec.in Log Message: Removed obsolete references to openvrml.xpt and openvrml.idl by the mozilla-plugin package. Index: openvrml.spec.in =================================================================== RCS file: /cvsroot/openvrml/openvrml/openvrml.spec.in,v retrieving revision 1.52.2.4 retrieving revision 1.52.2.5 diff -C2 -d -r1.52.2.4 -r1.52.2.5 *** openvrml.spec.in 25 Oct 2006 19:15:17 -0000 1.52.2.4 --- openvrml.spec.in 27 Oct 2006 04:04:01 -0000 1.52.2.5 *************** *** 129,137 **** %doc AUTHORS COPYING ChangeLog NEWS README THANKS %{_libdir}/mozilla/plugins/openvrml.so - %{_libdir}/mozilla/plugins/openvrml.xpt - %{_datadir}/idl/%{name}-%{version}/openvrml.idl %changelog * Wed Oct 25 2006 Braden McDaniel <br...@en...> - Require firefox instead of mozilla. --- 129,139 ---- %doc AUTHORS COPYING ChangeLog NEWS README THANKS %{_libdir}/mozilla/plugins/openvrml.so %changelog + * Fri Oct 27 2006 Braden McDaniel <br...@en...> + - Removed obsolete references to openvrml.xpt and openvrml.idl by the + mozilla-plugin package. + * Wed Oct 25 2006 Braden McDaniel <br...@en...> - Require firefox instead of mozilla. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1310.2.44 retrieving revision 1.1310.2.45 diff -C2 -d -r1.1310.2.44 -r1.1310.2.45 *** ChangeLog 25 Oct 2006 22:33:01 -0000 1.1310.2.44 --- ChangeLog 27 Oct 2006 04:04:00 -0000 1.1310.2.45 *************** *** 1,2 **** --- 1,7 ---- + 2006-10-27 Braden McDaniel <br...@en...> + + * openvrml.spec.in: Removed obsolete references to openvrml.xpt + and openvrml.idl by the mozilla-plugin package. + 2006-10-25 Braden McDaniel <br...@en...> |