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

2008-04-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-Apr-2008 22:39:48
  Branch: HEAD Handle: 2008042621394800

  Added files:
openpkg-src/fntsample   fntsample.spec

  Log:
new package: fntsample 2.8 (Font Sample Generator)

  Summary:
RevisionChanges Path
1.1 +87 -0  openpkg-src/fntsample/fntsample.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/fntsample/fntsample.spec
  
  $ cvs diff -u -r0 -r1.1 fntsample.spec
  --- /dev/null 2008-04-26 22:39:04 +0200
  +++ fntsample.spec2008-04-26 22:39:48 +0200
  @@ -0,0 +1,87 @@
  +##
  +##  fntsample.spec -- OpenPKG RPM Package Specification
  +##  Copyright (c) 2000-2008 OpenPKG Foundation e.V. <http://openpkg.net/>
  +##
  +##  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 information
  +Name: fntsample
  +Summary:  Font Sample Generator
  +URL:  http://sourceforge.net/projects/fntsample/
  +Vendor:   Eugeniy Meshcheryakov
  +Packager: OpenPKG Foundation e.V.
  +Distribution: OpenPKG Community
  +Class:EVAL
  +Group:Typesetting
  +License:  GPL
  +Version:      2.8
  +Release:  20080426
  +
  +#   list of sources
  +Source0:  
