Accepting request 1123586 from GNOME:Next
- Update to version 44: + control available lanes to paint. + avoid load history twice. + Show commit details for submodule history view. + Honor core.hooksPath property. + Add file filter by name for stage view. + Calculate selected ref on history view. + Show info on errors in command line about init option. + Open files in external editor. + Allow to sign commits. + Correct behaviour of --standalone option. + Option to delete sources from disk. + Deal correctly with stage/unstage of selection on new files. + Honor system preferences about using dark theme. + highlight characters outside margins. + Allow to edit remotes. - Drop 1978973b12848741b08695ec2020bac98584d636.patch: fixed upstream. - Add pkgconfig(libhandy-1) and pkgconfig(gpgme) BuildRequires: new dependencies. OBS-URL: https://build.opensuse.org/request/show/1123586 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gitg?expand=0&rev=71
This commit is contained in:
@@ -1,36 +0,0 @@
|
||||
From 1978973b12848741b08695ec2020bac98584d636 Mon Sep 17 00:00:00 2001
|
||||
From: Jan Beich <jbeich@FreeBSD.org>
|
||||
Date: Mon, 24 Jan 2022 12:17:52 +0000
|
||||
Subject: [PATCH] meson: drop unused argument for i18n.merge_file()
|
||||
|
||||
Ignored in Meson < 0.60.0, deprecated since 0.60.1 and fatal since 0.61.0.
|
||||
|
||||
data/meson.build:8:0: ERROR: Function does not take positional arguments.
|
||||
data/meson.build:44:0: ERROR: Function does not take positional arguments.
|
||||
---
|
||||
data/meson.build | 2 --
|
||||
1 file changed, 2 deletions(-)
|
||||
|
||||
diff --git a/data/meson.build b/data/meson.build
|
||||
index a8b90fd1..2413531d 100644
|
||||
--- a/data/meson.build
|
||||
+++ b/data/meson.build
|
||||
@@ -6,7 +6,6 @@ desktop_config = configuration_data()
|
||||
desktop_config.set('icon', application_id)
|
||||
desktop_config.set('binary', gitg_name)
|
||||
i18n.merge_file(
|
||||
- desktop,
|
||||
type: 'desktop',
|
||||
input: configure_file(
|
||||
input: desktop + '.in.in',
|
||||
@@ -42,7 +41,6 @@ appdata_config = configuration_data()
|
||||
appdata_config.set('app-id', application_id)
|
||||
appdata_config.set('gettext', gitg_name)
|
||||
i18n.merge_file(
|
||||
- appdata,
|
||||
type: 'xml',
|
||||
input: configure_file(
|
||||
input: appdata + '.in.in',
|
||||
--
|
||||
GitLab
|
||||
|
||||
6
_service
6
_service
@@ -1,8 +1,8 @@
|
||||
<services>
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gitg.git</param>
|
||||
<param name="revision">refs/tags/v41</param>
|
||||
<param name="revision">refs/tags/v44</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
</service>
|
||||
@@ -11,5 +11,5 @@
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled" />
|
||||
<service name="set_version" mode="manual" />
|
||||
</services>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ceed9f8d39b1de57deb03cdb4965bd7158fcf5d53e238932169e61a9c2b63c54
|
||||
size 18326541
|
||||
3
gitg-44.obscpio
Normal file
3
gitg-44.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:529d5885eb0f287bea53e3ba8e2f0a74466e55f28d7dea7213ab927429bb4dfd
|
||||
size 18529293
|
||||
24
gitg.changes
24
gitg.changes
@@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 6 10:51:40 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 44:
|
||||
+ control available lanes to paint.
|
||||
+ avoid load history twice.
|
||||
+ Show commit details for submodule history view.
|
||||
+ Honor core.hooksPath property.
|
||||
+ Add file filter by name for stage view.
|
||||
+ Calculate selected ref on history view.
|
||||
+ Show info on errors in command line about init option.
|
||||
+ Open files in external editor.
|
||||
+ Allow to sign commits.
|
||||
+ Correct behaviour of --standalone option.
|
||||
+ Option to delete sources from disk.
|
||||
+ Deal correctly with stage/unstage of selection on new files.
|
||||
+ Honor system preferences about using dark theme.
|
||||
+ highlight characters outside margins.
|
||||
+ Allow to edit remotes.
|
||||
- Drop 1978973b12848741b08695ec2020bac98584d636.patch: fixed
|
||||
upstream.
|
||||
- Add pkgconfig(libhandy-1) and pkgconfig(gpgme) BuildRequires: new
|
||||
dependencies.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 2 09:53:32 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
name: gitg
|
||||
version: 41
|
||||
mtime: 1640610174
|
||||
commit: 1adffb6b3ce97626f2ed23885d6d0e44a2764cbe
|
||||
|
||||
version: 44
|
||||
mtime: 1691062584
|
||||
commit: f41b818a9aeceb69480b8098109fa2c449e24879
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gitg
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gitg
|
||||
Version: 41
|
||||
Version: 44
|
||||
Release: 0
|
||||
Summary: Git repository viewer
|
||||
License: GPL-2.0-or-later
|
||||
@@ -27,8 +27,6 @@ Source0: %{name}-%{version}.tar.xz
|
||||
|
||||
# PATCH-FIX-OPENSUSE gitg-typelib-dependencies.patch dimstar@opensuse.org -- Change the way we add library dependencies to .typelibs. openSUSE requires a full library name, incl. version
|
||||
Patch0: gitg-typelib-dependencies.patch
|
||||
# PATCH-FIX-UPSTREAM 1978973b12848741b08695ec2020bac98584d636.patch -- Fix build with meson 0.61.0 and newer
|
||||
Patch1: https://gitlab.gnome.org/GNOME/gitg/-/commit/1978973b12848741b08695ec2020bac98584d636.patch
|
||||
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: meson
|
||||
@@ -38,6 +36,7 @@ BuildRequires: pkgconfig(gee-0.8)
|
||||
BuildRequires: pkgconfig(gladeui-2.0) >= 3.2
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.38
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.10.1
|
||||
BuildRequires: pkgconfig(gpgme)
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
||||
BuildRequires: pkgconfig(gspell-1) >= 1.8.1
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.20.0
|
||||
@@ -45,6 +44,7 @@ BuildRequires: pkgconfig(gtksourceview-4) >= 4.0.3
|
||||
BuildRequires: pkgconfig(json-glib-1.0)
|
||||
BuildRequires: pkgconfig(libdazzle-1.0)
|
||||
BuildRequires: pkgconfig(libgit2-glib-1.0) >= 0.27.7
|
||||
BuildRequires: pkgconfig(libhandy-1)
|
||||
BuildRequires: pkgconfig(libpeas-1.0) >= 1.5.0
|
||||
BuildRequires: pkgconfig(libpeas-gtk-1.0) >= 1.5.0
|
||||
BuildRequires: pkgconfig(libsecret-1)
|
||||
|
||||
Reference in New Issue
Block a user