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

2005-12-18 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:   18-Dec-2005 20:31:35
  Branch: HEAD Handle: 2005121819313400

  Modified files:
openpkg-src/newtnewt.spec

  Log:
upgrading package: newt 0.52.2.1 -> 0.52.2.1.1

  Summary:
RevisionChanges Path
1.22+2  -2  openpkg-src/newt/newt.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/newt/newt.spec
  
  $ cvs diff -u -r1.21 -r1.22 newt.spec
  --- openpkg-src/newt/newt.spec27 Nov 2005 08:52:49 -  1.21
  +++ openpkg-src/newt/newt.spec18 Dec 2005 19:31:34 -  1.22
  @@ -24,7 +24,7 @@
   
   #   package version
   %define   V_major 0.52.2
  -%define   V_minor 1
  +%define   V_minor 1.1
   
   #   package information
   Name: newt
  @@ -37,7 +37,7 @@
   Group:Terminal
   License:  LGPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20051127
  +Release:  20051218
   
   #   list of sources
   Source0:  
ftp://download.fedora.redhat.com/pub/fedora/linux/core/development/SRPMS/newt-%{V_major}-%{V_minor}.src.rpm
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/john/ john.patch john.spec

2005-12-18 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:   18-Dec-2005 20:31:35
  Branch: HEAD Handle: 2005121819313400

  Modified files:
openpkg-src/johnjohn.patch john.spec

  Log:
upgrading package: john 1.6.39 -> 1.6.40

  Summary:
RevisionChanges Path
1.2 +8  -5  openpkg-src/john/john.patch
1.3 +4  -4  openpkg-src/john/john.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/john/john.patch
  
  $ cvs diff -u -r1.1 -r1.2 john.patch
  --- openpkg-src/john/john.patch   12 May 2005 19:15:56 -  1.1
  +++ openpkg-src/john/john.patch   18 Dec 2005 19:31:34 -  1.2
  @@ -1,7 +1,7 @@
   Index: src/params.h
   src/params.h.orig2005-05-11 05:01:34 +0200
  -+++ src/params.h 2005-05-12 21:05:07 +0200
  -@@ -22,12 +22,12 @@
  +--- src/params.h.orig2005-12-16 16:47:25 +0100
   src/params.h 2005-12-18 20:29:41 +0100
  +@@ -22,15 +22,15 @@
 * will probably want to set this to 1 for their builds of John.
 */
#ifndef JOHN_SYSTEMWIDE
  @@ -10,10 +10,13 @@
#endif

#if JOHN_SYSTEMWIDE
  + #ifndef JOHN_SYSTEMWIDE_EXEC
   -#define JOHN_SYSTEMWIDE_EXEC"/usr/libexec/john"
  --#define JOHN_SYSTEMWIDE_HOME"/usr/share/john"
   +#define JOHN_SYSTEMWIDE_EXEC"@l_prefix@/libexec/john"
  + #endif
  + #ifndef JOHN_SYSTEMWIDE_HOME
  +-#define JOHN_SYSTEMWIDE_HOME"/usr/share/john"
   +#define JOHN_SYSTEMWIDE_HOME"@l_prefix@/etc/john"
  + #endif
#define JOHN_PRIVATE_HOME   "~/.john"
#endif
  - 
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/john/john.spec
  
  $ cvs diff -u -r1.2 -r1.3 john.spec
  --- openpkg-src/john/john.spec13 Sep 2005 19:07:00 -  1.2
  +++ openpkg-src/john/john.spec18 Dec 2005 19:31:34 -  1.3
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:System
   License:  GPL
  -Version:  1.6.39
  -Release:  20050913
  +Version:  1.6.40
  +Release:  20051218
   
   #   list of sources
   Source0:  http://www.openwall.com/john/c/john-%{version}.tar.gz
  @@ -69,8 +69,8 @@
   ( cd src
 platform="generic"
 case "%{l_platform -t}" in
  -  i?86-freebsd* ) platform="freebsd-x86-any-elf" ;;
  -  i?86-linux*   ) platform="linux-x86-any-elf"   ;;
  +  i?86-freebsd* ) platform="freebsd-x86-any" ;;
  +  i?86-linux*   ) platform="linux-x86-any"   ;;
 sun4u-sunos*  ) platform="solaris-sparc64-gcc" ;;
 esac
 %{l_make} %{l_mflags} $platform CC="%{l_cc}"
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-12-18 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:   18-Dec-2005 20:28:57
  Branch: HEAD Handle: 2005121819285700

  Modified files:
openpkg-src/ncurses ncurses.spec

  Log:
