CVS update by viteno packages/xemacs-packages/oo-browser ...

xemacs-cvs at xemacs.org xemacs-cvs at xemacs.org
Fri Jun 22 01:38:59 EDT 2007


  User: viteno  
  Date: 07/06/22 07:38:58

  Modified:    packages/xemacs-packages/oo-browser ChangeLog Makefile
Log:
The new hyperbole package version to come needs gnus and sh-script.
This would break oo-browser.  Add the necessary dependencies
up-front.

Requested by: Mats Lidell
Not objected by: Jake Colman

Revision  Changes    Path
1.8       +5 -0      XEmacs/packages/xemacs-packages/oo-browser/ChangeLog

Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/oo-browser/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- ChangeLog	2003/10/31 17:01:13	1.7
+++ ChangeLog	2007/06/22 05:38:58	1.8
@@ -1,3 +1,8 @@
+2007-06-22  Norbert Koch  <viteno at xemacs.org>
+
+	* Makefile: (REQUIRES): Prepare hyperbole update, don't break the
+	SmokeTest.
+
 2003-10-31  Norbert Koch  <viteno at xemacs.org>
 
 	* Makefile (VERSION): XEmacs package 1.04 released.



1.6       +1 -1      XEmacs/packages/xemacs-packages/oo-browser/Makefile

Index: Makefile
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/oo-browser/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- Makefile	2003/10/31 17:01:13	1.5
+++ Makefile	2007/06/22 05:38:58	1.6
@@ -24,7 +24,7 @@ AUTHOR_VERSION = 4.08
 MAINTAINER = Jake Colman <jake.colman at xemacs.org>
 PACKAGE = oo-browser
 PKG_TYPE = regular
-REQUIRES = xemacs-base hyperbole
+REQUIRES = xemacs-base hyperbole gnus sh-script
 CATEGORY = standard
 
 ELCS =  br-c-ft.elc br-c++-ft.elc br-c++.elc br-clos-ft.elc \





More information about the XEmacs-CVS mailing list