[CVS] OpenPKG: openpkg-src/xorg/ xorg.spec

2006-08-27 Thread Ralf S. Engelschall
  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:   27-Aug-2006 11:29:01
  Branch: HEAD Handle: 200608271029

  Modified files:
openpkg-src/xorgxorg.spec

  Log:
downgrade to JUNK class as modularized X11R7.1 exists nowadays, so we
have to repackage this from scratch anyway

  Summary:
RevisionChanges Path
1.11+4  -2  openpkg-src/xorg/xorg.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/xorg/xorg.spec
  
  $ cvs diff -u -r1.10 -r1.11 xorg.spec
  --- openpkg-src/xorg/xorg.spec1 Jan 2006 13:24:35 -   1.10
  +++ openpkg-src/xorg/xorg.spec27 Aug 2006 09:29:00 -  1.11
  @@ -35,11 +35,11 @@
   Vendor:   The X.Org Foundation
   Packager: OpenPKG
   Distribution: OpenPKG
  -Class:EVAL
  +Class:JUNK
   Group:XWindow
   License:  X11
   Version:  6.8.2
  -Release:  20050824
  +Release:  20060827
   
   #   package options
   %option   with_static  yes
  @@ -76,6 +76,8 @@
   
   %track
   prog xorg = {
  +disabled
  +comment   = rse: modularized X11R7.1 exists nowadays, so we have to 
repackage this from scratch anyway
   version   = %{version}
   url   = ftp://ftp.x.org/pub/
   regex = X11R(__VER__)
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/xorg/ xorg.spec

2005-08-24 Thread Ralf S. Engelschall
  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:   24-Aug-2005 21:07:30
  Branch: HEAD Handle: 2005082420073000

  Modified files:
openpkg-src/xorgxorg.spec

  Log:
fix tracking and download URLs

  Summary:
RevisionChanges Path
1.9 +3  -3  openpkg-src/xorg/xorg.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/xorg/xorg.spec
  
  $ cvs diff -u -r1.8 -r1.9 xorg.spec
  --- openpkg-src/xorg/xorg.spec30 May 2005 18:04:07 -  1.8
  +++ openpkg-src/xorg/xorg.spec24 Aug 2005 19:07:30 -  1.9
  @@ -39,14 +39,14 @@
   Group:XWindow
   License:  X11
   Version:  6.8.2
  -Release:  20050530
  +Release:  20050824
   
   #   package options
   %option   with_static  yes
   %option   with_shared  no
   
   #   list of sources
  -Source0:  
ftp://www.x.org/pub/X11R%{version}/src-single/X11R%{version}-src.tar.bz2
  +Source0:  
ftp://ftp.x.org/pub/X11R%{version}/src-single/X11R%{version}-src.tar.bz2
   Patch0:   xorg.patch
   
   #   build information
  @@ -77,7 +77,7 @@
   %track
   prog xorg = {
   version   = %{version}
  -url   = ftp://www.x.org/pub/
  +url   = ftp://ftp.x.org/pub/
   regex = X11R(__VER__)
   }
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/xorg/ xorg.spec

2005-05-30 Thread Ralf S. Engelschall
  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:   30-May-2005 20:04:08
  Branch: HEAD Handle: 2005053019040700

  Modified files:
openpkg-src/xorgxorg.spec

  Log:
fix Group

  Summary:
RevisionChanges Path
1.8 +2  -2  openpkg-src/xorg/xorg.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/xorg/xorg.spec
  
  $ cvs diff -u -r1.7 -r1.8 xorg.spec
  --- openpkg-src/xorg/xorg.spec24 Mar 2005 11:20:47 -  1.7
  +++ openpkg-src/xorg/xorg.spec30 May 2005 18:04:07 -  1.8
  @@ -36,10 +36,10 @@
   Packager: OpenPKG
   Distribution: OpenPKG
   Class:EVAL
  -Group:X11
  +Group:XWindow
   License:  X11
   Version:  6.8.2
  -Release:  20050226
  +Release:  20050530
   
   #   package options
   %option   with_static  yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/xorg/ xorg.spec

2005-02-26 Thread Ralf S. Engelschall
  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:   26-Feb-2005 12:27:42
  Branch: HEAD Handle: 2005022611274200

  Modified files:
openpkg-src/xorgxorg.spec

  Log:
upgrading package: xorg 6.8.1 - 6.8.2

  Summary:
RevisionChanges Path
1.6 +3  -7  openpkg-src/xorg/xorg.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/xorg/xorg.spec
  
  $ cvs diff -u -r1.5 -r1.6 xorg.spec
  --- openpkg-src/xorg/xorg.spec1 Jan 2005 10:56:08 -   1.5
  +++ openpkg-src/xorg/xorg.spec26 Feb 2005 11:27:42 -  1.6
  @@ -39,17 +39,15 @@
   Class:EVAL
   Group:X11
   License:  X11
  -Version:  6.8.1
  -Release:  20041207
  +Version:  6.8.2
  +Release:  20050226
   
   #   package options
   %option   with_static  yes
   %option   with_shared  no
   
   #   list of sources
  -Source0:  
ftp://www.x.org/pub/X11R%{version}/tars/X11R%{version}-src1.tar.gz
  -Source1:  
ftp://www.x.org/pub/X11R%{version}/tars/X11R%{version}-src2.tar.gz
  -Source2:  
ftp://www.x.org/pub/X11R%{version}/tars/X11R%{version}-src3.tar.gz
  +Source0:  
ftp://www.x.org/pub/X11R%{version}/src-single/X11R%{version}-src.tar.bz2
   Patch0:   xorg.patch
   
   #   build information
  @@ -86,8 +84,6 @@
   
   %prep
   %setup -q -c
  -%setup -q -D -T -a 1
  -%setup -q -D -T -a 2
   %patch -p0
   
   %build
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/xorg/ xorg.spec

2004-12-07 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   07-Dec-2004 11:09:31
  Branch: HEAD Handle: 2004120710093100

  Modified files:
openpkg-src/xorgxorg.spec

  Log:
fix tracking

  Summary:
RevisionChanges Path
1.4 +3  -3  openpkg-src/xorg/xorg.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/xorg/xorg.spec
  
  $ cvs diff -u -r1.3 -r1.4 xorg.spec
  --- openpkg-src/xorg/xorg.spec18 Sep 2004 11:12:20 -  1.3
  +++ openpkg-src/xorg/xorg.spec7 Dec 2004 10:09:31 -   1.4
  @@ -40,7 +40,7 @@
   Group:X11
   License:  X11
   Version:  6.8.1
  -Release:  20040918
  +Release:  20041207
   
   #   package options
   %option   with_static  yes
  @@ -80,8 +80,8 @@
   %track
   prog xorg = {
   version   = %{version}
  -url   = http://freedesktop.org/~xorg/
  -regex = Release.(__VER__)
  +url   = ftp://www.x.org/pub/
  +regex = X11R(__VER__)
   }
   
   %prep
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/xorg/ xorg.spec

2004-09-18 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   18-Sep-2004 13:12:20
  Branch: HEAD Handle: 2004091812122000

  Modified files:
openpkg-src/xorgxorg.spec

  Log:
upgrading package: xorg 6.8.0 - 6.8.1

  Summary:
RevisionChanges Path
1.3 +2  -3  openpkg-src/xorg/xorg.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/xorg/xorg.spec
  
  $ cvs diff -u -r1.2 -r1.3 xorg.spec
  --- openpkg-src/xorg/xorg.spec17 Sep 2004 10:24:11 -  1.2
  +++ openpkg-src/xorg/xorg.spec18 Sep 2004 11:12:20 -  1.3
  @@ -39,8 +39,8 @@
   Class:EVAL
   Group:X11
   License:  X11
  -Version:  6.8.0
  -Release:  20040917
  +Version:  6.8.1
  +Release:  20040918
   
   #   package options
   %option   with_static  yes
  @@ -79,7 +79,6 @@
   
   %track
   prog xorg = {
  -comment   = tho: 17.09.04: There are still no tar files for 6.8.1
   version   = %{version}
   url   = http://freedesktop.org/~xorg/
   regex = Release.(__VER__)
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/xorg/ xorg.spec

2004-09-17 Thread Torsten Homeyer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Torsten Homeyer
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   17-Sep-2004 12:24:12
  Branch: HEAD Handle: 2004091711241100

  Modified files:
openpkg-src/xorgxorg.spec

  Log:
fixed source path; added comment

  Summary:
RevisionChanges Path
1.2 +5  -4  openpkg-src/xorg/xorg.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/xorg/xorg.spec
  
  $ cvs diff -u -r1.1 -r1.2 xorg.spec
  --- openpkg-src/xorg/xorg.spec10 Sep 2004 08:57:50 -  1.1
  +++ openpkg-src/xorg/xorg.spec17 Sep 2004 10:24:11 -  1.2
  @@ -40,16 +40,16 @@
   Group:X11
   License:  X11
   Version:  6.8.0
  -Release:  20040910
  +Release:  20040917
   
   #   package options
   %option   with_static  yes
   %option   with_shared  no
   
   #   list of sources
  -Source0:  ftp://www.x.org/pub/X11R%{version}/X11R%{version}-src1.tar.gz
  -Source1:  ftp://www.x.org/pub/X11R%{version}/X11R%{version}-src2.tar.gz
  -Source2:  ftp://www.x.org/pub/X11R%{version}/X11R%{version}-src3.tar.gz
  +Source0:  ftp://www.x.org/pub/X11R%{version}/tars/X11R%{version}-src1.tar.gz
  +Source1:  ftp://www.x.org/pub/X11R%{version}/tars/X11R%{version}-src2.tar.gz
  +Source2:  ftp://www.x.org/pub/X11R%{version}/tars/X11R%{version}-src3.tar.gz
   Patch0:   xorg.patch
   
   #   build information
  @@ -79,6 +79,7 @@
   
   %track
   prog xorg = {
  +comment   = tho: 17.09.04: There are still no tar files for 6.8.1
   version   = %{version}
   url   = http://freedesktop.org/~xorg/
   regex = Release.(__VER__)
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]