Update to 9.1.0
This commit is contained in:
parent
7ef6ca77ce
commit
ea1814b92c
2
.gitignore
vendored
2
.gitignore
vendored
@ -19,3 +19,5 @@
|
||||
/proj-data-1.9.tar.gz
|
||||
/proj-9.0.0.tar.gz
|
||||
/proj-9.0.1.tar.gz
|
||||
/proj-9.1.0.tar.gz
|
||||
/proj-data-1.11.tar.gz
|
||||
|
||||
11
proj.spec
11
proj.spec
@ -1,5 +1,5 @@
|
||||
%global proj_version 9.0.0
|
||||
%global data_version 1.9
|
||||
%global data_version 1.11
|
||||
|
||||
# The name is special so that rpmdev-bumpspec will bump this rather than adding .1 to the end
|
||||
%global baserelease 3
|
||||
@ -12,7 +12,7 @@
|
||||
|
||||
Name: proj
|
||||
# Also check whether there is a new proj-data release when upgrading!
|
||||
Version: 9.0.1
|
||||
Version: 9.1.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_0.dll
|
||||
%{mingw32_bindir}/libproj_9_1.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_0.dll
|
||||
%{mingw64_bindir}/libproj_9_1.dll
|
||||
%{mingw64_bindir}/*.exe
|
||||
%{mingw64_libdir}/libproj.dll.a
|
||||
%{mingw64_libdir}/cmake/proj/
|
||||
@ -330,6 +330,9 @@ rm -rf %{buildroot}%{mingw64_mandir}
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Sep 04 2022 Sandro Mani <manisandro@gmail.com> - 9.1.0-1
|
||||
- Update to 9.1.0
|
||||
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 9.0.1-1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
||||
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (proj-9.0.1.tar.gz) = 9cb716a061315752a23405bd5bf879cdf63432493286ef828f442eea0bea872301be10f6e35a8e28ffe42cb6aafc039213e35be65ab692223a135b03422e3dab
|
||||
SHA512 (proj-data-1.9.tar.gz) = 25607137a32c65e906d3f4e64f5e6b0fd5882faf0c4bf458116c582e6438df38cc36e9b6e67498b7d63dceb863f31b3890f04bdb19a1287e6d902a7193221711
|
||||
SHA512 (proj-9.1.0.tar.gz) = cc23fbfaa16cd14f499ee5162bfe743ec9d738d0ba6358716320aa03e1a752da45fd6102fca1981c9b695934e7c358540be53d667c48dae922ac5511eea6824c
|
||||
SHA512 (proj-data-1.11.tar.gz) = 6c91b7ad81b9cf93330cb27f6632cc3e6d854ed4e84318520200d3fffe59c94e4061e2ebece220a143624ae5c4b672458379a546e75547544347cc28576b984f
|
||||
|
||||
Loading…
Reference in New Issue
Block a user