upgrading package: ncurses 5.5.20051210 -> 5.5.20051217

  Summary:
RevisionChanges Path
1.238   +5  -3  openpkg-src/ncurses/ncurses.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/ncurses/ncurses.spec
  
  $ cvs diff -u -r1.237 -r1.238 ncurses.spec
  --- openpkg-src/ncurses/ncurses.spec  11 Dec 2005 08:27:52 -  1.237
  +++ openpkg-src/ncurses/ncurses.spec  18 Dec 2005 19:28:57 -  1.238
  @@ -32,9 +32,10 @@
   %define   V_patch6  20051126
   %define   V_patch7  20051203
   %define   V_patch8  20051210
  +%define   V_patch9  20051217
   %define   V_patchB  %{V_patch1}
  -%define   V_patchL  %{V_patch8}
  -%define   V_patches 8
  +%define   V_patchL  %{V_patch9}
  +%define   V_patches 9
   
   #   package information
   Name: ncurses
  @@ -47,7 +48,7 @@
   Group:Terminal
   License:  GPL
   Version:  %{V_base}.%{V_patchL}
  -Release:  20051211
  +Release:  20051218
   
   #   list of sources
   Source0:  ftp://invisible-island.net/ncurses/ncurses-%{V_base}.tar.gz
  @@ -59,6 +60,7 @@
   Patch6:   
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch6}.patch.gz
   Patch7:   
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch7}.patch.gz
   Patch8:   
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch8}.patch.gz
  +Patch9:   
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch9}.patch.gz
   Patch100: ncurses.patch
   
   #   build information
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/perl-time/ perl-time.spec

2005-12-18 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:   18-Dec-2005 20:28:48
  Branch: HEAD Handle: 2005121819284800

  Modified files:
openpkg-src/perl-time   perl-time.spec

  Log:
modifying package: perl-time-5.8.7 20051217 -> 20051218

  Summary:
RevisionChanges Path
1.96+2  -2  openpkg-src/perl-time/perl-time.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-time/perl-time.spec
  
  $ cvs diff -u -r1.95 -r1.96 perl-time.spec
  --- openpkg-src/perl-time/perl-time.spec  17 Dec 2005 12:09:59 -  
1.95
  +++ openpkg-src/perl-time/perl-time.spec  18 Dec 2005 19:28:48 -  
1.96
  @@ -25,7 +25,7 @@
   #   versions of individual parts
   %define   V_perl   5.8.7
   %define   V_time_date  1.1301
  -%define   V_time_hires 1.85
  +%define   V_time_hires 1.86
   %define   V_time_local 1.11
   %define   V_date_manip 5.44
   %define   V_date_calc  5.4
  @@ -45,7 +45,7 @@
   Group:Language
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20051217
  +Release:  20051218
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Date/TimeDate-%{V_time_date}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-12-18 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:   18-Dec-2005 20:26:39
  Branch: HEAD Handle: 2005121819263900

  Modified files:
openpkg-src/freeradius  freeradius.spec

  Log:
track only releases

  Summary:
RevisionChanges Path
1.16+6  -2  openpkg-src/freeradius/freeradius.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/freeradius/freeradius.spec
  
  $ cvs diff -u -r1.15 -r1.16 freeradius.spec
  --- openpkg-src/freeradius/freeradius.spec6 Oct 2005 12:05:06 -   
1.15
  +++ openpkg-src/freeradius/freeradius.spec18 Dec 2005 19:26:39 -  
1.16
  @@ -40,7 +40,7 @@
   Group:Network
   License:  GPL
   Version:  %{V_here}
  -Release:  20051006
  +Release:  20051218
   
   #   list of sources
   Source0:  ftp://ftp.freeradius.org/pub/radius/freeradius-%{V_real}.tar.gz
  @@ -68,7 +68,7 @@
   prog freeradius = {
   version   = %{V_real}
   url   = ftp://ftp.freeradius.org/pub/radius/
  -regex = freeradius-(__VER__)\.tar\.gz
  +regex = freeradius-(\d+\.\d+(\.\d+)*)\.tar\.gz
   }
   
   %prep
  @@ -81,7 +81,11 @@
   %build
   #   configure package
   CC="%{l_cc}" \
  +<<<<<<< freeradius.spec
  +CFLAGS="-I`pwd`/src/include %{l_cflags -O} %{l_cppflags}" \
  +===
   CFLAGS="%{l_cflags -O} -I`pwd`/src/include %{l_cppflags}" \
  +>>>>>>> 1.15
   CPPFLAGS="%{l_cppflags}" \
   LDFLAGS="%{l_ldflags}" \
   LIBS="-llber" \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org