OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [email protected] Module: openpkg-src Date: 24-Jan-2009 12:46:07 Branch: HEAD Handle: 2009012411460600 Modified files: openpkg-src/patchutils patchutils.patch patchutils.spec Log: upgrading package: patchutils 0.3.0 -> 0.3.1 Summary: Revision Changes Path 1.6 +14 -14 openpkg-src/patchutils/patchutils.patch 1.58 +2 -2 openpkg-src/patchutils/patchutils.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/patchutils/patchutils.patch ============================================================================ $ cvs diff -u -r1.5 -r1.6 patchutils.patch --- openpkg-src/patchutils/patchutils.patch 2 Jul 2008 18:53:08 -0000 1.5 +++ openpkg-src/patchutils/patchutils.patch 24 Jan 2009 11:46:06 -0000 1.6 @@ -1,28 +1,28 @@ Index: Makefile.in ---- Makefile.in.orig 2008-07-02 13:44:45 +0200 -+++ Makefile.in 2008-07-02 20:38:58 +0200 -@@ -119,7 +119,7 @@ - - bin_PROGRAMS = src/interdiff src/filterdiff src/rediff +--- Makefile.in.orig 2009-01-23 19:05:35 +0100 ++++ Makefile.in 2009-01-24 12:42:02 +0100 +@@ -192,7 +192,7 @@ + top_srcdir = @top_srcdir@ + DISTCLEANFILES = src/stamp-h[0-9]* src/config.h bin_SCRIPTS = fixcvsdiff splitdiff editdiff recountdiff unwrapdiff dehtmldiff \ - espdiff + espdiff gendiff man_MANS = doc/interdiff.1 doc/filterdiff.1 doc/fixcvsdiff.1 doc/rediff.1 \ doc/editdiff.1 doc/combinediff.1 doc/lsdiff.1 doc/splitdiff.1 \ -@@ -400,6 +400,8 @@ +@@ -434,6 +434,8 @@ cd $(top_builddir) && $(SHELL) ./config.status $@ - espdiff: $(top_builddir)/config.status espdiff.in + espdiff: $(top_builddir)/config.status $(srcdir)/espdiff.in cd $(top_builddir) && $(SHELL) ./config.status $@ +gendiff: $(top_builddir)/config.status gendiff.in + cd $(top_builddir) && $(SHELL) ./config.status $@ - patchutils.spec: $(top_builddir)/config.status patchutils.spec.in + patchutils.spec: $(top_builddir)/config.status $(srcdir)/patchutils.spec.in cd $(top_builddir) && $(SHELL) ./config.status $@ - binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) + install-binPROGRAMS: $(bin_PROGRAMS) Index: configure ---- configure.orig 2008-07-02 13:44:45 +0200 -+++ configure 2008-07-02 20:41:36 +0200 -@@ -5470,7 +5470,7 @@ +--- configure.orig 2009-01-23 19:05:35 +0100 ++++ configure 2009-01-24 12:36:51 +0100 +@@ -5781,7 +5781,7 @@ _ACEOF @@ -32,8 +32,8 @@ cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure Index: gendiff.in ---- /dev/null 2008-07-02 20:40:00 +0200 -+++ gendiff.in 2008-07-02 20:38:58 +0200 +--- /dev/null 2009-01-24 12:41:21 +0100 ++++ gendiff.in 2009-01-24 12:36:51 +0100 @@ -0,0 +1,18 @@ +#!/bin/bash +if [ $# -ne 2 ]; then @@ . patch -p0 <<'@@ .' Index: openpkg-src/patchutils/patchutils.spec ============================================================================ $ cvs diff -u -r1.57 -r1.58 patchutils.spec --- openpkg-src/patchutils/patchutils.spec 2 Jul 2008 18:53:08 -0000 1.57 +++ openpkg-src/patchutils/patchutils.spec 24 Jan 2009 11:46:06 -0000 1.58 @@ -31,8 +31,8 @@ Class: BASE Group: Patching License: GPL -Version: 0.3.0 -Release: 20080702 +Version: 0.3.1 +Release: 20090124 # list of sources Source0: http://cyberelk.net/tim/data/patchutils/stable/patchutils-%{version}.tar.bz2 @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List [email protected]
