]> git.neil.brown.name Git - wiggle.git/commitdiff
Release 0.8 v0.8
authorNeil Brown <neilb@suse.de>
Wed, 24 Mar 2010 09:30:14 +0000 (20:30 +1100)
committerNeil Brown <neilb@suse.de>
Wed, 24 Mar 2010 09:30:14 +0000 (20:30 +1100)
Added some patches to resolve issues raise for openSUSE package.

14 files changed:
ReadMe.c
bestmatch.c
diff.c
extract.c
load.c
merge.c
merge2.c
split.c
version
vpatch.c
wiggle.1
wiggle.c
wiggle.h
wiggle.spec

index 84c5c476831a15ae84de253169a808bad3895294..bb0ad85bafcdcbe31b4cbc3086f03f16bdba20eb 100644 (file)
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -29,7 +29,7 @@
 
 #include "wiggle.h"
 
-char Version[] = "wiggle - v0.7 - 24 March 2010\n";
+char Version[] = "wiggle - v0.8 - 24 March 2010\n";
 
 char short_options1[]="xdmwlrhi123pVRvqB"; /* not mode B */
 char short_options2[]="xdmwlrhi123p:VRvqB"; /* mode B */
index cdb1729d92d7ed476f179e9ffffa6e3442e9279d..5ba047b787397ee4f98a439d99c140995cb5745f 100644 (file)
  *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
  *    Author: Neil Brown
- *    Email: <neilb@cse.unsw.edu.au>
- *    Paper: Neil Brown
- *           School of Computer Science and Engineering
- *           The University of New South Wales
- *           Sydney, 2052
- *           Australia
+ *    Email: <neilb@suse.de>
  */
 
 /*
diff --git a/diff.c b/diff.c
index 9e3e7ccdecb97c2e00cd07b36211c3c58f16c2ed..8b9ffed5628c8969732e6bda01c77254fd28c41c 100644 (file)
--- a/diff.c
+++ b/diff.c
  *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
  *    Author: Neil Brown
- *    Email: <neilb@cse.unsw.edu.au>
- *    Paper: Neil Brown
- *           School of Computer Science and Engineering
- *           The University of New South Wales
- *           Sydney, 2052
- *           Australia
+ *    Email: <neilb@suse.de>
  */
 
 /*
index 08917a212b23bdd4053a61277540c2fdc88750d5..cf6f779ed1fcc92bed4ab04c028ceabf0146eda3 100644 (file)
--- a/extract.c
+++ b/extract.c
@@ -2,6 +2,7 @@
  * wiggle - apply rejected patches
  *
  * Copyright (C) 2003 Neil Brown <neilb@cse.unsw.edu.au>
+ * Copyright (C) 2010 Neil Brown <neilb@suse.de>
  *
  *
  *    This program is free software; you can redistribute it and/or modify
  *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
  *    Author: Neil Brown
- *    Email: <neilb@cse.unsw.edu.au>
- *    Paper: Neil Brown
- *           School of Computer Science and Engineering
- *           The University of New South Wales
- *           Sydney, 2052
- *           Australia
+ *    Email: <neilb@suse.de>
  */
 
 /*
diff --git a/load.c b/load.c
index 27275c9e9a9c188edc0a2d5acee71311f3aa9afb..23e4e247f3b4904d6d6e42d5a10ff5bef30c0259 100644 (file)
--- a/load.c
+++ b/load.c
  *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
  *    Author: Neil Brown
- *    Email: <neilb@cse.unsw.edu.au>
- *    Paper: Neil Brown
- *           School of Computer Science and Engineering
- *           The University of New South Wales
- *           Sydney, 2052
- *           Australia
+ *    Email: <neilb@suse.de>
  */
 
 /*
diff --git a/merge.c b/merge.c
index 1e46e65a4652bd45c6690060768422e11df5ea02..3823417b8f347ae7aad3c08a163485844d778dfe 100644 (file)
--- a/merge.c
+++ b/merge.c
  *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
  *    Author: Neil Brown
- *    Email: <neilb@cse.unsw.edu.au>
- *    Paper: Neil Brown
- *           School of Computer Science and Engineering
- *           The University of New South Wales
- *           Sydney, 2052
- *           Australia
+ *    Email: <neilb@suse.de>
  */
 
 
