new upstream release 2.1.1

This commit is contained in:
David Tardon 2016-04-18 09:04:28 +02:00
parent 441301995d
commit 2a5b273f67
4 changed files with 8 additions and 20 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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);
}

View File

@ -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 <dtardon@redhat.com> - 2.1.1-1
- new upstream release
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
dd7dab7a5fea97d2a6a43f511449b7cd expat-2.1.0.tar.gz
7380a64a8e3a9d66a9887b01d0d7ea81 expat-2.1.1.tar.bz2