gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r7581: update mpfr to 4.1.0


From: Carl Hansen
Subject: [Gsrc-commit] trunk r7581: update mpfr to 4.1.0
Date: Thu, 6 May 2021 14:48:06 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 7581
revision-id: carlhansen@gnu.org-20210506184800-j2n2cnjmfr4c255o
parent: carlhansen@gnu.org-20210505224818-5177ws1h6o41tjvo
committer: Carl Hansen <carlhansen@gnu.org>
branch nick: trunk
timestamp: Thu 2021-05-06 11:48:00 -0700
message:
  update mpfr to 4.1.0
modified:
  pkg/gnu/mpfr/Makefile          makefile-20160617014725-uokjfnggs70iry9h-1422
  pkg/gnu/mpfr/gpg-keyring       gpgkeyring-20160617014725-uokjfnggs70iry9h-1426
  pkg/gnu/mpfr/sha256sums        sha256sums-20160617014725-uokjfnggs70iry9h-1427
=== modified file 'pkg/gnu/mpfr/Makefile'
--- a/pkg/gnu/mpfr/Makefile     2020-07-10 20:41:55 +0000
+++ b/pkg/gnu/mpfr/Makefile     2021-05-06 18:48:00 +0000
@@ -1,5 +1,5 @@
 # Copyright © 2013, 2015 Brandon Invergo <brandon@invergo.net>
-# Copyright © 2017, 2018, 2019, 2020 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2017, 2018, 2019, 2020, 2021 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -24,16 +24,17 @@
 NAME = MPFR
 GARNAME = mpfr
 GARVERSION = 4.1.0
-HOME_URL = http://www.gnu.org/software/mpfr/
-       # http://www.mpfr.org
+HOME_URL = http://www.mpfr.org 
+        # http://www.gnu.org/software/mpfr/
 DESCRIPTION = C library for arbitrary precision floating-point arithmetic
 define BLURB
 GNU MPFR is a C library for performing multiple-precision,
 floating-point computations with correct rounding.
 endef
 
+LICENSE = GNU Lesser General Public License (GNU Lesser GPL), version 3 or 
later.
 ######################################################################
-
+# https://www.mpfr.org/mpfr-4.1.0/allpatches
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.xz
@@ -42,9 +43,29 @@
 BUILDDEPS =
 LIBDEPS =
 
+
+PATCHFILE_SITES =  https://www.mpfr.org/
+PATCHFILE_SUBDIR = $(DISTNAME)/
+PATCHFILES = allpatches
+#ifneq ($(PATCHNUM),)
+#      patchnums = $(shell seq -w 001 $(PATCHNUM))
+#      upstream_patches = $(foreach num, $(patchnums), \
+#                      $(GARNAME)$(subst .,,$(GARVERSION))-$(num))
+#      PATCHFILES = $(upstream_patches)
+#endif
+
+PATCHOPTS = -p1
+
+# note: if allpatches changes, sha256sum will not match.... could be a problem
+# scratch it from sha256sum...?
+
 ######################################################################
 
 include ../../../gar/gar.lib/auto.mk
 include ../../../gar/gar.lib/info.mk
 include config.mk
 
+check:
+       cd $(WORKOBJ)  && $(MAKE) check
+
+

=== modified file 'pkg/gnu/mpfr/gpg-keyring'
Binary files a/pkg/gnu/mpfr/gpg-keyring 2020-08-18 17:04:25 +0000 and 
b/pkg/gnu/mpfr/gpg-keyring        2021-05-06 18:48:00 +0000 differ
=== modified file 'pkg/gnu/mpfr/sha256sums'
--- a/pkg/gnu/mpfr/sha256sums   2020-07-10 20:41:55 +0000
+++ b/pkg/gnu/mpfr/sha256sums   2021-05-06 18:48:00 +0000
@@ -1,2 +1,3 @@
 0c98a3f1732ff6ca4ea690552079da9c597872d30e96ec28414ee23c95558a7f  
download/mpfr-4.1.0.tar.xz
+dfa7d8a14ec7cb3b344cb81cfd7bd7e22aba62379941cc9110759f11172ac013  
download/allpatches
 681220885640e2918a52a6d8ac1e3fd9dc2a7f6f62d5aae0d99665b981d84cff  
download/mpfr-4.1.0.tar.xz.sig


reply via email to

[Prev in Thread] Current Thread [Next in Thread]