Accepting request 1159266 from GNOME:Next
GNOME 46 OBS-URL: https://build.opensuse.org/request/show/1159266 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gedit-plugins?expand=0&rev=143
This commit is contained in:
parent
4f0f4c154b
commit
bbd32e0c36
19
_service
Normal file
19
_service
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0"?>
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gedit-plugins.git</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<!-- <param name="changesgenerate">enable</param> -->
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual" />
|
||||
</services>
|
||||
|
3
gedit-plugins-46.0+9.obscpio
Normal file
3
gedit-plugins-46.0+9.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4381a130b55ec54af4f6128116575118848082120ebd9b221de7a50087c2e643
|
||||
size 8799245
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:db6b4aa72dac0190a8ae497f770f5a4ba66ae3cf1e03ea8b744e6101df09b251
|
||||
size 897216
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 16 07:57:09 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 46.0+9:
|
||||
+ bookmarks: adapt to latest GtkSourceStyle API.
|
||||
+ sessionsaver: explicit Tepl version req.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 14 12:20:00 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
4
gedit-plugins.obsinfo
Normal file
4
gedit-plugins.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: gedit-plugins
|
||||
version: 46.0+9
|
||||
mtime: 1707572580
|
||||
commit: 77897dbd8abc10a4180f59176963356166975943
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gedit-plugins
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2009 Dominique Leuenberger, Almere, The Netherlands.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -18,13 +18,13 @@
|
||||
|
||||
|
||||
Name: gedit-plugins
|
||||
Version: 46.0
|
||||
Version: 46.0+9
|
||||
Release: 0
|
||||
Summary: A collection of plugins for gedit
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Text/Editors
|
||||
URL: https://wiki.gnome.org/Apps/Gedit/PluginsLists
|
||||
Source0: https://download.gnome.org/sources/gedit-plugins/46/%{name}-%{version}.tar.xz
|
||||
Source0: %{name}-%{version}.tar.zst
|
||||
Source1: gedit-plugins.SUSE
|
||||
# PATCH-FIX-UPSTREAM bracketcompletion-use-key-release-event-to-work-wi.patch boo#1027448 bgo#778737 hillwood@opensuse.org -- Switch to use key release event for ibus pinyin input method
|
||||
Patch0: bracketcompletion-use-key-release-event-to-work-wi.patch
|
||||
@ -39,7 +39,7 @@ BuildRequires: vala >= 0.28.0
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(appstream-glib)
|
||||
BuildRequires: pkgconfig(dbus-python) >= 0.82
|
||||
BuildRequires: pkgconfig(gedit) >= 46.0
|
||||
BuildRequires: pkgconfig(gedit) >= 47.alpha
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.32.0
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.32.0
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.9.0
|
||||
|
Loading…
Reference in New Issue
Block a user