Update to release 5.2.0
This commit is contained in:
parent
c4f64d4720
commit
410bacd454
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/sdformat-4.1.1.tar.bz2
|
||||
/sdformat-4.2.0.tar.bz2
|
||||
/sdformat-5.1.0.tar.bz2
|
||||
/sdformat-5.2.0.tar.bz2
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global apiver 5.1
|
||||
%global apiver 5.2
|
||||
|
||||
Name: sdformat
|
||||
Version: 5.1.0
|
||||
Release: 5%{?dist}
|
||||
Version: 5.2.0
|
||||
Release: 1%{?dist}
|
||||
Summary: The Simulation Description Format
|
||||
|
||||
License: ASL 2.0
|
||||
@ -10,8 +10,6 @@ URL: http://sdformat.org/
|
||||
Source0: http://gazebosim.org/distributions/%{name}/releases/%{name}-%{version}.tar.bz2
|
||||
# Disable doxygen latex documentation
|
||||
Patch0: %{name}-2.0.1-latex.patch
|
||||
# Fix a cmake syntax error. Issue is already fixed upstream.
|
||||
Patch1: %{name}-5.1.0-cmakefix.patch
|
||||
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: cmake
|
||||
@ -56,7 +54,6 @@ The %{name}-doc package contains development documentation for
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p0 -b .latex
|
||||
%patch1 -p0 -b .cmakefix
|
||||
# Remove bundled urdf components
|
||||
rm -rf src/urdf
|
||||
|
||||
@ -115,6 +112,9 @@ make -C build test ARGS="-V -E INTEGRATION_schema_test"
|
||||
%doc build/doxygen/html
|
||||
|
||||
%changelog
|
||||
* Sun Aug 20 2017 Rich Mattes <richmattes@gmail.com> - 5.2.0-1
|
||||
- Update to release 5.2.0
|
||||
|
||||
* Sun Aug 20 2017 Rich Mattes <richmattes@gmail.com> - 5.1.0-5
|
||||
- Add a fix for a cmake syntax error
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (sdformat-5.1.0.tar.bz2) = 7d39838097c594855668bf6604174260d6d6f17da980db8877b42720d008186bd694dc7ff987dd71f47f1ad6eeaf408ce99e4816a4578977bc8871046a5d4c94
|
||||
SHA512 (sdformat-5.2.0.tar.bz2) = 65df9f0d351ab894af41cc2081dc8ab179336092ceba17979720bed4d58f77e9648863501d83f073ea8478197e7e0a7d7a9f8efd3a54d22ee28d74765cebcee7
|
||||
|
Loading…
Reference in New Issue
Block a user