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

2009-09-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:  r...@openpkg.org
  Module: openpkg-src  Date:   26-Sep-2009 17:23:14
  Branch: HEAD Handle: 2009092616231400

  Modified files:
openpkg-src/clexclex.spec

  Log:
upgrading package: clex 4.4 -> 4.5

  Summary:
RevisionChanges Path
1.10+4  -4  openpkg-src/clex/clex.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/clex/clex.spec
  
  $ cvs diff -u -r1.9 -r1.10 clex.spec
  --- openpkg-src/clex/clex.spec18 Apr 2009 13:09:20 -  1.9
  +++ openpkg-src/clex/clex.spec26 Sep 2009 15:23:14 -  1.10
  @@ -22,9 +22,9 @@
   ##
   
   #   package version
  -%define   V_opkg   4.4
  -%define   V_dist   4.4
  -%define   V_subdir 4.4
  +%define   V_opkg   4.5
  +%define   V_dist   4.5
  +%define   V_subdir 4.5
   
   #   package information
   Name: clex
  @@ -37,7 +37,7 @@
   Group:Terminal
   License:  GPL
   Version:  %{V_opkg}
  -Release:  20090407
  +Release:  20090926
   
   #   list of sources
   Source0:  http://www.clex.sk/download/clex-%{V_dist}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-09-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:  r...@openpkg.org
  Module: openpkg-src  Date:   26-Sep-2009 17:23:24
  Branch: HEAD Handle: 2009092616232400

  Modified files:
openpkg-src/memcached   memcached.patch memcached.spec

  Log:
modifying package: memcached-1.4.0 20090923 -> 20090926

  Summary:
RevisionChanges Path
1.32+3  -3  openpkg-src/memcached/memcached.patch
1.70+2  -2  openpkg-src/memcached/memcached.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/memcached/memcached.patch
  
  $ cvs diff -u -r1.31 -r1.32 memcached.patch
  --- openpkg-src/memcached/memcached.patch 19 Sep 2009 07:29:00 -  
1.31
  +++ openpkg-src/memcached/memcached.patch 26 Sep 2009 15:23:24 -  
1.32
  @@ -1,6 +1,6 @@
  -Index: libmemcached-0.32/libmemcached/memcached.h
   libmemcached-0.32/libmemcached/memcached.h.orig  2009-07-10 18:05:27 
+0200
  -+++ libmemcached-0.32/libmemcached/memcached.h   2009-07-11 08:29:27 
+0200
  +Index: libmemcached-0.33/libmemcached/memcached.h
  +--- libmemcached-0.33/libmemcached/memcached.h.orig  2009-07-10 18:05:27 
+0200
   libmemcached-0.33/libmemcached/memcached.h   2009-07-11 08:29:27 
+0200
   @@ -10,6 +10,7 @@
#ifndef __MEMCACHED_H__
#define __MEMCACHED_H__
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/memcached/memcached.spec
  
  $ cvs diff -u -r1.69 -r1.70 memcached.spec
  --- openpkg-src/memcached/memcached.spec  23 Sep 2009 18:59:34 -  
1.69
  +++ openpkg-src/memcached/memcached.spec  26 Sep 2009 15:23:24 -  
1.70
  @@ -24,7 +24,7 @@
   #   package versions
   %define   V_memcached   1.4.0
   %define   V_libmemcache 1.4.0.rc2
  -%define   V_libmemcached0.32
  +%define   V_libmemcached0.33
   %define   V_cache_memcached 1.27
   
   #   package information
  @@ -38,7 +38,7 @@
   Group:System
   License:  GPL
   Version:  %{V_memcached}
  -Release:  20090923
  +Release:  20090926
   
   #   list of sources
   Source0:  
http://www.danga.com/memcached/dist/memcached-%{V_memcached}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-09-26 Thread Ralf S. Engelschall
s will work */
  -@@ -182,7 +186,9 @@
  + if (width > 1) {
  +@@ -184,7 +188,9 @@
*result = '\0';
}

  @@ -988,20 +990,20 @@
