OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Michael van Elst
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web          Date:   03-Apr-2003 17:15:40
  Branch: HEAD                             Handle: 2003040316153801

  Modified files:
    openpkg-src/openpkg-tool
                            openpkg-build.pl openpkg-tool.spec
    openpkg-web             news.txt

  Log:
    force rebuilding of reverse dependencies, even when binary packages
    exist that match all requirements

  Summary:
    Revision    Changes     Path
    1.67        +2  -1      openpkg-src/openpkg-tool/openpkg-build.pl
    1.48        +2  -2      openpkg-src/openpkg-tool/openpkg-tool.spec
    1.3937      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg-tool/openpkg-build.pl
  ============================================================================
  $ cvs diff -u -r1.66 -r1.67 openpkg-build.pl
  --- openpkg-src/openpkg-tool/openpkg-build.pl 30 Mar 2003 00:07:42 -0000      1.66
  +++ openpkg-src/openpkg-tool/openpkg-build.pl 3 Apr 2003 15:15:39 -0000       1.67
  @@ -1883,12 +1883,13 @@
           # rebuild binary package IF
           #
           # 'unconditional' option
  +        # OR target is tagged as rebuilding
           # OR there is no binary package
           # OR dependency check found that installed package is not suitable
           # OR existing binary package doesn't satisfy wanted options
           #
           $cmd1 = undef;
  -        if ($uncond || !-f $bpkg ||
  +        if ($uncond || $_->{REBUILD} || !-f $bpkg ||
               !target_suitable(binary_target($_, $bpkg),$with)) {
   
               $opt = make_defines($_->{OPTIONS}, $with,
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg-tool/openpkg-tool.spec
  ============================================================================
  $ cvs diff -u -r1.47 -r1.48 openpkg-tool.spec
  --- openpkg-src/openpkg-tool/openpkg-tool.spec        30 Mar 2003 00:07:42 -0000     
 1.47
  +++ openpkg-src/openpkg-tool/openpkg-tool.spec        3 Apr 2003 15:15:39 -0000      
 1.48
  @@ -32,8 +32,8 @@
   Distribution: OpenPKG [PLUS]
   Group:        Bootstrapping
   License:      GPL
  -Version:      20030330
  -Release:      20030330
  +Version:      20030403
  +Release:      20030403
   
   #   list of sources
   Source0:      openpkg.sh
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.3936 -r1.3937 news.txt
  --- openpkg-web/news.txt      3 Apr 2003 12:58:11 -0000       1.3936
  +++ openpkg-web/news.txt      3 Apr 2003 15:15:38 -0000       1.3937
  @@ -1,3 +1,4 @@
  +03-Apr-2003: Upgraded package: P<openpkg-tool-20030403-20030403>
   03-Apr-2003: Upgraded package: P<openpkg-20030403-20030403>
   03-Apr-2003: Upgraded package: P<rt-3.0.0-20030403>
   03-Apr-2003: Upgraded package: P<perl-text-20030403-20030403>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to