Update to 2.4 (Fedora#2112629)

This commit is contained in:
Mattia Verga 2022-07-31 15:14:00 +02:00
parent 464ec0f768
commit b99faf327b
3 changed files with 4 additions and 9 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/stellarsolver-832bc60feb1fc8ffdf2780ccdd413c3baea648fb.tar.gz
/stellarsolver-2.2.tar.gz
/stellarsolver-2.3.tar.gz
/stellarsolver-2.4.tar.gz

View File

@ -1 +1 @@
SHA512 (stellarsolver-2.3.tar.gz) = f55454d9cdb85282590ffe5ed8fccd028973f41355bac3dfd668e2ad589061e54d3b17363d34434619d6a5d8055829fad10f9486040f9cc7ff05423f85a01075
SHA512 (stellarsolver-2.4.tar.gz) = f397ddafd3bb4774ac89e95673f67c4fef40ea0be842555608d95978ee26949b21b16cc984e00e936eda2ceca316f604b784b44844cf37ad1e44a5ef8d7e75f8

View File

@ -1,8 +1,8 @@
%global major_soversion 2
%global minor_soversion 3
%global minor_soversion 4
Name: stellarsolver
Version: 2.3
Version: 2.4
Release: %autorelease
Summary: The Cross Platform Sextractor and Internal Astrometric Solver
License: BSD and GPLv2+ and GPLv3+ and LGPLv2+ and LGPLv3+ and MIT
@ -83,9 +83,6 @@ developing applications that use %{name}.
%prep
%forgesetup
# Minor fix for the desktop file - reported upstream
sed -i s/Version=2.2/Version=1.4/g ./stellarbatchsolver/com.github.rlancaste.stellarbatchsolver.desktop
%build
%cmake -DBUILD_TESTER=ON \
@ -96,9 +93,6 @@ sed -i s/Version=2.2/Version=1.4/g ./stellarbatchsolver/com.github.rlancaste.ste
%install
%cmake_install
# Remove unwanted files copied into icons directory
find %{buildroot}%{_datadir} -name ".DS_Store" -exec rm -rf {} \;
%check
desktop-file-validate %{buildroot}%{_datadir}/applications/com.github.rlancaste.%{name}.desktop