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

2005-09-30 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:   30-Sep-2005 09:55:34
  Branch: HEAD Handle: 2005093008553300

  Modified files:
openpkg-src/mutt15  mutt15.spec

  Log:
port forward the ncurses support from mutt 1.4

  Summary:
RevisionChanges Path
1.33+19 -3  openpkg-src/mutt15/mutt15.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/mutt15/mutt15.spec
  
  $ cvs diff -u -r1.32 -r1.33 mutt15.spec
  --- openpkg-src/mutt15/mutt15.spec18 Sep 2005 18:31:15 -  1.32
  +++ openpkg-src/mutt15/mutt15.spec30 Sep 2005 07:55:33 -  1.33
  @@ -38,7 +38,7 @@
   Group:Mail
   License:  BSD
   Version:  %{V_mutt}i
  -Release:  20050918
  +Release:  20050930
   
   #   build options
   %option   with_comp  no
  @@ -46,6 +46,7 @@
   %option   with_initials  no
   %option   with_quote no
   %option   with_sidebar   no
  +%option   with_ncurses   no
   
   #   list of sources
   Source0:  ftp://ftp.mutt.org/mutt/devel/mutt-%{V_mutt}.tar.gz
  @@ -62,8 +63,15 @@
   BuildRoot:%{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg = 20040130, make
   PreReq:   OpenPKG, openpkg = 20040130
  -BuildPreReq:  openssl, slang, libidn, libiconv
  -PreReq:   openssl, slang, libidn, libiconv
  +BuildPreReq:  openssl, libidn, libiconv
  +PreReq:   openssl, libidn, libiconv
  +%if %{with_ncurses} == yes
  +BuildPreReq:  ncurses
  +PreReq:   ncurses
  +%else
  +BuildPreReq:  slang
  +PreReq:   slang
  +%endif
   AutoReq:  no
   AutoReqProv:  no
   Provides: mutt
  @@ -151,13 +159,21 @@
   esac
   CC=%{l_cc} \
   CFLAGS=%{l_cflags -O} \
  +%if %{with_ncurses} == yes
  +CPPFLAGS=%{l_cppflags ncurses libidn .} \
  +%else
   CPPFLAGS=%{l_cppflags libidn .} \
  +%endif
   LDFLAGS=-Limap %{l_ldflags} \
   ./configure \
   --prefix=%{l_prefix} \
   --sysconfdir=%{l_prefix}/etc/mutt \
   --with-docdir=%{l_prefix}/share/mutt \
  +%if %{with_ncurses} == yes
  +--with-curses=%{l_prefix} \
  +%else
   --with-slang=%{l_prefix} \
  +%endif
   --with-ssl=%{l_prefix} \
   --enable-pop \
   --enable-imap \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-09-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-Sep-2005 20:31:16
  Branch: HEAD Handle: 2005091819311500

  Modified files:
openpkg-src/mutt15  mutt15.spec

  Log:
upgrading package: mutt15 1.5.10i - 1.5.11i

  Summary:
RevisionChanges Path
1.32+6  -6  openpkg-src/mutt15/mutt15.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/mutt15/mutt15.spec
  
  $ cvs diff -u -r1.31 -r1.32 mutt15.spec
  --- openpkg-src/mutt15/mutt15.spec16 Aug 2005 18:21:27 -  1.31
  +++ openpkg-src/mutt15/mutt15.spec18 Sep 2005 18:31:15 -  1.32
  @@ -23,8 +23,8 @@
   ##
   
   #   package version
  -%define   V_mutt  1.5.10
  -%define   V_mutt_patches  1.5.10
  +%define   V_mutt  1.5.11
  +%define   V_mutt_patches  1.5.11
   %define   V_mutt_patches_sidebar  1.5.10i.sidebar.20050816
   
   #   package information
  @@ -38,7 +38,7 @@
   Group:Mail
   License:  BSD
   Version:  %{V_mutt}i
  -Release:  20050816
  +Release:  20050918
   
   #   build options
   %option   with_comp  no
  @@ -48,7 +48,7 @@
   %option   with_sidebar   no
   
   #   list of sources
  -Source0:  ftp://ftp.mutt.org/mutt/devel/mutt-%{V_mutt}i.tar.gz
  +Source0:  ftp://ftp.mutt.org/mutt/devel/mutt-%{V_mutt}.tar.gz
   Source1:  mailcap
   Source2:  muttrc
   Patch0:   
ftp://ftp.mutt.org.ua/pub/mutt/mutt-%{V_mutt_patches}/patch-%{V_mutt_patches}.rr.compressed.gz
  @@ -77,9 +77,9 @@
   
   %track
   prog mutt15 = {
  -version   = %{V_mutt}i
  +version   = %{V_mutt}
   url   = ftp://ftp.mutt.org/mutt/devel/
  -regex = mutt-(__VER__i)\.tar\.gz
  +regex = mutt-(__VER__)\.tar\.gz
   }
   prog mutt15:patch_rr_compressed = {
   version   = %{V_mutt_patches}
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-08-16 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:   16-Aug-2005 10:25:14
  Branch: HEAD Handle: 2005081609251400

  Modified files:
openpkg-src/mutt15  mutt15.spec

  Log:
newer patch but still broken because it is for 1.5.9i only

  Summary:
RevisionChanges Path
1.29+2  -2  openpkg-src/mutt15/mutt15.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/mutt15/mutt15.spec
  
  $ cvs diff -u -r1.28 -r1.29 mutt15.spec
  --- openpkg-src/mutt15/mutt15.spec13 Aug 2005 18:13:17 -  1.28
  +++ openpkg-src/mutt15/mutt15.spec16 Aug 2005 08:25:14 -  1.29
  @@ -25,7 +25,7 @@
   #   package version
   %define   V_mutt  1.5.10
   %define   V_mutt_patches  1.5.10
  -%define   V_mutt_patches_sidebar  1.5.9i.sidebar.20050628
  +%define   V_mutt_patches_sidebar  1.5.9i.sidebar.20050815
   
   #   package information
   Name: mutt15
  @@ -38,7 +38,7 @@
   Group:Mail
   License:  BSD
   Version:  %{V_mutt}i
  -Release:  20050813
  +Release:  20050816
   
   #   build options
   %option   with_comp  no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-08-16 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:   16-Aug-2005 19:23:51
  Branch: HEAD Handle: 2005081618235100

  Modified files:
openpkg-src/mutt15  mutt15.spec

  Log:
upgrade sidebar patch now that it was alreadey released (well, I
triggered the author to release it and he was kind enough to
immediately work on it :-)

  Summary:
RevisionChanges Path
1.30+1  -1  openpkg-src/mutt15/mutt15.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/mutt15/mutt15.spec
  
  $ cvs diff -u -r1.29 -r1.30 mutt15.spec
  --- openpkg-src/mutt15/mutt15.spec16 Aug 2005 08:25:14 -  1.29
  +++ openpkg-src/mutt15/mutt15.spec16 Aug 2005 17:23:51 -  1.30
  @@ -25,7 +25,7 @@
   #   package version
   %define   V_mutt  1.5.10
   %define   V_mutt_patches  1.5.10
  -%define   V_mutt_patches_sidebar  1.5.9i.sidebar.20050815
  +%define   V_mutt_patches_sidebar  1.5.10i.sidebar.20050816
   
   #   package information
   Name: mutt15
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/mutt15/ mutt15.spec muttrc

2005-08-16 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:   16-Aug-2005 20:21:27
  Branch: HEAD Handle: 2005081619212700

  Modified files:
openpkg-src/mutt15  mutt15.spec muttrc

  Log:
follow the original Muttrc and use its F1 for showing the manual;
brand with OpenPKG release in generated User-Agent headers

  Summary:
RevisionChanges Path
1.31+3  -0  openpkg-src/mutt15/mutt15.spec
1.3 +4  -4  openpkg-src/mutt15/muttrc
  

  patch -p0 '@@ .'
  Index: openpkg-src/mutt15/mutt15.spec
  
  $ cvs diff -u -r1.30 -r1.31 mutt15.spec
  --- openpkg-src/mutt15/mutt15.spec16 Aug 2005 17:23:51 -  1.30
  +++ openpkg-src/mutt15/mutt15.spec16 Aug 2005 18:21:27 -  1.31
  @@ -139,6 +139,9 @@
   %if %{with_sidebar} == yes
   %patch -p1 -P 4
   %endif
  +%{l_shtool} subst \
  +-e 's;\(Mutt/%%s\);\1 %{l_openpkg_release -F OpenPKG/%%s};' \
  +sendlib.c
   
   %build
   #   configure for particular platform
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/mutt15/muttrc
  
  $ cvs diff -u -r1.2 -r1.3 muttrc
  --- openpkg-src/mutt15/muttrc 16 Aug 2005 17:56:37 -  1.2
  +++ openpkg-src/mutt15/muttrc 16 Aug 2005 18:21:27 -  1.3
  @@ -86,8 +86,8 @@
   macro index \cxd set sort=date-sent
   macro index \cxt set sort=threads
   
  -#   show documentation on ESC+'h'
  -macro generic \eh !`echo ${PAGER-more}` 
@l_prefix@/share/mutt/manual.txt\n Show Mutt Manual
  -macro index   \eh !`echo ${PAGER-more}` 
@l_prefix@/share/mutt/manual.txt\n Show Mutt Manual
  -macro pager   \eh !`echo ${PAGER-more}` 
@l_prefix@/share/mutt/manual.txt\n Show Mutt Manual
  +#   show documentation
  +macro generic f1 !`echo ${PAGER-more}` 
@l_prefix@/share/mutt/manual.txt\n Show Mutt Manual
  +macro index   f1 !`echo ${PAGER-more}` 
@l_prefix@/share/mutt/manual.txt\n Show Mutt Manual
  +macro pager   f1 !`echo ${PAGER-more}` 
@l_prefix@/share/mutt/manual.txt\n Show Mutt Manual
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-08-13 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:   13-Aug-2005 20:13:18
  Branch: HEAD Handle: 2005081319131700

  Modified files:
openpkg-src/mutt15  mutt15.spec

  Log:
upgrade to adjusted patches for 1.5.10

  Summary:
RevisionChanges Path
1.28+1  -1  openpkg-src/mutt15/mutt15.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/mutt15/mutt15.spec
  
  $ cvs diff -u -r1.27 -r1.28 mutt15.spec
  --- openpkg-src/mutt15/mutt15.spec13 Aug 2005 08:51:07 -  1.27
  +++ openpkg-src/mutt15/mutt15.spec13 Aug 2005 18:13:17 -  1.28
  @@ -24,7 +24,7 @@
   
   #   package version
   %define   V_mutt  1.5.10
  -%define   V_mutt_patches  1.5.9
  +%define   V_mutt_patches  1.5.10
   %define   V_mutt_patches_sidebar  1.5.9i.sidebar.20050628
   
   #   package information
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-08-13 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:   13-Aug-2005 10:51:07
  Branch: HEAD Handle: 2005081309510700

  Modified files:
openpkg-src/mutt15  mutt15.spec

  Log:
upgrading package: mutt15 1.5.9i - 1.5.10i

  Summary:
RevisionChanges Path
1.27+2  -2  openpkg-src/mutt15/mutt15.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/mutt15/mutt15.spec
  
  $ cvs diff -u -r1.26 -r1.27 mutt15.spec
  --- openpkg-src/mutt15/mutt15.spec8 Jul 2005 07:51:49 -   1.26
  +++ openpkg-src/mutt15/mutt15.spec13 Aug 2005 08:51:07 -  1.27
  @@ -23,7 +23,7 @@
   ##
   
   #   package version
  -%define   V_mutt  1.5.9
  +%define   V_mutt  1.5.10
   %define   V_mutt_patches  1.5.9
   %define   V_mutt_patches_sidebar  1.5.9i.sidebar.20050628
   
  @@ -38,7 +38,7 @@
   Group:Mail
   License:  BSD
   Version:  %{V_mutt}i
  -Release:  20050708
  +Release:  20050813
   
   #   build options
   %option   with_comp  no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-07-08 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:   08-Jul-2005 09:51:49
  Branch: HEAD Handle: 2005070808514900

  Modified files:
openpkg-src/mutt15  mutt15.spec

  Log:
modifying package: mutt15-1.5.9i 20050526 - 20050708

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

  patch -p0 '@@ .'
  Index: openpkg-src/mutt15/mutt15.spec
  
  $ cvs diff -u -r1.25 -r1.26 mutt15.spec
  --- openpkg-src/mutt15/mutt15.spec26 May 2005 18:22:04 -  1.25
  +++ openpkg-src/mutt15/mutt15.spec8 Jul 2005 07:51:49 -   1.26
  @@ -25,7 +25,7 @@
   #   package version
   %define   V_mutt  1.5.9
   %define   V_mutt_patches  1.5.9
  -%define   V_mutt_patches_sidebar  1.5.9i.sidebar.20050525
  +%define   V_mutt_patches_sidebar  1.5.9i.sidebar.20050628
   
   #   package information
   Name: mutt15
  @@ -38,7 +38,7 @@
   Group:Mail
   License:  BSD
   Version:  %{V_mutt}i
  -Release:  20050526
  +Release:  20050708
   
   #   build options
   %option   with_comp  no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-05-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-May-2005 20:12:04
  Branch: HEAD Handle: 2005052619120400

  Modified files:
openpkg-src/mutt15  mutt15.spec

  Log:
modifying package: mutt15-1.5.9i 20050323 - 20050526

  Summary:
RevisionChanges Path
1.24+2  -2  openpkg-src/mutt15/mutt15.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/mutt15/mutt15.spec
  
  $ cvs diff -u -r1.23 -r1.24 mutt15.spec
  --- openpkg-src/mutt15/mutt15.spec24 Mar 2005 11:19:34 -  1.23
  +++ openpkg-src/mutt15/mutt15.spec26 May 2005 18:12:04 -  1.24
  @@ -25,7 +25,7 @@
   #   package version
   %define   V_mutt  1.5.9
   %define   V_mutt_patches  1.5.9
  -%define   V_mutt_patches_sidebar  1.5.8i.sidebar.20050224
  +%define   V_mutt_patches_sidebar  1.5.9i.sidebar.20050525
   
   #   package information
   Name: mutt15
  @@ -38,7 +38,7 @@
   Group:Mail
   License:  BSD
   Version:  %{V_mutt}i
  -Release:  20050323
  +Release:  20050526
   
   #   build options
   %option   with_comp  no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-05-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-May-2005 20:22:05
  Branch: HEAD Handle: 2005052619220400

  Modified files:
openpkg-src/mutt15  mutt15.spec

  Log:
modifying package: mutt15-1.5.9i 20050526 again

  Summary:
RevisionChanges Path
1.25+3  -7  openpkg-src/mutt15/mutt15.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/mutt15/mutt15.spec
  
  $ cvs diff -u -r1.24 -r1.25 mutt15.spec
  --- openpkg-src/mutt15/mutt15.spec26 May 2005 18:12:04 -  1.24
  +++ openpkg-src/mutt15/mutt15.spec26 May 2005 18:22:04 -  1.25
  @@ -62,8 +62,8 @@
   BuildRoot:%{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg = 20040130, make
   PreReq:   OpenPKG, openpkg = 20040130
  -BuildPreReq:  openssl, slang, libidn
  -PreReq:   openssl, slang, libidn
  +BuildPreReq:  openssl, slang, libidn, libiconv
  +PreReq:   openssl, slang, libidn, libiconv
   AutoReq:  no
   AutoReqProv:  no
   Provides: mutt
  @@ -142,8 +142,6 @@
   
   %build
   #   configure for particular platform
  -echo 'am_cv_func_iconv=no' config.cache
  -echo 'ac_cv_header_iconv_h=no' config.cache
   options=''
   case %{l_platform -t} in
   *-freebsd* ) options=--enable-flock --disable-fcntl ;;
  @@ -153,7 +151,6 @@
   CPPFLAGS=%{l_cppflags libidn .} \
   LDFLAGS=-Limap %{l_ldflags} \
   ./configure \
  ---cache-file=./config.cache \
   --prefix=%{l_prefix} \
   --sysconfdir=%{l_prefix}/etc/mutt \
   --with-docdir=%{l_prefix}/share/mutt \
  @@ -169,8 +166,7 @@
   %endif
   --enable-buffy-size \
   --disable-warnings \
  ---without-iconv \
  ---without-wc-funcs \
  +--with-iconv \
   --disable-nls \
   $options
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-03-14 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:   14-Mar-2005 18:59:58
  Branch: HEAD Handle: 2005031417595800

  Modified files:
openpkg-src/mutt15  mutt15.spec

  Log:
modifying package: mutt15-1.5.9i 20050313 - 20050314

  Summary:
RevisionChanges Path
1.21+2  -2  openpkg-src/mutt15/mutt15.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/mutt15/mutt15.spec
  
  $ cvs diff -u -r1.20 -r1.21 mutt15.spec
  --- openpkg-src/mutt15/mutt15.spec13 Mar 2005 19:03:34 -  1.20
  +++ openpkg-src/mutt15/mutt15.spec14 Mar 2005 17:59:58 -  1.21
  @@ -25,7 +25,7 @@
   
   #   package version
   %define   V_mutt  1.5.9
  -%define   V_mutt_patches  1.5.8
  +%define   V_mutt_patches  1.5.9
   %define   V_mutt_patches_sidebar  1.5.8i.sidebar.20050224
   
   #   package information
  @@ -39,7 +39,7 @@
   Group:Mail
   License:  BSD
   Version:  %{V_mutt}i
  -Release:  20050313
  +Release:  20050314
   
   #   build options
   %option   with_comp  no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-03-13 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:   13-Mar-2005 20:03:34
  Branch: HEAD Handle: 2005031319033400

  Modified files:
openpkg-src/mutt15  mutt15.spec

  Log:
upgrading package: mutt15 1.5.8i - 1.5.9i

  Summary:
RevisionChanges Path
1.20+2  -2  openpkg-src/mutt15/mutt15.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/mutt15/mutt15.spec
  
  $ cvs diff -u -r1.19 -r1.20 mutt15.spec
  --- openpkg-src/mutt15/mutt15.spec25 Feb 2005 18:22:02 -  1.19
  +++ openpkg-src/mutt15/mutt15.spec13 Mar 2005 19:03:34 -  1.20
  @@ -24,7 +24,7 @@
   ##
   
   #   package version
  -%define   V_mutt  1.5.8
  +%define   V_mutt  1.5.9
   %define   V_mutt_patches  1.5.8
   %define   V_mutt_patches_sidebar  1.5.8i.sidebar.20050224
   
  @@ -39,7 +39,7 @@
   Group:Mail
   License:  BSD
   Version:  %{V_mutt}i
  -Release:  20050225
  +Release:  20050313
   
   #   build options
   %option   with_comp  no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-02-25 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:   25-Feb-2005 19:22:02
  Branch: HEAD Handle: 2005022518220200

  Modified files:
openpkg-src/mutt15  mutt15.spec

  Log:
modifying package: mutt15-1.5.8i 20050224 - 20050225

  Summary:
RevisionChanges Path
1.19+2  -2  openpkg-src/mutt15/mutt15.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/mutt15/mutt15.spec
  
  $ cvs diff -u -r1.18 -r1.19 mutt15.spec
  --- openpkg-src/mutt15/mutt15.spec24 Feb 2005 18:14:35 -  1.18
  +++ openpkg-src/mutt15/mutt15.spec25 Feb 2005 18:22:02 -  1.19
  @@ -26,7 +26,7 @@
   #   package version
   %define   V_mutt  1.5.8
   %define   V_mutt_patches  1.5.8
  -%define   V_mutt_patches_sidebar  1.5.8i.sidebar.20050223
  +%define   V_mutt_patches_sidebar  1.5.8i.sidebar.20050224
   
   #   package information
   Name: mutt15
  @@ -39,7 +39,7 @@
   Group:Mail
   License:  BSD
   Version:  %{V_mutt}i
  -Release:  20050224
  +Release:  20050225
   
   #   build options
   %option   with_comp  no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-02-24 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:   24-Feb-2005 10:30:41
  Branch: HEAD Handle: 2005022409304100

  Modified files:
openpkg-src/mutt15  mutt15.spec

  Log:
modifying package: mutt15-1.5.8i 20050215 - 20050224

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

  patch -p0 '@@ .'
  Index: openpkg-src/mutt15/mutt15.spec
  
  $ cvs diff -u -r1.16 -r1.17 mutt15.spec
  --- openpkg-src/mutt15/mutt15.spec15 Feb 2005 17:05:46 -  1.16
  +++ openpkg-src/mutt15/mutt15.spec24 Feb 2005 09:30:41 -  1.17
  @@ -26,7 +26,7 @@
   #   package version
   %define   V_mutt  1.5.8
   %define   V_mutt_patches  1.5.8
  -%define   V_mutt_patches_sidebar  1.5.7i.sidebar.20050203
  +%define   V_mutt_patches_sidebar  1.5.8i.sidebar.20050223
   
   #   package information
   Name: mutt15
  @@ -39,7 +39,7 @@
   Group:Mail
   License:  BSD
   Version:  %{V_mutt}i
  -Release:  20050215
  +Release:  20050224
   
   #   build options
   %option   with_comp  no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-02-24 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:   24-Feb-2005 19:14:36
  Branch: HEAD Handle: 2005022418143500

  Modified files:
openpkg-src/mutt15  mutt15.spec

  Log:
fix tracking

  Summary:
RevisionChanges Path
1.18+1  -1  openpkg-src/mutt15/mutt15.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/mutt15/mutt15.spec
  
  $ cvs diff -u -r1.17 -r1.18 mutt15.spec
  --- openpkg-src/mutt15/mutt15.spec24 Feb 2005 09:30:41 -  1.17
  +++ openpkg-src/mutt15/mutt15.spec24 Feb 2005 18:14:35 -  1.18
  @@ -113,7 +113,7 @@
   prog mutt15:patch_sidebar = {
   version   = %{V_mutt_patches_sidebar}
   url   = http://thomer.com/mutt/
  -regex = patch-%{V_mutt}i.sidebar.(__VER__).txt
  +regex = patch-(%{V_mutt}i.sidebar.__VER__).txt
   }
   
   %prep
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-02-15 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:   15-Feb-2005 18:05:46
  Branch: HEAD Handle: 2005021517054600

  Modified files:
openpkg-src/mutt15  mutt15.spec

  Log:
flag config files as such. Feedback from Matthias Kurz

  Summary:
RevisionChanges Path
1.16+4  -2  openpkg-src/mutt15/mutt15.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/mutt15/mutt15.spec
  
  $ cvs diff -u -r1.15 -r1.16 mutt15.spec
  --- openpkg-src/mutt15/mutt15.spec13 Feb 2005 18:28:07 -  1.15
  +++ openpkg-src/mutt15/mutt15.spec15 Feb 2005 17:05:46 -  1.16
  @@ -39,7 +39,7 @@
   Group:Mail
   License:  BSD
   Version:  %{V_mutt}i
  -Release:  20050213
  +Release:  20050215
   
   #   build options
   %option   with_comp  no
  @@ -206,7 +206,9 @@
   %{SOURCE mailcap} $RPM_BUILD_ROOT%{l_prefix}/etc/mutt/mailcap
   
   #   determine installation files
  -%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
  +%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
  +%{l_files_std} \
  +'%config %{l_prefix}/etc/mutt/*'
   
   %files -f files
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-02-13 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:   13-Feb-2005 19:28:07
  Branch: HEAD Handle: 2005021318280700

  Modified files:
openpkg-src/mutt15  mutt15.spec

  Log:
modifying package: mutt15-1.5.8i 20050213 again

  Summary:
RevisionChanges Path
1.15+3  -3  openpkg-src/mutt15/mutt15.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/mutt15/mutt15.spec
  
  $ cvs diff -u -r1.14 -r1.15 mutt15.spec
  --- openpkg-src/mutt15/mutt15.spec13 Feb 2005 08:22:39 -  1.14
  +++ openpkg-src/mutt15/mutt15.spec13 Feb 2005 18:28:07 -  1.15
  @@ -25,8 +25,8 @@
   
   #   package version
   %define   V_mutt  1.5.8
  -%define   V_mutt_patches  1.5.7
  -%define   V_mutt_patches_sidebar  20050203
  +%define   V_mutt_patches  1.5.8
  +%define   V_mutt_patches_sidebar  1.5.7i.sidebar.20050203
   
   #   package information
   Name: mutt15
  @@ -56,7 +56,7 @@
   Patch1:   
ftp://ftp.mutt.org.ua/pub/mutt/mutt-%{V_mutt_patches}/patch-%{V_mutt_patches}.vvv.nntp.gz
   Patch2:   
ftp://ftp.mutt.org.ua/pub/mutt/mutt-%{V_mutt_patches}/patch-%{V_mutt_patches}.vvv.initials.gz
   Patch3:   
ftp://ftp.mutt.org.ua/pub/mutt/mutt-%{V_mutt_patches}/patch-%{V_mutt_patches}.vvv.quote.gz
  -Patch4:   
http://thomer.com/mutt/patch-%{V_mutt_patches}i.sidebar.%{V_mutt_patches_sidebar}.txt
  +Patch4:   http://thomer.com/mutt/patch-%{V_mutt_patches_sidebar}.txt
   
   #   build information
   Prefix:   %{l_prefix}
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-02-07 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   07-Feb-2005 09:14:54
  Branch: HEAD Handle: 2005020708145400

  Modified files:
openpkg-src/mutt15  mutt15.spec

  Log:
added sidebar patch, see http://thomer.com/mutt/ for docs

  Summary:
RevisionChanges Path
1.13+11 -0  openpkg-src/mutt15/mutt15.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/mutt15/mutt15.spec
  
  $ cvs diff -u -r1.12 -r1.13 mutt15.spec
  --- openpkg-src/mutt15/mutt15.spec7 Feb 2005 07:47:43 -   1.12
  +++ openpkg-src/mutt15/mutt15.spec7 Feb 2005 08:14:54 -   1.13
  @@ -25,6 +25,7 @@
   
   #   package version
   %define   V_mutt 1.5.7
  +%define   V_sidebar  20050203
   
   #   package information
   Name: mutt15
  @@ -44,6 +45,7 @@
   %option   with_nntp  no
   %option   with_initials  no
   %option   with_quote no
  +%option   with_sidebar   no
   
   #   list of sources
   Source0:  ftp://ftp.mutt.org/mutt/devel/mutt-%{V_mutt}i.tar.gz
  @@ -53,6 +55,7 @@
   Patch1:   
ftp://ftp.mutt.org.ua/pub/mutt/mutt-%{V_mutt}/patch-%{V_mutt}.vvv.nntp.gz
   Patch2:   
ftp://ftp.mutt.org.ua/pub/mutt/mutt-%{V_mutt}/patch-%{V_mutt}.vvv.initials.gz
   Patch3:   
ftp://ftp.mutt.org.ua/pub/mutt/mutt-%{V_mutt}/patch-%{V_mutt}.vvv.quote.gz
  +Patch4:   
http://thomer.com/mutt/patch-%{V_mutt}i.sidebar.%{V_sidebar}.txt
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -106,6 +109,11 @@
   url   = ftp://ftp.mutt.org.ua/pub/mutt/mutt-__NEWVER__/
   regex = patch-(__VER__)\.vvv\.quote\.gz
   }
  +prog mutt15:patch_sidebar = {
  +version   = %{V_sidebar}
  +url   = http://thomer.com/mutt/
  +regex = patch-%{V_mutt}i.sidebar.(__VER__).txt
  +}
   
   %prep
   %setup -q -n mutt-%{V_mutt}
  @@ -128,6 +136,9 @@
   %if %{with_quote} == yes
   %patch -p1 -P 3
   %endif
  +%if %{with_sidebar} == yes
  +%patch -p1 -P 4
  +%endif
   
   %build
   #   configure for particular platform
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org