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

2003-11-17 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:   17-Nov-2003 22:50:27
  Branch: HEAD Handle: 2003111721502501

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

  Log:
remove obsolete %integrity macro

  Summary:
RevisionChanges Path
1.14+3  -4  openpkg-src/aica/aica.spec
1.7449  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/aica/aica.spec
  
  $ cvs diff -u -r1.13 -r1.14 aica.spec
  --- openpkg-src/aica/aica.spec17 Jul 2003 15:32:25 -  1.13
  +++ openpkg-src/aica/aica.spec17 Nov 2003 21:50:26 -  1.14
  @@ -33,7 +33,7 @@
   Group:Security
   License:  AiCrypto
   Version:  0.81
  -Release:  20030717
  +Release:  20031117
   
   #   list of sources
   Source0:  http://mars.elcom.nitech.ac.jp/security/AiCA-%{version}.tar.gz
  @@ -44,8 +44,8 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg = 20030717, gcc
  -PreReq:   OpenPKG, openpkg = 20030717
  +BuildPreReq:  OpenPKG, openpkg = 20031117, gcc
  +PreReq:   OpenPKG, openpkg = 20031117
   AutoReq:  no
   AutoReqProv:  no
   
  @@ -56,7 +56,6 @@
   Nagoya Institute of Technology in Japan (http://mars.elcom.nitech.ac.jp/)
   
   %prep
  -%integrity
   %setup -q -n AiCA
   %patch -p0
   
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.7448 -r1.7449 news.txt
  --- openpkg-web/news.txt  17 Nov 2003 21:47:27 -  1.7448
  +++ openpkg-web/news.txt  17 Nov 2003 21:50:25 -  1.7449
  @@ -1,3 +1,4 @@
  +17-Nov-2003: Upgraded package: Paica-0.81-20031117
   17-Nov-2003: Upgraded package: Popenpkg-20031117-20031117
   17-Nov-2003: Upgraded package: Psnort-2.0.4-20031117
   17-Nov-2003: Upgraded package: Pmysql-4.0.16-20031117
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2003-07-09 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:   09-Jul-2003 17:11:33
  Branch: HEAD Handle: 2003070916113201

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

  Log:
do not use the .sh extension in bin files

  Summary:
RevisionChanges Path
1.12+2  -2  openpkg-src/aica/aica.spec
1.5482  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/aica/aica.spec
  
  $ cvs diff -u -r1.11 -r1.12 aica.spec
  --- openpkg-src/aica/aica.spec8 Jul 2003 14:38:32 -   1.11
  +++ openpkg-src/aica/aica.spec9 Jul 2003 15:11:33 -   1.12
  @@ -33,7 +33,7 @@
   Group:Security
   License:  AiCrypto
   Version:  0.81
  -Release:  20030701
  +Release:  20030709
   
   #   list of sources
   Source0:  http://mars.elcom.nitech.ac.jp/security/AiCA-%{version}.tar.gz
  @@ -123,7 +123,7 @@
   bin/certreq bin/certvfy bin/certview \
   $RPM_BUILD_ROOT%{l_prefix}/bin/
   %{l_shtool} install -c -m 755 \
  -bin/newca.sh $RPM_BUILD_ROOT%{l_prefix}/bin/
  +bin/newca.sh $RPM_BUILD_ROOT%{l_prefix}/bin/newca
   %{l_shtool} install -c -m 644 \
   lib/lib*.a $RPM_BUILD_ROOT%{l_prefix}/lib/
   %{l_shtool} install -c -m 644 \
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.5481 -r1.5482 news.txt
  --- openpkg-web/news.txt  9 Jul 2003 15:10:59 -   1.5481
  +++ openpkg-web/news.txt  9 Jul 2003 15:11:32 -   1.5482
  @@ -1,3 +1,4 @@
  +09-Jul-2003: Upgraded package: Paica-0.81-20030709
   09-Jul-2003: Upgraded package: Pgimp-1.2.5-20030709
   09-Jul-2003: Upgraded package: Pteapop-0.3.5-20030709
   09-Jul-2003: Upgraded package: Pqpopper-4.0.5-20030709
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2003-06-28 Thread Ralf S. Engelschall
On Wed, Jun 18, 2003, Michael van Elst wrote:

 [...]
 avoid integer computation on opaque datatype fpos_t
 [...]
Source0:  http://mars.elcom.nitech.ac.jp/security/AiCA-%{version}.tar.gz
Source1:  aica.cnf
   +Patch0:   aica.patch
%NoSource 0

#   build information
   @@ -57,6 +58,7 @@
%prep
%integrity
%setup -q -n AiCA
   +%patch -p0

%build
#   change path to templates and vendor certs
   @@ .
 [...]

Ops, seems like you forgot to commit the patch file itself to CVS.
I've extracted it from your .src.rpm and committed it to CVS now.

   Ralf S. Engelschall
   [EMAIL PROTECTED]
   www.engelschall.com

__
The OpenPKG Projectwww.openpkg.org
Developer Communication List   [EMAIL PROTECTED]


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

2003-03-24 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:   24-Mar-2003 12:08:50
  Branch: HEAD Handle: 2003032411084802

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

  Log:
speclint police

  Summary:
RevisionChanges Path
1.7 +2  -2  openpkg-src/aica/aica.spec
1.3785  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/aica/aica.spec
  
  $ cvs diff -u -r1.6 -r1.7 aica.spec
  --- openpkg-src/aica/aica.spec5 Mar 2003 18:51:26 -   1.6
  +++ openpkg-src/aica/aica.spec24 Mar 2003 11:08:50 -  1.7
  @@ -25,7 +25,7 @@
   
   #   package information
   Name: aica
  -Summary:  manage Certification Authority, PKI tools
  +Summary:  Certification Authority and PKI Tools
   URL:  http://mars.elcom.nitech.ac.jp/security
   Vendor:   Akira Iwata Laboratory
   Packager: The OpenPKG Project
  @@ -33,7 +33,7 @@
   Group:Security
   License:  AiCrypto
   Version:  0.81
  -Release:  20030305
  +Release:  20030324
   
   #   list of sources
   Source0:  http://mars.elcom.nitech.ac.jp/security/AiCA-%{version}.tar.gz
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.3784 -r1.3785 news.txt
  --- openpkg-web/news.txt  24 Mar 2003 08:12:43 -  1.3784
  +++ openpkg-web/news.txt  24 Mar 2003 11:08:48 -  1.3785
  @@ -1,3 +1,4 @@
  +24-Mar-2003: Upgraded package: Paica-0.81-20030324
   24-Mar-2003: Upgraded package: Pswig-1.3.18-20030324
   24-Mar-2003: Upgraded package: Pvim-6.1.413-20030324
   23-Mar-2003: New package: Pxterm-1.77-20030323
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]