diff --git a/mpc-1.3.0-gmpdep.patch b/mpc-1.3.0-gmpdep.patch deleted file mode 100644 index bc03329..0000000 --- a/mpc-1.3.0-gmpdep.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- mpc-1.3.0/src/mpc.h.orig 2022-12-15 09:08:32.007095010 +0100 -+++ mpc-1.3.0/src/mpc.h 2022-12-15 09:08:46.935285335 +0100 -@@ -270,6 +270,7 @@ - __MPC_DECLSPEC int mpc_inp_str (mpc_ptr, FILE *, size_t *, int, mpc_rnd_t); - __MPC_DECLSPEC size_t mpc_out_str (FILE *, int, size_t, mpc_srcptr, mpc_rnd_t); - __MPC_DECLSPEC void mpcb_out_str (FILE *f, mpcb_srcptr); -+__MPC_DECLSPEC void mpcr_out_str (FILE *f, mpcr_srcptr r); - #endif - - __MPC_DECLSPEC int mpcr_inf_p (mpcr_srcptr r); -@@ -284,7 +285,6 @@ - int64_t exp); - __MPC_DECLSPEC void mpcr_max (mpcr_ptr r, mpcr_srcptr s, mpcr_srcptr t); - __MPC_DECLSPEC int64_t mpcr_get_exp (mpcr_srcptr r); --__MPC_DECLSPEC void mpcr_out_str (FILE *f, mpcr_srcptr r); - __MPC_DECLSPEC void mpcr_mul (mpcr_ptr r, mpcr_srcptr s, mpcr_srcptr t); - __MPC_DECLSPEC void mpcr_mul_2ui (mpcr_ptr r, mpcr_srcptr s, - unsigned long int e); diff --git a/mpc-1.3.0.tar.gz b/mpc-1.3.0.tar.gz deleted file mode 100644 index 84f9f24..0000000 --- a/mpc-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e3b12181d37207230f5a7a7ddcfc22abfc5fc9c05825e1a65401a489a432a2a -size 773441 diff --git a/mpc-1.3.0.tar.gz.sig b/mpc-1.3.0.tar.gz.sig deleted file mode 100644 index 33ea750..0000000 --- a/mpc-1.3.0.tar.gz.sig +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iIwEABEIADQWIQStF6Ie+K7Y8cwC29n31cm/dlxh4wUCY5NESxYcYW5kcmVhcy5l -bmdlQGlucmlhLmZyAAoJEPfVyb92XGHjlmAA/igLVZ+PPjCbrEl+HPSVWFTUsoiL -SKT14TYZr3B4+QbfAQCJxlx3R74vhYp68a296WlPGdrzkftiTSvdmDNwBroAXA== -=xdoJ ------END PGP SIGNATURE----- diff --git a/mpc-1.3.1.tar.gz b/mpc-1.3.1.tar.gz new file mode 100644 index 0000000..d73fc99 --- /dev/null +++ b/mpc-1.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab642492f5cf882b74aa0cb730cd410a81edcdbec895183ce930e706c1c759b8 +size 773573 diff --git a/mpc-1.3.1.tar.gz.sig b/mpc-1.3.1.tar.gz.sig new file mode 100644 index 0000000..5d4b0ba Binary files /dev/null and b/mpc-1.3.1.tar.gz.sig differ diff --git a/mpc.changes b/mpc.changes index 3d260b6..7a4cefd 100644 --- a/mpc.changes +++ b/mpc.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Dec 17 17:12:27 UTC 2022 - Andreas Stieger + +- Update to version 1.3.1: + * Bug fix: It is again possible to include mpc.h without + including stdio.h. +- drop mpc-1.3.0-gmpdep.patch + ------------------------------------------------------------------- Thu Dec 15 08:09:45 UTC 2022 - Richard Biener diff --git a/mpc.spec b/mpc.spec index 3e72c3f..69f363c 100644 --- a/mpc.spec +++ b/mpc.spec @@ -17,7 +17,7 @@ Name: mpc -Version: 1.3.0 +Version: 1.3.1 Release: 0 Summary: multiple-precision complex shared library License: LGPL-3.0-or-later @@ -27,7 +27,6 @@ Source0: https://ftp.gnu.org/gnu/mpc/mpc-%{version}.tar.gz Source1: https://ftp.gnu.org/gnu/mpc/mpc-%{version}.tar.gz.sig Source2: %{name}.keyring Source3: baselibs.conf -Patch: mpc-1.3.0-gmpdep.patch BuildRequires: pkgconfig BuildRequires: pkgconfig(gmp) >= 5.0.0 BuildRequires: pkgconfig(mpfr) >= 4.1.0 @@ -60,7 +59,6 @@ MPC multiple-precision complex library development files. %prep %setup -q -%patch -p1 %build %global _lto_cflags %{_lto_cflags} -ffat-lto-objects