Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package stellarium for openSUSE:Factory 
checked in at 2025-03-25 22:09:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/stellarium (Old)
 and      /work/SRC/openSUSE:Factory/.stellarium.new.2696 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "stellarium"

Tue Mar 25 22:09:38 2025 rev:72 rq:1255483 version:25.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/stellarium/stellarium.changes    2024-12-24 
16:27:14.891827050 +0100
+++ /work/SRC/openSUSE:Factory/.stellarium.new.2696/stellarium.changes  
2025-03-25 22:18:04.008670865 +0100
@@ -1,0 +2,18 @@
+Sun Mar 23 20:15:41 UTC 2025 - Arjen de Korte <[email protected]>
+
+- Update to 25.1
+  * Switching to using Gaia DR3 catalog (extra catalogues with more
+    than 220 milliones stars)
+  * Full 6D astrometry (2D sky positions, 2D proper motion, parallax,
+    radial velocity) compute for most bright stars (V<10.5)
+  * Modelling movement for 15 couples of binary stars
+  * New powerful data format for sky cultures
+  * Many improvements in Core
+  * Improvements in Telescope Control plugin
+  * Updates in sky cultures (include new one)
+  * Incorporated whole GCVS 5.1 catalog
+  * New tool in AstroCalc dialog
+- Add use-local-md4c.patch: use local version of md4c
+- Remove libindi2.patch (upstreamed)
+
+-------------------------------------------------------------------

Old:
----
  libindi2.patch
  stellarium-24.4.tar.xz
  stellarium-24.4.tar.xz.asc

New:
----
  stellarium-25.1.tar.xz
  stellarium-25.1.tar.xz.asc
  use-local-md4c.patch

BETA DEBUG BEGIN:
  Old:- Add use-local-md4c.patch: use local version of md4c
- Remove libindi2.patch (upstreamed)
BETA DEBUG END:

BETA DEBUG BEGIN:
  New:  * New tool in AstroCalc dialog
- Add use-local-md4c.patch: use local version of md4c
- Remove libindi2.patch (upstreamed)
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ stellarium.spec ++++++
--- /var/tmp/diff_new_pack.mTgZSo/_old  2025-03-25 22:18:07.048796727 +0100
+++ /var/tmp/diff_new_pack.mTgZSo/_new  2025-03-25 22:18:07.052796892 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package stellarium
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 %endif
 
 Name:           stellarium
-Version:        24.4
+Version:        25.1
 Release:        0
 Summary:        Astronomical Sky Simulator
 License:        GPL-2.0-or-later
@@ -32,8 +32,8 @@
 Source0:        
https://github.com/Stellarium/stellarium/releases/download/v%{version}/stellarium-%{version}.tar.xz
 Source1:        
https://github.com/Stellarium/stellarium/releases/download/v%{version}/stellarium-%{version}.tar.xz.asc
 Source2:        %{name}.keyring
-# PATCH-FIX-UPSTREAM https://github.com/Stellarium/stellarium/issues/4019
-Patch0:         libindi2.patch
+# PATCH-FIX-OPENSUSE
+Patch0:         use-local-md4c.patch
 BuildRequires:  cmake >= 3.16.0
 %if 0%{?suse_version} <= 1600
 BuildRequires:  cmake(FastFloat)
@@ -45,9 +45,9 @@
 BuildRequires:  libxkbcommon-devel >= 0.5.0
 BuildRequires:  memory-constraints
 BuildRequires:  pkgconfig
-BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(exiv2)
 BuildRequires:  pkgconfig(libindi) >= 2.0.0
+BuildRequires:  pkgconfig(md4c)
 BuildRequires:  pkgconfig(nlopt)
 BuildRequires:  pkgconfig(zlib)
 %if %{with Qt5}
@@ -128,16 +128,6 @@
 #%%find_lang %%{name}-skycultures
 #cat %%{name}-skycultures.lang >> %%{name}.lang
 
-%if 0%{?suse_version} < 1500
-%post
-%icon_theme_cache_post
-%desktop_database_post
-
-%postun
-%icon_theme_cache_postun
-%desktop_database_postun
-%endif
-
 %files
 %defattr(-,root,root,755)
 %license COPYING

++++++ stellarium-24.4.tar.xz -> stellarium-25.1.tar.xz ++++++
/work/SRC/openSUSE:Factory/stellarium/stellarium-24.4.tar.xz 
/work/SRC/openSUSE:Factory/.stellarium.new.2696/stellarium-25.1.tar.xz differ: 
char 26, line 1


++++++ use-local-md4c.patch ++++++
diff -purN a/CMakeLists.txt b/CMakeLists.txt
--- a/CMakeLists.txt    2025-03-23 12:29:18.000000000 +0100
+++ b/CMakeLists.txt    2025-03-23 21:54:54.186283951 +0100
@@ -847,7 +847,7 @@ IF(ENABLE_XLSX)
      ENDIF()
 ENDIF()
 
-CPMAddPackage(NAME md4c
+CPMFindPackage(NAME md4c
               URL 
https://github.com/mity/md4c/archive/refs/tags/release-0.4.8.tar.gz
               URL_HASH 
SHA256=4a457df853425b6bb6e3457aa1d1a13bccec587a04c38c622b1013a0da41439f
               EXCLUDE_FROM_ALL yes

Reply via email to