forked from rlancaste/stellarsolver
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
19 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,16 @@ | ||
libstellarsolver (2.3) focal; urgency=medium | ||
libstellarsolver (2.5) focal; urgency=medium | ||
|
||
* New release. | ||
|
||
-- Robert Lancaster <[email protected]> Fri, 17 Aug 2023 23:00:00 -0500 | ||
|
||
libstellarsolver (2.4) focal; urgency=medium | ||
|
||
* New release. | ||
|
||
-- Robert Lancaster <[email protected]> Fri, 29 July 2022 18:00:00 -0500 | ||
|
||
libstellarsolver (2.3) focal; urgency=medium | ||
libstellarsolver (2.3) focal; urgency=medium | ||
|
||
* New release. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
%define __cmake_in_source_build %{_vpath_builddir} | ||
|
||
Name: stellarsolver | ||
Version: 2.4.git | ||
Version: 2.5.git | ||
Release: %(date -u +%%Y%%m%%d%%H%%M%%S)%{?dist} | ||
Summary: The Cross Platform Sextractor and Astrometry.net-Based Internal Astrometric Solver | ||
|
||
|
@@ -53,6 +53,8 @@ An Astrometric Plate Solver for Mac, Linux, and Windows, built on Astrometry.net | |
%license LICENSE | ||
|
||
%changelog | ||
* Thu Aug 17 2023 Rob Lancaster <[email protected]> 2.5.git | ||
- Updating Spec file to latest version | ||
* Sat May 15 2022 Rob Lancaster <[email protected]> 2.4.git | ||
- Updating Spec file to latest version | ||
* Sat May 15 2022 Rob Lancaster <[email protected]> 2.3.git | ||
|