diff --git a/.gitignore b/.gitignore index 4e4e803..c3d4289 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ libxml++-2.30.0.tar.bz2 /libxml++-2.37.1.tar.xz /libxml++-2.37.2.tar.xz /libxml++-2.38.0.tar.xz +/libxml++-2.38.1.tar.xz diff --git a/libxml++.spec b/libxml++.spec index 4ae1ee5..d2207de 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.38.0 -Release: 2%{?dist} +Version: 2.38.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 +* Mon Jun 08 2015 Kalev Lember - 2.38.1-1 +- Update to 2.38.1 + * Wed Apr 29 2015 Kalev Lember - 2.38.0-2 - Rebuilt for GCC 5 ABI change diff --git a/sources b/sources index 0888ca9..2176673 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -36c2c7a8b7a09aa2118c70a0d51bf4b1 libxml++-2.38.0.tar.xz +6b16aac575725a9bc0e9d96489e9251f libxml++-2.38.1.tar.xz