Update to 2.1.0

This commit is contained in:
François Cami 2014-05-22 21:05:44 +02:00
parent f24b297724
commit 186f057f19
3 changed files with 11 additions and 9 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/tinyxml2-1.0.11-0323851.tar.gz
/GNUInstallDirs.cmake
/tinyxml2-2.1.0-6ee53e7.tar.gz

View File

@ -1,2 +1 @@
10655584c11180916c1f4febd57bae4c tinyxml2-1.0.11-0323851.tar.gz
fd9602db874aa96abcb81fa752f052e5 GNUInstallDirs.cmake
fd9d31539c6a51a53a44e451a9c21a17 tinyxml2-2.1.0-6ee53e7.tar.gz

View File

@ -1,16 +1,15 @@
# tinyml2 parses files potentially coming from untrusted sources.
%global _hardened_build 1
%global githubparent leethomason
%global commit 03238517b3718f0c977bb061747faa8ebfc4fb44
%global commit 6ee53e7d49a4dbfd5c1d7e67fb0228703bbe7309
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commitdate 20130805
%global commitdate 20140406
%global gitversion .%{commitdate}git%{shortcommit}
Name: tinyxml2
Version: 1.0.11
Release: 4%{gitversion}%{?dist}
Version: 2.1.0
Release: 1%{gitversion}%{?dist}
Summary: Simple, small and efficient C++ XML parser
Group: Development/Libraries
@ -81,8 +80,8 @@ rm -rf %{buildroot}
%files
%doc readme.md
%{_libdir}/lib%{name}.so.1.0.11
%{_libdir}/lib%{name}.so.1
%{_libdir}/lib%{name}.so.%{version}
%{_libdir}/lib%{name}.so.2
%files devel
%{_includedir}/%{name}.h
@ -90,6 +89,9 @@ rm -rf %{buildroot}
%{_libdir}/pkgconfig/%{name}.pc
%changelog
* Sat May 17 2014 François Cami <fcami@fedoraproject.org> - 2.1.0-1.20140406git6ee53e7
- Update to 2.1.0.
* Mon Oct 14 2013 Susi Lehtola <jussilehtola@fedoraproject.org> - 1.0.11-4.20130805git0323851
- Patch to build in EPEL branches.