public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ginga] rawhide: update to 7.0.0
Date: Mon, 27 Jul 2026 21:11:13 GMT	[thread overview]
Message-ID: <178518667369.1.7290926279419059923.rpms-ginga-dff413013e40@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-07-27 21:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178518667369.1.7290926279419059923.rpms-ginga-dff413013e40@fedoraproject.org \
    --to=rosset.filipe@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox