public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gitg] rawhide: Update to 50
@ 2026-07-02 8:46 Milan Crha
0 siblings, 0 replies; only message in thread
From: Milan Crha @ 2026-07-02 8:46 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gitg
Branch : rawhide
Commit : c2222101c4d72c21a6e9fda7716e2a62033144af
Author : Milan Crha <mcrha@redhat.com>
Date : 2026-07-02T10:44:55+02:00
Stats : +23/-49 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/gitg/c/c2222101c4d72c21a6e9fda7716e2a62033144af?branch=rawhide
Log:
Update to 50
---
diff --git a/.gitignore b/.gitignore
index f775b5f..9a1223b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,40 +1,4 @@
-gitg-0.0.6.tar.bz2
-/gitg-0.2.0.tar.bz2
-/gitg-0.2.2.tar.bz2
-/gitg-0.2.5.tar.xz
-/gitg-0.2.6.tar.xz
-/gitg-0.2.7.tar.xz
-/gitg-0.3.2.tar.xz
-/gitg-0.3.3.tar.xz
-/gitg-3.13.91.tar.xz
-/gitg-3.14.0.tar.xz
-/gitg-3.14.1.tar.xz
-/gitg-3.15.1.tar.xz
-/gitg-3.15.2.tar.xz
-/gitg-3.16.0.tar.xz
-/gitg-3.16.1.tar.xz
-/gitg-bb22c056722473c2b17138b842bac2641da843f4.tar.xz
-/gitg-ee8c80e.tar.xz
-/libgd-ac4ae16.tar.xz
-/gitg-3.17.1.tar.xz
-/gitg-3.18.0.tar.xz
-/gitg-3.19.3.tar.xz
-/gitg-3.19.4.tar.xz
-/gitg-3.19.5.tar.xz
-/gitg-3.19.6.tar.xz
-/gitg-3.20.0.tar.xz
-/gitg-3.20.1.tar.xz
-/gitg-3.21.91.tar.xz
-/gitg-3.21.92.tar.xz
-/gitg-3.22.0.tar.xz
-/gitg-3.23.0.tar.xz
-/gitg-3.23.90.tar.xz
-/gitg-3.24.0.tar.xz
-/gitg-3.26.0.tar.xz
-/gitg-3.30.0.tar.xz
-/gitg-3.30.1.tar.xz
-/gitg-3.32.0.tar.xz
-/gitg-3.32.1.tar.xz
-/gitg-41.tar.xz
-/gitg-44.tar.xz
-/gitg-f7501bc827f1d4476336b0db0791335cf8a613c4.tar.bz2
+/gitg-*.tar.bz2
+/gitg-*.tar.xz
+/libgd-*.tar.xz
+/gitg-*-build
diff --git a/gitg-norpath.patch b/gitg-norpath.patch
index 4916cc7..2f80545 100644
--- a/gitg-norpath.patch
+++ b/gitg-norpath.patch
@@ -3,7 +3,7 @@ diff -up gitg-f7501bc827f1d4476336b0db0791335cf8a613c4/gitg/meson.build.orig git
+++ gitg-f7501bc827f1d4476336b0db0791335cf8a613c4/gitg/meson.build 2025-07-07 12:06:46.918033157 +0200
@@ -155,5 +155,4 @@ executable(
vala_args: vala_flags,
- gui_app: true,
+ win_subsystem: 'windows',
install: true,
- install_rpath: gitg_libdir,
)
diff --git a/gitg.spec b/gitg.spec
index 1dc05f5..970a020 100644
--- a/gitg.spec
+++ b/gitg.spec
@@ -4,10 +4,14 @@
%global commit f7501bc827f1d4476336b0db0791335cf8a613c4
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global gitdate 20250512
-%global git 1
+%global git 0
Name: gitg
+%if 0%{?git}
Version: 45~%{gitdate}git%{shortcommit}
+%else
+Version: 50
+%endif
Release: %autorelease
Summary: GTK+ graphical interface for the git revision control system
@@ -20,12 +24,13 @@ License: GPL-2.0-or-later AND GPL-3.0-or-later AND LGPL-2.0-or-later AND
URL: https://wiki.gnome.org/Apps/Gitg
%if 0%{?git}
Source0: https://gitlab.gnome.org/GNOME/gitg/-/archive/%{commit}/gitg-%{commit}.tar.bz2
+%else
+Source0: https://download.gnome.org/sources/%{name}/%{gnome_major_version}/%{name}-%{version}.tar.xz
+%endif
+
Patch0: gitg-norpath.patch
# fixes build with libpeas1-1.36.0-11 (gir-2.0 port)
Patch1: gitg-gir-2.0.patch
-%else
-Source0: https://download.gnome.org/sources/%{name}/44/%{name}-%{version}.tar.xz
-%endif
BuildRequires: /usr/bin/appstream-util
BuildRequires: /usr/bin/desktop-file-validate
@@ -47,6 +52,7 @@ BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(gtksourceview-4)
BuildRequires: pkgconfig(gspell-1)
BuildRequires: pkgconfig(json-glib-1.0)
+BuildRequires: pkgconfig(libdazzle-1.0)
BuildRequires: pkgconfig(libgit2-glib-1.0) >= %{libgit2_glib_version}
BuildRequires: pkgconfig(libhandy-1)
BuildRequires: pkgconfig(libpeas-1.0)
@@ -84,7 +90,11 @@ This package contains development files for %{name}.
%prep
-%autosetup -p1 -n gitg-%{commit}
+%if 0%{?git}
+%autosetup -p1 -n %{name}-%{commit}
+%else
+%autosetup -p1 -n %{name}-%{version}
+%endif
%build
@@ -106,7 +116,7 @@ This package contains development files for %{name}.
desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.gitg.desktop
appstream-util validate-relax --nonet \
- %{buildroot}/%{_datadir}/metainfo/org.gnome.gitg.appdata.xml
+ %{buildroot}/%{_datadir}/metainfo/org.gnome.gitg.metainfo.xml
@@ -120,7 +130,7 @@ appstream-util validate-relax --nonet \
%{_datadir}/glib-2.0/schemas/org.gnome.gitg.gschema.xml
%{_datadir}/icons/hicolor/scalable/apps/org.gnome.gitg.svg
%{_datadir}/icons/hicolor/scalable/apps/org.gnome.gitg-symbolic.svg
-%{_metainfodir}/org.gnome.gitg.appdata.xml
+%{_metainfodir}/org.gnome.gitg.metainfo.xml
%{_mandir}/man1/gitg.1*
%files libs
diff --git a/sources b/sources
index 199c409..39ef12a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gitg-f7501bc827f1d4476336b0db0791335cf8a613c4.tar.bz2) = 5464ece9d0a235aec3c6a7bb14bf55cd8c79262e269a7f238ad94542867adc957e120e63655250fdd5d6113b26e24fd6f5529baa3d7c9a1137356d32adc8d170
+SHA512 (gitg-50.tar.xz) = 24ba94640a666fb413cb035d41c173c61596205b294ffb353ab53b158649581f046df041cd5d5d3634afe5efa7146ef50068ab796de8fb5c3178af70703078c9
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-02 8:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-02 8:46 [rpms/gitg] rawhide: Update to 50 Milan Crha
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox