This commit is contained in:
committed by
Git OBS Bridge
parent
e554aee7cd
commit
10c7a01d29
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7f6f0e9517a4b8fd741523e04c413e04279ed670001923646f2ea1e2e35929c4
|
|
||||||
size 3392618
|
|
3
gedit-2.19.3.tar.bz2
Normal file
3
gedit-2.19.3.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2676f129a9c043a764e1f1ef0c6cb1bb092b2ce9175cd892ba8f54fc9a9a1cb1
|
||||||
|
size 3561005
|
@@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 2 21:54:17 CEST 2007 - maw@suse.de
|
||||||
|
|
||||||
|
- Update to version 2.19.3:
|
||||||
|
+ Port to gtksourceview 2
|
||||||
|
+ Remove Syntax Highlighting configuration from the preference
|
||||||
|
dialog
|
||||||
|
+ Many improvements and fixes to the snippets plugin
|
||||||
|
+ Add a Document::save signal to notify the start of the saving
|
||||||
|
operation
|
||||||
|
+ Adapt to latest GtkSourceView API changes
|
||||||
|
+ Add a gconf preference for smart-home-end
|
||||||
|
+ Fix external tool saving bug
|
||||||
|
+ Fixes weird focus behavior in the search/replace dialog
|
||||||
|
+ Make Ctrl+P work while print-previewing
|
||||||
|
+ Improve 'Build' external tool
|
||||||
|
+ Avoid having an always-running timeout, uses power
|
||||||
|
+ Don't fail when we cannot change rights on the backup file if
|
||||||
|
it was not needed
|
||||||
|
+ Misc bugfixes
|
||||||
|
+ Updated translations
|
||||||
|
- Use %fdupes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 10 00:23:56 CEST 2007 - maw@suse.de
|
Tue Jul 10 00:23:56 CEST 2007 - maw@suse.de
|
||||||
|
|
||||||
|
28
gedit.spec
28
gedit.spec
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gedit (Version 2.18.1)
|
# spec file for package gedit (Version 2.19.3)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@@ -11,10 +11,10 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: gedit
|
Name: gedit
|
||||||
BuildRequires: aspell-devel docbook_4 enchant-devel gettext gnome-common gnome-doc-utils-devel gnome-patch-translation gnome-python-desktop gnutls-devel gtk-doc gtksourceview-devel indent intltool iso-codes-devel libglade2-devel libgnomeprintui-devel libidl-devel mDNSResponder-devel notification-daemon perl-XML-Parser python-devel python-gobject2-devel python-gtk-devel scrollkeeper update-desktop-files
|
BuildRequires: aspell-devel docbook_4 enchant-devel fdupes gettext gnome-common gnome-doc-utils-devel gnome-patch-translation gnome-python-desktop gnutls-devel gtk-doc gtksourceview-devel indent intltool iso-codes-devel libglade2-devel libgnomeprintui-devel libidl-devel mDNSResponder-devel notification-daemon perl-XML-Parser python-devel python-gobject2-devel python-gtk-devel scrollkeeper update-desktop-files
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: Productivity/Editors/Other
|
Group: Productivity/Editors/Other
|
||||||
Version: 2.18.1
|
Version: 2.19.3
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: The Editor for the GNOME 2.x Desktop
|
Summary: The Editor for the GNOME 2.x Desktop
|
||||||
Source: ftp://ftp.gnome.org/pub/gnome/sources/gedit/2.10/%{name}-%{version}.tar.bz2
|
Source: ftp://ftp.gnome.org/pub/gnome/sources/gedit/2.10/%{name}-%{version}.tar.bz2
|
||||||
@@ -100,6 +100,8 @@ ln -s ../icons/gnome/scalable/apps/text-editor.svg $RPM_BUILD_ROOT%{_datadir}/pi
|
|||||||
cat %{name}.lang %{name}.schemas_list >%{name}.lst
|
cat %{name}.lang %{name}.schemas_list >%{name}.lst
|
||||||
rm $RPM_BUILD_ROOT%{_libdir}/*/*/*.*a
|
rm $RPM_BUILD_ROOT%{_libdir}/*/*/*.*a
|
||||||
|
|
||||||
|
%fdupes $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
@@ -131,6 +133,26 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/gtk-doc/html/gedit
|
%{_datadir}/gtk-doc/html/gedit
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 02 2007 - maw@suse.de
|
||||||
|
- Update to version 2.19.3:
|
||||||
|
+ Port to gtksourceview 2
|
||||||
|
+ Remove Syntax Highlighting configuration from the preference
|
||||||
|
dialog
|
||||||
|
+ Many improvements and fixes to the snippets plugin
|
||||||
|
+ Add a Document::save signal to notify the start of the saving
|
||||||
|
operation
|
||||||
|
+ Adapt to latest GtkSourceView API changes
|
||||||
|
+ Add a gconf preference for smart-home-end
|
||||||
|
+ Fix external tool saving bug
|
||||||
|
+ Fixes weird focus behavior in the search/replace dialog
|
||||||
|
+ Make Ctrl+P work while print-previewing
|
||||||
|
+ Improve 'Build' external tool
|
||||||
|
+ Avoid having an always-running timeout, uses power
|
||||||
|
+ Don't fail when we cannot change rights on the backup file if
|
||||||
|
it was not needed
|
||||||
|
+ Misc bugfixes
|
||||||
|
+ Updated translations
|
||||||
|
- Use %%fdupes.
|
||||||
* Tue Jul 10 2007 - maw@suse.de
|
* Tue Jul 10 2007 - maw@suse.de
|
||||||
- Update to version 2.18.1
|
- Update to version 2.18.1
|
||||||
- Compress the tags plugin data
|
- Compress the tags plugin data
|
||||||
|
Reference in New Issue
Block a user