Update to 2.3.0
This commit is contained in:
parent
401ab312e7
commit
206975acb5
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ expat-2.0.1.tar.gz
|
||||
/expat-2.2.7.tar.bz2
|
||||
/expat-2.2.8.tar.bz2
|
||||
/expat-2.2.10.tar.bz2
|
||||
/expat-2.3.0.tar.bz2
|
||||
|
@ -1,8 +1,8 @@
|
||||
%{?mingw_package_header}
|
||||
|
||||
Name: mingw-expat
|
||||
Version: 2.2.10
|
||||
Release: 2%{?dist}
|
||||
Version: 2.3.0
|
||||
Release: 1%{?dist}
|
||||
Summary: MinGW Windows port of expat XML parser library
|
||||
|
||||
License: MIT
|
||||
@ -98,6 +98,7 @@ rm -r %{buildroot}%{mingw64_docdir}
|
||||
%{mingw32_bindir}/xmlwf.exe
|
||||
%{mingw32_libdir}/libexpat.dll.a
|
||||
%{mingw32_libdir}/pkgconfig/expat.pc
|
||||
%{mingw32_libdir}/cmake/expat-%{version}/
|
||||
%{mingw32_includedir}/expat.h
|
||||
%{mingw32_includedir}/expat_config.h
|
||||
%{mingw32_includedir}/expat_external.h
|
||||
@ -112,6 +113,7 @@ rm -r %{buildroot}%{mingw64_docdir}
|
||||
%{mingw64_bindir}/xmlwf.exe
|
||||
%{mingw64_libdir}/libexpat.dll.a
|
||||
%{mingw64_libdir}/pkgconfig/expat.pc
|
||||
%{mingw64_libdir}/cmake/expat-%{version}/
|
||||
%{mingw64_includedir}/expat.h
|
||||
%{mingw64_includedir}/expat_config.h
|
||||
%{mingw64_includedir}/expat_external.h
|
||||
@ -121,6 +123,9 @@ rm -r %{buildroot}%{mingw64_docdir}
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Apr 17 2021 Sandro Mani <manisandro@gmail.com> - 2.3.0-1
|
||||
- Update to 2.3.0
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.10-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (expat-2.2.10.tar.bz2) = 9623e86024d09e3bb0cf51fd0d56ecaee5fb8c8acb71589104a63b510f73c1e84abb0ccea4e2c196bdf1d30b5ad0633a915758f75813717d031d633e34f022b7
|
||||
SHA512 (expat-2.3.0.tar.bz2) = 937468f2c298503a2c8d3f70b36e2c79d6b603e758abe0613fd2b636d3cf6906946776fdfe6725a8d6e90748ed7f7f07ad0d7a07c4328f6669bc89482c0e535b
|
||||
|
Loading…
Reference in New Issue
Block a user