From c6139909c0907c75661cc636ab9c8795a78b2fd1 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mon, 24 Oct 2016 19:03:36 +0200 Subject: [PATCH] Update to 2.2.0 --- .gitignore | 1 + mingw-expat.spec | 11 ++++++++--- sources | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6e52cd9..a7bfe37 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ expat-2.0.1.tar.gz /expat-2.1.0.tar.gz +/expat-2.2.0.tar.bz2 diff --git a/mingw-expat.spec b/mingw-expat.spec index 2fb454b..81ddba7 100644 --- a/mingw-expat.spec +++ b/mingw-expat.spec @@ -1,14 +1,14 @@ %{?mingw_package_header} Name: mingw-expat -Version: 2.1.0 -Release: 8%{?dist} +Version: 2.2.0 +Release: 1%{?dist} Summary: MinGW Windows port of expat XML parser library License: MIT Group: Development/Libraries URL: http://www.libexpat.org/ -Source0: http://downloads.sourceforge.net/expat/expat-%{version}.tar.gz +Source0: http://downloads.sourceforge.net/expat/expat-%{version}.tar.bz2 BuildArch: noarch @@ -101,6 +101,7 @@ rm -r $RPM_BUILD_ROOT%{mingw64_mandir}/man1 %{mingw32_libdir}/libexpat.dll.a %{mingw32_libdir}/pkgconfig/expat.pc %{mingw32_includedir}/expat.h +%{mingw32_includedir}/expat_config.h %{mingw32_includedir}/expat_external.h %files -n mingw32-expat-static @@ -114,6 +115,7 @@ rm -r $RPM_BUILD_ROOT%{mingw64_mandir}/man1 %{mingw64_libdir}/libexpat.dll.a %{mingw64_libdir}/pkgconfig/expat.pc %{mingw64_includedir}/expat.h +%{mingw64_includedir}/expat_config.h %{mingw64_includedir}/expat_external.h %files -n mingw64-expat-static @@ -121,6 +123,9 @@ rm -r $RPM_BUILD_ROOT%{mingw64_mandir}/man1 %changelog +* Mon Oct 24 2016 Kalev Lember - 2.2.0-1 +- Update to 2.2.0 + * Thu Feb 04 2016 Fedora Release Engineering - 2.1.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 7107749..377dcf4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dd7dab7a5fea97d2a6a43f511449b7cd expat-2.1.0.tar.gz +2f47841c829facb346eb6e3fab5212e2 expat-2.2.0.tar.bz2