public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ginga] rawhide: update to 7.0.0
@ 2026-07-27 21:11 Filipe Rosset
  0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-07-27 21:11 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/ginga
            Branch : rawhide
            Commit : dff413013e40c9b40529bef0d4625a470c9d29e8
            Author : Filipe Rosset <rosset.filipe@gmail.com>
            Date   : 2026-07-27T15:48:33-03:00
            Stats  : +9/-11 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/ginga/c/dff413013e40c9b40529bef0d4625a470c9d29e8?branch=rawhide

            Log:
            update to 7.0.0

Resolves: rhbz#2423759

Signed-off-by: Filipe Rosset <rosset.filipe@gmail.com>

---
diff --git a/.gitignore b/.gitignore
index cbc699c..809ac41 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@
 /ginga-5.3.0.tar.gz
 /ginga-5.4.0.tar.gz
 /ginga-5.5.1.tar.gz
+/ginga-7.0.0.tar.gz

diff --git a/ginga.spec b/ginga.spec
index 35afed6..ba87b83 100644
--- a/ginga.spec
+++ b/ginga.spec
@@ -16,7 +16,7 @@ panning and zooming windows, star catalog access, cuts, star pick/fwhm,
 thumbnails, etc.}
 
 Name:           ginga
-Version:        5.5.1
+Version:        7.0.0
 Release:        %autorelease
 Summary:        %{sum}
 # License breakdown
@@ -36,6 +36,8 @@ BuildRequires:  fontpackages-devel
 Requires:       python3-%{name} = %{version}-%{release}
 
 BuildArch:      noarch
+Recommends:     google-roboto-fonts
+Recommends:     google-roboto-condensed-fonts
 
 %description %_description
 
@@ -58,7 +60,7 @@ Examples for %{name}
 
 %prep
 %autosetup
-sed -i -e s/opencv-python-headless/opencv/ -e s/python-magic.*/file-magic/ setup.cfg
+sed -i -e s/opencv-python-headless/opencv/ setup.cfg
 # we don't have pillow-heif packaged
 sed -i -e /pillow-heif/d setup.cfg
 
@@ -66,6 +68,7 @@ sed -i -e /pillow-heif/d setup.cfg
 %pyproject_buildrequires -x recommended -x qt5 -t
 
 %build
+%py3_shebang_fix ginga/examples
 %pyproject_wheel
 
 %install
@@ -93,19 +96,13 @@ ln -sf %{_fontbasedir}/google-roboto/RobotoCondensed-Italic.ttf %{buildroot}/%{p
 ln -sf %{_fontbasedir}/google-roboto/RobotoCondensed-Regular.ttf %{buildroot}/%{python3_sitelib}/%{name}/fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf
 # TODO - Bundled Ubuntu_Mono
 
-# ginga/web/pgw/ipg.py has wrong permissions
-chmod 755 %{buildroot}/%{python3_sitelib}/%{name}/web/pgw/ipg.py
-chmod 755 %{buildroot}/%{python3_sitelib}/%{name}/util/mosaic.py
-
-# Fix wrong interpreters in some scripts...
-%py3_shebang_fix %{buildroot}/%{python3_sitelib}/ginga/web/pgw/ipg.py %{buildroot}/%{python3_sitelib}/ginga/examples
-
 %check
 %tox
 
 %files
 %doc README.md LONG_DESC.txt doc/WhatsNew.rst
-%{_bindir}/*
+%{_bindir}/ggrc
+%{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 
 %files -n python3-%{name} -f %{pyproject_files}

diff --git a/sources b/sources
index 4624b21..9235628 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ginga-5.5.1.tar.gz) = 0b758947e0fd54a121ac9b60ccb374c7b5780ab6167eed4f90a6bfa68d33868ee851a2d6ede4769deca594518e1aab655475f01363f572f1fe906c67cf0f6f0c
+SHA512 (ginga-7.0.0.tar.gz) = 0289d087fda924c4b6f6cfff1dcdfb0873e93859b6bb482c49a357e3fafd62916f520da66eab473cb17ab9ed50546cc87a612aa598f1e00df87b05b7ea69ef39

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-27 21:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-27 21:11 [rpms/ginga] rawhide: update to 7.0.0 Filipe Rosset

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox