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: 25-Apr-2006 20:13:18
Branch: HEAD Handle: 2006042519131800
Modified files:
openpkg-src/asymptote asymptote.patch asymptote.spec
Log:
upgrading package: asymptote 1.03 -> 1.04
Summary:
Revision Changes Path
1.2 +7 -15 openpkg-src/asymptote/asymptote.patch
1.2 +2 -2 openpkg-src/asymptote/asymptote.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/asymptote/asymptote.patch
============================================================================
$ cvs diff -u -r1.1 -r1.2 asymptote.patch
--- openpkg-src/asymptote/asymptote.patch 31 Mar 2006 11:19:50 -0000
1.1
+++ openpkg-src/asymptote/asymptote.patch 25 Apr 2006 18:13:18 -0000
1.2
@@ -1,6 +1,6 @@
Index: Makefile.in
---- Makefile.in.orig 2006-03-10 20:19:57 +0100
-+++ Makefile.in 2006-03-31 13:08:05 +0200
+--- Makefile.in.orig 2006-04-09 23:00:12 +0200
++++ Makefile.in 2006-04-25 19:15:56 +0200
@@ -20,8 +20,8 @@
NAME = asy
XNAME = x$(NAME)
@@ -23,18 +23,10 @@
+install-asy:
${INSTALL} -d $(bindir) $(asydir) $(exampledir) $(animationsdir)
-${INSTALL} -d $(latexdir)
- ${INSTALL} -s $(NAME) $(bindir)
-@@ -100,7 +100,6 @@
- doc/*.asy doc/*.csv doc/*.dat doc/latexusage.tex $(exampledir)
- ${INSTALL} -m644 examples/animations/*.asy $(animationsdir)
- -${INSTALL} -m644 doc/asymptote.sty $(latexdir)
-- -texhash
-
- install-doc: doc
- cd doc; $(MAKE) install
+ ${INSTALL} -p -m 755 -s $(NAME) $(bindir)
Index: doc/Makefile
---- doc/Makefile.orig 2005-11-16 09:36:10 +0100
-+++ doc/Makefile 2006-03-31 13:08:45 +0200
+--- doc/Makefile.orig 2006-04-09 23:00:12 +0200
++++ doc/Makefile 2006-04-25 19:49:14 +0200
@@ -4,7 +4,7 @@
doc: asymptote.dvi asymptote.info html man
@@ -51,7 +43,7 @@
-install-man: man
+install-man:
${INSTALL} -d $(docdir) $(mandir)/man1
-- ${INSTALL} -m 644 asymptote.pdf $(docdir)
- ${INSTALL} -m 644 $(MANFILES) $(mandir)/man1
+- ${INSTALL} -p -m 644 asymptote.pdf $(docdir)
+ ${INSTALL} -p -m 644 $(MANFILES) $(mandir)/man1
install: doc install-man
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/asymptote/asymptote.spec
============================================================================
$ cvs diff -u -r1.1 -r1.2 asymptote.spec
--- openpkg-src/asymptote/asymptote.spec 31 Mar 2006 11:19:50 -0000
1.1
+++ openpkg-src/asymptote/asymptote.spec 25 Apr 2006 18:13:18 -0000
1.2
@@ -32,8 +32,8 @@
Class: EVAL
Group: Text
License: GPL
-Version: 1.03
-Release: 20060331
+Version: 1.04
+Release: 20060425
# list of sources
Source0:
http://osdn.dl.sourceforge.net/sourceforge/asymptote/asymptote-%{version}.tar.gz
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]