[packages/cloog-polylib] Rel 4

arekm arekm at pld-linux.org
Wed May 20 21:29:23 CEST 2026


commit b2a1009687c1db68ebae317c447b6585bf00330a
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Wed May 20 21:29:07 2026 +0200

    Rel 4

 cloog-polylib-string.h.patch | 10 ++++++++++
 cloog-polylib.spec           |  4 +++-
 2 files changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/cloog-polylib.spec b/cloog-polylib.spec
index 309aead..0179374 100644
--- a/cloog-polylib.spec
+++ b/cloog-polylib.spec
@@ -2,11 +2,12 @@ Summary:	The Chunky Loop Generator
 Summary(pl.UTF-8):	Chunky Loop Generator - generator pętli cząstkowych
 Name:		cloog-polylib
 Version:	0.16.1
-Release:	3
+Release:	4
 License:	LGPL v2.1+
 Group:		Development/Tools
 Source0:	http://www.bastoul.net/cloog/pages/download/%{name}-%{version}.tar.gz
 # Source0-md5:	ba3bef32edfe9c61d0558132da5f32f2
+Patch0:		%{name}-string.h.patch
 URL:		http://www.cloog.org/
 BuildRequires:	autoconf >= 2.13
 BuildRequires:	automake
@@ -83,6 +84,7 @@ Statyczna biblioteka opartej na PolyLib wersji Chunky Loop Generatora.
 
 %prep
 %setup -q
+%patch -P0 -p1
 
 %build
 %configure
diff --git a/cloog-polylib-string.h.patch b/cloog-polylib-string.h.patch
new file mode 100644
index 0000000..6d1b558
--- /dev/null
+++ b/cloog-polylib-string.h.patch
@@ -0,0 +1,10 @@
+--- cloog-polylib-0.16.1/cloog-core/source/union_domain.c.orig	2026-05-20 21:26:11.017476843 +0200
++++ cloog-polylib-0.16.1/cloog-core/source/union_domain.c	2026-05-20 21:26:21.209550804 +0200
+@@ -1,6 +1,7 @@
+ #include <ctype.h>
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <string.h>
+ #include "../include/cloog/cloog.h"
+
+ #define ALLOC(type) (type*)malloc(sizeof(type))
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/cloog-polylib.git/commitdiff/b2a1009687c1db68ebae317c447b6585bf00330a



More information about the pld-cvs-commit mailing list