diff --git a/.gitignore b/.gitignore index 5627431..792929b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /pugixml-1.5.tar.gz /pugixml-1.6.tar.gz /pugixml-1.7.tar.gz +/pugixml-1.8.tar.gz diff --git a/pugixml.spec b/pugixml.spec index a83f7c8..01f8843 100644 --- a/pugixml.spec +++ b/pugixml.spec @@ -1,8 +1,8 @@ #global prerel rc Name: pugixml -Version: 1.7 -Release: 2%{?prerel:.%{prerel}}%{?dist} +Version: 1.8 +Release: 1%{?prerel:.%{prerel}}%{?dist} Summary: A light-weight C++ XML processing library Group: Development/Libraries License: MIT @@ -10,7 +10,7 @@ URL: http://pugixml.org Source0: https://github.com/zeux/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz -BuildRequires: cmake +BuildRequires: cmake gcc-c++ %description pugixml is a light-weight C++ XML processing library. @@ -44,7 +44,8 @@ Documentation for %{name} %build rm -rf build && mkdir build && pushd build -%cmake ../scripts +export CXXFLAGS='%{optflags} -std=c++11' +%cmake ../ make %{?_smp_mflags} @@ -78,6 +79,12 @@ install -p -m 0644 contrib/* %{buildroot}%{_datadir}/%{name}/contrib/ %changelog +* Thu Nov 24 2016 Richard Shaw - 1.8-1 +- Update to latest upstream release. + +* Tue Sep 27 2016 Richard Shaw - 1.7-3 +- Add build flags for c++11 for mkvtoolnix. + * Thu Feb 04 2016 Fedora Release Engineering - 1.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 856a202..bbaa3e6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -17e6a3996de2942629dce65db1a701c5 pugixml-1.7.tar.gz +ffa59ee4853958e243050e6b690b4f2e pugixml-1.8.tar.gz