new upstream release 2.1.1
This commit is contained in:
parent
441301995d
commit
2a5b273f67
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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);
|
||||
}
|
11
expat.spec
11
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 <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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user