Version bump to v1.3.1 (bug #2041347)
This commit is contained in:
parent
8748a9ac9d
commit
88057a5606
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
/cereal-1.2.2.tar.gz
|
/cereal-1.2.2.tar.gz
|
||||||
/cereal-1.3.0.tar.gz
|
/cereal-1.3.0.tar.gz
|
||||||
/doctest.h
|
/doctest.h
|
||||||
|
/cereal-1.3.1.tar.gz
|
||||||
|
12
cereal.spec
12
cereal.spec
@ -3,13 +3,12 @@
|
|||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
|
|
||||||
Name: cereal
|
Name: cereal
|
||||||
Version: 1.3.0
|
Version: 1.3.1
|
||||||
Release: 9%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A header-only C++11 serialization library
|
Summary: A header-only C++11 serialization library
|
||||||
License: BSD
|
License: BSD
|
||||||
Url: http://uscilab.github.io/cereal/
|
Url: http://uscilab.github.io/cereal/
|
||||||
Source0: https://github.com/USCiLab/cereal/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: https://github.com/USCiLab/cereal/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
Source1: https://raw.githubusercontent.com/onqtam/doctest/2.4.6/doctest/doctest.h
|
|
||||||
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: boost-devel
|
BuildRequires: boost-devel
|
||||||
@ -37,7 +36,6 @@ This package contains development headers and libraries for the cereal library
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
cp -v %{S:1} unittests
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{cmake} -DSKIP_PORTABILITY_TEST=ON -DWITH_WERROR=OFF
|
%{cmake} -DSKIP_PORTABILITY_TEST=ON -DWITH_WERROR=OFF
|
||||||
@ -53,10 +51,12 @@ cp -v %{S:1} unittests
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{_includedir}/%{name}
|
%{_includedir}/%{name}
|
||||||
%dir %{_datadir}/cmake
|
%{_libdir}/cmake/%{name}
|
||||||
%{_datadir}/cmake/%{name}
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 18 2022 Christoph Junghans <junghans@votca.org> - 1.3.1-1
|
||||||
|
- Version bump to v1.3.1 (bug #2041347)
|
||||||
|
|
||||||
* Fri Sep 17 2021 Christoph Junghans <junghans@votca.org> - 1.3.0-9
|
* Fri Sep 17 2021 Christoph Junghans <junghans@votca.org> - 1.3.0-9
|
||||||
- fix build on rawhide (bug #1987402) by updating bundled doctest.h
|
- fix build on rawhide (bug #1987402) by updating bundled doctest.h
|
||||||
|
|
||||||
|
3
sources
3
sources
@ -1,2 +1 @@
|
|||||||
SHA512 (doctest.h) = 9454647354b0ddfbc745a7bab8b45ac3efdd99d55778aef067a8ffbce9312e66c8a7be7dab4711966b2e9f9dc5a77a93203921e69201b63282ad6bd78d27e9c5
|
SHA512 (cereal-1.3.1.tar.gz) = 5beafdd95b16344d5db43a0e26fd670a770e2c2a661ae117c9593db86697ca1034e2bf004fe6dc3c2a690e8a682f60d8b6121211d898009e59361ebef33f6fc9
|
||||||
SHA512 (cereal-1.3.0.tar.gz) = 2bb640a222d4efe7c624c6ec3e755fecae00ef59e91c4db462e233546c5afe73c065ba1d16d9600f7cd3cc185593109148008b0b2b870208e2f1d6984fd40c72
|
|
||||||
|
Loading…
Reference in New Issue
Block a user