Browse Source

upgrading package: uuid 1.7.0 -> 1.7.1

master
parent
commit
9fc57fa77c
  1. 12
      uuid/uuid.patch
  2. 4
      uuid/uuid.spec

12
uuid/uuid.patch

@ -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') : ())
);

4
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}" \

Loading…
Cancel
Save