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-Sep-2006 07:30:37
Branch: HEAD Handle: 2006092606303600
Modified files:
openpkg-src/pan pan.spec
Log:
fix URLs and do a blind update (gnet dependency still broken)
Summary:
Revision Changes Path
1.9 +8 -6 openpkg-src/pan/pan.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/pan/pan.spec
============================================================================
$ cvs diff -u -r1.8 -r1.9 pan.spec
--- openpkg-src/pan/pan.spec 26 Jun 2006 06:36:56 -0000 1.8
+++ openpkg-src/pan/pan.spec 26 Sep 2006 05:30:36 -0000 1.9
@@ -32,17 +32,19 @@
Class: EVAL
Group: News
License: GPL
-Version: 0.101
-Release: 20060626
+Version: 0.114
+Release: 20060926
# list of sources
-Source0:
http://pan.rebelbase.com/download/releases/%{version}/SOURCE/pan-%{version}.tar.bz2
+Source0:
http://pan.rebelbase.com/download/releases/%{version}/source/pan-%{version}.tar.bz2
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, X11, glib2::with_threads = yes,
gtk2, gnet, libxml, libiconv
-PreReq: OpenPKG, openpkg >= 20040130, X11, glib2::with_threads = yes,
gtk2, gnet, libxml, libiconv
+BuildPreReq: OpenPKG, openpkg >= 20040130
+PreReq: OpenPKG, openpkg >= 20040130
+BuildPreReq: X11, glib2::with_threads = yes, gtk2, gnet, libxml, libiconv
+PreReq: X11, glib2::with_threads = yes, gtk2, gnet, libxml, libiconv
AutoReq: no
AutoReqProv: no
@@ -59,7 +61,7 @@
version = %{version}
url = http://pan.rebelbase.com/download/releases/
regex = (0\.\d+(\.\d+)?)
- url =
http://pan.rebelbase.com/download/releases/__NEWVER__/SOURCE/
+ url =
http://pan.rebelbase.com/download/releases/__NEWVER__/source/
regex = pan-(__VER__).tar.bz2
}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]