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: 14-May-2006 21:09:40 Branch: HEAD Handle: 2006051420094000 Modified files: openpkg-src/xdelta xdelta.spec Log: fix URL and upgrade version 3 Summary: Revision Changes Path 1.41 +6 -6 openpkg-src/xdelta/xdelta.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/xdelta/xdelta.spec ============================================================================ $ cvs diff -u -r1.40 -r1.41 xdelta.spec --- openpkg-src/xdelta/xdelta.spec 19 Feb 2006 07:23:32 -0000 1.40 +++ openpkg-src/xdelta/xdelta.spec 14 May 2006 19:09:40 -0000 1.41 @@ -24,12 +24,12 @@ # package version %define V_v1 1.1.3 -%define V_v3 30d +%define V_v3 30e # package information Name: xdelta Summary: Binary Difference Tool -URL: http://xdelta.org/ +URL: http://xdelta.sourceforge.net/ Vendor: Joshua P. MacDonald Packager: OpenPKG Distribution: OpenPKG @@ -37,14 +37,14 @@ Group: SCM License: GPL Version: %{V_v1} -Release: 20060219 +Release: 20060514 # package options %option with_v3 no # list of sources -Source0: http://osdn.dl.sourceforge.net/xdelta/xdelta-%{V_v1}.tar.gz -Source1: http://xdelta.org/xdelta%{V_v3}.tar.gz +Source0: http://switch.dl.sourceforge.net/xdelta/xdelta-%{V_v1}.tar.gz +Source1: http://switch.dl.sourceforge.net/xdelta/xdelta%{V_v3}.tar.gz Patch0: xdelta.patch # build information @@ -68,7 +68,7 @@ } prog xdelta:v3 = { version = %{V_v3} - url = http://xdelta.org/ + url = http://prdownloads.sourceforge.net/xdelta/ regex = xdelta(__VER__)\.tar\.gz } @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org