public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Sandro Mani <manisandro@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/geos] rawhide: Update to 3.15.0
Date: Fri, 18 Sep 2026 12:25:41 GMT [thread overview]
Message-ID: <178973434144.1.3881710375067025831.rpms-geos-d33edf899cb4@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/geos
Branch : rawhide
Commit : d33edf899cb42f930851e1e111daef0324877b15
Author : Sandro Mani <manisandro@gmail.com>
Date : 2026-09-18T14:25:32+02:00
Stats : +17/-13 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/geos/c/d33edf899cb42f930851e1e111daef0324877b15?branch=rawhide
Log:
Update to 3.15.0
---
diff --git a/.gitignore b/.gitignore
index f69186f..2242867 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@
/geos-3.13.1.tar.bz2
/geos-3.14.0.tar.bz2
/geos-3.14.1.tar.bz2
+/geos-3.15.0.tar.bz2
diff --git a/geos.spec b/geos.spec
index 43de168..02b1132 100644
--- a/geos.spec
+++ b/geos.spec
@@ -7,8 +7,8 @@
%endif
Name: geos
-Version: 3.14.1
-Release: 4%{?dist}
+Version: 3.15.0
+Release: 1%{?dist}
Summary: GEOS is a C++ port of the Java Topology Suite
License: LGPL-2.1-only
@@ -121,7 +121,7 @@ rm -f %{buildroot}%{mingw64_bindir}/geos-config
%doc AUTHORS NEWS.md README.md
%license COPYING
%{_bindir}/geosop
-%{_libdir}/libgeos.so.3.14.1
+%{_libdir}/libgeos.so.3.15.0
%{_libdir}/libgeos_c.so.1*
%files devel
@@ -139,7 +139,7 @@ rm -f %{buildroot}%{mingw64_bindir}/geos-config
%files -n mingw32-%{name}
%license COPYING
%{mingw32_bindir}/geosop.exe
-%{mingw32_bindir}/libgeos-3.14.1.dll
+%{mingw32_bindir}/libgeos-3.15.0.dll
%{mingw32_bindir}/libgeos_c-1.dll
%{mingw32_includedir}/geos/
%{mingw32_includedir}/geos_c.h
@@ -152,7 +152,7 @@ rm -f %{buildroot}%{mingw64_bindir}/geos-config
%files -n mingw64-%{name}
%license COPYING
%{mingw64_bindir}/geosop.exe
-%{mingw64_bindir}/libgeos-3.14.1.dll
+%{mingw64_bindir}/libgeos-3.15.0.dll
%{mingw64_bindir}/libgeos_c-1.dll
%{mingw64_includedir}/geos/
%{mingw64_includedir}/geos_c.h
@@ -165,7 +165,10 @@ rm -f %{buildroot}%{mingw64_bindir}/geos-config
%changelog
-* Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.14.1-4
+* Fri Sep 18 2026 Sandro Mani <manisandro@gmail.com> - 3.15.0-1
+- Update to 3.15.0
+
+* Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.15.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
* Fri May 15 2026 Sandro Mani <manisandro@gmail.com> - 3.14.1-2
diff --git a/geos_mingw.patch b/geos_mingw.patch
index 27702e0..09db3c5 100644
--- a/geos_mingw.patch
+++ b/geos_mingw.patch
@@ -1,6 +1,6 @@
-diff -rupN geos-3.14.1/include/geos/algorithm/distance/DiscreteHausdorffDistance.h geos-3.14.1-new/include/geos/algorithm/distance/DiscreteHausdorffDistance.h
---- geos-3.14.1/include/geos/algorithm/distance/DiscreteHausdorffDistance.h 2025-10-27 16:13:40.000000000 +0100
-+++ geos-3.14.1-new/include/geos/algorithm/distance/DiscreteHausdorffDistance.h 2026-05-15 19:26:54.667140324 +0200
+diff -rupN --no-dereference geos-3.15.0/include/geos/algorithm/distance/DiscreteHausdorffDistance.h geos-3.15.0-new/include/geos/algorithm/distance/DiscreteHausdorffDistance.h
+--- geos-3.15.0/include/geos/algorithm/distance/DiscreteHausdorffDistance.h 2026-09-01 15:37:08.000000000 +0200
++++ geos-3.15.0-new/include/geos/algorithm/distance/DiscreteHausdorffDistance.h 2026-09-03 10:49:38.701308435 +0200
@@ -144,13 +144,7 @@ public:
{}
@@ -16,9 +16,9 @@ diff -rupN geos-3.14.1/include/geos/algorithm/distance/DiscreteHausdorffDistance
const PointPairDistance&
getMaxPointDistance() const
-diff -rupN geos-3.14.1/src/algorithm/distance/DiscreteHausdorffDistance.cpp geos-3.14.1-new/src/algorithm/distance/DiscreteHausdorffDistance.cpp
---- geos-3.14.1/src/algorithm/distance/DiscreteHausdorffDistance.cpp 2025-10-27 16:13:40.000000000 +0100
-+++ geos-3.14.1-new/src/algorithm/distance/DiscreteHausdorffDistance.cpp 2026-05-15 19:29:23.635478302 +0200
+diff -rupN --no-dereference geos-3.15.0/src/algorithm/distance/DiscreteHausdorffDistance.cpp geos-3.15.0-new/src/algorithm/distance/DiscreteHausdorffDistance.cpp
+--- geos-3.15.0/src/algorithm/distance/DiscreteHausdorffDistance.cpp 2026-09-01 15:37:08.000000000 +0200
++++ geos-3.15.0-new/src/algorithm/distance/DiscreteHausdorffDistance.cpp 2026-09-03 10:49:38.702637991 +0200
@@ -32,6 +32,15 @@ namespace algorithm { // geos.algorithm
namespace distance { // geos.algorithm.distance
diff --git a/sources b/sources
index 96573be..4307f99 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (geos-3.14.1.tar.bz2) = a5a27c34249a6b7fa8bc5d6d557f278bcc3a81ca188f9f543bee7afb6e47d9f8a545e676c5884c0651530bccd24eb929feaaf95cda8e73b033296073e6626f0d
+SHA512 (geos-3.15.0.tar.bz2) = ac5890dfc92fdebc667cc96a89cf7886873c5867dde79fb45966e6ed294d40e4dbd11c9b6a147d47441dcb50404da496df477ff7b757ef13de79f843ba1e400e
reply other threads:[~2026-09-18 12:25 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178973434144.1.3881710375067025831.rpms-geos-d33edf899cb4@fedoraproject.org \
--to=manisandro@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox