[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r20034 - in trunk/packages/rpm: redhat-7.x redhat-8+ rhel-3 rhel-4

From: Max Bowsher <maxb1_at_ukf.net>
Date: 2006-06-11 02:37:01 CEST

david@tigris.org wrote:
> Author: david
> Date: Fri Jun 9 16:42:13 2006
> New Revision: 20034
>
> Modified:
> trunk/packages/rpm/redhat-7.x/apr.patch
> trunk/packages/rpm/redhat-8+/apr.patch
> trunk/packages/rpm/rhel-3/apr.patch
> trunk/packages/rpm/rhel-4/apr.patch
>
> Log:
> * packages/rpm/redhat-7.x/apr.patch,
> packages/rpm/redhat-8+/apr.patch,
> packages/rpm/rhel-3/apr.patch,
> packages/rpm/rhel-4/apr.patch : Fix patch file broken in r19915. This fix
> allows the RPMs to build again.
>
>
>
> Modified: trunk/packages/rpm/redhat-7.x/apr.patch
> URL: http://svn.collab.net/viewvc/svn/trunk/packages/rpm/redhat-7.x/apr.patch?pathrev=20034&r1=20033&r2=20034
> ==============================================================================
> --- trunk/packages/rpm/redhat-7.x/apr.patch (original)
> +++ trunk/packages/rpm/redhat-7.x/apr.patch Fri Jun 9 16:42:13 2006
> @@ -1,13 +1,13 @@
> Index: configure.in
> ===================================================================
> ---- configure.in (revision 17608)
> +--- configure.in (revision 20033)
> +++ configure.in (working copy)
> -@@ -52,8 +52,8 @@
> - dnl - APR_GSETID added
> - dnl - bug in apr_temp_dir_get() fixed
> +@@ -61,8 +61,8 @@
> + dnl them. Only .7 and later can guarantee repository
> + dnl integrety with FSFS.
>
> --APR_VER_REGEXES=["0\.9\.[5-9] 0\.9\.1[0-9] 1\."]
> --APU_VER_REGEXES=["0\.9\.[5-9] 0\.9\.1[0-9] 1\."]
> +-APR_VER_REGEXES=["0\.9\.[7-9] 0\.9\.1[0-9] 1\."]
> +-APU_VER_REGEXES=["0\.9\.[7-9] 0\.9\.1[0-9] 1\."]
> +APR_VER_REGEXES=["0\.9\.[4-9] 0\.9\.1[0-9] 1\."]
> +APU_VER_REGEXES=["0\.9\.[4-9] 0\.9\.1[0-9] 1\."]

Umm... but the reason for requiring 0.9.7 was a dataloss one!

I.e., this is NOT a requirement to be trivially overridden without
considerable thought.

Max.

Received on Sun Jun 11 02:37:38 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.