From b99faf327b1936078f1a6826b01e6123a70ca4e0 Mon Sep 17 00:00:00 2001 From: Mattia Verga Date: Sun, 31 Jul 2022 15:14:00 +0200 Subject: [PATCH] Update to 2.4 (Fedora#2112629) --- .gitignore | 1 + sources | 2 +- stellarsolver.spec | 10 ++-------- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index d068f44..15c90e8 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /stellarsolver-832bc60feb1fc8ffdf2780ccdd413c3baea648fb.tar.gz /stellarsolver-2.2.tar.gz /stellarsolver-2.3.tar.gz +/stellarsolver-2.4.tar.gz diff --git a/sources b/sources index c48bf50..e1f82aa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stellarsolver-2.3.tar.gz) = f55454d9cdb85282590ffe5ed8fccd028973f41355bac3dfd668e2ad589061e54d3b17363d34434619d6a5d8055829fad10f9486040f9cc7ff05423f85a01075 +SHA512 (stellarsolver-2.4.tar.gz) = f397ddafd3bb4774ac89e95673f67c4fef40ea0be842555608d95978ee26949b21b16cc984e00e936eda2ceca316f604b784b44844cf37ad1e44a5ef8d7e75f8 diff --git a/stellarsolver.spec b/stellarsolver.spec index 1300a09..c517674 100644 --- a/stellarsolver.spec +++ b/stellarsolver.spec @@ -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