From 6c9e24fc5aba5c76cc565c7d326ad8588e6754d1b855bd68fe751f00ee8a2aaa Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 13 Mar 2008 18:00:21 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gedit?expand=0&rev=15 --- gedit-default-plugins.patch | 28 ---------------------------- gedit.changes | 6 ++++++ gedit.spec | 7 ++++--- 3 files changed, 10 insertions(+), 31 deletions(-) delete mode 100644 gedit-default-plugins.patch diff --git a/gedit-default-plugins.patch b/gedit-default-plugins.patch deleted file mode 100644 index f399557..0000000 --- a/gedit-default-plugins.patch +++ /dev/null @@ -1,28 +0,0 @@ - - data/gedit.schemas.in | 15 +++++++++++++++ - 1 files changed, 15 insertions(+) - -diff -urN gedit-2.6.1/data/gedit.schemas.in gedit/data/gedit.schemas.in ---- gedit-2.6.1/data/gedit.schemas.in 2004-02-12 07:17:39.000000000 -0500 -+++ gedit/data/gedit.schemas.in 2004-08-03 14:35:38.202865667 -0400 -@@ -1,5 +1,20 @@ - - -+ -+ -+ /schemas/apps/gedit-2/plugins/docinfo -+ /apps/gedit-2/plugins/docinfo -+ gedit -+ bool -+ TRUE -+ -+ Enable Document Info Plugin -+ Enable the Document Information plugin, which provides -+ statistics about the current document, such as the number of -+ words. -+ -+ -+ - - /schemas/apps/gedit-2/preferences/editor/font/use_default_font - /apps/gedit-2/preferences/editor/font/use_default_font diff --git a/gedit.changes b/gedit.changes index 30415ee..f718860 100644 --- a/gedit.changes +++ b/gedit.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 13 13:33:34 CET 2008 - sbrabec@suse.cz + +- Removed obsolete docinfo activation patch, now part of + /apps/gedit-2/plugins/active-plugins. + ------------------------------------------------------------------- Tue Mar 4 23:12:11 CET 2008 - maw@suse.de diff --git a/gedit.spec b/gedit.spec index 01af204..6df66c1 100644 --- a/gedit.spec +++ b/gedit.spec @@ -16,14 +16,13 @@ BuildRequires: aspell-devel docbook_4 enchant-devel fdupes gettext gnome-common License: GPL v2 or later Group: Productivity/Editors/Other Version: 2.21.2 -Release: 1 +Release: 4 Summary: The Editor for the GNOME 2.x Desktop Source: ftp://ftp.gnome.org/pub/gnome/sources/gedit/2.10/%{name}-%{version}.tar.bz2 Url: http://www.gnome.org BuildRoot: %{_tmppath}/%{name}-%{version}-build Provides: gedit2 Obsoletes: gedit2 -Patch1: gedit-default-plugins.patch Patch2: gedit-desktop.patch Requires: gnome-python-desktop python-gnome python-gobject2 python-gtk python-xml Requires: %{name}-lang = %{version} @@ -77,7 +76,6 @@ Authors: %prep %setup -q gnome-patch-translation-prepare -%patch1 -p1 %patch2 -p1 gnome-patch-translation-update @@ -135,6 +133,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gtk-doc/html/gedit %changelog +* Thu Mar 13 2008 sbrabec@suse.cz +- Removed obsolete docinfo activation patch, now part of + /apps/gedit-2/plugins/active-plugins. * Wed Mar 05 2008 maw@suse.de - Update to version 2.21.2: + Misc bugfixes