[prev in list] [next in list] [prev in thread] [next in thread] 

List:       rpm-devel
Subject:    Re: [CVS] RPM: popt/ CHANGES popt/auto/ Makefile.am popt/ test1.c
From:       Jeff Johnson <n3npq () mac ! com>
Date:       2010-06-30 17:26:33
Message-ID: 51781AE3-DC55-43F4-B50E-389EF32DFD93 () mac ! com
[Download RAW message or body]

Splash around in the waves for me please ;-)

73 de Jeff

On Jun 30, 2010, at 12:21 PM, Pinto Elia wrote:

>  RPM Package Manager, CVS Repository
>  http://rpm5.org/cvs/
>  ____________________________________________________________________________
> 
>  Server: rpm5.org                         Name:   Pinto Elia
>  Root:   /v/rpm/cvs                       Email:  devzero2000@rpm5.org
>  Module: popt                             Date:   30-Jun-2010 18:21:02
>  Branch: HEAD                             Handle: 2010063016210200
> 
>  Modified files:
>    popt                    CHANGES test1.c
>    popt/auto               Makefile.am
> 
>  Log:
>    Fixed the bug introduced with the correction of VPATH
> 
>    It's time to go on the beach at least leave make distcheck
>    and make check and VPATH building working
> 
>  Summary:
>    Revision    Changes     Path
>    1.143       +1  -0      popt/CHANGES
>    1.6         +1  -1      popt/auto/Makefile.am
>    1.50        +1  -4      popt/test1.c
>  ____________________________________________________________________________
> 
>  patch -p0 <<'@@ .'
>  Index: popt/CHANGES
>  ============================================================================
>  $ cvs diff -u -r1.142 -r1.143 CHANGES
>  --- popt/CHANGES	29 Jun 2010 10:47:57 -0000	1.142
>  +++ popt/CHANGES	30 Jun 2010 16:21:02 -0000	1.143
>  @@ -1,4 +1,5 @@
>   1.17 -> 2.0:
>  +    - Fixed VPATH building with arbitrary directory structure
>       - devzero2000: some minor fix to autofu and also a minor portability problem on AIX
>         with the native compiler
>       - devzero2000: add malloc vodo to testit.sh
>  @@ .
>  patch -p0 <<'@@ .'
>  Index: popt/auto/Makefile.am
>  ============================================================================
>  $ cvs diff -u -r1.5 -r1.6 Makefile.am
>  --- popt/auto/Makefile.am	30 Jun 2010 15:27:16 -0000	1.5
>  +++ popt/auto/Makefile.am	30 Jun 2010 16:21:02 -0000	1.6
>  @@ -1,4 +1,4 @@
>  -TDIRS =	descriptors_storage header_compile_errors test_results tests
>  +TDIRS =	descriptors_storage header_compile_errors test_results tests logs
> 
>   EXTRA_DIST = types
> 
>  @@ .
>  patch -p0 <<'@@ .'
>  Index: popt/test1.c
>  ============================================================================
>  $ cvs diff -u -r1.49 -r1.50 test1.c
>  --- popt/test1.c	30 Jun 2010 15:27:17 -0000	1.49
>  +++ popt/test1.c	30 Jun 2010 16:21:02 -0000	1.50
>  @@ -268,16 +268,13 @@
>   /*@=modobserver@*/
>   /*@-temptrans@*/
>       optCon = poptGetContext("test1", argc, argv, options, 0);
>  -/*@=temptrans@*/
>  -    (void) poptReadConfigFile(optCon, "./test-poptrc");
>   #ifdef HAVE_STDLIB_H
>       char * testpoptrc;
>       testpoptrc = getenv ("testpoptrc");
>       if (testpoptrc != NULL ) 
>       (void) poptReadConfigFile(optCon, testpoptrc);
>  -    else
>  -    printf("something go wrong\n");
>   #else
>  +    (void) poptReadConfigFile(optCon, "./test-poptrc");
>   /* XXXX: make distcheck succed : test1 is in popt-<version>/_build */
>       (void) poptReadConfigFile(optCon, "../../test-poptrc");
>   #endif
>  @@ .
> ______________________________________________________________________
> RPM Package Manager                                    http://rpm5.org
> CVS Sources Repository                                rpm-cvs@rpm5.org

______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
Developer Communication List                        rpm-devel@rpm5.org
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic