Accepting request 162161 from GNOME:Factory
Update to 3.8.0 OBS-URL: https://build.opensuse.org/request/show/162161 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gedit-plugins?expand=0&rev=27
This commit is contained in:
commit
7d63adce57
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c5e92830e6029110bf1117bd9f31b23a9ad907210b8cb37039772f5bfcf6d174
|
||||
size 1402568
|
3
gedit-plugins-3.8.0.tar.xz
Normal file
3
gedit-plugins-3.8.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:44e8d61ae634898bf3a86be8b6b2fd4f998f85dcf6cb92ec80a508ca245ce6b5
|
||||
size 722464
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 25 20:35:23 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.8.0:
|
||||
+ Misc bugfixes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 19:56:57 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.7.1:
|
||||
+ Port plugins to python 3.
|
||||
+ Drop session saver plugin.
|
||||
+ Drop taglist plugin.
|
||||
+ Misc bugfixes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 16 15:04:20 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gedit-plugins
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2009 Dominique Leuenberger, Almere, The Netherlands.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -21,9 +21,9 @@ Name: gedit-plugins
|
||||
Summary: A collection of plugins for gedit
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Editors/Other
|
||||
Version: 3.6.1
|
||||
Version: 3.8.0
|
||||
Release: 0
|
||||
Source: http://download.gnome.org/sources/gedit-plugins/3.6/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/gedit-plugins/3.8/%{name}-%{version}.tar.xz
|
||||
Url: http://live.gnome.org/GeditPlugins
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gnome-doc-utils-devel
|
||||
@ -31,10 +31,10 @@ BuildRequires: intltool
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: pkgconfig(dbus-python)
|
||||
BuildRequires: pkgconfig(gedit) >= 3.2.1
|
||||
BuildRequires: pkgconfig(gedit) >= 3.7.1
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.4.0
|
||||
BuildRequires: pkgconfig(gtksourceview-3.0) >= 3.0.0
|
||||
BuildRequires: pkgconfig(libpeas-gtk-1.0) >= 1.0.0
|
||||
BuildRequires: pkgconfig(libpeas-gtk-1.0) >= 1.7.0
|
||||
BuildRequires: pkgconfig(vte-2.90)
|
||||
Requires: %{name}-lang = %{version}
|
||||
Requires: gedit
|
||||
@ -74,9 +74,6 @@ translation-update-upstream
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
# sr@latin was added by translation-update-upstream, so kill sr@Latn
|
||||
test -d %{buildroot}%{_datadir}/locale/sr@latin
|
||||
rm -r %{buildroot}%{_datadir}/locale/sr@Latn
|
||||
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
|
||||
%find_lang %{name}
|
||||
%fdupes %{buildroot}/%{_datadir}/gedit/plugins
|
||||
@ -99,7 +96,6 @@ rm -rf %{buildroot}
|
||||
# bookmarks
|
||||
%{_libdir}/gedit/plugins/bookmarks.plugin
|
||||
%{_libdir}/gedit/plugins/libbookmarks.so
|
||||
%{_datadir}/gedit/plugins/bookmarks/
|
||||
# bracketcompletion
|
||||
%{_libdir}/gedit/plugins/bracketcompletion.plugin
|
||||
%{_libdir}/gedit/plugins/bracketcompletion.py*
|
||||
@ -129,20 +125,12 @@ rm -rf %{buildroot}
|
||||
# multiedit
|
||||
%{_libdir}/gedit/plugins/multiedit.plugin
|
||||
%{_libdir}/gedit/plugins/multiedit/
|
||||
# sessionsaver
|
||||
%{_libdir}/gedit/plugins/sessionsaver.plugin
|
||||
%{_libdir}/gedit/plugins/sessionsaver/
|
||||
%{_datadir}/gedit/plugins/sessionsaver/
|
||||
# smartspaces
|
||||
%{_libdir}/gedit/plugins/smartspaces.plugin
|
||||
%{_libdir}/gedit/plugins/smartspaces.py*
|
||||
# synctex
|
||||
%{_libdir}/gedit/plugins/synctex.plugin
|
||||
%{_libdir}/gedit/plugins/synctex/
|
||||
# taglist
|
||||
%{_libdir}/gedit/plugins/taglist.plugin
|
||||
%{_libdir}/gedit/plugins/libtaglist.so
|
||||
%{_datadir}/gedit/plugins/taglist/
|
||||
# terminal
|
||||
%{_libdir}/gedit/plugins/terminal.plugin
|
||||
%{_libdir}/gedit/plugins/terminal.py*
|
||||
|
Loading…
Reference in New Issue
Block a user