[packages/python-cangjie] - updated to 1.3 - removed obsolete cython patch

qboosh qboosh at pld-linux.org
Thu Oct 17 18:31:31 CEST 2019


commit caf709419f90cc0ccfbe1f904b630f346ab9deb4
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Oct 17 18:35:00 2019 +0200

    - updated to 1.3
    - removed obsolete cython patch

 python-cangjie-cython.patch | 40 ----------------------------------------
 python-cangjie.spec         |  8 +++-----
 2 files changed, 3 insertions(+), 45 deletions(-)
---
diff --git a/python-cangjie.spec b/python-cangjie.spec
index 4eeb080..fe1cf08 100644
--- a/python-cangjie.spec
+++ b/python-cangjie.spec
@@ -6,14 +6,13 @@
 Summary:	Python wrapper for libcangjie, the library implementing the Cangjie input method
 Summary(pl.UTF-8):	Interfejs Pythona do libcangjie - biblioteki implementującej metodę wprowadzania Cangjie
 Name:		python-cangjie
-Version:	1.2
-Release:	4
+Version:	1.3
+Release:	1
 License:	LGPL v3+
 Group:		Libraries/Python
 #Source0Download: https://github.com/Cangjians/pycangjie/releases
 Source0:	https://github.com/Cangjians/pycangjie/releases/download/v%{version}/cangjie-%{version}.tar.xz
-# Source0-md5:	bcdd86b5cc9c2deef95214e0852a1ee0
-Patch0:		%{name}-cython.patch
+# Source0-md5:	25a618f487a6e041d8ebe76881c83b22
 URL:		https://github.com/Cangjians/pycangjie
 BuildRequires:	autoconf >= 2.63
 BuildRequires:	automake >= 1:1.11
@@ -58,7 +57,6 @@ implementującej metodę wprowadzania znaków chińskich Cangjie.
 
 %prep
 %setup -q -n cangjie-%{version}
-%patch0 -p1
 
 %build
 %{__libtoolize}
diff --git a/python-cangjie-cython.patch b/python-cangjie-cython.patch
deleted file mode 100644
index 5a8d5c5..0000000
--- a/python-cangjie-cython.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From 1a7f25f228ee91b42817cb7f225017438928023d Mon Sep 17 00:00:00 2001
-From: Mathieu Bridon <bochecha at daitauha.fr>
-Date: Mon, 2 Mar 2015 13:34:16 +0800
-Subject: [PATCH] build: Explicitly set the include path
-
-This fixes build with Cython 0.22
-
-https://bugs.gentoo.org/show_bug.cgi?id=541022
----
- Makefile.am | 8 ++++----
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/Makefile.am b/Makefile.am
-index 6762b97..c0cc699 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -47,19 +47,19 @@ pkgpyexecdir = $(pyexecdir)/cangjie
- 
- src/cangjie/_core.c: src/cangjie/_core.pyx src/cangjie/_core.pxd
- 	$(MKDIR_P) src/cangjie
--	$(CYTHON) -3 --verbose -o $@ $(srcdir)/src/cangjie/_core.pyx
-+	$(CYTHON) -3 --verbose -o $@ -I $(srcdir)/src/cangjie $(srcdir)/src/cangjie/_core.pyx
- 
- src/cangjie/errors.c: src/cangjie/errors.pyx src/cangjie/_core.pxd
- 	$(MKDIR_P) src/cangjie
--	$(CYTHON) -3 --verbose -o $@ $(srcdir)/src/cangjie/errors.pyx
-+	$(CYTHON) -3 --verbose -o $@ -I $(srcdir)/src/cangjie $(srcdir)/src/cangjie/errors.pyx
- 
- src/cangjie/filters.c: src/cangjie/filters.pyx src/cangjie/_core.pxd
- 	$(MKDIR_P) src/cangjie
--	$(CYTHON) -3 --verbose -o $@ $(srcdir)/src/cangjie/filters.pyx
-+	$(CYTHON) -3 --verbose -o $@ -I $(srcdir)/src/cangjie $(srcdir)/src/cangjie/filters.pyx
- 
- src/cangjie/versions.c: src/cangjie/versions.pyx src/cangjie/_core.pxd
- 	$(MKDIR_P) src/cangjie
--	$(CYTHON) -3 --verbose -o $@ $(srcdir)/src/cangjie/versions.pyx
-+	$(CYTHON) -3 --verbose -o $@ -I $(srcdir)/src/cangjie $(srcdir)/src/cangjie/versions.pyx
- 
- # -- Testing -------------------------
- TESTS = tests/run_tests
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-cangjie.git/commitdiff/caf709419f90cc0ccfbe1f904b630f346ab9deb4



More information about the pld-cvs-commit mailing list