forked from pool/tinyxml2
Accepting request 1174849 from devel:libraries:c_c++
- Update to release 10 (forwarded request 1172440 from jengelh) OBS-URL: https://build.opensuse.org/request/show/1174849 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tinyxml2?expand=0&rev=8
This commit is contained in:
commit
8c5148fbdf
3
10.0.0.tar.gz
Normal file
3
10.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3bdf15128ba16686e69bce256cc468e76c7b94ff2c7f391cc5ec09e40bff3839
|
||||||
|
size 642421
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cc2f1417c308b1f6acc54f88eb70771a0bf65f76282ce5c40e54cfe52952702c
|
|
||||||
size 619734
|
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 7 12:48:07 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 10
|
||||||
|
* Added function XMLNode::ChildElementCount
|
||||||
|
* Fix assertion "_elementPool.CurrentAllocs() ==
|
||||||
|
_elementPool.Untracked() failed"
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 11 18:58:30 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
Sat Dec 11 18:58:30 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package tinyxml2
|
# spec file for package tinyxml2
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,16 +16,16 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define so_version 9
|
%define so_version 10
|
||||||
%define lib_package lib%{name}-%{so_version}
|
%define lib_package lib%{name}-%{so_version}
|
||||||
Name: tinyxml2
|
Name: tinyxml2
|
||||||
Version: 9.0.0
|
Version: 10.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Basic XML parser in C++
|
Summary: Basic XML parser in C++
|
||||||
License: Zlib
|
License: Zlib
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://github.com/leethomason/tinyxml2
|
URL: https://github.com/leethomason/tinyxml2
|
||||||
Source: https://github.com/leethomason/tinyxml2/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source: https://github.com/leethomason/tinyxml2/archive/%{version}.tar.gz
|
||||||
BuildRequires: cmake >= 3.15
|
BuildRequires: cmake >= 3.15
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
@ -62,7 +62,7 @@ Contains libraries and header files for
|
|||||||
developing applications that use libtinyxml2.
|
developing applications that use libtinyxml2.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake
|
%cmake
|
||||||
@ -80,8 +80,7 @@ fi
|
|||||||
%check
|
%check
|
||||||
%make_build test
|
%make_build test
|
||||||
|
|
||||||
%post -n %{lib_package} -p /sbin/ldconfig
|
%ldconfig_scriptlets -n %{lib_package}
|
||||||
%postun -n %{lib_package} -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files -n %{lib_package}
|
%files -n %{lib_package}
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user