Accepting request 826201 from devel:libraries:c_c++
- Update to release 2.0.4 OBS-URL: https://build.opensuse.org/request/show/826201 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sparsehash?expand=0&rev=7
This commit is contained in:
commit
4d8cc9ba0c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:05e986a5c7327796dad742182b2d10805a8d4f511ad090da0490f146c1ff7a8c
|
|
||||||
size 322046
|
|
BIN
sparsehash-2.0.4.tar.gz
(Stored with Git LFS)
Normal file
BIN
sparsehash-2.0.4.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 13 07:37:31 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 2.0.4
|
||||||
|
* Corrected the memory usage claims to take into account
|
||||||
|
allocator overhead.
|
||||||
|
* Cleared some compiler warnings.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jan 13 09:53:06 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
Sun Jan 13 09:53:06 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package sparsehash
|
# spec file for package sparsehash
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 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
|
||||||
@ -17,16 +17,15 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: sparsehash
|
Name: sparsehash
|
||||||
Version: 2.0.3
|
Version: 2.0.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Memory-efficient hash_map implementation
|
Summary: Memory-efficient hash_map implementation
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: https://github.com/sparsehash/sparsehash
|
URL: https://github.com/sparsehash/sparsehash
|
||||||
Source: https://github.com/sparsehash/sparsehash/archive/sparsehash-%{version}.tar.gz
|
Source: https://github.com/sparsehash/sparsehash/archive/sparsehash-%{version}.tar.gz
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Google SparseHash project contains several C++ template hash-map
|
The Google SparseHash project contains several C++ template hash-map
|
||||||
@ -45,7 +44,7 @@ an implementation that optimizes for space and one that optimizes for
|
|||||||
speed.
|
speed.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{name}-%{version}
|
%autosetup -p1 -n %{name}-%{name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -58,7 +57,6 @@ rm %{buildroot}%{_datadir}/doc/%{name}-2.0.2/INSTALL
|
|||||||
rm %{buildroot}%{_datadir}/doc/%{name}-2.0.2/README_windows.txt
|
rm %{buildroot}%{_datadir}/doc/%{name}-2.0.2/README_windows.txt
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc %{_datadir}/doc/%{name}-2.0.2/
|
%doc %{_datadir}/doc/%{name}-2.0.2/
|
||||||
%{_includedir}/google/
|
%{_includedir}/google/
|
||||||
%{_includedir}/sparsehash/
|
%{_includedir}/sparsehash/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user