diff --git a/.gitignore b/.gitignore index 0c5635c..78b39d9 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ expat-2.0.1.tar.gz /results_expat /expat-2.?.? /expat-2.1.0.tar.gz +/expat-2.1.1.tar.bz2 diff --git a/expat-2.1.0-xmlwfargs.patch b/expat-2.1.0-xmlwfargs.patch deleted file mode 100644 index f539bed..0000000 --- a/expat-2.1.0-xmlwfargs.patch +++ /dev/null @@ -1,14 +0,0 @@ - -https://bugzilla.redhat.com/show_bug.cgi?id=948534 - ---- expat-2.1.0/xmlwf/xmlwf.c.xmlwfargs -+++ expat-2.1.0/xmlwf/xmlwf.c -@@ -634,7 +634,7 @@ static void - usage(const XML_Char *prog, int rc) - { - ftprintf(stderr, -- T("usage: %s [-n] [-p] [-r] [-s] [-w] [-x] [-d output-dir] " -+ T("usage: %s [-s] [-n] [-p] [-x] [-w] [-d output-dir] [-c] [-m] [-r] [-t] [-v] " - "[-e encoding] file ...\n"), prog); - exit(rc); - } diff --git a/expat.spec b/expat.spec index d949356..6da6524 100644 --- a/expat.spec +++ b/expat.spec @@ -1,10 +1,9 @@ Summary: An XML parser library Name: expat -Version: 2.1.0 -Release: 13%{?dist} +Version: 2.1.1 +Release: 1%{?dist} Group: System Environment/Libraries -Source: http://downloads.sourceforge.net/expat/expat-%{version}.tar.gz -Patch0: expat-2.1.0-xmlwfargs.patch +Source: http://downloads.sourceforge.net/expat/expat-%{version}.tar.bz2 URL: http://www.libexpat.org/ License: MIT BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -38,7 +37,6 @@ Install it if you need to link statically with expat. %prep %setup -q -%patch0 -p1 -b .xmlwfargs %build rm -rf autom4te*.cache @@ -87,6 +85,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/lib*.a %changelog +* Mon Apr 18 2016 David Tardon - 2.1.1-1 +- new upstream release + * Wed Feb 03 2016 Fedora Release Engineering - 2.1.0-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 7107749..bf1f124 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dd7dab7a5fea97d2a6a43f511449b7cd expat-2.1.0.tar.gz +7380a64a8e3a9d66a9887b01d0d7ea81 expat-2.1.1.tar.bz2