From 9fc57fa77c8d2f31454377bc6b7b09cef0884e68 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Thu, 12 Aug 2021 17:04:26 +0200 Subject: [PATCH] upgrading package: uuid 1.7.0 -> 1.7.1 --- uuid/uuid.patch | 12 ------------ uuid/uuid.spec | 4 +--- 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 uuid/uuid.patch diff --git a/uuid/uuid.patch b/uuid/uuid.patch deleted file mode 100644 index 5606848afc..0000000000 --- a/uuid/uuid.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: perl/Makefile.PL ---- perl/Makefile.PL.orig 2007-01-01 19:13:18.000000000 +0100 -+++ perl/Makefile.PL 2015-01-12 18:31:58.826389476 +0100 -@@ -61,7 +61,7 @@ - NO_META => 1, - # cruel hack to workaround the conflict between OSSP uuid's - # uuid_create() function and one from FreeBSD's libc -- (( "$Config{'osname'}$Config{'osvers'}" =~ m/^freebsd[56]\./ -+ (( "$Config{'osname'}$Config{'osvers'}" =~ m/^freebsd/ - and $Config{'ld'} =~ m/cc$/ and -f "/usr/include/uuid.h") ? - ( LDDLFLAGS => $Config{'lddlflags'} . ' -Wl,-Bsymbolic') : ()) - ); diff --git a/uuid/uuid.spec b/uuid/uuid.spec index ea738f66b2..90b9a4585f 100644 --- a/uuid/uuid.spec +++ b/uuid/uuid.spec @@ -31,7 +31,7 @@ Distribution: OpenPKG Community Class: BASE Group: Libraries License: MIT/X11-style -Version: 1.7.0 +Version: 1.7.1 Release: 20210812 # package options @@ -43,7 +43,6 @@ Release: 20210812 # list of sources Source0: https://github.com/rse/uuid/releases/download/%{version}/uuid-%{version}.tar.gz -Patch0: uuid.patch # build information BuildPreReq: OpenPKG, openpkg >= 20160101 @@ -92,7 +91,6 @@ PreReq: postgresql >= 8.1.2-20060115 %prep %setup -q - %patch -p0 %build CC="%{l_cc}" \