Accepting request 183853 from GNOME:Factory
Update to 3.9.2 (forwarded request 183803 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/183853 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gedit-plugins?expand=0&rev=30
This commit is contained in:
commit
44605bb038
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e5d8afd342ca1b18b6d09e9b552412d2aa7067014fe3ad744fe45d83fa74d1ae
|
||||
size 1293744
|
3
gedit-plugins-3.9.2.tar.xz
Normal file
3
gedit-plugins-3.9.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c5231f66c7700a2ba68fc923aa05412cdcb2c4cc0e037503ddbcc19c10d3b23f
|
||||
size 1289604
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 20 09:16:50 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.9.2:
|
||||
+ Show the file's git status in the file browser.
|
||||
+ Word completion: add configure options.
|
||||
+ Misc bugfixes.
|
||||
+ Updated translations.
|
||||
- Add pkgconfig(libgit2-glib-1.0) BuildRequires: enable the git
|
||||
plugin.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 21 19:50:58 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
@ -21,7 +21,7 @@ Name: gedit-plugins
|
||||
Summary: A collection of plugins for gedit
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Editors/Other
|
||||
Version: 3.9.1
|
||||
Version: 3.9.2
|
||||
Release: 0
|
||||
Source: http://download.gnome.org/sources/gedit-plugins/3.9/%{name}-%{version}.tar.xz
|
||||
Url: http://live.gnome.org/GeditPlugins
|
||||
@ -32,8 +32,9 @@ BuildRequires: translation-update-upstream
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(dbus-python)
|
||||
BuildRequires: pkgconfig(gedit) >= 3.7.1
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.4.0
|
||||
BuildRequires: pkgconfig(gtksourceview-3.0) >= 3.0.0
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.9.0
|
||||
BuildRequires: pkgconfig(gtksourceview-3.0) >= 3.9.2
|
||||
BuildRequires: pkgconfig(libgit2-glib-1.0) >= 0.0.6
|
||||
BuildRequires: pkgconfig(libpeas-gtk-1.0) >= 1.7.0
|
||||
BuildRequires: pkgconfig(vte-2.90)
|
||||
Requires: %{name}-lang = %{version}
|
||||
@ -123,6 +124,9 @@ rm -rf %{buildroot}
|
||||
%{_libdir}/gedit/plugins/drawspaces.plugin
|
||||
%{_libdir}/gedit/plugins/libdrawspaces.so
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.drawspaces.gschema.xml
|
||||
# git
|
||||
%{_libdir}/gedit/plugins/git.plugin
|
||||
%{_libdir}/gedit/plugins/git/
|
||||
# joinlines
|
||||
%{_libdir}/gedit/plugins/joinlines.plugin
|
||||
%{_libdir}/gedit/plugins/joinlines.py*
|
||||
@ -145,6 +149,7 @@ rm -rf %{buildroot}
|
||||
# wordcompletion
|
||||
%{_libdir}/gedit/plugins/wordcompletion.plugin
|
||||
%{_libdir}/gedit/plugins/libwordcompletion.so
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.wordcompletion.gschema.xml
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user