Accepting request 795181 from GNOME:Factory
Scripted push of project GNOME:Next (forwarded request 795026 from iznogood) OBS-URL: https://build.opensuse.org/request/show/795181 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gedit-plugins?expand=0&rev=55
This commit is contained in:
commit
985c7f01be
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:420b2ec8f4b316e1ab289d7444d4a4d489ba641989b1fdcf9d6b769a1d388d72
|
|
||||||
size 978800
|
|
3
gedit-plugins-3.36.2.tar.xz
Normal file
3
gedit-plugins-3.36.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1151b955393f75b5ee59b51154fda4f1928f498fe986a5584d3cd440876a6af6
|
||||||
|
size 980648
|
@ -1,3 +1,39 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 20 20:44:33 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 3.36.2:
|
||||||
|
+ Fix Session Saver plugin.
|
||||||
|
+ Fix crash in Find in Files plugin.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 11 18:33:36 UTC 2020 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
- Update to version 3.36.1:
|
||||||
|
+ Embedded terminal plugin: fix crash caused by removed
|
||||||
|
gnome-terminal GSettings key.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 6 17:47:11 UTC 2020 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
- Update to version 3.36.0:
|
||||||
|
+ Updates to the user manual.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 12 22:56:15 CET 2020 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.35.90:
|
||||||
|
+ Remove the Zeitgeist plugin.
|
||||||
|
+ Small code improvements.
|
||||||
|
- Changes from version 3.35.1:
|
||||||
|
+ Lots of improvements to the build system (meson).
|
||||||
|
+ Adapt file metadata key name for gedit 3.35.
|
||||||
|
+ Some small maintenance tasks.
|
||||||
|
+ Updated translations.
|
||||||
|
- Drop pkgconfig(zeitgeist-2.0) BuildRequires: no longer needed.
|
||||||
|
- Drop the gedit-plugin-zeitgeist subpackage (obsoleted by the main
|
||||||
|
package).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 4 18:33:40 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
Tue Feb 4 18:33:40 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -18,19 +18,19 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gedit-plugins
|
Name: gedit-plugins
|
||||||
Version: 3.34.1
|
Version: 3.36.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A collection of plugins for gedit
|
Summary: A collection of plugins for gedit
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Text/Editors
|
Group: Productivity/Text/Editors
|
||||||
URL: https://wiki.gnome.org/Apps/Gedit/PluginsLists
|
URL: https://wiki.gnome.org/Apps/Gedit/PluginsLists
|
||||||
Source0: https://download.gnome.org/sources/gedit-plugins/3.34/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/gedit-plugins/3.36/%{name}-%{version}.tar.xz
|
||||||
Source1: gedit-plugins.SUSE
|
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
|
# 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
|
Patch0: bracketcompletion-use-key-release-event-to-work-wi.patch
|
||||||
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: meson >= 0.49.0
|
BuildRequires: meson >= 0.50.0
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python3-base
|
BuildRequires: python3-base
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
@ -40,7 +40,7 @@ BuildRequires: vala >= 0.28.0
|
|||||||
BuildRequires: yelp-tools
|
BuildRequires: yelp-tools
|
||||||
BuildRequires: pkgconfig(appstream-glib)
|
BuildRequires: pkgconfig(appstream-glib)
|
||||||
BuildRequires: pkgconfig(dbus-python) >= 0.82
|
BuildRequires: pkgconfig(dbus-python) >= 0.82
|
||||||
BuildRequires: pkgconfig(gedit) >= 3.31.0
|
BuildRequires: pkgconfig(gedit) >= 3.36
|
||||||
BuildRequires: pkgconfig(gio-2.0) >= 2.32.0
|
BuildRequires: pkgconfig(gio-2.0) >= 2.32.0
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.32.0
|
BuildRequires: pkgconfig(glib-2.0) >= 2.32.0
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.9.0
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.9.0
|
||||||
@ -49,8 +49,7 @@ BuildRequires: pkgconfig(libgit2-glib-1.0) >= 0.0.6
|
|||||||
BuildRequires: pkgconfig(libpeas-1.0) >= 1.7.0
|
BuildRequires: pkgconfig(libpeas-1.0) >= 1.7.0
|
||||||
BuildRequires: pkgconfig(libpeas-gtk-1.0) >= 1.7.0
|
BuildRequires: pkgconfig(libpeas-gtk-1.0) >= 1.7.0
|
||||||
BuildRequires: pkgconfig(vte-2.91)
|
BuildRequires: pkgconfig(vte-2.91)
|
||||||
BuildRequires: pkgconfig(zeitgeist-2.0) >= 0.9.12
|
Requires: gedit >= 3.36
|
||||||
Requires: gedit >= 3.14.0
|
|
||||||
Recommends: %{name}-data
|
Recommends: %{name}-data
|
||||||
Suggests: gedit-plugin-bookmarks
|
Suggests: gedit-plugin-bookmarks
|
||||||
Suggests: gedit-plugin-bracketcompletion
|
Suggests: gedit-plugin-bracketcompletion
|
||||||
@ -71,6 +70,8 @@ Suggests: gedit-plugin-textsize
|
|||||||
Suggests: gedit-plugin-wordcompletion
|
Suggests: gedit-plugin-wordcompletion
|
||||||
Enhances: gedit
|
Enhances: gedit
|
||||||
Obsoletes: gedit-plugin-dashboard <= %{version}
|
Obsoletes: gedit-plugin-dashboard <= %{version}
|
||||||
|
# Zeitgeist plugin was removed with version 3.35.90
|
||||||
|
Obsoletes: gedit-plugin-zeitgeist < 3.35.90
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains a number of plugins for gedit, such as:
|
This package contains a number of plugins for gedit, such as:
|
||||||
@ -268,18 +269,6 @@ The gedit translate plugin
|
|||||||
%description -n gedit-plugin-wordcompletion
|
%description -n gedit-plugin-wordcompletion
|
||||||
The gedit wordcompletion plugin
|
The gedit wordcompletion plugin
|
||||||
|
|
||||||
%package -n gedit-plugin-zeitgeist
|
|
||||||
Summary: Zeitgeist dataprovider for gedit
|
|
||||||
Group: Productivity/Text/Editors
|
|
||||||
Requires: %{name}-data
|
|
||||||
Requires: gedit
|
|
||||||
Requires: zeitgeist
|
|
||||||
Supplements: packageand(gedit:zeitgeist)
|
|
||||||
|
|
||||||
%description -n gedit-plugin-zeitgeist
|
|
||||||
The zeitgeist plugin for gedit provides a zeitgeist dataprovider that
|
|
||||||
logs access and leave event for documents used with gedit.
|
|
||||||
|
|
||||||
%lang_package
|
%lang_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -429,11 +418,6 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%{_libdir}/gedit/plugins/libwordcompletion.so
|
%{_libdir}/gedit/plugins/libwordcompletion.so
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.wordcompletion.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.wordcompletion.gschema.xml
|
||||||
|
|
||||||
%files -n gedit-plugin-zeitgeist
|
|
||||||
%{_datadir}/metainfo/gedit-zeitgeist.metainfo.xml
|
|
||||||
%{_libdir}/gedit/plugins/zeitgeist.plugin
|
|
||||||
%{_libdir}/gedit/plugins/libzeitgeist.so
|
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user