[packages/expat] - rel 4; patch obsolete
arekm
arekm at pld-linux.org
Sun Aug 14 22:04:21 CEST 2016
commit 4114bb83f3d94573e66bc42266e6c12b8b7335ad
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sun Aug 14 22:04:16 2016 +0200
- rel 4; patch obsolete
expat-2.0.1-check_stopped_parser.patch | 11 -----------
expat.spec | 4 +---
2 files changed, 1 insertion(+), 14 deletions(-)
---
diff --git a/expat.spec b/expat.spec
index 4337328..6328551 100644
--- a/expat.spec
+++ b/expat.spec
@@ -10,14 +10,13 @@ Summary(ru.UTF-8): Переносимая библиотека разбора XM
Summary(uk.UTF-8): Переносима бібліотека розбору XML (expat)
Name: expat
Version: 2.2.0
-Release: 3
+Release: 4
Epoch: 1
License: Thai Open Source Software Center Ltd (distributable)
Group: Applications/Publishing/XML
Source0: http://downloads.sourceforge.net/expat/%{name}-%{version}.tar.bz2
# Source0-md5: 2f47841c829facb346eb6e3fab5212e2
Patch0: %{name}-ac_fixes.patch
-Patch1: %{name}-2.0.1-check_stopped_parser.patch
URL: http://www.libexpat.org/
BuildRequires: autoconf >= 2.58
BuildRequires: automake
@@ -131,7 +130,6 @@ Programy narzędziowe do biblioteki Expat:
%prep
%setup -q
%patch0 -p1
-%patch1 -p0
%build
%{__libtoolize}
diff --git a/expat-2.0.1-check_stopped_parser.patch b/expat-2.0.1-check_stopped_parser.patch
deleted file mode 100644
index 23cebfd..0000000
--- a/expat-2.0.1-check_stopped_parser.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/xmlparse.c 2007-05-08 05:25:35.000000000 +0300
-+++ lib/xmlparse.c 2008-01-08 13:17:07.000000000 +0200
-@@ -2563,6 +2563,8 @@
- (int)(dataPtr - (ICHAR *)dataBuf));
- if (s == next)
- break;
-+ if (ps_parsing == XML_FINISHED || ps_parsing == XML_SUSPENDED)
-+ break;
- *eventPP = s;
- }
- }
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/expat.git/commitdiff/4114bb83f3d94573e66bc42266e6c12b8b7335ad
More information about the pld-cvs-commit
mailing list