rpms/wiggle/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 wiggle-fix-build.patch, 1.1, 1.2 wiggle.spec, 1.5, 1.6

Andy Gospodarek gospo at fedoraproject.org
Fri Mar 26 19:59:44 UTC 2010


Author: gospo

Update of /cvs/pkgs/rpms/wiggle/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv1490

Modified Files:
	.cvsignore sources wiggle-fix-build.patch wiggle.spec 
Log Message:
* Fri Mar 26 2010 Andy Gospodarek <gospo at redhat.com> 0.8-1
- Rebased to new version of wiggle, 0.8.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/wiggle/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	19 Oct 2009 21:29:15 -0000	1.3
+++ .cvsignore	26 Mar 2010 19:59:43 -0000	1.4
@@ -1 +1 @@
-wiggle-1c5bfa7ce4de088e3b942463bb11cdc553a92b97.tar.gz
+wiggle-0.8.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/wiggle/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	19 Oct 2009 21:29:15 -0000	1.3
+++ sources	26 Mar 2010 19:59:44 -0000	1.4
@@ -1 +1 @@
-7244cf7441c7f54c52f2cdc97fa9f268  wiggle-1c5bfa7ce4de088e3b942463bb11cdc553a92b97.tar.gz
+ee929b61e4da170f0d6dd7d497b22130  wiggle-0.8.tar.gz

wiggle-fix-build.patch:
 Makefile |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Index: wiggle-fix-build.patch
===================================================================
RCS file: /cvs/pkgs/rpms/wiggle/devel/wiggle-fix-build.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- wiggle-fix-build.patch	18 Jan 2008 20:58:28 -0000	1.1
+++ wiggle-fix-build.patch	26 Mar 2010 19:59:44 -0000	1.2
@@ -1,5 +1,7 @@
---- wiggle-0.6.orig/Makefile
-+++ wiggle-0.6/Makefile
+diff --git a/Makefile b/Makefile
+index 6725969..103967e 100644
+--- a/Makefile
++++ b/Makefile
 @@ -3,7 +3,7 @@
  #OptDbg=-O3
  #OptDbg=-O3 -march=pentium2
@@ -9,16 +11,17 @@
  
  # STRIP = -s
  INSTALL = /usr/bin/install
-@@ -13,13 +13,13 @@ MANDIR  = /usr/share/man
- MAN1DIR = $(MANDIR)/man1
+@@ -14,14 +14,14 @@ MAN1DIR = $(MANDIR)/man1
  MAN5DIR = $(MANDIR)/man5
+ LDLIBS = -lncurses
  
 -all: wiggle wiggle.man test
 +all: wiggle wiggle.man
  
- 
- wiggle : wiggle.o load.o split.o extract.o diff.o bestmatch.o ReadMe.o merge.o
- wiggle.o load.o split.o extract.o diff.o bestmatch.o ReadMe.o merge.o : wiggle.h
+ wiggle : wiggle.o load.o split.o extract.o diff.o bestmatch.o ReadMe.o \
+               merge.o merge2.o vpatch.o
+ wiggle.o load.o split.o extract.o diff.o bestmatch.o ReadMe.o merge.o \
+                merge2.o vpatch.o : wiggle.h
  
 -test: wiggle dotest
 +check: wiggle dotest


Index: wiggle.spec
===================================================================
RCS file: /cvs/pkgs/rpms/wiggle/devel/wiggle.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- wiggle.spec	19 Oct 2009 21:29:15 -0000	1.5
+++ wiggle.spec	26 Mar 2010 19:59:44 -0000	1.6
@@ -1,17 +1,17 @@
 Name:           wiggle
-Version:        0.6
-Release:        7%{?dist}
+Version:        0.8
+Release:        1%{?dist}
 Summary:        A tool for applying patches with conflicts
 
 Group:          Development/Tools
 License:        GPLv2+
-URL:            http://neil.brown.name/git/wiggle
-Source0:        wiggle-1c5bfa7ce4de088e3b942463bb11cdc553a92b97.tar.gz
+URL:            http://neil.brown.name/wiggle/
+Source0:        http://neil.brown.name/wiggle/%{name}-%{version}.tar.gz
 Patch0:         wiggle-fix-build.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  groff, time
+BuildRequires:  groff, time, ncurses-devel
 #Requires:       
 
 # The source tarball used, is obtained by visiting the URL above and
@@ -35,7 +35,7 @@ original in a manner similar to 'merge',
 conflict.
 
 %prep
-%setup -q -n wiggle
+%setup -q -n wiggle-0.8
 %patch0 -p1 -b .orig
 
 %build
@@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Mar 26 2010 Andy Gospodarek <gospo at redhat.com> 0.8-1
+- Rebased to new version of wiggle, 0.8.
+
 * Mon Oct 19 2009 Andy Gospodarek <gospo at redhat.com> 0.6-7
 - Updated location for wiggle sources and uploaded new source-file. [506812]
 - Dropped first patch since it was now included.



More information about the scm-commits mailing list