import cmake-3.30.5-2.el10

i10cs changed/i10cs/cmake-3.30.5-2.el10
MSVSphere Packaging Team 2 days ago
parent 4f956c235c
commit fcb874ccd5
Signed by: sys_gitsync
GPG Key ID: B2B0B9F29E528FE8

@ -1 +1 @@
9512643f226e1ccbf79beb9f4b066da45fe8dff6 SOURCES/cmake-3.28.2.tar.gz bab4725b65d45b3c86e7f1413b265b2d498b1abf SOURCES/cmake-3.30.5.tar.gz

2
.gitignore vendored

@ -1 +1 @@
SOURCES/cmake-3.28.2.tar.gz SOURCES/cmake-3.30.5.tar.gz

@ -68,8 +68,8 @@
%{!?_vpath_builddir:%global _vpath_builddir %{_target_platform}} %{!?_vpath_builddir:%global _vpath_builddir %{_target_platform}}
%global major_version 3 %global major_version 3
%global minor_version 28 %global minor_version 30
%global patch_version 2 %global patch_version 5
# For handling bump release by rpmdev-bumpspec and mass rebuild # For handling bump release by rpmdev-bumpspec and mass rebuild
%global baserelease 2 %global baserelease 2
@ -515,9 +515,12 @@ popd
%files doc %files doc
# Pickup license-files from main-pkg's license-dir %license Copyright.txt*
# If there's no license-dir they are picked up by %%doc previously %license COPYING*
%{?_licensedir:%license %{_datadir}/licenses/%{name}*} %if %{with bundled_cppdap}
%license LICENSE.cppdap
%license NOTICE.cppdap
%endif
%doc %{_pkgdocdir} %doc %{_pkgdocdir}
@ -549,6 +552,16 @@ popd
%changelog %changelog
* Tue Nov 05 2024 Tom Stellard <tstellar@redhat.com> - 3.30.5-2
- Fix conflicting license files in cmake and cmake-doc
* Tue Oct 29 2024 Tom Stellard <tstellar@redhat.com> - 3.30.5-1
- Update version to 3.30.5
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 3.28.2-3
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 3.28.2-2 * Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 3.28.2-2
- Rebuilt for MSVSphere 10 - Rebuilt for MSVSphere 10

Loading…
Cancel
Save