diff --git a/.gitignore b/.gitignore index ce0b439..61eb2c5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /tinyxml2-1.0.11-0323851.tar.gz /tinyxml2-2.1.0-6ee53e7.tar.gz +/tinyxml2-2.2.0-5321a0e.tar.gz diff --git a/sources b/sources index c0aecf8..9a0f4ef 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fd9d31539c6a51a53a44e451a9c21a17 tinyxml2-2.1.0-6ee53e7.tar.gz +22df96b482049b513c6457fb17e6fe86 tinyxml2-2.2.0-5321a0e.tar.gz diff --git a/tinyxml2.spec b/tinyxml2.spec index bfdc16a..3dd96a0 100644 --- a/tinyxml2.spec +++ b/tinyxml2.spec @@ -2,14 +2,14 @@ %global _hardened_build 1 %global githubparent leethomason -%global commit 6ee53e7d49a4dbfd5c1d7e67fb0228703bbe7309 +%global commit 5321a0e21f111536e17fbff81b51e30acdcd8738 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20140406 +%global commitdate 20140914 %global gitversion .%{commitdate}git%{shortcommit} Name: tinyxml2 -Version: 2.1.0 -Release: 4%{gitversion}%{?dist} +Version: 2.2.0 +Release: 1%{gitversion}%{?dist} Summary: Simple, small and efficient C++ XML parser Group: Development/Libraries @@ -89,6 +89,9 @@ rm -rf %{buildroot} %{_libdir}/pkgconfig/%{name}.pc %changelog +* Mon Jan 05 2015 François Cami - 2.2.0-1.20140914git5321a0e +- Update to 2.2.0. + * Mon Aug 18 2014 Fedora Release Engineering - 2.1.0-4.20140406git6ee53e7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild