icu_ext: Update to 1.10.0 per changes described at https://github.com/dverite/icu_ex...
authorDevrim Gunduz <devrim@gunduz.org>
Thu, 26 Jun 2025 12:18:46 +0000 (14:18 +0200)
committerDevrim Gunduz <devrim@gunduz.org>
Thu, 26 Jun 2025 12:18:46 +0000 (14:18 +0200)
rpm/redhat/main/non-common/icu_ext/main/icu_ext.spec

index 93ae906c23449a668826064a3b644407f26fbf23..e593fb418c47792914555152e9d89bfb46ac2e54 100644 (file)
@@ -3,7 +3,7 @@
 %{!?llvm:%global llvm 1}
 
 Name:          %{sname}_%{pgmajorversion}
-Version:       1.9.0
+Version:       1.10.0
 Release:       1PGDG%{?dist}
 Summary:       PostgreSQL extension to expose functionality from ICU to PostgreSQL applications
 License:       PostgreSQL
@@ -59,5 +59,9 @@ USE_PGXS=1 PATH=%{pginstdir}/bin:$PATH %{__make} DESTDIR=%{buildroot} install
 %endif
 
 %changelog
+* Thu Jun 26 2025 Devrim Gündüz <devrim@gunduz.org> 1.10.0-1PGDG
+- Update to 1.10.0 per changes described at:
+  https://github.com/dverite/icu_ext/releases/tag/v1.10.0
+
 * Mon Apr 14 2025 Devrim Gündüz <devrim@gunduz.org> 1.9.0-1PGDG
 - Initial packaging for the PostgreSQL RPM repository