Mailinglist Archive: opensuse-commit (710 mails)

< Previous Next >
commit gedit-plugins for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Fri, 14 May 2010 00:57:05 +0200
  • Message-id: <20100513225705.54397202B5@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package gedit-plugins for openSUSE:Factory
checked in at Fri May 14 00:57:05 CEST 2010.



--------
New Changes file:

--- /dev/null 2010-05-05 16:06:09.000000000 +0200
+++ /mounts/work_src_done/STABLE/gedit-plugins/gedit-plugins.changes
2010-05-12 16:17:38.000000000 +0200
@@ -0,0 +1,97 @@
+-------------------------------------------------------------------
+Wed May 12 14:17:02 UTC 2010 - dimstar@xxxxxxxxxxxx
+
+- Choose valid RPM group.
+
+-------------------------------------------------------------------
+Thu Apr 1 13:45:39 CEST 2010 - vuntz@xxxxxxxxxxxx
+
+- Remove unneeded gedit BuildRequires, since gedit-devel now brings
+ it in.
+
+-------------------------------------------------------------------
+Tue Mar 30 00:19:26 CEST 2010 - vuntz@xxxxxxxxxxxx
+
+- Update to version 2.30.0:
+ + Commander:
+ - change shortcut to control-+
+ - hide commander when done
+ - add autocomplete for edit.rename
+ - make shell background and replace also accessible from the
+ module
+ - improve new-command template
+ - implement support for accelerators
+ - allow completion of empty command
+ - various bug fixes
+ + Add new align module
+ + Updated translations.pdated translations.
+
+-------------------------------------------------------------------
+Sun Jan 17 04:35:24 CET 2010 - vuntz@xxxxxxxxxxxx
+
+- Update to version 2.29.4:
+ + Added new plugin commander
+ + Added message bus bindings for bookmarks actions
+ + Misc Bugfixes
+ + Updated translations.
+- Use fdupes on /usr/share/gedit-2 too.
+
+-------------------------------------------------------------------
+Thu Dec 3 00:41:14 CET 2009 - vuntz@xxxxxxxxxxxx
+
+- Update to version 2.29.3:
+ + Misc Bugfixes
+ + Updated translations.
+- Changes from version 2.29.2:
+ + Added multi edit plugin
+ + Misc Bugfixes
+ + Updated translations.
+- Changes from version 2.29.1:
+ + Added word completion plugin
+ + Added support for drawing leading, text and trailing spaces
+ + Misc Bugfixes
+ + Updated translations.
+
+-------------------------------------------------------------------
+Thu Oct 1 17:38:19 CEST 2009 - vuntz@xxxxxxxxxxxx
+
+- Update to version 2.28.0:
+ + Misc Bugfixes
+ + Updated translations.
+
+-------------------------------------------------------------------
+Wed Aug 26 10:33:28 CEST 2009 - vuntz@xxxxxxxxxx
+
+- Update to version 2.27.1:
+ + Remember bookmarks on files using metadata
+ + Misc Bugfixes
+ + Updated translations.
+
+-------------------------------------------------------------------
+Fri Jul 31 12:29:14 CEST 2009 - vuntz@xxxxxxxxxx
+
+- Update to version 2.26.3:
+ + Misc bugfixes
+ + Updated translations.
+
+-------------------------------------------------------------------
+Tue May 19 10:00:50 CEST 2009 - dominique-obs@xxxxxxxxxxxxxxx
+
+- Update to version 2.26.2:
+ + Misc bugfixes
+ + Updated translations.
+
+-------------------------------------------------------------------
+Mon May 18 03:36:20 CEST 2009 - vuntz@xxxxxxxxxx
+
+- Do not use tabs, remove trailing white spaces.
+- Add missing Requires for the lang package.
+- Fix the sr@Latn with a simple mv, instead of patching.
+- Use fdupes.
+- Add Requires on gedit.
+
+-------------------------------------------------------------------
+Sat May 16 22:41:30 CEST 2009 - dominique-obs@xxxxxxxxxxxxxxx
+
+- New package for gedit-plugins, all plugins enabled.
+

calling whatdependson for head-i586


New:
----
gedit-plugins-2.30.0.tar.bz2
gedit-plugins.changes
gedit-plugins.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gedit-plugins.spec ++++++
#
# spec file for package gedit-plugins (Version 2.30.0)
#
# Copyright (c) 2010 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
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name: gedit-plugins
Summary: A collection of plugins for gedit
Version: 2.30.0
Release: 1
Source: %{name}-%{version}.tar.bz2
License: GPL v2 or late
Group: Productivity/Editors/Other
Url: http://live.gnome.org/GeditPlugins
BuildRequires: fdupes
BuildRequires: gconf2-devel
BuildRequires: gedit-devel
BuildRequires: glib2-devel
BuildRequires: gnome-doc-utils-devel
BuildRequires: gtk2-devel
BuildRequires: gtksourceview-devel
BuildRequires: gucharmap-devel
BuildRequires: intltool
BuildRequires: pkg-config
BuildRequires: python-gtk-devel
BuildRequires: python-gtksourceview-devel
BuildRequires: vte-devel
Requires: gedit
Requires: %{name}-lang = %{version}
Enhances: gedit
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%gconf_schemas_prereq

%description
Here follows a list of plugins currently available in gedit-plugins:

* Bracket Completion Add automaically a closing bracket when you
insert one
* Charmap Select characters from a charactermap
* Code Comment Comment or uncomment blocks of code
* Color picker Select and insert a color from a dialog (for html,
css, php)
* Join lines/ Split lines Join or split multiple lines through Ctrl+J
and Ctrl+Shift+J
* Session Saver Allow to bookmark working sessions in order to get
them back for further use
* Smart Spaces Allow to unindent like if you were using tabs while
you're using spaces
* Show tabbar A very basic plugin which shows or hides the gedit tabbar
* Terminal A simple terminal widget accessible from the bottom panel

%prep
%setup -q

%lang_package

%build
%configure
%__make %{?jobs:-j%jobs}

%install
%makeinstall
# Change sr@Latn to sr@latin
mv %{buildroot}%{_datadir}/locale/sr@Latn
%{buildroot}%{_datadir}/locale/sr@latin
%find_lang %{name}
%find_gconf_schemas
%fdupes %{buildroot}/%{_datadir}/gedit-2/plugins
%fdupes %{buildroot}/%{_libdir}/gedit-2/plugins

%clean
rm -rf %{buildroot}

%pre -f %{name}.schemas_pre

%preun -f %{name}.schemas_preun

%posttrans -f %{name}.schemas_posttrans

%files -f %{name}.schemas_list
%defattr(-,root,root)
%{_libdir}/gedit-2/plugins/*
%{_datadir}/gedit-2/plugins/*

%files lang -f %{name}.lang

%changelog

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages