Update to 9.2.0
This commit is contained in:
parent
5528e977ca
commit
2621e6281a
2
.gitignore
vendored
2
.gitignore
vendored
@ -23,3 +23,5 @@
|
||||
/proj-data-1.11.tar.gz
|
||||
/proj-9.1.1.tar.gz
|
||||
/proj-data-1.12.tar.gz
|
||||
/proj-9.2.0-1.fc39.src.rpm
|
||||
/proj-data-1.13.tar.gz
|
||||
|
||||
11
proj.spec
11
proj.spec
@ -1,5 +1,5 @@
|
||||
%global proj_version 9.0.0
|
||||
%global data_version 1.12
|
||||
%global data_version 1.13
|
||||
|
||||
# The name is special so that rpmdev-bumpspec will bump this rather than adding .1 to the end
|
||||
%global baserelease 4
|
||||
@ -12,7 +12,7 @@
|
||||
|
||||
Name: proj
|
||||
# Also check whether there is a new proj-data release when upgrading!
|
||||
Version: 9.1.1
|
||||
Version: 9.2.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Cartographic projection software (PROJ)
|
||||
|
||||
@ -306,7 +306,7 @@ rm -rf %{buildroot}%{mingw64_mandir}
|
||||
|
||||
%files -n mingw32-%{name}
|
||||
%license COPYING
|
||||
%{mingw32_bindir}/libproj_9_1.dll
|
||||
%{mingw32_bindir}/libproj_9_2.dll
|
||||
%{mingw32_bindir}/*.exe
|
||||
%{mingw32_libdir}/libproj.dll.a
|
||||
%{mingw32_libdir}/cmake/proj/
|
||||
@ -318,7 +318,7 @@ rm -rf %{buildroot}%{mingw64_mandir}
|
||||
|
||||
%files -n mingw64-%{name}
|
||||
%license COPYING
|
||||
%{mingw64_bindir}/libproj_9_1.dll
|
||||
%{mingw64_bindir}/libproj_9_2.dll
|
||||
%{mingw64_bindir}/*.exe
|
||||
%{mingw64_libdir}/libproj.dll.a
|
||||
%{mingw64_libdir}/cmake/proj/
|
||||
@ -330,6 +330,9 @@ rm -rf %{buildroot}%{mingw64_mandir}
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Mar 04 2023 Sandro Mani <manisandro@gmail.com> - 9.2.0-1
|
||||
- Update to 9.2.0
|
||||
|
||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 9.1.1-1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
||||
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (proj-9.1.1.tar.gz) = b9d19a999e063e465579eb86da3fd2aa32fd894f0d15ba178733bcbad92246b3b3ea1811a276cd556874e171a5ba7cfd678ce563c0b8626c6db9349a64c04726
|
||||
SHA512 (proj-data-1.12.tar.gz) = 788d7c3ad70dd7aab21824ff189dd0cddc28b7e64999f6a9953d7af95f9fabab7143b0f1c3bed19d5deb8f3e3a7be62723fc5fda778fcaefab0ab6d449db5def
|
||||
SHA512 (proj-9.2.0-1.fc39.src.rpm) = f242dca27dccd5c64a3d1d35e39e2dd6fbf84213d009f51c2e9e3bceca595df0a5fa639d78aa1413e3341ae09f3d0a1ad4eaf3bae6329a53ae34775a99939bc5
|
||||
SHA512 (proj-data-1.13.tar.gz) = 14eca1b47dad913de608babc73708a35da8bb614c5374e990564a32549998a16e90d4c548f2dac0cd555fc8a4a645eeaf649db929cc38906bee1050e378a662e
|
||||
|
||||
Loading…
Reference in New Issue
Block a user