index 592157c1b9259f751cd2fd01cbd7a610eda07904..9c605eaa3094d3b8d23d8c6a771b691ba0960e34 100644 (file)
--- a/merge2.c
+++ b/merge2.c
@@ -2,6 +2,7 @@
  * wiggle - apply rejected patches
  *
  * Copyright (C) 2005 Neil Brown <neilb@cse.unsw.edu.au>
+ * Copyright (C) 2010 Neil Brown <neilb@suse.de>
  *
  *
  *    This program is free software; you can redistribute it and/or modify
  *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
  *    Author: Neil Brown
- *    Email: <neilb@cse.unsw.edu.au>
- *    Paper: Neil Brown
- *           School of Computer Science and Engineering
- *           The University of New South Wales
- *           Sydney, 2052
- *           Australia
+ *    Email: <neilb@suse.de>
  */
 
 #include "wiggle.h"
diff --git a/split.c b/split.c
index ae32855ba3353e0e3dafad9e40149054699ff5a1..4dfd3f379a8e12534b88a38c260023dac7d0af4c 100644 (file)
--- a/split.c
+++ b/split.c
  *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
  *    Author: Neil Brown
- *    Email: <neilb@cse.unsw.edu.au>
- *    Paper: Neil Brown
- *           School of Computer Science and Engineering
- *           The University of New South Wales
- *           Sydney, 2052
- *           Australia
+ *    Email: <neilb@suse.de>
  */
 
 /*
diff --git a/version b/version
index eb49d7c7fdcbb1b4745de39837864aa7f78570ac..aec258df73d39d2122706793921981f4a0f672f8 100644 (file)
--- a/version
+++ b/version
@@ -1 +1 @@
-0.7
+0.8
index f336180a4e18a984d84b055110eeb853f47619a1..5f76ee8bb8b660b06f8b5b7126fe8be12c415148 100644 (file)
--- a/vpatch.c
+++ b/vpatch.c
  *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
  *    Author: Neil Brown
- *    Email: <neilb@cse.unsw.edu.au>
- *    Paper: Neil Brown
- *           School of Computer Science and Engineering
- *           The University of New South Wales
- *           Sydney, 2052
- *           Australia
+ *    Email: <neilb@suse.de>
  */
 
 /*
index 8967b0caaf63efa29583135e1ec1d5e7ee585c0a..6a7435dc9d3f3cf45a137848c2d57c6877246bef 100644 (file)
--- a/wiggle.1
+++ b/wiggle.1
@@ -27,7 +27,7 @@
 .\"           Sydney, 2052
 .\"           Australia
 .\"
-.TH WIGGLE 1 "" v0.7
+.TH WIGGLE 1 "" v0.8
 .SH NAME
 wiggle \- apply rejected patches and perform word-wise diffs
 
index f257898a8871a9fa6a7482d19d9cb0cf5c6703da..edd9f61134a6896df694bb2e909708b728b1d376 100644 (file)
--- a/wiggle.c
+++ b/wiggle.c
@@ -2,6 +2,7 @@
  * wiggle - apply rejected patches
  *
  * Copyright (C) 2003 Neil Brown <neilb@cse.unsw.edu.au>
+ * Copyright (C) 2010 Neil Brown <neilb@suse.de>
  *
  *
  *    This program is free software; you can redistribute it and/or modify
  *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
  *    Author: Neil Brown
- *    Email: <neilb@cse.unsw.edu.au>
- *    Paper: Neil Brown
- *           School of Computer Science and Engineering
- *           The University of New South Wales
- *           Sydney, 2052
- *           Australia
+ *    Email: <neilb@suse.de>
  */
 
 /*
index 9f7fa43ae5a959d4353870e7e36e61dfd970e9ca..d6f4426e18617ab9c85e6865d22b9a39e3d556b3 100644 (file)
--- a/wiggle.h
+++ b/wiggle.h
  *    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
  *    Author: Neil Brown
- *    Email: <neilb@cse.unsw.edu.au>
- *    Paper: Neil Brown
- *           School of Computer Science and Engineering
- *           The University of New South Wales
- *           Sydney, 2052
- *           Australia
+ *    Email: <neilb@suse.de>
  */
 
 #include <stdio.h>
index fd6ef810841d9b8cea9ed07faed3dbf515e65c5e..ea5c7f096f549754f0168a101ea96d535e0ca693 100644 (file)
@@ -1,6 +1,6 @@
 Summary: A tool for applying patches with conflicts
 Name: wiggle
-Version: 0.7
+Version: 0.8
 Release: 1
 License: GPL
 Group: Development/Tools