#2 Remove obsolete patch
Closed 5 years ago by mooninite. Opened 5 years ago by teuf.
rpms/ teuf/mingw-nettle master  into  master

file modified
-2
@@ -11,7 +11,6 @@ 

  # http://www.lysator.liu.se/~nisse/archive/nettle-%{version}.tar.gz

  Source: nettle-%{version}-hobbled.tar.xz

  Patch0: nettle-3.3-remove-ecc-testsuite.patch

- Patch1: nettle-3.2-version-h.patch

  

  BuildArch:      noarch

  
@@ -69,7 +68,6 @@ 

  sed 's/ecc-192.c//g' -i Makefile.in

  sed 's/ecc-224.c//g' -i Makefile.in

  %patch0 -p1 -b .ecc

- %patch1 -p1 -b .arch

  

  

  %build

@@ -1,17 +0,0 @@ 

- diff --git a/version.h.in b/version.h.in

- index cf429f2..da0ad15 100644

- --- a/version.h.in

- +++ b/version.h.in

- @@ -45,12 +45,6 @@ extern "C" {

-  

-  #define NETTLE_USE_MINI_GMP @NETTLE_USE_MINI_GMP@

-  

- -/* We need a preprocessor constant for GMP_NUMB_BITS, simply using

- -   sizeof(mp_limb_t) * CHAR_BIT is not good enough. */

- -#if NETTLE_USE_MINI_GMP

- -# define GMP_NUMB_BITS @GMP_NUMB_BITS@

- -#endif

- -

-  int

-  nettle_version_major (void);

-  

It was removed from the native package when updating to 3.4

Pull-Request has been closed by mooninite

5 years ago