From b044695ddfe976ea30196e30debe3d3b910d487a Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 05:05:57 +0100 Subject: [PATCH] automatic version update by autodist [release 3.1.5-1mamba;Sat Oct 01 2016] --- libmpfr-3.1.4.p1-patchset.patch | 56 --------------------------------- libmpfr-3.1.5-patchset.patch | 0 libmpfr.spec | 7 +++-- 3 files changed, 5 insertions(+), 58 deletions(-) delete mode 100644 libmpfr-3.1.4.p1-patchset.patch create mode 100644 libmpfr-3.1.5-patchset.patch diff --git a/libmpfr-3.1.4.p1-patchset.patch b/libmpfr-3.1.4.p1-patchset.patch deleted file mode 100644 index fd46f02..0000000 --- a/libmpfr-3.1.4.p1-patchset.patch +++ /dev/null @@ -1,56 +0,0 @@ -diff -Naurd mpfr-3.1.4-a/PATCHES mpfr-3.1.4-b/PATCHES ---- mpfr-3.1.4-a/PATCHES 2016-04-13 21:22:23.720604013 +0000 -+++ mpfr-3.1.4-b/PATCHES 2016-04-13 21:22:23.744603677 +0000 -@@ -0,0 +1 @@ -+unix-check -diff -Naurd mpfr-3.1.4-a/VERSION mpfr-3.1.4-b/VERSION ---- mpfr-3.1.4-a/VERSION 2016-03-06 11:33:04.000000000 +0000 -+++ mpfr-3.1.4-b/VERSION 2016-04-13 21:22:23.744603677 +0000 -@@ -1 +1 @@ --3.1.4 -+3.1.4-p1 -diff -Naurd mpfr-3.1.4-a/src/mpfr-impl.h mpfr-3.1.4-b/src/mpfr-impl.h ---- mpfr-3.1.4-a/src/mpfr-impl.h 2016-03-06 11:33:04.000000000 +0000 -+++ mpfr-3.1.4-b/src/mpfr-impl.h 2016-04-13 21:22:23.736603789 +0000 -@@ -252,19 +252,6 @@ - # define MPFR_WIN_THREAD_SAFE_DLL 1 - #endif - --/* Detect some possible inconsistencies under Unix. */ --#if defined(__unix__) --# if defined(_WIN32) --# error "Both __unix__ and _WIN32 are defined" --# endif --# if __GMP_LIBGMP_DLL --# error "__unix__ is defined and __GMP_LIBGMP_DLL is true" --# endif --# if defined(MPFR_WIN_THREAD_SAFE_DLL) --# error "Both __unix__ and MPFR_WIN_THREAD_SAFE_DLL are defined" --# endif --#endif -- - #if defined(__MPFR_WITHIN_MPFR) || !defined(MPFR_WIN_THREAD_SAFE_DLL) - extern MPFR_THREAD_ATTR unsigned int __gmpfr_flags; - extern MPFR_THREAD_ATTR mpfr_exp_t __gmpfr_emin; -diff -Naurd mpfr-3.1.4-a/src/mpfr.h mpfr-3.1.4-b/src/mpfr.h ---- mpfr-3.1.4-a/src/mpfr.h 2016-03-06 11:33:04.000000000 +0000 -+++ mpfr-3.1.4-b/src/mpfr.h 2016-04-13 21:22:23.744603677 +0000 -@@ -27,7 +27,7 @@ - #define MPFR_VERSION_MAJOR 3 - #define MPFR_VERSION_MINOR 1 - #define MPFR_VERSION_PATCHLEVEL 4 --#define MPFR_VERSION_STRING "3.1.4" -+#define MPFR_VERSION_STRING "3.1.4-p1" - - /* Macros dealing with MPFR VERSION */ - #define MPFR_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c)) -diff -Naurd mpfr-3.1.4-a/src/version.c mpfr-3.1.4-b/src/version.c ---- mpfr-3.1.4-a/src/version.c 2016-03-06 11:33:05.000000000 +0000 -+++ mpfr-3.1.4-b/src/version.c 2016-04-13 21:22:23.744603677 +0000 -@@ -25,5 +25,5 @@ - const char * - mpfr_get_version (void) - { -- return "3.1.4"; -+ return "3.1.4-p1"; - } diff --git a/libmpfr-3.1.5-patchset.patch b/libmpfr-3.1.5-patchset.patch new file mode 100644 index 0000000..e69de29 diff --git a/libmpfr.spec b/libmpfr.spec index 4e84e02..18ee956 100644 --- a/libmpfr.spec +++ b/libmpfr.spec @@ -1,7 +1,7 @@ %define pkgver %(echo %version | cut -d. -f1-3) Name: libmpfr -Version: 3.1.4.p1 -Release: 2mamba +Version: 3.1.5 +Release: 1mamba Summary: A C library for multiple-precision floating-point computations with exact rounding Group: System/Libraries Vendor: openmamba @@ -81,6 +81,9 @@ exit 0 %doc AUTHORS BUGS COPYING ChangeLog NEWS README TODO %changelog +* Sat Oct 01 2016 Automatic Build System 3.1.5-1mamba +- automatic version update by autodist + * Sat May 07 2016 Automatic Build System 3.1.4.p1-2mamba - automatic version update by autodist