Summary: A semantic version data type for PostgreSQL
Name: %{sname}_%{pgmajorversion}
-Version: 0.40.0
-Release: 3PGDG%{?dist}
+Version: 0.41.0
+Release: 1PGDG%{?dist}
License: PostgreSQL
Source0: https://github.com/theory/pg-%{sname}/archive/v%{version}.tar.gz
URL: https://github.com/theory/pg-%{sname}/
BuildRequires: postgresql%{pgmajorversion}-devel
Requires: postgresql%{pgmajorversion}-server
-Obsoletes: %{sname}%{pgmajorversion} < 0.31.0-2
-
%description
This library contains a single PostgreSQL extension, a data type called "semver".
It's an implementation of the version number format specified by the Semantic
%files
%defattr(644,root,root,755)
-%doc %{pginstdir}/doc/%{sname}/%{sname}.mmd
+%doc %{pginstdir}/doc/extension/%{sname}.md
%license LICENSE
%{pginstdir}/lib/%{sname}.so
-%{pginstdir}/share/%{sname}/%{sname}*.sql
+%{pginstdir}/share/extension/%{sname}*.sql
%{pginstdir}/share/extension/%{sname}.control
%if %llvm
%endif
%changelog
+- Update to 0.41.0 per changes described at:
+ https://github.com/theory/pg-semver/releases/tag/v0.41.0
+
- Add SLES 16 support
- Update to 0.40.0 per changes described at:
https://github.com/theory/pg-semver/releases/tag/v0.40.0
-- Remove RHEL 7 and SLES 15 support
+- Remove RHEL 7 and SLES 12 support
- Update to 0.32.1