diff --git a/.gitignore b/.gitignore index a0cdbf7..8ab85a8 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ libxml++-2.30.0.tar.bz2 /libxml++-2.34.2.tar.bz2 /libxml++-2.35.4.tar.xz /libxml++-2.36.0.tar.xz +/libxml++-2.37.1.tar.xz diff --git a/libxml++.spec b/libxml++.spec index 5331d6d..65eccd9 100644 --- a/libxml++.spec +++ b/libxml++.spec @@ -3,8 +3,8 @@ %define release_version %(echo %{version} | awk -F. '{print $1"."$2}') Name: libxml++ -Version: 2.36.0 -Release: 3%{?dist} +Version: 2.37.1 +Release: 1%{?dist} Summary: C++ wrapper for the libxml2 XML parser library Group: System Environment/Libraries @@ -83,6 +83,9 @@ sed -i "s#$RPM_BUILD_ROOT##g" \ %changelog +* Thu Sep 19 2013 Kalev Lember - 2.37.1-1 +- Update to 2.37.1 + * Sat Aug 03 2013 Fedora Release Engineering - 2.36.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 15e0021..b8e1737 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -72838890c773f89ec701ba1a57cf0802 libxml++-2.36.0.tar.xz +2f9372a6eba6e40206c11f558a8fbc32 libxml++-2.37.1.tar.xz