while (*text) {
end = strchr(text, '\n');
if (!end)
  -@@ -214,6 +220,7 @@
  +@@ -216,6 +222,7 @@
chptr = text;
  - w2 = 0;
  - for (i = 0; i < width - 1;) {
  + i = 0;
  + while (1) {
   +#ifdef HAVE_WCHAR
if ((x=mbrtowc(&tmp,chptr,end-chptr,&ps))<=0)
break;
if (spc && !iswspace(tmp))
  -@@ -227,6 +234,17 @@
  - x = wcwidth(tmp);
  - if (x>0)
  - i+=x;
  +@@ -232,6 +239,17 @@
  + break;
  + chptr += x;
  + i += w;
   +#else
  -+if (spc && !isspace(*chptr))
  ++if (spc && !isspace(*chptr))
   +spc = 0;
   +else if (!spc && isspace(*chptr)) {
   +spc = 1;
  @@ -1014,7 +1016,7 @@
}
howbad += width - w2 + 1;
#ifdef DEBUG_WRAP   
  -@@ -241,9 +259,14 @@
  +@@ -246,9 +264,14 @@

text = chptr;
while (1) {
  @@ -1030,8 +1032,8 @@
}
}
   Index: tutorial.txt
   tutorial.txt.orig2008-03-25 08:34:42 +0100
  -+++ tutorial.txt 2008-03-25 08:34:42 +0100
  +--- /dev/null2009-09-26 17:15:39 +0200
   tutorial.txt 2009-09-26 15:38:12 +0200
   @@ -0,0 +1,1079 @@
   +
   +Writing Programs Using newtErik Troan, 
  @@ -2113,8 +2115,8 @@
   +void newtFormSetHeight(newtComponent co, int height);
   +void newtFormSetWidth(newtComponent co, int width);
   Index: whiptail.c
   whiptail.c.orig  2008-03-21 13:17:45 +0100
  -+++ whiptail.c   2008-03-25 08:34:42 +0100
  +--- whiptail.c.orig  2009-09-24 17:03:09 +0200
   whiptail.c   2009-09-26 15:38:12 +0200
   @@ -8,6 +8,7 @@
#include 
#include 
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/newt/newt.spec
  
  $ cvs diff -u -r1.52 -r1.53 newt.spec
  --- openpkg-src/newt/newt.spec30 Jul 2009 16:21:42 -  1.52
  +++ openpkg-src/newt/newt.spec26 Sep 2009 15:23:14 -  1.53
  @@ -22,8 +22,8 @@
   ##
   
   #   package version
  -%define   V_major 0.52.10
  -%define   V_minor 4
  +%define   V_major 0.52.11
  +%define   V_minor 1
   %define   V_tag   fc12
   
   #   package information
  @@ -37,7 +37,7 @@
   Group:Terminal
   License:  LGPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20090730
  +Release:  20090926
   
   #   list of sources
   Source0:  
ftp://download.fedora.redhat.com/pub/fedora/linux/development/source/SRPMS/newt-%{V_major}-%{V_minor}.%{V_tag}.src.rpm
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-09-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:  r...@openpkg.org
  Module: openpkg-src  Date:   26-Sep-2009 17:49:07
  Branch: HEAD Handle: 2009092616490600

  Modified files:
openpkg-src/libmsgque   libmsgque.patch libmsgque.spec

  Log:
upgrading package: libmsgque 3.4 -> 3.5

  Summary:
RevisionChanges Path
1.5 +10 -10 openpkg-src/libmsgque/libmsgque.patch
1.8 +3  -2  openpkg-src/libmsgque/libmsgque.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/libmsgque/libmsgque.patch
  
  $ cvs diff -u -r1.4 -r1.5 libmsgque.patch
  --- openpkg-src/libmsgque/libmsgque.patch 3 Jul 2009 17:48:47 -   
1.4
  +++ openpkg-src/libmsgque/libmsgque.patch 26 Sep 2009 15:49:06 -  
1.5
  @@ -1,21 +1,21 @@
   Index: Makefile.in
   Makefile.in.orig 2009-06-30 08:36:53 +0200
  -+++ Makefile.in  2009-07-03 19:42:50 +0200
  -@@ -253,9 +253,7 @@
  +--- Makefile.in.orig 2009-09-25 16:29:35 +0200
   Makefile.in  2009-09-26 17:24:54 +0200
  +@@ -255,9 +255,7 @@
uudecode = @uudecode@
AUTOMAKE_OPTIONS = check-news 
ACLOCAL_AMFLAGS = -I m4
  --SUBDIRS = src win example/c example/tcl tclmsgque ccmsgque \
  --$(am__append_1) $(am__append_2) $(am__append_3) acmds tests \
  +-SUBDIRS = src win example/c example/tcl tclmsgque $(am__append_1) \
  +-$(am__append_2) $(am__append_3) $(am__append_4) acmds tests \
   -docs
   +SUBDIRS = src
CTAGSFLAGS = --c-kinds=+p
mann_MANS = man/mann/libmsgque.n man/mann/tclmsgque.n man/mann/javamsgque.n 
\
  -   man/mann/pymsgque.n man/mann/csmsgque.n
  +   man/mann/pymsgque.n man/mann/csmsgque.n man/mann/ccmsgque.n
   Index: configure
   configure.orig   2009-06-30 08:36:50 +0200
  -+++ configure2009-07-03 19:46:31 +0200
  -@@ -19137,11 +19137,6 @@
  +--- configure.orig   2009-09-25 16:29:36 +0200
   configure2009-09-26 17:24:33 +0200
  +@@ -19300,11 +19300,6 @@
fi

## check if a public 'tcl.h' header file is available
  @@ -27,7 +27,7 @@

## check for empty TCL_INCLUDE_SPEC
test -z ${TCL_INCLUDE_SPEC} && TCL_INCLUDE_SPEC="-I${TCL_INCLUDE_DIR}"
  -@@ -19152,13 +19147,6 @@
  +@@ -19315,13 +19310,6 @@
  done
done

  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/libmsgque/libmsgque.spec
  
  $ cvs diff -u -r1.7 -r1.8 libmsgque.spec
  --- openpkg-src/libmsgque/libmsgque.spec  3 Jul 2009 17:48:47 -   
1.7
  +++ openpkg-src/libmsgque/libmsgque.spec  26 Sep 2009 15:49:06 -  
1.8
  @@ -31,8 +31,8 @@
   Class:EVAL
   Group:Libraries
   License:  GPL
  -Version:  3.4
  -Release:  20090703
  +Version:  3.5
  +Release:  20090926
   
   #   list of sources
   Source0:  
http://switch.dl.sourceforge.net/libmsgque/libmsgque-%{version}.tar.gz
  @@ -74,6 +74,7 @@
   LDFLAGS="%{l_ldflags}" \
   ./configure \
   --prefix=%{l_prefix} \
  +--mandir=%{l_prefix}/man \
   --with-tclcfg-path=`pwd` \
   --disable-shared
   %{l_make} %{l_mflags -O}
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2009-09-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:  r...@openpkg.org
  Module: openpkg-src  Date:   26-Sep-2009 17:25:10
  Branch: HEAD Handle: 2009092616251000

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

  Log:
modifying package: perl-time-5.10 20090920 -> 20090926

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-time/perl-time.spec
  
  $ cvs diff -u -r1.247 -r1.248 perl-time.spec
  --- openpkg-src/perl-time/perl-time.spec  20 Sep 2009 17:06:15 -  
1.247
  +++ openpkg-src/perl-time/perl-time.spec  26 Sep 2009 15:25:10 -  
1.248
  @@ -23,7 +23,7 @@
   
   #   versions of individual parts
   %define   V_perl5.10
  -%define   V_time_date   1.17
  +%define   V_time_date   1.18
   %define   V_time_hires  1.9719
   %define   V_time_local  1.1901
   %define   V_date_manip  5.54
  @@ -55,7 +55,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20090920
  +Release:  20090926
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Time/TimeDate-%{V_time_date}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/icon-theme/ icon-theme.spec

2009-09-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:  r...@openpkg.org
  Module: openpkg-src  Date:   26-Sep-2009 17:23:23
  Branch: HEAD Handle: 2009092616232300

  Modified files:
openpkg-src/icon-theme  icon-theme.spec

  Log:
modifying package: icon-theme-0 20090226 -> 20090926

  Summary:
RevisionChanges Path
1.17+2  -2  openpkg-src/icon-theme/icon-theme.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/icon-theme/icon-theme.spec
  
  $ cvs diff -u -r1.16 -r1.17 icon-theme.spec
  --- openpkg-src/icon-theme/icon-theme.spec18 Apr 2009 13:11:13 -  
1.16
  +++ openpkg-src/icon-theme/icon-theme.spec26 Sep 2009 15:23:23 -  
1.17
  @@ -22,7 +22,7 @@
   ##
   
   #   package version
  -%define   V_hicolor_icon_theme 0.10
  +%define   V_hicolor_icon_theme 0.11
   %define   V_icon_naming_utils  0.8.90
   %define   V_gnome_icon_theme_major 2.19
   %define   V_gnome_icon_theme_minor 91
  @@ -40,7 +40,7 @@
   Group:XWindow
   License:  GPL
   Version:  0
  -Release:  20090226
  +Release:  20090926
   
   #   list of sources
   Source0:  
http://icon-theme.freedesktop.org/releases/hicolor-icon-theme-%{V_hicolor_icon_theme}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org