OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 12-Jun-2003 14:21:31
Branch: HEAD Handle: 2003061213213001
Added files:
openpkg-src/unrar unrar.patch
Modified files:
openpkg-src/unrar unrar.spec
openpkg-web news.txt
Log:
fix header order as C++ standard now allows and gcc33 assumes that
templates are compiled before instantiated for a specific type.
Summary:
Revision Changes Path
1.1 +18 -0 openpkg-src/unrar/unrar.patch
1.15 +3 -1 openpkg-src/unrar/unrar.spec
1.4836 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/unrar/unrar.patch
============================================================================
$ cvs diff -u -r0 -r1.1 unrar.patch
--- /dev/null 2003-06-12 14:21:31.000000000 +0200
+++ unrar.patch 2003-06-12 14:21:31.000000000 +0200
@@ -0,0 +1,18 @@
+--- rar.hpp.dist Thu Jun 12 14:16:15 2003
++++ rar.hpp Thu Jun 12 14:15:31 2003
+@@ -16,6 +16,7 @@
+ #include "int64.hpp"
+ #include "unicode.hpp"
+ #include "errhnd.hpp"
++#include "global.hpp"
+ #include "array.hpp"
+ #include "timefn.hpp"
+ #include "headers.hpp"
+@@ -71,7 +72,6 @@
+ #include "smallfn.hpp"
+ #include "ulinks.hpp"
+
+-#include "global.hpp"
+
+
+ #endif
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/unrar/unrar.spec
============================================================================
$ cvs diff -u -r1.14 -r1.15 unrar.spec
--- openpkg-src/unrar/unrar.spec 19 May 2003 17:31:45 -0000 1.14
+++ openpkg-src/unrar/unrar.spec 12 Jun 2003 12:21:31 -0000 1.15
@@ -33,10 +33,11 @@
Group: Archiver
License: freely distributable
Version: 3.2.2
-Release: 20030519
+Release: 20030612
# list of sources
Source0: http://files10.rarlab.com/rar/unrarsrc-%{version}.tar.gz
+Patch0: unrar.patch
# build information
Prefix: %{l_prefix}
@@ -53,6 +54,7 @@
%prep
%setup -q -n unrar
+ %patch -p0
%build
cxxflags="-O2"
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.4835 -r1.4836 news.txt
--- openpkg-web/news.txt 12 Jun 2003 11:32:49 -0000 1.4835
+++ openpkg-web/news.txt 12 Jun 2003 12:21:30 -0000 1.4836
@@ -1,3 +1,4 @@
+12-Jun-2003: Upgraded package: P<unrar-3.2.2-20030612>
12-Jun-2003: Upgraded package: P<nmap-3.27-20030612>
12-Jun-2003: Upgraded package: P<j2se-1.3.1-20030612>
12-Jun-2003: Upgraded package: P<dss-4.1.3-20030612>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]