Updating link to change in openSUSE:Factory/gedit revision 45.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gedit?expand=0&rev=4e880615a1a3635666f9d0b142eb5215
This commit is contained in:
committed by
Git OBS Bridge
parent
b7984a59d2
commit
ea855fcc4f
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:77ef4c518251acdf7fb442a667cb928a4d6afc70f63aac7e131653a5dc16acc9
|
|
||||||
size 4708616
|
|
3
gedit-2.29.8.tar.bz2
Normal file
3
gedit-2.29.8.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:077fa176465513f9813ddb8fa5775a950a555f742c7f7aa1652450153b0dc3b5
|
||||||
|
size 4750104
|
@@ -1,3 +1,42 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 3 10:06:04 CET 2010 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.29.8:
|
||||||
|
+ Rework encoding validation
|
||||||
|
+ Misc bugfixes
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 25 22:17:47 CET 2010 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.29.7:
|
||||||
|
+ Misc bugfixes
|
||||||
|
+ Many string fixes
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 10 19:39:16 CET 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.29.6:
|
||||||
|
+ Add "Open" to the filebrowser context menu
|
||||||
|
+ Add option to ignore a version until the next is released in
|
||||||
|
the checkupdate plugin
|
||||||
|
+ Misc bugfixes
|
||||||
|
+ Updated translations.
|
||||||
|
- Fix self-obsoletion of gedit2, gedit2-devel.
|
||||||
|
- Change group to Productivity/Text/Editors to fix rpmlint warning.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 25 22:27:26 CET 2010 - captain.magnus@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.29.5:
|
||||||
|
+ Rework file saving and file loading to always use gio and take
|
||||||
|
advantage of gio stream converters to perform encoding
|
||||||
|
conversion and manage line terminators
|
||||||
|
+ Experimental python support on win32
|
||||||
|
+ Misc bugfixes
|
||||||
|
+ Translation updates
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 13 03:25:28 CET 2010 - captain.magnus@opensuse.org
|
Wed Jan 13 03:25:28 CET 2010 - captain.magnus@opensuse.org
|
||||||
|
|
||||||
|
18
gedit.spec
18
gedit.spec
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gedit (Version 2.29.4)
|
# spec file for package gedit (Version 2.29.8)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@@ -36,8 +36,8 @@ BuildRequires: python-gtksourceview-devel
|
|||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Productivity/Editors/Other
|
Group: Productivity/Text/Editors
|
||||||
Version: 2.29.4
|
Version: 2.29.8
|
||||||
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.25/%{name}-%{version}.tar.bz2
|
Source: ftp://ftp.gnome.org/pub/gnome/sources/gedit/2.25/%{name}-%{version}.tar.bz2
|
||||||
@@ -45,8 +45,8 @@ Source: ftp://ftp.gnome.org/pub/gnome/sources/gedit/2.25/%{name}-%{versi
|
|||||||
Patch0: gedit-desktop.patch
|
Patch0: gedit-desktop.patch
|
||||||
Url: http://www.gnome.org
|
Url: http://www.gnome.org
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Provides: gedit2
|
Provides: gedit2 = %{version}
|
||||||
Obsoletes: gedit2
|
Obsoletes: gedit2 < %{version}
|
||||||
Requires: python-gnome python-gobject2 python-gtk python-gtksourceview
|
Requires: python-gnome python-gobject2 python-gtk python-gtksourceview
|
||||||
Requires: %{name}-lang = %{version}
|
Requires: %{name}-lang = %{version}
|
||||||
%gconf_schemas_prereq
|
%gconf_schemas_prereq
|
||||||
@@ -57,9 +57,9 @@ Gedit is a small, fast, and reliable editor for the GNOME 2.x Desktop.
|
|||||||
%package devel
|
%package devel
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Summary: The Editor for the GNOME 2.x Desktop
|
Summary: The Editor for the GNOME 2.x Desktop
|
||||||
Group: Productivity/Editors/Other
|
Group: Productivity/Text/Editors
|
||||||
Provides: gedit2-devel
|
Provides: gedit2-devel = %{version}
|
||||||
Obsoletes: gedit2-devel
|
Obsoletes: gedit2-devel < %{version}
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: libgnomeui-devel libglade2-devel libgnomeprintui-devel gtksourceview-devel
|
Requires: libgnomeui-devel libglade2-devel libgnomeprintui-devel gtksourceview-devel
|
||||||
|
|
||||||
@@ -69,7 +69,7 @@ Gedit is a small, fast, and reliable editor for the GNOME 2.x Desktop.
|
|||||||
%package doc
|
%package doc
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Summary: Additional documentation of the Editor for the GNOME 2.x Desktop
|
Summary: Additional documentation of the Editor for the GNOME 2.x Desktop
|
||||||
Group: Productivity/Editors/Other
|
Group: Productivity/Text/Editors
|
||||||
Requires: gtk-doc
|
Requires: gtk-doc
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
|
Reference in New Issue
Block a user