Update to 3.10.1
This commit is contained in:
parent
7ed8092652
commit
458df7c9a1
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/geos-3.9.0.tar.bz2
|
||||
/geos-3.9.1.tar.bz2
|
||||
/geos-3.10.0.tar.bz2
|
||||
/geos-3.10.1.tar.bz2
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: geos
|
||||
Version: 3.10.0
|
||||
Release: 2%{?dist}
|
||||
Version: 3.10.1
|
||||
Release: 1%{?dist}
|
||||
Summary: GEOS is a C++ port of the Java Topology Suite
|
||||
|
||||
License: LGPLv2
|
||||
@ -59,7 +59,7 @@ make docs -C %{__cmake_builddir}
|
||||
%doc AUTHORS NEWS README.md
|
||||
%license COPYING
|
||||
%{_bindir}/geosop
|
||||
%{_libdir}/libgeos.so.3.10.0
|
||||
%{_libdir}/libgeos.so.3.10.1
|
||||
%{_libdir}/libgeos_c.so.1*
|
||||
|
||||
%files devel
|
||||
@ -74,6 +74,9 @@ make docs -C %{__cmake_builddir}
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Nov 02 2021 Sandro Mani <manisandro@gmail.com> - 3.10.1-1
|
||||
- Update to 3.10.1
|
||||
|
||||
* Thu Oct 21 2021 Sandro Mani <manisandro@gmail.com> - 3.10.0-2
|
||||
- Disable inline
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (geos-3.10.0.tar.bz2) = 12657c6649bfbf6efa3232a054969c6229bb23fc16a7c72d6ca5fdb662e0d08e14bbcaa6944a17de8972b6c236608d94c870ead0b04fada2d2af3d42c238058e
|
||||
SHA512 (geos-3.10.1.tar.bz2) = 1ba3af5e07bad40bae584b24ed7750a96f2974b974fbc7ccbaaa756fa6d98ed2ef6c0346e122c9c140307164084c436708bdaec86c0469f665cb1a19d0bdd0c9
|
||||
|
||||
Loading…
Reference in New Issue
Block a user