[packages/leptonlib] - updated to 1.74.1

bszx bszx at pld-linux.org
Thu Mar 30 19:33:16 CEST 2017


commit 123913804a101e3b8368a19bd6dc9b7daf1e5f62
Author: Bartek Szady <bszx at bszx.eu>
Date:   Thu Mar 30 19:32:25 2017 +0200

    - updated to 1.74.1

 leptonlib-endiantest.patch | 16 ----------------
 leptonlib.spec             |  6 ++----
 2 files changed, 2 insertions(+), 20 deletions(-)
---
diff --git a/leptonlib.spec b/leptonlib.spec
index 58ef666..8fae93b 100644
--- a/leptonlib.spec
+++ b/leptonlib.spec
@@ -1,14 +1,13 @@
 Summary:	Leptonica - image processing and analysis library
 Summary(pl.UTF-8):	Leptonica - biblioteka do przetwarzania i analizy obrazu
 Name:		leptonlib
-Version:	1.73
+Version:	1.74.1
 Release:	1
 License:	BSD-like
 Group:		Libraries
 #Source0Download: http://www.leptonica.com/download.html
 Source0:	http://www.leptonica.com/source/leptonica-%{version}.tar.gz
-# Source0-md5:	092cea2e568cada79fff178820397922
-Patch0:		%{name}-endiantest.patch
+# Source0-md5:	ad30f5034a2eb84f91062ccd1d8a1734
 URL:		http://www.leptonica.com/
 BuildRequires:	autoconf >= 2.50
 BuildRequires:	automake
@@ -60,7 +59,6 @@ Statyczna biblioteka lepton.
 
 %prep
 %setup -q -n leptonica-%{version}
-%patch0 -p1
 
 %build
 %{__libtoolize}
diff --git a/leptonlib-endiantest.patch b/leptonlib-endiantest.patch
deleted file mode 100644
index a4decd3..0000000
--- a/leptonlib-endiantest.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- leptonlib-1.52/src/endiantest.c.orig	2008-02-20 20:09:43.000000000 +0000
-+++ leptonlib-1.52/src/endiantest.c	2008-02-20 20:13:09.000000000 +0000
-@@ -1,11 +1,12 @@
- /*  endiantest.c  */
- 
- #include <stdio.h>
-+#include <sys/types.h>
- 
- int main()
- {
- /* fprintf(stderr, "doing the test\n"); */
--    long v = 0x04030201;
-+    u_int32_t v = 0x04030201;
-     if (*((unsigned char *)(&v)) == 0x04)
-         printf("L_BIG_ENDIAN\n");
-     else
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/leptonlib.git/commitdiff/123913804a101e3b8368a19bd6dc9b7daf1e5f62



More information about the pld-cvs-commit mailing list