[CVS] OpenPKG: openpkg-src/python-net/ python-net.patch python-net.spe...

2009-03-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:  r...@openpkg.org
  Module: openpkg-src  Date:   27-Mar-2009 12:47:25
  Branch: HEAD Handle: 2009032711472400

  Modified files:
openpkg-src/python-net  python-net.patch python-net.spec

  Log:
modifying package: python-net-2.5 20081229 -> 20090327

  Summary:
RevisionChanges Path
1.2 BLOBopenpkg-src/python-net/python-net.patch
1.14+4  -4  openpkg-src/python-net/python-net.spec
  

  (cd openpkg-src/python-net && \
   uudecode <<'@@ .' && \
   mv python-net.patch python-net.patch.orig && \
   xdelta patch python-net.patch.xdelta python-net.patch.orig python-net.patch 
&& \
   rm -f python-net.patch.orig python-net.patch.xdelta)
  Index: openpkg-src/python-net/python-net.patch
  
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/python-net/python-net.spec
  
  $ cvs diff -u -r1.13 -r1.14 python-net.spec
  --- openpkg-src/python-net/python-net.spec29 Dec 2008 08:14:04 -  
1.13
  +++ openpkg-src/python-net/python-net.spec27 Mar 2009 11:47:24 -  
1.14
  @@ -23,7 +23,7 @@
   
   #   package versions
   %define   V_python2.5
  -%define   V_pydns 2.3.0
  +%define   V_pydns 2.3.3
   %define   V_dnspython 1.6.0
   %define   V_twisted_major 8.2
   %define   V_twisted_minor 0
  @@ -39,10 +39,10 @@
   Group:Language
   License:  GPL
   Version:  %{V_python}
  -Release:  20081229
  +Release:  20090327
   
   #   list of sources
  -Source0:  http://switch.dl.sourceforge.net/pydns/pydns-%{V_pydns}.tgz
  +Source0:  http://switch.dl.sourceforge.net/pydns/pydns-%{V_pydns}.tar.gz
   Source1:  
http://www.dnspython.org/kits/%{V_dnspython}/dnspython-%{V_dnspython}.tar.gz
   Source2:  
http://tmrc.mit.edu/mirror/twisted/Twisted/%{V_twisted_major}/Twisted-%{V_twisted_major}.%{V_twisted_minor}.tar.bz2
   Patch0:   python-net.patch
  @@ -62,7 +62,7 @@
   prog python-net:pydns = {
   version   = %{V_pydns}
   url   = http://prdownloads.sourceforge.net/pydns/
  -regex = pydns-(__VER__)\.tgz
  +regex = pydns-(__VER__)\.tar\.gz
   }
   prog python-net:dnspython = {
   version   = %{V_dnspython}
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/python-net/ python-net.patch python-net.spe...

2006-11-03 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:   03-Nov-2006 20:04:46
  Branch: HEAD Handle: 2006110319044500

  Added files:
openpkg-src/python-net  python-net.patch python-net.spec

  Log:
new package: python-net 2.5 (Python Modules for Networking)

  Summary:
RevisionChanges Path
1.1 +16 -0  openpkg-src/python-net/python-net.patch
1.1 +123 -0 openpkg-src/python-net/python-net.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/python-net/python-net.patch
  
  $ cvs diff -u -r0 -r1.1 python-net.patch
  --- /dev/null 2006-11-03 20:04:42 +0100
  +++ python-net.patch  2006-11-03 20:04:46 +0100
  @@ -0,0 +1,16 @@
  +Index: pydns-2.3.0/DNS/Lib.py
  +--- pydns-2.3.0/DNS/Lib.py.orig  2002-04-05 15:15:16 +0200
   pydns-2.3.0/DNS/Lib.py   2006-09-29 20:13:07 +0200
  +@@ -1,3 +1,4 @@
  ++# -*- coding: latin-1 -*-
  + """
  +  $Id: python-net.patch,v 1.1 2006/11/03 19:04:45 rse Exp $
  + 
  +Index: pydns-2.3.0/DNS/Type.py
  +--- pydns-2.3.0/DNS/Type.py.orig 2002-04-05 15:15:17 +0200
   pydns-2.3.0/DNS/Type.py  2006-09-29 20:12:53 +0200
  +@@ -1,3 +1,4 @@
  ++# -*- coding: latin-1 -*-
  + """
  +  $Id: python-net.patch,v 1.1 2006/11/03 19:04:45 rse Exp $
  + 
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/python-net/python-net.spec
  
  $ cvs diff -u -r0 -r1.1 python-net.spec
  --- /dev/null 2006-11-03 20:04:42 +0100
  +++ python-net.spec   2006-11-03 20:04:46 +0100
  @@ -0,0 +1,123 @@
  +##
  +##  python-net.spec -- OpenPKG RPM Package Specification
  +##  Copyright (c) 2000-2006 OpenPKG Foundation e.V. 
  +##  Copyright (c) 2000-2006 Ralf S. Engelschall 
  +##
  +##  Permission to use, copy, modify, and distribute this software for
  +##  any purpose with or without fee is hereby granted, provided that
  +##  the above copyright notice and this permission notice appear in all
  +##  copies.
  +##
  +##  THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  +##  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  +##  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  +##  IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
  +##  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  +##  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  +##  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  +##  USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  +##  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  +##  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  +##  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  +##  SUCH DAMAGE.
  +##
  +
  +#   package versions
  +%define   V_python2.5
  +%define   V_pydns 2.3.0
  +%define   V_dnspython 1.4.0
  +%define   V_twisted_major 2.4
  +%define   V_twisted_minor 0
  +
  +#   package information
  +Name: python-net
  +Summary:  Python Modules for Networking
  +URL:  http://www.python.org/
  +Vendor:   Python Community
  +Packager: OpenPKG Foundation e.V.
  +Distribution: OpenPKG Community
  +Class:BASE
  +Group:Language
  +License:  GPL
  +Version:  %{V_python}
  +Release:  20061103
  +
  +#   list of sources
  +Source0:  http://switch.dl.sourceforge.net/pydns/pydns-%{V_pydns}.tgz
  +Source1:  
http://www.dnspython.org/kits/stable/dnspython-%{V_dnspython}.tar.gz
  +Source2:  
http://tmrc.mit.edu/mirror/twisted/Twisted/%{V_twisted_major}/Twisted-%{V_twisted_major}.%{V_twisted_minor}.tar.bz2
  +Patch0:   python-net.patch
  +
  +#   build information
  +Prefix:   %{l_prefix}
  +BuildRoot:%{l_buildroot}
  +BuildPreReq:  OpenPKG, openpkg >= 20040130, python >= %{V_python}
  +PreReq:   OpenPKG, openpkg >= 20040130, python >= %{V_python}
  +AutoReq:  no
  +AutoReqProv:  no
  +
  +%description
  +This is a set of Python extension modules for networking.
  +
  +%track
  +prog python-net:pydns = {
  +version   = %{V_pydns}
  +url   = http://prdownloads.sourceforge.net/pydns/
  +regex = pydns-(__VER__)\.tgz
  +}
  +prog python-net:dnspython = {
  +version   = %{V_dnspython}
  +url   = http://www.dnspython.org/kits/stable/
  +regex = dnspython-(__VER__)\.tar\.gz
  +}
  +