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

2004-09-16 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:   16-Sep-2004 15:28:51
  Branch: HEAD Handle: 2004091614285000

  Modified files:
openpkg-src/gcc35   gcc35.spec

  Log:
remove info/dir file (conflicts between packages)

  Summary:
RevisionChanges Path
1.26+2  -1  openpkg-src/gcc35/gcc35.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gcc35/gcc35.spec
  
  $ cvs diff -u -r1.25 -r1.26 gcc35.spec
  --- openpkg-src/gcc35/gcc35.spec  6 Sep 2004 11:54:56 -   1.25
  +++ openpkg-src/gcc35/gcc35.spec  16 Sep 2004 13:28:50 -  1.26
  @@ -39,7 +39,7 @@
   Group:Compiler
   License:  GPL
   Version:  %{V_full}s%{V_snap}
  -Release:  20040906
  +Release:  20040916
   
   #   package options
   %option   with_cxx   yes
  @@ -250,6 +250,7 @@
   
   #   strip installation tree
   rm -rf $RPM_BUILD_ROOT%{l_prefix}/${triple}
  +rm -f  $RPM_BUILD_ROOT%{l_prefix}/info/dir
   rm -rf $RPM_BUILD_ROOT%{l_prefix}/man/man7   >/dev/null 2>&1 || true
   rm -f  $RPM_BUILD_ROOT%{l_prefix}/lib/*.la   >/dev/null 2>&1 || true
   rm -f  $RPM_BUILD_ROOT%{l_prefix}/bin/*-gcc* >/dev/null 2>&1 || true
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-09-16 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:   16-Sep-2004 15:27:05
  Branch: HEAD Handle: 2004091614270400

  Modified files:
openpkg-src/tetex   tetex.spec

  Log:
instead of removing (and partly missing files), do not build and
install TexInfo at all

  Summary:
RevisionChanges Path
1.56+2  -14 openpkg-src/tetex/tetex.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/tetex/tetex.spec
  
  $ cvs diff -u -r1.55 -r1.56 tetex.spec
  --- openpkg-src/tetex/tetex.spec  2 Jul 2004 09:55:42 -   1.55
  +++ openpkg-src/tetex/tetex.spec  16 Sep 2004 13:27:04 -  1.56
  @@ -39,7 +39,7 @@
   Group:Text
   License:  GPL
   Version:  %{V_src}
  -Release:  20040702
  +Release:  20040916
   
   #   package options
   %option   with_x11  no
  @@ -184,6 +184,7 @@
   --without-x11 \
   --without-x11win \
   %endif
  +--without-texinfo \
   --disable-multiplatform \
   --enable-gf \
   --with-system-pnglib \
  @@ -245,20 +246,7 @@
   $RPM_BUILD_ROOT%{l_prefix}/man/man1/*.1
   
   #   cleanup the installation
  -rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/install-info
  -rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/makeinfo
  -rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/texi2dvi
  -rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/texindex
  -rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/info
  -rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/infokey
   rm -f $RPM_BUILD_ROOT%{l_prefix}/info/dir
  -rm -f $RPM_BUILD_ROOT%{l_prefix}/info/info*
  -rm -f $RPM_BUILD_ROOT%{l_prefix}/info/texinfo*
  -rm -f $RPM_BUILD_ROOT%{l_prefix}/man/man1/install-info.1
  -rm -f $RPM_BUILD_ROOT%{l_prefix}/man/man1/makeinfo.1
  -rm -f $RPM_BUILD_ROOT%{l_prefix}/man/man1/texi2dvi.1
  -rm -f $RPM_BUILD_ROOT%{l_prefix}/man/man1/texindex.1
  -rm -f $RPM_BUILD_ROOT%{l_prefix}/man/man1/info.1
   
   #   determine installation files
   %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-09-16 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:   16-Sep-2004 15:23:26
  Branch: HEAD Handle: 2004091614232600

  Modified files:
openpkg-src/gcc gcc.spec

  Log:
remove info/dir file (conflicts between packages)

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/gcc/gcc.spec
  
  $ cvs diff -u -r1.100 -r1.101 gcc.spec
  --- openpkg-src/gcc/gcc.spec  11 Sep 2004 11:47:34 -  1.100
  +++ openpkg-src/gcc/gcc.spec  16 Sep 2004 13:23:26 -  1.101
  @@ -39,7 +39,7 @@
   Group:Compiler
   License:  GPL
   Version:  %{V_full}
  -Release:  20040911
  +Release:  20040916
   
   #   package options
   %option   with_cxx   yes
  @@ -266,6 +266,7 @@
   
   #   strip installation tree
   rm -rf $RPM_BUILD_ROOT%{l_prefix}/${triple}
  +rm -f  $RPM_BUILD_ROOT%{l_prefix}/info/dir
   rm -rf $RPM_BUILD_ROOT%{l_prefix}/man/man7   >/dev/null 2>&1 || true
   rm -f  $RPM_BUILD_ROOT%{l_prefix}/lib/*.la   >/dev/null 2>&1 || true
   rm -f  $RPM_BUILD_ROOT%{l_prefix}/bin/*-gcc* >/dev/null 2>&1 || true
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-09-16 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:   16-Sep-2004 14:30:14
  Branch: HEAD Handle: 2004091613301300

  Modified files:
openpkg-src/emacs   emacs.spec

  Log:
either use xaw3d explicitly or not at all but never implicitly because
this is reported to cause trouble with not working scroll-bars under
run-time

  Summary:
RevisionChanges Path
1.47+20 -2  openpkg-src/emacs/emacs.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/emacs/emacs.spec
  
  $ cvs diff -u -r1.46 -r1.47 emacs.spec
  --- openpkg-src/emacs/emacs.spec  4 Jun 2004 11:28:36 -   1.46
  +++ openpkg-src/emacs/emacs.spec  16 Sep 2004 12:30:13 -  1.47
  @@ -34,10 +34,11 @@
   Group:Editor
   License:  GPL
   Version:  21.3
  -Release:  20040604
  +Release:  20040916
   
   #   package options
   %option   with_x11   no
  +%option   with_xaw3d no
   %option   with_jpeg  no
   %option   with_png   no
   %option   with_tiff  no
  @@ -61,6 +62,10 @@
   %if "%{with_x11}" == "yes"
   BuildPreReq:  X11
   PreReq:   X11
  +%if "%{with_xaw3d}" == "yes"
  +BuildPreReq:  xaw3d
  +PreReq:   xaw3d
  +%endif
   %if "%{with_jpeg}" == "yes"
   BuildPreReq:  jpeg
   PreReq:   jpeg
  @@ -96,6 +101,11 @@
   %patch -p0
   
   %build
  +%if "%{with_xaw3d}" != "yes"
  +( echo "ac_cv_header_X11_Xaw3d_Scrollbar_h=no"
  +  echo "ac_cv_lib_Xaw3d_XawScrollbarSetThumb=no"
  +) >config.cache
  +%endif
   %{l_shtool} subst \
   -e 's;/${version}/;/;g' \
   -e 's;/${version};;g' \
  @@ -110,11 +120,19 @@
   %endif
   LDFLAGS="%{l_ldflags}" \
   ./configure \
  +%if "%{with_xaw3d}" != "yes"
  +--cache-file=./config.cache \
  +%endif
   --prefix=%{l_prefix} \
   %if "%{with_x11}" == "yes"
   --with-x \
   --x-includes=`%{l_prefix}/etc/rc --query x11_incdir` \
   --x-libraries=`%{l_prefix}/etc/rc --query x11_libdir` \
  +%if "%{with_xaw3d}" == "yes"
  +--with-toolkit-scroll-bars \
  +%else
  +--without-toolkit-scroll-bars \
  +%endif
   %if "%{with_jpeg}" == "yes"
   --with-jpeg \
   %endif
  @@ -127,7 +145,7 @@
   %if "%{with_gif}" == "yes"
   --with-gif \
   %endif
  ---with-x-toolkit=yes
  +--with-x-toolkit=athena
   %else
   --with-x-toolkit=no \
   --without-x
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-09-16 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:   16-Sep-2004 11:38:45
  Branch: HEAD Handle: 2004091610384400

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

  Log:
upgrading package: apache2 2.0.50 -> 2.0.51

  Summary:
RevisionChanges Path
1.6 +0  -24 openpkg-src/apache2/apache2.patch
1.50+2  -2  openpkg-src/apache2/apache2.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/apache2/apache2.patch
  
  $ cvs diff -u -r1.5 -r1.6 apache2.patch
  --- openpkg-src/apache2/apache2.patch 13 Sep 2004 10:58:39 -  1.5
  +++ openpkg-src/apache2/apache2.patch 16 Sep 2004 09:38:44 -  1.6
  @@ -10,27 +10,3 @@
done; \
sort -u $$tmp > $@; \
rm -f $$tmp
  -
  --
  -
  -Security Fix:
  -http://www.securityfocus.com/archive/1/374916/2004-09-10/2004-09-16/0
  -
  -Index: modules/ssl/ssl_engine_io.c
   modules/ssl/ssl_engine_io.c  2004/08/11 13:19:24 1.125
  -+++ modules/ssl/ssl_engine_io.c  2004/08/17 16:31:23 1.126
  -@@ -564,8 +564,12 @@
  - *len = bytes;
  - if (inctx->mode == AP_MODE_SPECULATIVE) {
  - /* We want to rollback this read. */
  --inctx->cbuf.value -= bytes;
  --inctx->cbuf.length += bytes;
  -+if (inctx->cbuf.length > 0) {
  -+inctx->cbuf.value -= bytes;
  -+inctx->cbuf.length += bytes;
  -+} else {
  -+char_buffer_write(&inctx->cbuf, buf, (int)bytes);
  -+}
  - return APR_SUCCESS;
  - }
  - /* This could probably be *len == wanted, but be safe from stray
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/apache2/apache2.spec
  
  $ cvs diff -u -r1.49 -r1.50 apache2.spec
  --- openpkg-src/apache2/apache2.spec  13 Sep 2004 10:58:39 -  1.49
  +++ openpkg-src/apache2/apache2.spec  16 Sep 2004 09:38:44 -  1.50
  @@ -33,8 +33,8 @@
   Class:PLUS
   Group:Web
   License:  ASF
  -Version:  2.0.50
  -Release:  20040913
  +Version:  2.0.51
  +Release:  20040916
   
   #   package options (suexec related)
   %option   with_suexec   yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-09-16 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:   16-Sep-2004 11:25:43
  Branch: HEAD Handle: 2004091610254200

  Modified files:
openpkg-src/delegatedelegate.spec

  Log:
upgrading package: delegate 8.9.5 -> 8.9.6

  Summary:
RevisionChanges Path
1.75+2  -2  openpkg-src/delegate/delegate.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/delegate/delegate.spec
  
  $ cvs diff -u -r1.74 -r1.75 delegate.spec
  --- openpkg-src/delegate/delegate.spec6 Jul 2004 11:18:08 -   1.74
  +++ openpkg-src/delegate/delegate.spec16 Sep 2004 09:25:42 -  1.75
  @@ -33,8 +33,8 @@
   Class:BASE
   Group:Network
   License:  Freely distributable
  -Version:  8.9.5
  -Release:  20040706
  +Version:  8.9.6
  +Release:  20040916
   
   #   list of sources
   Source0:  ftp://ftp:[EMAIL PROTECTED]/pub/DeleGate/delegate%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-09-16 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:   16-Sep-2004 11:22:09
  Branch: HEAD Handle: 2004091610220900

  Modified files:
openpkg-src/docbook docbook.spec

  Log:
modifying package: docbook-4.2 20040401 -> 20040916

  Summary:
RevisionChanges Path
1.74+2  -2  openpkg-src/docbook/docbook.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/docbook/docbook.spec
  
  $ cvs diff -u -r1.73 -r1.74 docbook.spec
  --- openpkg-src/docbook/docbook.spec  1 Apr 2004 15:07:11 -   1.73
  +++ openpkg-src/docbook/docbook.spec  16 Sep 2004 09:22:09 -  1.74
  @@ -33,7 +33,7 @@
   %define   V_dtd_xml_old_n  412
   %define   V_dtd_simple 1.0
   %define   V_ss_dsssl   1.78
  -%define   V_ss_xsl 1.65.1
  +%define   V_ss_xsl 1.66.0
   
   #   package information
   Name: docbook
  @@ -46,7 +46,7 @@
   Group:SGML
   License:  BSD
   Version:  4.2
  -Release:  20040401
  +Release:  20040916
   
   #   list of sources
   Source0:  
http://www.oasis-open.org/docbook/xml/%{V_dtd_xml}/docbook-xml-%{V_dtd_xml}.zip
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-09-16 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:   16-Sep-2004 11:04:53
  Branch: HEAD Handle: 2004091610045300

  Modified files:
openpkg-src/mathomatic  mathomatic.spec

  Log:
upgrading package: mathomatic 11.3d -> 11.3e

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/mathomatic/mathomatic.spec
  
  $ cvs diff -u -r1.8 -r1.9 mathomatic.spec
  --- openpkg-src/mathomatic/mathomatic.spec19 Aug 2004 08:44:38 -  1.8
  +++ openpkg-src/mathomatic/mathomatic.spec16 Sep 2004 09:04:53 -  1.9
  @@ -33,8 +33,8 @@
   Class:EVAL
   Group:Algorithm
   License:  Open Source
  -Version:  11.3d
  -Release:  20040819
  +Version:  11.3e
  +Release:  20040916
   
   #   list of sources
   Source0:  http://www.panix.com/~gesslein/mathomatic-%{version}.tgz
  @@ -61,7 +61,7 @@
   }
   
   %prep
  -%setup -q -n am
  +%setup -q
   
   %build
   %{l_make} %{l_mflags -O} \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-09-16 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:   16-Sep-2004 10:59:38
  Branch: HEAD Handle: 2004091609593800

  Modified files:
openpkg-src/postfix postfix.spec

  Log:
upgrading package: postfix 2.1.4 -> 2.1.5

  Summary:
RevisionChanges Path
1.208   +2  -2  openpkg-src/postfix/postfix.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/postfix/postfix.spec
  
  $ cvs diff -u -r1.207 -r1.208 postfix.spec
  --- openpkg-src/postfix/postfix.spec  27 Jul 2004 15:09:08 -  1.207
  +++ openpkg-src/postfix/postfix.spec  16 Sep 2004 08:59:38 -  1.208
  @@ -24,7 +24,7 @@
   ##
   
   #   package versions
  -%define   V_postfix  2.1.4
  +%define   V_postfix  2.1.5
   %define   V_tls  0.8.18-2.1.3-0.9.7d
   %define   V_spf  2.1.3-4
   %define   V_srs  2.1.4-1
  @@ -42,7 +42,7 @@
   Group:Mail
   License:  IPL
   Version:  %{V_postfix}
  -Release:  20040727
  +Release:  20040916
   
   #   package options
   %option   with_fsl   yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-09-16 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:   16-Sep-2004 10:57:16
  Branch: HEAD Handle: 2004091609571600

  Modified files:
openpkg-src/sudosudo.spec

  Log:
upgrading package: sudo 1.6.8 -> 1.6.8p1

  Summary:
RevisionChanges Path
1.61+2  -2  openpkg-src/sudo/sudo.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/sudo/sudo.spec
  
  $ cvs diff -u -r1.60 -r1.61 sudo.spec
  --- openpkg-src/sudo/sudo.spec18 Aug 2004 10:12:04 -  1.60
  +++ openpkg-src/sudo/sudo.spec16 Sep 2004 08:57:16 -  1.61
  @@ -33,8 +33,8 @@
   Class:BASE
   Group:System
   License:  BSD
  -Version:  1.6.8
  -Release:  20040818
  +Version:  1.6.8p1
  +Release:  20040916
   
   #   package options
   %option   with_fslyes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-09-16 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:   16-Sep-2004 10:50:43
  Branch: HEAD Handle: 2004091609504300

  Modified files:
openpkg-src/uvscan  uvscan.spec

  Log:
upgrading package: uvscan 4.32.4390 -> 4.32.4391

  Summary:
RevisionChanges Path
1.213   +2  -2  openpkg-src/uvscan/uvscan.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/uvscan/uvscan.spec
  
  $ cvs diff -u -r1.212 -r1.213 uvscan.spec
  --- openpkg-src/uvscan/uvscan.spec8 Sep 2004 17:10:17 -   1.212
  +++ openpkg-src/uvscan/uvscan.spec16 Sep 2004 08:50:43 -  1.213
  @@ -26,7 +26,7 @@
   #   package versions
   %define   V_engine  4.32
   %define   V_engine_comp 432
  -%define   V_datfiles4390
  +%define   V_datfiles4391
   
   #   package information
   Name: uvscan
  @@ -39,7 +39,7 @@
   Group:Filesystem
   License:  Commercial/Free-Trial
   Version:  %{V_engine}.%{V_datfiles}
  -Release:  20040908
  +Release:  20040916
   
   #   list of sources
   Source0:  ftp://ftp.mcafee.com/pub/antivirus/datfiles/4.x/dat-%{V_datfiles}.tar
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-09-16 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:   16-Sep-2004 10:50:45
  Branch: HEAD Handle: 2004091609504400

  Modified files:
openpkg-src/unrar   unrar.spec

  Log:
upgrading package: unrar 3.4.2 -> 3.4.3

  Summary:
RevisionChanges Path
1.32+2  -2  openpkg-src/unrar/unrar.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/unrar/unrar.spec
  
  $ cvs diff -u -r1.31 -r1.32 unrar.spec
  --- openpkg-src/unrar/unrar.spec  3 Aug 2004 17:21:18 -   1.31
  +++ openpkg-src/unrar/unrar.spec  16 Sep 2004 08:50:44 -  1.32
  @@ -33,8 +33,8 @@
   Class:PLUS
   Group:Archiver
   License:  freely distributable
  -Version:  3.4.2
  -Release:  20040803
  +Version:  3.4.3
  +Release:  20040916
   
   #   list of sources
   Source0:  http://files10.rarlab.com/rar/unrarsrc-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]