]> git.pld-linux.org Git - packages/expat.git/commitdiff
- rel 4; patch obsolete auto/th/expat-2.2.0-4
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 14 Aug 2016 20:04:16 +0000 (22:04 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 14 Aug 2016 20:04:16 +0000 (22:04 +0200)
expat-2.0.1-check_stopped_parser.patch [deleted file]
expat.spec

diff --git a/expat-2.0.1-check_stopped_parser.patch b/expat-2.0.1-check_stopped_parser.patch
deleted file mode 100644 (file)
index 23cebfd..0000000
+++ /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;
-             }
-           }
index 433732845532fed96a4841e5ea53c27ef16c3651..63285515da2304eb252da7f01aa73b18e1b2ce17 100644 (file)
@@ -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}
This page took 0.124538 seconds and 4 git commands to generate.