diff --git a/.gitignore b/.gitignore index 781b6f6..06a6c43 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ libxml2-2.7.6.tar.gz /libxml2-2.7.8.tar.gz /libxml2-2.8.0.tar.gz /libxml2-2.9.0.tar.gz +/libxml2-2.9.1.tar.gz diff --git a/mingw-libxml2.spec b/mingw-libxml2.spec index cb9e11c..b404873 100644 --- a/mingw-libxml2.spec +++ b/mingw-libxml2.spec @@ -1,8 +1,8 @@ %{?mingw_package_header} Name: mingw-libxml2 -Version: 2.9.0 -Release: 3%{?dist} +Version: 2.9.1 +Release: 1%{?dist} Summary: MinGW Windows libxml2 XML processing library License: MIT @@ -143,6 +143,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete %changelog +* Sat Apr 20 2013 Erik van Pienbroek - 2.9.1-1 +- Update to 2.9.1 + * Fri Apr 12 2013 Nicola Fontana - 2.9.0-3 - Throw off LDFLAGS and CFLAGS settings (#951472) - Simplified static libraries installation diff --git a/sources b/sources index 07cc6d6..446b233 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5b9bebf4f5d2200ae2c4efe8fa6103f7 libxml2-2.9.0.tar.gz +9c0cfef285d5c4a5c80d00904ddab380 libxml2-2.9.1.tar.gz