Accepting request 29400 from home:MBoman:branches:GNOME:Factory

Copy from home:MBoman:branches:GNOME:Factory/gedit via accept of submit request 29400 revision 2.
Request was accepted with message:
thanks

OBS-URL: https://build.opensuse.org/request/show/29400
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gedit?expand=0&rev=54
This commit is contained in:
Vincent Untz 2010-01-15 01:31:13 +00:00 committed by Git OBS Bridge
parent 65e8586008
commit 85168f6b4e
4 changed files with 58 additions and 38 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f12699367ec4f48ffce87f8b116b55561a03e055c4bf74cc96e5adb3b4e2fce6
size 4638557

3
gedit-2.29.4.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:77ef4c518251acdf7fb442a667cb928a4d6afc70f63aac7e131653a5dc16acc9
size 4708616

View File

@ -1,3 +1,44 @@
-------------------------------------------------------------------
Wed Jan 13 03:25:28 CET 2010 - captain.magnus@opensuse.org
- Update to version 2.29.4:
+ Several refactorings
+ Don't check words that are marked no-spell-check
+ Tools outputpanel refactored
+ Added support for platform specific tools
+ Improved menu integration and several fixes on OS X
+ Add xslt and html snippets
+ Remember autospell per document
+ Misc bugfixes
+ Translation updates
-------------------------------------------------------------------
Wed Dec 2 11:28:05 CET 2009 - vuntz@opensuse.org
- Update to version 2.29.3:
+ Use gio metadata system
+ Misc bugfixes
+ Updated translations.
- Changes from version 2.29.2:
+ Order hidden files after normal files on filebrowser
+ Removed indent plugin, this is now supported by gtksourceview
+ Implemented file open support on OS X
+ Fixed OS X native vs X11 built
+ Basic mac OS X integration
+ Use GtkSpinner instead of GeditSpinner
+ Misc bugfixes
+ Updated translations.
- Update the way we remove the la locale for old versions of
openSUSE.
-------------------------------------------------------------------
Sat Nov 14 16:41:37 CET 2009 - vuntz@opensuse.org
- Update to version 2.29.1:
+ Use the new completion framework in the snippets plugin
+ Misc bugfixes
+ Updated translations.
-------------------------------------------------------------------
Tue Sep 22 18:16:53 CEST 2009 - dimstar@opensuse.org

View File

@ -1,5 +1,5 @@
#
# spec file for package gedit (Version 2.28.0)
# spec file for package gedit (Version 2.29.4)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -35,9 +35,9 @@ BuildRequires: python-gtk-devel
BuildRequires: python-gtksourceview-devel
BuildRequires: translation-update-upstream
BuildRequires: update-desktop-files
License: GPL v2 or later
License: GPLv2+
Group: Productivity/Editors/Other
Version: 2.28.0
Version: 2.29.4
Release: 1
Summary: The Editor for the GNOME 2.x Desktop
Source: ftp://ftp.gnome.org/pub/gnome/sources/gedit/2.25/%{name}-%{version}.tar.bz2
@ -54,15 +54,8 @@ Requires: %{name}-lang = %{version}
%description
Gedit is a small, fast, and reliable editor for the GNOME 2.x Desktop.
Authors:
--------
Chema Celorio <chema@ximian.com>
Paolo Maggi <maggi@athena.polito.it>
%package devel
License: GPL v2 or later
License: GPLv2+
Summary: The Editor for the GNOME 2.x Desktop
Group: Productivity/Editors/Other
Provides: gedit2-devel
@ -73,30 +66,16 @@ Requires: libgnomeui-devel libglade2-devel libgnomeprintui-devel gtksource
%description devel
Gedit is a small, fast, and reliable editor for the GNOME 2.x Desktop.
Authors:
--------
Chema Celorio <chema@ximian.com>
Paolo Maggi <maggi@athena.polito.it>
%package doc
License: GPL v2 or later
License: GPLv2+
Summary: Additional documentation of the Editor for the GNOME 2.x Desktop
Group: Productivity/Editors/Other
Requires: gtk-doc
%description doc
This package contains additional documenation for Gedit (a small, fast,
This package contains additional documentation for Gedit (a small, fast,
and reliable editor for the GNOME 2.x Desktop).
Authors:
--------
Chema Celorio <chema@ximian.com>
Paolo Maggi <maggi@athena.polito.it>
%lang_package
%prep
%setup -q
@ -111,10 +90,15 @@ make %{?jobs:-j%jobs}
%install
%makeinstall
%suse_update_desktop_file -N gedit -G "Text Editor" gedit TextEditor
%if 0%{?suse_version} <= 1110
%{__rm} %{buildroot}%{_datadir}/locale/la/LC_MESSAGES/*
%endif
%if 0%{?suse_version} <= 1120
%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
%endif
%suse_update_desktop_file -N gedit -G "Text Editor" gedit TextEditor
%find_lang %{name}
%find_gconf_schemas
cat %{name}.schemas_list >%{name}.lst
rm $RPM_BUILD_ROOT%{_libdir}/*/*/*.*a
%fdupes $RPM_BUILD_ROOT
@ -127,7 +111,7 @@ rm -rf $RPM_BUILD_ROOT
%preun -f %{name}.schemas_preun
%files -f %{name}.lst
%files -f %{name}.schemas_list
%defattr(-, root, root)
%doc AUTHORS BUGS ChangeLog COPYING MAINTAINERS NEWS README
%{_bindir}/gedit
@ -139,11 +123,6 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_mandir}/man1/gedit*
%files lang -f %{name}.lang
%defattr(-, root, root)
%if %suse_version <= 1110
# exclude locales which don't exist on old versions of openSUSE
%exclude %{_datadir}/locale/la/LC_MESSAGES/*
%endif
%files devel
%defattr(-, root, root)