diff --git a/.gitignore b/.gitignore index 899279d..a0cdbf7 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ libxml++-2.30.0.tar.bz2 /libxml++-2.34.1.tar.bz2 /libxml++-2.34.2.tar.bz2 /libxml++-2.35.4.tar.xz +/libxml++-2.36.0.tar.xz diff --git a/libxml++.spec b/libxml++.spec index 0515c2b..f6f763f 100644 --- a/libxml++.spec +++ b/libxml++.spec @@ -3,7 +3,7 @@ %define release_version %(echo %{version} | awk -F. '{print $1"."$2}') Name: libxml++ -Version: 2.35.4 +Version: 2.36.0 Release: 1%{?dist} Summary: C++ wrapper for the libxml2 XML parser library @@ -83,6 +83,9 @@ sed -i "s#$RPM_BUILD_ROOT##g" \ %changelog +* Sat Nov 10 2012 Kalev Lember - 2.36.0-1 +- Update to 2.36.0 + * Tue Oct 16 2012 Kalev Lember - 2.35.4-1 - Update to 2.35.4 diff --git a/sources b/sources index 89839d1..15e0021 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -22951b4464c91149f70801a73c1de68a libxml++-2.35.4.tar.xz +72838890c773f89ec701ba1a57cf0802 libxml++-2.36.0.tar.xz