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

2004-03-10 Thread Thomas Lotterer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Thomas Lotterer
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   10-Mar-2004 11:53:53
  Branch: HEAD Handle: 2004031010535300

  Modified files:
openpkg-src/fsl fsl.spec

  Log:
quick and dirty rename of reg(comp|error|exec|free) symbols to avoid
accidental provision of embedded antique POSIX regex library. Petidomo
was a victim as it expects working [:alnum:] and [:space:] constructs
which do not work with the fsl regex but do with OS regex

  Summary:
RevisionChanges Path
1.63+6  -2  openpkg-src/fsl/fsl.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/fsl/fsl.spec
  
  $ cvs diff -u -r1.62 -r1.63 fsl.spec
  --- openpkg-src/fsl/fsl.spec  7 Feb 2004 17:54:54 -   1.62
  +++ openpkg-src/fsl/fsl.spec  10 Mar 2004 10:53:53 -  1.63
  @@ -34,7 +34,7 @@
   Group:System
   License:  MIT-style
   Version:  1.4.0
  -Release:  20040207
  +Release:  20040310
   
   #   package options
   %option   with_fsl_debuglogcode   no
  @@ -73,7 +73,11 @@
   %setup -q
   %{l_shtool} subst -e 's;^\(all: .*\) pcre_test *$;\1;' lib_pcre/Makefile.in
   %{l_shtool} subst \
  --e 's;pcre;fsl_pcre;g' \
  +-e 's;\(pcre\);fsl_\1;g' \
  +-e 's;\(regcomp\);fsl_\1;g' \
  +-e 's;\(regerror\);fsl_\1;g' \
  +-e 's;\(regexec\);fsl_\1;g' \
  +-e 's;\(regfree\);fsl_\1;g' \
   -e '/#include/s;fsl_pcre;pcre;g' \
   *.[ch] \
   lib_pcre/*.[ch]
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/fsl/ fsl.spec openpkg-web/ news.txt

2003-10-20 Thread Thomas Lotterer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Thomas Lotterer
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web  Date:   20-Oct-2003 14:48:09
  Branch: HEAD Handle: 2003102013480801

  Modified files:
openpkg-src/fsl fsl.spec
openpkg-web news.txt

  Log:
fsl 1.3.0 has been verified to build with Sun Workshop compiler, so
remove gcc dependency

  Summary:
RevisionChanges Path
1.55+2  -2  openpkg-src/fsl/fsl.spec
1.7084  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/fsl/fsl.spec
  
  $ cvs diff -u -r1.54 -r1.55 fsl.spec
  --- openpkg-src/fsl/fsl.spec  6 Oct 2003 11:55:50 -   1.54
  +++ openpkg-src/fsl/fsl.spec  20 Oct 2003 12:48:09 -  1.55
  @@ -33,7 +33,7 @@
   Group:System
   License:  MIT-style
   Version:  1.3.0
  -Release:  20031006
  +Release:  20031020
   
   #   package options
   %option   with_fsl_debuglogcode   no
  @@ -46,7 +46,7 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg = 20030718, gcc
  +BuildPreReq:  OpenPKG, openpkg = 20030718
   PreReq:   OpenPKG, openpkg = 20030718
   AutoReq:  no
   AutoReqProv:  no
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.7083 -r1.7084 news.txt
  --- openpkg-web/news.txt  20 Oct 2003 12:47:35 -  1.7083
  +++ openpkg-web/news.txt  20 Oct 2003 12:48:08 -  1.7084
  @@ -1,3 +1,4 @@
  +20-Oct-2003: Upgraded package: Pfsl-1.3.0-20031020
   20-Oct-2003: Upgraded package: Popenpkg-20031020-20031020
   20-Oct-2003: Upgraded package: Psendmail-8.12.9-1.3.2
   20-Oct-2003: Upgraded package: Psendmail-8.12.10-20031020
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/fsl/ fsl.spec openpkg-web/ news.txt

2003-09-25 Thread Thomas Lotterer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Thomas Lotterer
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web  Date:   25-Sep-2003 17:38:15
  Branch: HEAD Handle: 2003092516381301

  Modified files:
openpkg-src/fsl fsl.spec
openpkg-web news.txt

  Log:
upgrading package: fsl 1.2.1 - 1.2b2

  Summary:
RevisionChanges Path
1.52+2  -2  openpkg-src/fsl/fsl.spec
1.6732  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/fsl/fsl.spec
  
  $ cvs diff -u -r1.51 -r1.52 fsl.spec
  --- openpkg-src/fsl/fsl.spec  15 Sep 2003 08:30:53 -  1.51
  +++ openpkg-src/fsl/fsl.spec  25 Sep 2003 15:38:14 -  1.52
  @@ -32,8 +32,8 @@
   Distribution: OpenPKG [CORE]
   Group:System
   License:  MIT-style
  -Version:  1.2.1
  -Release:  20030915
  +Version:  1.2b2
  +Release:  20030925
   
   #   package options
   %option   with_fsl_debuglogcode   no
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.6731 -r1.6732 news.txt
  --- openpkg-web/news.txt  25 Sep 2003 12:41:57 -  1.6731
  +++ openpkg-web/news.txt  25 Sep 2003 15:38:13 -  1.6732
  @@ -1,3 +1,4 @@
  +25-Sep-2003: Upgraded package: Pfsl-1.2b2-20030925
   25-Sep-2003: Upgraded package: Popenssl-0.9.7b-1.3.1
   25-Sep-2003: Upgraded package: Ppostfix-2.0.13-1.3.1
   25-Sep-2003: Upgraded package: Px11-1.3.1-1.3.1
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/fsl/ fsl.spec openpkg-web/ news.txt

2003-01-14 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 openpkg-web  Date:   14-Jan-2003 16:53:57
  Branch: HEAD Handle: 2003011415535501

  Modified files:
openpkg-src/fsl fsl.spec
openpkg-web news.txt

  Log:
upgrade to CORE class (performed under external threat of violence by
THL and CSCHUG only)

  Summary:
RevisionChanges Path
1.31+2  -2  openpkg-src/fsl/fsl.spec
1.2756  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/fsl/fsl.spec
  
  $ cvs diff -u -r1.30 -r1.31 fsl.spec
  --- openpkg-src/fsl/fsl.spec  3 Jan 2003 11:25:23 -   1.30
  +++ openpkg-src/fsl/fsl.spec  14 Jan 2003 15:53:56 -  1.31
  @@ -29,11 +29,11 @@
   URL:  http://www.ossp.org/pkg/lib/fsl/
   Vendor:   The OSSP Project
   Packager: The OpenPKG Project
  -Distribution: OpenPKG [PLUS]
  +Distribution: OpenPKG [CORE]
   Group:System
   License:  MIT-style
   Version:  1.0.6
  -Release:  20030103
  +Release:  20030114
   
   #   package options
   %option   with_fsl_debug   no
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.2755 -r1.2756 news.txt
  --- openpkg-web/news.txt  14 Jan 2003 15:47:19 -  1.2755
  +++ openpkg-web/news.txt  14 Jan 2003 15:53:55 -  1.2756
  @@ -1,3 +1,4 @@
  +14-Jan-2003: Upgraded package: Pfsl-1.0.6-20030114
   14-Jan-2003: Upgraded package: Pxmake-1.06-20030114
   14-Jan-2003: Upgraded package: Pteapop-0.3.5-20030114
   14-Jan-2003: Upgraded package: Ppstoedit-3.33-20030114
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]



[CVS] OpenPKG: openpkg-src/fsl/ fsl.spec openpkg-web/ news.txt

2003-01-03 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 openpkg-web  Date:   03-Jan-2003 12:25:23
  Branch: HEAD Handle: 2003010311252201

  Modified files:
openpkg-src/fsl fsl.spec
openpkg-web news.txt

  Log:
upgrade to new %option world order

  Summary:
RevisionChanges Path
1.30+6  -6  openpkg-src/fsl/fsl.spec
1.2517  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/fsl/fsl.spec
  
  $ cvs diff -u -r1.29 -r1.30 fsl.spec
  --- openpkg-src/fsl/fsl.spec  3 Jan 2003 10:51:59 -   1.29
  +++ openpkg-src/fsl/fsl.spec  3 Jan 2003 11:25:23 -   1.30
  @@ -23,9 +23,6 @@
   ##  SUCH DAMAGE.
   ##
   
  -#   package options
  -%option   with_fsl_debug   no
  -
   #   package information
   Name: fsl
   Summary:  Fake/Flexible Syslog Library
  @@ -36,7 +33,10 @@
   Group:System
   License:  MIT-style
   Version:  1.0.6
  -Release:  20021230
  +Release:  20030103
  +
  +#   package options
  +%option   with_fsl_debug   no
   
   #   list of sources
   Source0:  ftp://ftp.ossp.org/pkg/lib/fsl/fsl-%{version}.tar.gz
  @@ -45,8 +45,8 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg = 20021230, gcc
  -PreReq:   OpenPKG, openpkg = 20021230
  +BuildPreReq:  OpenPKG, openpkg = 20030103, gcc
  +PreReq:   OpenPKG, openpkg = 20030103
   AutoReq:  no
   AutoReqProv:  no
   
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.2516 -r1.2517 news.txt
  --- openpkg-web/news.txt  3 Jan 2003 11:24:12 -   1.2516
  +++ openpkg-web/news.txt  3 Jan 2003 11:25:22 -   1.2517
  @@ -1,3 +1,4 @@
  +03-Jan-2003: New package: Pfsl-1.0.6-20030103
   03-Jan-2003: New package: Pemacs-21.2-20030103
   03-Jan-2003: New package: Pflex-2.5.4a-20030103
   03-Jan-2003: New package: Pcvs-1.11.4-20030103
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]



[CVS] OpenPKG: openpkg-src/fsl/ fsl.spec openpkg-web/ news.txt

2002-12-30 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 openpkg-web  Date:   30-Dec-2002 15:52:47
  Branch: HEAD Handle: 2002123014524601

  Modified files:
openpkg-src/fsl fsl.spec
openpkg-web news.txt

  Log:
switch to %option(s)

  Summary:
RevisionChanges Path
1.27+5  -8  openpkg-src/fsl/fsl.spec
1.2436  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/fsl/fsl.spec
  
  $ cvs diff -u -r1.26 -r1.27 fsl.spec
  --- openpkg-src/fsl/fsl.spec  9 Nov 2002 19:03:22 -   1.26
  +++ openpkg-src/fsl/fsl.spec  30 Dec 2002 14:52:47 -  1.27
  @@ -24,9 +24,7 @@
   ##
   
   #   package options
  -%ifndef   with_fsl_debug
  -%define   with_fsl_debug   no
  -%endif
  +%option   with_fsl_debug   no
   
   #   package information
   Name: fsl
  @@ -38,7 +36,7 @@
   Group:System
   License:  MIT-style
   Version:  1.0.6
  -Release:  20021109
  +Release:  20021230
   
   #   list of sources
   Source0:  ftp://ftp.ossp.org/pkg/lib/fsl/fsl-%{version}.tar.gz
  @@ -47,8 +45,8 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg = 20020206, gcc
  -PreReq:   OpenPKG, openpkg = 20020206
  +BuildPreReq:  OpenPKG, openpkg = 20021230, gcc
  +PreReq:   OpenPKG, openpkg = 20021230
   AutoReq:  no
   AutoReqProv:  no
   
  @@ -62,8 +60,7 @@
   third-party programs without the requirement to change the source code
   of the program.
   
  -Options:
  ---define 'with_fsl_debug %{with_fsl_debug}'
  +%options
   
   %prep
   %setup -q
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.2435 -r1.2436 news.txt
  --- openpkg-web/news.txt  30 Dec 2002 14:52:00 -  1.2435
  +++ openpkg-web/news.txt  30 Dec 2002 14:52:46 -  1.2436
  @@ -1,3 +1,4 @@
  +30-Dec-2002: Upgraded package: Pfsl-1.0.6-20021230
   30-Dec-2002: Upgraded package: Pflex-2.5.4a-20021230
   30-Dec-2002: Upgraded package: Pemacs-21.2-20021230
   30-Dec-2002: Upgraded package: Pbison-1.35-20021230
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]



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

2002-11-25 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:   25-Nov-2002 14:27:59
  Branch: OPENPKG_1_1_SOLIDHandle: 2002112513275900

  Modified files:   (Branch: OPENPKG_1_1_SOLID)
openpkg-src/fsl fsl.spec

  Log:
MFC: upgrade to OSSP fsl 1.0.6 because versions below are fully broken

  Summary:
RevisionChanges Path
1.22.2.2+2  -2  openpkg-src/fsl/fsl.spec
  

  Index: openpkg-src/fsl/fsl.spec
  
  $ cvs diff -u -r1.22.2.1 -r1.22.2.2 fsl.spec
  --- openpkg-src/fsl/fsl.spec  26 Aug 2002 19:53:40 -  1.22.2.1
  +++ openpkg-src/fsl/fsl.spec  25 Nov 2002 13:27:59 -  1.22.2.2
  @@ -32,8 +32,8 @@
   Distribution: OpenPKG [PLUS]
   Group:System
   License:  MIT-style
  -Version:  1.0.2
  -Release:  1.1.0
  +Version:  1.0.6
  +Release:  1.1.1
   
   #   package options
   %ifndef   with_fsl_debug
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]



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

2002-07-25 Thread Ralf S. Engelschall

  OpenPKG CVS Repository
  http://www.openpkg.org/cvsweb/cvsweb.cgi
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   25-Jul-2002 14:57:19
  Branch: HEAD Handle: 2002072513571900

  Modified files:
openpkg-src/fsl fsl.spec

  Log:
fix config tagging and prefix formatting

  Summary:
RevisionChanges Path
1.7 +6  -9  openpkg-src/fsl/fsl.spec
  

  Index: openpkg-src/fsl/fsl.spec
  
  $ cvs diff -u -r1.6 -r1.7 fsl.spec
  --- openpkg-src/fsl/fsl.spec  25 Jul 2002 12:50:36 -  1.6
  +++ openpkg-src/fsl/fsl.spec  25 Jul 2002 12:57:19 -  1.7
  @@ -73,12 +73,9 @@
   --prefix=%{l_prefix} \
   --with-cfgdir=%{l_prefix}/etc/fsl \
   %if %{with_debug} == yes
  ---with-debug=\
  -prefix(prefix=\\\b d H:M:S L [P]: \\\, 
timezone=local) \
  -- { \
  - trace : 
file(path=\\\%{l_prefix}/var/fsl/trace.log\\\,append=1,perm=432); \
  -(debug): 
file(path=\\\%{l_prefix}/var/fsl/debug.log\\\,append=0,perm=432)  \
  -   } \
  +--with-debug=prefix(prefix=\\\%%b %%d %%H:%%M:%%S %%L [%%P]: \\\, 
timezone=local) \
  +  - { trace:   
file(path=\\\%{l_prefix}/var/fsl/trace.log\\\,append=1,perm=432); \
  +   (debug): 
file(path=\\\%{l_prefix}/var/fsl/debug.log\\\,append=0,perm=432) } \
   %endif
   --disable-shared
   %{l_make} %{l_mflags}
  @@ -92,10 +89,10 @@
   %{SOURCE fsl.default} $RPM_BUILD_ROOT%{l_prefix}/etc/fsl/
   %{l_shtool} mkdir -f -p -m 755 \
   $RPM_BUILD_ROOT%{l_prefix}/var/fsl
  -touch $RPM_BUILD_ROOT%{l_prefix}/var/fsl/trace.log
  -touch $RPM_BUILD_ROOT%{l_prefix}/var/fsl/debug.log
   rm -f $RPM_BUILD_ROOT%{l_prefix}/lib/*.la
  -%{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/fsl/fsl.default'
   
   %files -f files
   
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]