diff --git a/gp2c-0.0.9pl1.tar.gz b/gp2c-0.0.9pl1.tar.gz deleted file mode 100644 index edcf404..0000000 --- a/gp2c-0.0.9pl1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05de1355993dcf330d22823767eadb7053ad3c9683917c8e44c342be810166dc -size 766016 diff --git a/gp2c-0.0.9pl1.tar.gz.asc b/gp2c-0.0.9pl1.tar.gz.asc deleted file mode 100644 index e835641..0000000 --- a/gp2c-0.0.9pl1.tar.gz.asc +++ /dev/null @@ -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----- diff --git a/gp2c-0.0.9pl2.tar.gz b/gp2c-0.0.9pl2.tar.gz new file mode 100644 index 0000000..def4a87 --- /dev/null +++ b/gp2c-0.0.9pl2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bf3559e2f20034d17dc7efe8a336a9941e2675a1f4977626451b1f0b92b030a +size 766080 diff --git a/gp2c-0.0.9pl2.tar.gz.asc b/gp2c-0.0.9pl2.tar.gz.asc new file mode 100644 index 0000000..c834fd7 Binary files /dev/null and b/gp2c-0.0.9pl2.tar.gz.asc differ diff --git a/gp2c.changes b/gp2c.changes index b6a3dd9..9771f6f 100644 --- a/gp2c.changes +++ b/gp2c.changes @@ -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 diff --git a/gp2c.spec b/gp2c.spec index 803a955..14188c0 100644 --- a/gp2c.spec +++ b/gp2c.spec @@ -17,7 +17,7 @@ Name: gp2c -Version: 0.0.9pl1 +Version: 0.0.9pl2 Release: 0 Summary: GP script to PARI C program compiler 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 Source2: http://pari.math.u-bordeaux.fr/pub/pari/GP2C/gp2c-%version.tar.gz.asc BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: autoconf -BuildRequires: automake BuildRequires: fdupes -BuildRequires: libtool %description The gp2c compiler is a package for translating GP routines into the C @@ -47,7 +44,6 @@ scripts. %setup -q %build -autoreconf -fi %configure --docdir="%_docdir/%name" make %{?_smp_mflags}