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:   14-Jan-2003 13:00:57
  Branch: HEAD                             Handle: 2003011412005302

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

  Log:
    Now stores full source paths in index

  Summary:
    Revision    Changes     Path
    1.33        +3  -1      openpkg-src/openpkg-tool/openpkg-build.pl
    1.11        +1  -1      openpkg-src/openpkg-tool/openpkg-index.pl
    1.23        +2  -2      openpkg-src/openpkg-tool/openpkg-tool.spec
    1.2719      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg-tool/openpkg-build.pl
  ============================================================================
  $ cvs diff -u -r1.32 -r1.33 openpkg-build.pl
  --- openpkg-src/openpkg-tool/openpkg-build.pl 13 Jan 2003 16:38:31 -0000      1.32
  +++ openpkg-src/openpkg-tool/openpkg-build.pl 14 Jan 2003 12:00:55 -0000      1.33
  @@ -1373,7 +1373,9 @@
       push(@$list, $target);
   
       foreach (@{$target->{nosource}}) {
  -        print "# ATTENTION: unpackaged source $_: $target->{source}->[$_]\n";
  +        my($p) = $target->{source}->[$_];
  +        $p =~ s/.*\///;
  +        print "# ATTENTION: unpackaged source $_: $p\n";
       }
   
       #
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg-tool/openpkg-index.pl
  ============================================================================
  $ cvs diff -u -r1.10 -r1.11 openpkg-index.pl
  --- openpkg-src/openpkg-tool/openpkg-index.pl 13 Jan 2003 13:25:55 -0000      1.10
  +++ openpkg-src/openpkg-tool/openpkg-index.pl 14 Jan 2003 12:00:55 -0000      1.11
  @@ -584,7 +584,7 @@
               s/\Q%{name}\E/n($a,'Name')/esg;
               s/\Q%{version}\E/n($a,'Version')/esg;
               s/\Q%{release}\E/n($a,'Release')/esg;
  -            s/.*\///;
  +            #s/.*\///;
               $_;
           }
           map {
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg-tool/openpkg-tool.spec
  ============================================================================
  $ cvs diff -u -r1.22 -r1.23 openpkg-tool.spec
  --- openpkg-src/openpkg-tool/openpkg-tool.spec        13 Jan 2003 13:25:55 -0000     
 1.22
  +++ openpkg-src/openpkg-tool/openpkg-tool.spec        14 Jan 2003 12:00:55 -0000     
 1.23
  @@ -32,8 +32,8 @@
   Distribution: OpenPKG [EVAL]
   Group:        Bootstrapping
   License:      GPL
  -Version:      20030113
  -Release:      20030113
  +Version:      20030114
  +Release:      20030114
   
   #   list of sources
   Source0:      openpkg.sh
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.2718 -r1.2719 news.txt
  --- openpkg-web/news.txt      14 Jan 2003 10:58:02 -0000      1.2718
  +++ openpkg-web/news.txt      14 Jan 2003 12:00:53 -0000      1.2719
  @@ -1,3 +1,4 @@
  +14-Jan-2003: Upgraded package: P<openpkg-tool-20030114-20030114>
   14-Jan-2003: Upgraded package: P<tftp-0.32-20030114>
   14-Jan-2003: Upgraded package: P<easysoap-0.6.1-20030114>
   14-Jan-2003: Upgraded package: P<gdk-pixbuf-0.19.0-20030114>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to