Version bump (bug #1765568)
This commit is contained in:
parent
ee09ebd1d9
commit
8db5beea5a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/*.src.rpm
|
/*.src.rpm
|
||||||
/cereal-1.2.1.tar.gz
|
/cereal-1.2.1.tar.gz
|
||||||
/cereal-1.2.2.tar.gz
|
/cereal-1.2.2.tar.gz
|
||||||
|
/cereal-1.3.0.tar.gz
|
||||||
|
12
cereal.spec
12
cereal.spec
@ -5,8 +5,8 @@
|
|||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
|
|
||||||
Name: cereal
|
Name: cereal
|
||||||
Version: 1.2.2
|
Version: 1.3.0
|
||||||
Release: 7%{?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/
|
||||||
@ -14,7 +14,7 @@ Source0: https://github.com/USCiLab/cereal/archive/v%{version}.tar.gz#/%{
|
|||||||
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: boost-devel
|
BuildRequires: boost-devel
|
||||||
BuildRequires: %{?fedora:cmake >= 3.0}%{?rhel:cmake3 >= 3.0}
|
BuildRequires: cmake3 >= 3.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
cereal is a header-only C++11 serialization library. cereal takes arbitrary
|
cereal is a header-only C++11 serialization library. cereal takes arbitrary
|
||||||
@ -41,8 +41,7 @@ This package contains development headers and libraries for the cereal library
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir %{_target_platform}
|
mkdir %{_target_platform}
|
||||||
pushd %{_target_platform}
|
%{cmake3} .. -DSKIP_PORTABILITY_TEST=ON -DWITH_WERROR=OFF
|
||||||
%{?fedora:%{cmake}}%{?rhel:%{cmake3}} .. -DSKIP_PORTABILITY_TEST=ON -DWITH_WERROR=OFF
|
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -61,6 +60,9 @@ make -C %{_target_platform} test ARGS="-V -E test_portable_binary_archive"
|
|||||||
%{_datadir}/cmake/%{name}
|
%{_datadir}/cmake/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 26 2019 Christoph Junghans <junghans@votca.org> - 1.3.0-1
|
||||||
|
- Version bump (bug #1765568)
|
||||||
|
|
||||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-7
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-7
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (cereal-1.2.2.tar.gz) = 9567b2e19add9446b24f8afd122eea09ba6ecd1a090335cf0ab31fdc8f64c6c97daa3d9eaf0801c36a770737488e0eebf81d96d7b7a65deed30da6130f2d47eb
|
SHA512 (cereal-1.3.0.tar.gz) = 2bb640a222d4efe7c624c6ec3e755fecae00ef59e91c4db462e233546c5afe73c065ba1d16d9600f7cd3cc185593109148008b0b2b870208e2f1d6984fd40c72
|
||||||
|
Loading…
Reference in New Issue
Block a user