Update to 1.11.3.

epel8
Richard Shaw 4 years ago
parent 21f9ceee9b
commit 6803523fc8

1
.gitignore vendored

@ -7,3 +7,4 @@
/pugixml-1.9.tar.gz /pugixml-1.9.tar.gz
/pugixml-1.10.tar.gz /pugixml-1.10.tar.gz
/pugixml-1.11.tar.gz /pugixml-1.11.tar.gz
/pugixml-1.11.3.tar.gz

@ -1,24 +0,0 @@
MIT License
Copyright (c) 2006-2019 Arseny Kapoulkine
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

@ -1,14 +1,13 @@
#global prerel rc #global prerel rc
Name: pugixml Name: pugixml
Version: 1.11 Version: 1.11.3
Release: 1%{?dist} Release: 1%{?dist}
Summary: A light-weight C++ XML processing library Summary: A light-weight C++ XML processing library
License: MIT License: MIT
URL: http://pugixml.org URL: http://pugixml.org
Source0: https://github.com/zeux/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz Source0: https://github.com/zeux/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
Source1: https://raw.githubusercontent.com/zeux/pugixml/master/LICENSE.md
BuildRequires: cmake gcc-c++ BuildRequires: cmake gcc-c++
@ -41,9 +40,6 @@ Documentation for %{name}
%prep %prep
%setup -q -n %{name}-%{version}%{?prerel:%{prerel}} %setup -q -n %{name}-%{version}%{?prerel:%{prerel}}
# Removed upstream but should make it back next release.
cp %{SOURCE1} .
%build %build
%cmake %cmake
@ -73,6 +69,9 @@ cp %{SOURCE1} .
%changelog %changelog
* Sat Dec 19 2020 Richard Shaw <hobbes1069@gmail.com> - 1.11.3-1
- Update to 1.11.3.
* Thu Nov 26 2020 Richard Shaw <hobbes1069@gmail.com> - 1.11-1 * Thu Nov 26 2020 Richard Shaw <hobbes1069@gmail.com> - 1.11-1
- Update to 1.11. - Update to 1.11.

@ -1 +1 @@
SHA512 (pugixml-1.11.tar.gz) = a559be72910dc6d9d74c32f1b5389b173bc92858f627e61007a5f2284da251d8511e08571b870e7c6ce6e18cf42ef42fdb10f8b30b608067b452ccb9105d5ade SHA512 (pugixml-1.11.3.tar.gz) = 4af70f11bbbb8a33240bf12c6ea14973963303a8cf7fa6ce56376726a6c4764c2f6c87a4e6d7672961850a84d8f430712686d744da8bc12d5fe0a711dad6e90b

Loading…
Cancel
Save