gp2c-0.0.9pl2
OBS-URL: https://build.opensuse.org/package/show/science/gp2c?expand=0&rev=3
This commit is contained in:
parent
2663565f35
commit
8a4670edad
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:05de1355993dcf330d22823767eadb7053ad3c9683917c8e44c342be810166dc
|
|
||||||
size 766016
|
|
@ -1,17 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v1.4.12 (GNU/Linux)
|
|
||||||
|
|
||||||
iQIcBAABAgAGBQJTUPo5AAoJEI8OfCtFIuOHTF0QAIjao7lmNNErXsprsElfoWTa
|
|
||||||
h9xzKb378vC1s2WmqRhLVB3Ad1+4XgbxkuTKkBfNikBQLRXtTVY/KhZubwsKXFno
|
|
||||||
CYA/39kv+ywKBzlClSW5uOv/GzbLmfnPfH2SY9fQHEynAPfpior7lCvv+0yU/zdA
|
|
||||||
c5EB1EAFu/Jz20C8F/oXPmMK0TIP5lG9mIrQRuOXs+VhYiZXIcKREmm/Z2FrMm0k
|
|
||||||
LD8fXT4WYcF6U4GbdrZcbnhd+mOcl2Mejc09ekQXNmxK71E2jXSLZuTCK6iwUS+O
|
|
||||||
Q+Biax9+cSI6kjL8fqFrijeOP527Ew947mtRvU2+doZceYQzd8UaT0vbM9fLo9kp
|
|
||||||
zrYS/W4eEfoVJVU9dCl4M1TgY5/0yHd0tEihmgCYHpt8luHmxH1ZkYduxwEJn7+K
|
|
||||||
+YjqFfDc+tj3rfJEhWDy5cqSohK7Dpe/97QiXJekFLO/gFvR2GdAPYlKKd/Ay+nm
|
|
||||||
6JlOyZPPzwaR8VyAvMkHKuNIpG67NRa5JWf5//I00iuwxd2qVr7gQvsVyQWWp/d+
|
|
||||||
Bh/Ere6AHLdjHpluAEgReTle8aRS3HQqbY5QQCjJQiezY61uJnlZC+emBSzgeLQj
|
|
||||||
CnlEkMIQNrIfFWU1wRaOFmSwyHbI9d6UZpPq8oDfOJDx3YS5SVE0ljWU2UJIdkzR
|
|
||||||
wRNMP0qGMhJb9szO2b7Q
|
|
||||||
=/Ioz
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
gp2c-0.0.9pl2.tar.gz
Normal file
3
gp2c-0.0.9pl2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8bf3559e2f20034d17dc7efe8a336a9941e2675a1f4977626451b1f0b92b030a
|
||||||
|
size 766080
|
BIN
gp2c-0.0.9pl2.tar.gz.asc
Normal file
BIN
gp2c-0.0.9pl2.tar.gz.asc
Normal file
Binary file not shown.
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Aug 9 23:15:44 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 0.0.9pl2
|
||||||
|
* Fix mismatching prototypes
|
||||||
|
* Use "const char *" for prototype code s
|
||||||
|
* Added support for prototype code u and U and usmall (ulong).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 18 14:51:48 UTC 2014 - jengelh@inai.de
|
Fri Apr 18 14:51:48 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gp2c
|
Name: gp2c
|
||||||
Version: 0.0.9pl1
|
Version: 0.0.9pl2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GP script to PARI C program compiler
|
Summary: GP script to PARI C program compiler
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
@ -29,10 +29,7 @@ Url: http://pari.math.u-bordeaux.fr/
|
|||||||
Source: http://pari.math.u-bordeaux.fr/pub/pari/GP2C/gp2c-%version.tar.gz
|
Source: http://pari.math.u-bordeaux.fr/pub/pari/GP2C/gp2c-%version.tar.gz
|
||||||
Source2: http://pari.math.u-bordeaux.fr/pub/pari/GP2C/gp2c-%version.tar.gz.asc
|
Source2: http://pari.math.u-bordeaux.fr/pub/pari/GP2C/gp2c-%version.tar.gz.asc
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: autoconf
|
|
||||||
BuildRequires: automake
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: libtool
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The gp2c compiler is a package for translating GP routines into the C
|
The gp2c compiler is a package for translating GP routines into the C
|
||||||
@ -47,7 +44,6 @@ scripts.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fi
|
|
||||||
%configure --docdir="%_docdir/%name"
|
%configure --docdir="%_docdir/%name"
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user