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: 04-Jun-2004 19:38:06
Branch: HEAD Handle: 2004060418380500
Modified files:
openpkg-src/blender blender.spec
Log:
blind update (is of class JUNK)
Summary:
Revision Changes Path
1.15 +8 -4 openpkg-src/blender/blender.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/blender/blender.spec
============================================================================
$ cvs diff -u -r1.14 -r1.15 blender.spec
--- openpkg-src/blender/blender.spec 14 May 2004 18:31:52 -0000 1.14
+++ openpkg-src/blender/blender.spec 4 Jun 2004 17:38:05 -0000 1.15
@@ -27,6 +27,10 @@
# FIXME: rse: fails to compile because -lSDL is not taken over -- needs Makefile
hacking
# FIXME: ms: has possible dependency to libusb (?)
+# package version
+%define V_opkg 2.33.2
+%define V_dist 2.33-2
+
# package information
Name: blender
Summary: Modeling/Rendering/Animation Engine
@@ -37,11 +41,11 @@
Class: JUNK
Group: Graphics
License: GPL
-Version: 2.33a
-Release: 20040514
+Version: %{V_opkg}
+Release: 20040604
# list of sources
-Source0: http://download.blender.org/source/blender-%{version}.tar.bz2
+Source0: http://download.blender.org/source/blender-%{V_dist}.tar.bz2
# build information
Prefix: %{l_prefix}
@@ -60,7 +64,7 @@
%track
prog blender = {
- version = %{version}
+ version = %{V_dist}
url = http://download.blender.org/source/
regex = blender-(__VER__)\.tar\.bz2
}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]