]> git.pld-linux.org Git - packages/asymptote.git/commitdiff
- up to 2.70 master auto/th/asymptote-2.70-1
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 3 Dec 2021 20:30:10 +0000 (21:30 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Fri, 3 Dec 2021 20:30:10 +0000 (21:30 +0100)
asymptote-no-env.patch
asymptote.spec
texinfo.patch [new file with mode: 0644]

index 8a9ec36f5da58a798c9072dbcdbb5bbe5106b160..c49c47737f67c66052cde25547db9b3ca5de19a4 100644 (file)
@@ -1,8 +1,8 @@
 --- asymptote-2.61/Makefile.in.orig    2019-11-18 06:27:29.000000000 +0100
 +++ asymptote-2.61/Makefile.in 2019-12-23 20:22:06.892642859 +0100
 @@ -137,7 +137,6 @@
-       echo @set VERSION $(revision) > doc/version.texi
        echo @set Datadir @datadir@ >> doc/version.texi
+       echo @set Docdir @docdir@ >> doc/version.texi
  
 -      echo "#!/usr/bin/env python3" > GUI/xasyVersion.py
        echo xasyVersion = \"$(revision)\" >> GUI/xasyVersion.py
index 78e02e4955e062c1ee8bb65b893de81a39d30e7b..f8d885d4e5397390a05f63112027c7a765d43a96 100644 (file)
@@ -7,16 +7,17 @@ Summary:      Asymptote is a powerful descriptive vector graphics language for techni
 Summary(hu.UTF-8):     Asymptote egy leíró vektorgrafikus nyelv technikai rajzokhoz
 Summary(pl.UTF-8):     Język opisu grafiki wektorowej do rysunków technicznych
 Name:          asymptote
-Version:       2.61
+Version:       2.70
 Release:       1
 # uses GPL libraries (gsl, readline), so final license is GPL
 License:       GPL v3+ (LGPL v3+ code)
 Group:         Applications/Science
 Source0:       http://downloads.sourceforge.net/asymptote/%{name}-%{version}.src.tgz
-# Source0-md5: 38fa6c77881a006c1b5b22f382ac8d8b
+# Source0-md5: b57e685568a7cca69024a86c7276eb6d
 Patch0:                %{name}-memrchr.patch
 Patch1:                %{name}-info.patch
 Patch2:                %{name}-no-env.patch
+Patch3:                texinfo.patch
 URL:           http://asymptote.sourceforge.net/
 BuildRequires: GLM
 BuildRequires: Mesa-libOSMesa-devel
@@ -174,6 +175,7 @@ Plik składni Vima dla plików asy.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 # use direct shebang
 %{__sed} -i -e '1s,/usr/bin/env python3,%{__python3},' GUI/xasy.py
diff --git a/texinfo.patch b/texinfo.patch
new file mode 100644 (file)
index 0000000..2569f05
--- /dev/null
@@ -0,0 +1,11 @@
+--- asymptote-2.70/doc/asymptote.texi~ 2021-12-03 21:25:33.000000000 +0100
++++ asymptote-2.70/doc/asymptote.texi  2021-12-03 21:27:46.836315745 +0100
+@@ -4,8 +4,6 @@
+ @include version.texi
+ @finalout
+-@codequoteundirected on
+-
+ @copying
+ This file documents @code{Asymptote}, version @value{VERSION}.
This page took 0.043545 seconds and 4 git commands to generate.