http://switch.dl.sourceforge.net/fntsample/fntsample-%{version}.tar.gz
  +Source1:  http://unicode.org/Public/UNIDATA/Blocks.txt
  +
  +#   build information
  +Prefix:   %{l_prefix}
  +BuildRoot:%{l_buildroot}
  +BuildPreReq:  OpenPKG, openpkg >= 20060823, pkgconfig
  +PreReq:   OpenPKG, openpkg >= 20060823
  +BuildPreReq:  cairo, fontconfig, freetype, glib2
  +PreReq:   cairo, fontconfig, freetype, glib2
  +AutoReq:  no
  +AutoReqProv:  no
  +
  +%description
  +FntSample is a program for making font samples that show Unicode
  +coverage of the font and are similar in appearance to Unicode
  +charts. Samples can be saved as PDF or PostScript files.
  +
  +%track
  +prog fntsample = {
  +version   = %{version}
  +url   = http://prdownloads.sourceforge.net/fntsample/
  +regex = fntsample-(__VER__)\.tar\.gz
  +}
  +
  +%prep
  +%setup -q
  +
  +%build
  +CC="%{l_cc}" \
  +CFLAGS="%{l_cflags -O}" \
  +CPPFLAGS="%{l_cppflags}" \
  +LDFLAGS="%{l_ldflags}" \
  +./configure \
  +--prefix=%{l_prefix} \
  +--mandir=%{l_prefix}/man \
  +--with-unicode-blocks=%{SOURCE1}
  +%{l_make} %{l_mflags -O}
  +
  +%install
  +rm -rf $RPM_BUILD_ROOT
  +%{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
  +strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
  +%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
  +
  +%files -f files
  +
  +%clean
  +rm -rf $RPM_BUILD_ROOT
  +
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2008-04-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-Apr-2008 17:51:35
  Branch: HEAD Handle: 2008042616513500

  Added files:
openpkg-src/lzmalzma.patch
  Modified files:
openpkg-src/lzmalzma.spec

  Log:
remove warning stuff

  Summary:
RevisionChanges Path
1.1 +28 -0  openpkg-src/lzma/lzma.patch
1.13+3  -3  openpkg-src/lzma/lzma.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/lzma/lzma.patch
  
  $ cvs diff -u -r0 -r1.1 lzma.patch
  --- /dev/null 2008-04-26 17:51:00 +0200
  +++ lzma.patch2008-04-26 17:51:35 +0200
  @@ -0,0 +1,28 @@
  +Index: configure
  +--- configure.orig   2008-04-25 14:50:51 +0200
   configure2008-04-26 17:49:17 +0200
  +@@ -27683,24 +27683,6 @@
  + # The flags are in reverse order below so they end up in "beautiful"
  + # order on the actual command line.
  + for NEW_FLAG in \
  +--Wredundant-decls \
  +--Wmissing-noreturn \
  +--Wmissing-declarations \
  +--Wmissing-prototypes \
  +--Wold-style-definition \
  +--Wstrict-prototypes \
  +--Waggregate-return \
  +--Wwrite-strings \
  +--Wbad-function-cast \
  +--Wpointer-arith \
  +--Wshadow \
  +--Wfloat-equal \
  +--Wstrict-aliasing=2 \
  +--Winit-self \
  +--Wformat=2 \
  +--Wextra \
  +--Wall \
  +--pedantic \
  + -std=c99
  + do
  + { $as_echo "$as_me:$LINENO: checking if $CC accepts $NEW_FLAG" 
>&5
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/lzma/lzma.spec
  
  $ cvs diff -u -r1.12 -r1.13 lzma.spec
  --- openpkg-src/lzma/lzma.spec25 Apr 2008 16:07:37 -  1.12
  +++ openpkg-src/lzma/lzma.spec26 Apr 2008 15:51:35 -  1.13
  @@ -37,11 +37,12 @@
   Group:Compression
   License:  LGPL
   Version:  %{V_opkg}
  -Release:  20080425
  +Release:  20080426
   
   #   list of sources
   Source0:  http://tukaani.org/lzma/lzma-%{V_lzmautils}.tar.gz
   Source1:  http://switch.dl.sourceforge.net/sevenzip/7z%{V_sdk}.tar.bz2
  +Patch0:   lzma.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -77,14 +78,13 @@
   %prep
   %setup -q -c
   %setup -q -c -T -D -a 1
  +%patch -p0 -d lzma-%{V_lzmautils}
   
   %build
   #   build LZMA from LZMA Utils
   ( cd lzma-%{V_lzmautils}
 CC="%{l_cc}" \
  -  CXX="%{l_cxx}" \
 CFLAGS="%{l_cflags -O}" \
  -  CXXFLAGS="%{l_cxxflags -O}" \
 ./configure \
 --prefix=%{l_prefix} \
 --mandir=%{l_prefix}/man \
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/apache-security/ apache-security.spec

2008-04-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-Apr-2008 17:00:20
  Branch: HEAD Handle: 2008042616002000

  Modified files:
openpkg-src/apache-security
apache-security.spec

  Log:
upgrading package: apache-security 2.1.7 -> 2.5.3

  Summary:
RevisionChanges Path
1.16+20 -11 openpkg-src/apache-security/apache-security.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/apache-security/apache-security.spec
  
  $ cvs diff -u -r1.15 -r1.16 apache-security.spec
  --- openpkg-src/apache-security/apache-security.spec  4 Apr 2008 07:32:13 
-   1.15
  +++ openpkg-src/apache-security/apache-security.spec  26 Apr 2008 15:00:20 
-  1.16
  @@ -22,9 +22,9 @@
   ##
   
   #   package version
  -%define   V_major  2.1
  -%define   V_minor  7
  -%define   V_rules  1.5.1
  +%define   V_major  2.5
  +%define   V_minor  3
  +%define   V_rules  1.6.1
   
   #   package information
   Name: apache-security
  @@ -37,7 +37,7 @@
   Group:Web
   License:  Open Source
   Version:  %{V_major}.%{V_minor}
  -Release:  20080404
  +Release:  20080426
   
   #   list of sources
   Source0:  
http://www.modsecurity.org/download/modsecurity-apache_%{V_major}.%{V_minor}.tar.gz
  @@ -50,8 +50,8 @@
   BuildRoot:%{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg >= 20060823, make
   PreReq:   OpenPKG, openpkg >= 20060823
  -BuildPreReq:  apache, libxml
  -PreReq:   apache, libxml
  +BuildPreReq:  apache, apr, libxml, pcre, curl, lua
  +PreReq:   apache, apr, libxml, pcre, curl, lua
   AutoReq:  no
   AutoReqProv:  no
   
  @@ -85,11 +85,20 @@
   %build
   #   build module
   ( cd apache2
  -  %{l_make} %{l_mflags} \
  -  top_dir=%{l_prefix}/share/apache \
  -  DEFS="-DWITH_LIBXML2" \
  -  INCLUDES="%{l_cppflags libxml2}" \
  -  EXTRA_LDFLAGS="%{l_ldflags} -lxml2"
  +  CC="%{l_cc}" \
  +  CFLAGS="%{l_cflags -O}" \
  +  CPPFLAGS="%{l_cppflags}" \
  +  LDFLAGS="%{l_ldflags}" \
  +  ./configure \
  +  --prefix=%{l_prefix} \
  +  --with-apxs=%{l_prefix}/sbin/apxs \
  +  --with-pcre=%{l_prefix} \
  +  --with-apr=%{l_prefix} \
  +  --with-apu=%{l_prefix} \
  +  --with-libxml=%{l_prefix} \
  +  --with-lua=%{l_prefix} \
  +  --with-curl=%{l_prefix}
  +  %{l_make} %{l_mflags}
   ) || exit $?
   
   %install
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2008-04-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-Apr-2008 16:52:15
  Branch: HEAD Handle: 2008042615521500

  Modified files:
openpkg-src/treetree.spec

  Log:
fix building

  Summary:
RevisionChanges Path
1.7 +2  -2  openpkg-src/tree/tree.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/tree/tree.spec
  
  $ cvs diff -u -r1.6 -r1.7 tree.spec
  --- openpkg-src/tree/tree.spec1 Jan 2008 15:06:12 -   1.6
  +++ openpkg-src/tree/tree.spec26 Apr 2008 14:52:15 -  1.7
  @@ -36,7 +36,7 @@
   Group:ShellUtils
   License:  GPL
   Version:  %{V_tree}.%{V_pl}
  -Release:  20080101
  +Release:  20080426
   
   #   list of sources
   Source0:  ftp://mama.indstate.edu/linux/tree/tree-%{version}.tgz
  @@ -62,7 +62,7 @@
   }
   
   %prep
  -%setup -q -n tree-%{V_tree}
  +%setup -q
   %patch -p0
   
   %build
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2008-04-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-Apr-2008 09:26:00
  Branch: HEAD Handle: 2008042608255900

  Modified files:
openpkg-src/gcc44   gcc44.spec

  Log:
upgrading package: gcc44 4.4s20080418 -> 4.4s20080425

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/gcc44/gcc44.spec
  
  $ cvs diff -u -r1.7 -r1.8 gcc44.spec
  --- openpkg-src/gcc44/gcc44.spec  19 Apr 2008 08:53:15 -  1.7
  +++ openpkg-src/gcc44/gcc44.spec  26 Apr 2008 07:25:59 -  1.8
  @@ -28,7 +28,7 @@
   #   package version
   %define   V_full 4.4
   %define   V_comp 44
  -%define   V_snap 20080418
  +%define   V_snap 20080425
   
   #   package information
   Name: gcc44
  @@ -41,7 +41,7 @@
   Group:Compiler
   License:  GPL
   Version:  %{V_full}s%{V_snap}
  -Release:  20080419
  +Release:  20080426
   
   #   package options
   %option   with_binutils  yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2008-04-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-Apr-2008 09:24:46
  Branch: HEAD Handle: 2008042608244600

  Modified files:
openpkg-src/libextractor
libextractor.spec

  Log:
upgrading package: libextractor 0.5.20a -> 0.5.20b

  Summary:
RevisionChanges Path
1.39+2  -2  openpkg-src/libextractor/libextractor.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/libextractor/libextractor.spec
  
  $ cvs diff -u -r1.38 -r1.39 libextractor.spec
  --- openpkg-src/libextractor/libextractor.spec15 Apr 2008 08:10:39 
-  1.38
  +++ openpkg-src/libextractor/libextractor.spec26 Apr 2008 07:24:46 
-  1.39
  @@ -31,8 +31,8 @@
   Class:EVAL
   Group:Filesystem
   License:  GPL
  -Version:  0.5.20a
  -Release:  20080415
  +Version:  0.5.20b
  +Release:  20080426
   
   #   list of sources
   Source0:  
http://gnunet.org/libextractor/download/libextractor-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/milter-dkim/ milter-dkim.spec

2008-04-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-Apr-2008 09:14:47
  Branch: HEAD Handle: 2008042608144700

  Modified files:
openpkg-src/milter-dkim milter-dkim.spec

  Log:
upgrading package: milter-dkim 2.5.4 -> 2.5.5

  Summary:
RevisionChanges Path
1.46+2  -2  openpkg-src/milter-dkim/milter-dkim.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/milter-dkim/milter-dkim.spec
  
  $ cvs diff -u -r1.45 -r1.46 milter-dkim.spec
  --- openpkg-src/milter-dkim/milter-dkim.spec  18 Apr 2008 06:16:51 -  
1.45
  +++ openpkg-src/milter-dkim/milter-dkim.spec  26 Apr 2008 07:14:47 -  
1.46
  @@ -31,8 +31,8 @@
   Class:EVAL
   Group:Mail
   License:  Open Source
  -Version:  2.5.4
  -Release:  20080418
  +Version:  2.5.5
  +Release:  20080426
   
   #   package options
   %option   with_fsl  yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/lcdf-typetools/ lcdf-typetools.spec

2008-04-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-Apr-2008 09:14:47
  Branch: HEAD Handle: 2008042608144600

  Modified files:
openpkg-src/lcdf-typetools
lcdf-typetools.spec

  Log:
upgrading package: lcdf-typetools 2.66 -> 2.67

  Summary:
RevisionChanges Path
1.46+2  -2  openpkg-src/lcdf-typetools/lcdf-typetools.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/lcdf-typetools/lcdf-typetools.spec
  
  $ cvs diff -u -r1.45 -r1.46 lcdf-typetools.spec
  --- openpkg-src/lcdf-typetools/lcdf-typetools.spec3 Mar 2008 07:29:54 
-   1.45
  +++ openpkg-src/lcdf-typetools/lcdf-typetools.spec26 Apr 2008 07:14:46 
-  1.46
  @@ -22,7 +22,7 @@
   ##
   
   #   package version
  -%define   V_typetools   2.66
  +%define   V_typetools   2.67
   %define   V_t1utils 1.34
   %define   V_autofont0.96
   %define   V_fontools20070807
  @@ -38,7 +38,7 @@
   Group:Typesetting
   License:  GPL+MIT-style
   Version:  %{V_typetools}
  -Release:  20080303
  +Release:  20080426
   
   #   list of sources
   Source0:  http://www.lcdf.org/type/lcdf-typetools-%{V_typetools}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2008-04-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-Apr-2008 09:14:25
  Branch: HEAD Handle: 2008042608142400

  Modified files:
openpkg-src/wordpress   wordpress.spec

  Log:
upgrading package: wordpress 2.5 -> 2.5.1

  Summary:
RevisionChanges Path
1.65+2  -2  openpkg-src/wordpress/wordpress.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/wordpress/wordpress.spec
  
  $ cvs diff -u -r1.64 -r1.65 wordpress.spec
  --- openpkg-src/wordpress/wordpress.spec  13 Apr 2008 07:49:03 -  
1.64
  +++ openpkg-src/wordpress/wordpress.spec  26 Apr 2008 07:14:24 -  
1.65
  @@ -22,7 +22,7 @@
   ##
   
   #   package versions
  -%define   V_wordpress2.5
  +%define   V_wordpress2.5.1
   %define   V_plugin_dbmanager 220
   %define   V_plugin_pagenavi  220
   %define   V_plugin_polls 230b2
  @@ -46,7 +46,7 @@
   Group:CMS
   License:  GPL
   Version:  %{V_wordpress}
  -Release:  20080413
  +Release:  20080426
   
   #   list of sources
   Source0:  http://wordpress.org/wordpress-%{V_wordpress}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2008-04-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-Apr-2008 09:14:16
  Branch: HEAD Handle: 2008042608141500

  Modified files:
openpkg-src/groovy  groovy.spec

  Log:
upgrading package: groovy 1.5.5 -> 1.5.6

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/groovy/groovy.spec
  
  $ cvs diff -u -r1.16 -r1.17 groovy.spec
  --- openpkg-src/groovy/groovy.spec15 Apr 2008 19:05:39 -  1.16
  +++ openpkg-src/groovy/groovy.spec26 Apr 2008 07:14:15 -  1.17
  @@ -22,7 +22,7 @@
   ##
   
   #   packaqge version
  -%define   V_groovy 1.5.5
  +%define   V_groovy 1.5.6
   %define   V_gant   1.1.2_groovy-1.5.5
   
   #   package information
  @@ -36,7 +36,7 @@
   Group:Language
   License:  BSD-style
   Version:  %{V_groovy}
  -Release:  20080415
  +Release:  20080426
   
   #   list of sources
   Source0:  
http://dist.codehaus.org/groovy/distributions/groovy-binary-%{V_groovy}.zip
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2008-04-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-Apr-2008 09:14:09
  Branch: HEAD Handle: 2008042608140800

  Modified files:
openpkg-src/linkchecker linkchecker.spec

  Log:
upgrading package: linkchecker 4.8 -> 4.9

  Summary:
RevisionChanges Path
1.101   +2  -2  openpkg-src/linkchecker/linkchecker.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/linkchecker/linkchecker.spec
  
  $ cvs diff -u -r1.100 -r1.101 linkchecker.spec
  --- openpkg-src/linkchecker/linkchecker.spec  1 Jan 2008 14:57:31 -   
1.100
  +++ openpkg-src/linkchecker/linkchecker.spec  26 Apr 2008 07:14:08 -  
1.101
  @@ -31,8 +31,8 @@
   Class:PLUS
   Group:HTML
   License:  GPL
  -Version:  4.8
  -Release:  20080101
  +Version:  4.9
  +Release:  20080426
   
   #   list of sources
   Source0:  
http://switch.dl.sourceforge.net/linkchecker/linkchecker-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2008-04-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-Apr-2008 09:14:02
  Branch: HEAD Handle: 2008042608140100

  Modified files:
openpkg-src/gcrypt  gcrypt.spec

  Log:
upgrading package: gcrypt 1.4.0 -> 1.4.1

  Summary:
RevisionChanges Path
1.48+2  -2  openpkg-src/gcrypt/gcrypt.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gcrypt/gcrypt.spec
  
  $ cvs diff -u -r1.47 -r1.48 gcrypt.spec
  --- openpkg-src/gcrypt/gcrypt.spec1 Jan 2008 14:54:17 -   1.47
  +++ openpkg-src/gcrypt/gcrypt.spec26 Apr 2008 07:14:01 -  1.48
  @@ -31,8 +31,8 @@
   Class:PLUS
   Group:Cryptography
   License:  LGPL
  -Version:  1.4.0
  -Release:  20080101
  +Version:  1.4.1
  +Release:  20080426
   
   #   list of sources
   Source0:  
ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org