Accepting request 32088 from home:vuntz:branches:GNOME:Factory

Copy from home:vuntz:branches:GNOME:Factory/gedit via accept of submit request 32088 revision 3.
Request was accepted with message:
ok

OBS-URL: https://build.opensuse.org/request/show/32088
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gedit?expand=0&rev=57
This commit is contained in:
Vincent Untz
2010-02-11 00:32:21 +00:00
committed by Git OBS Bridge
parent 3774e3582b
commit 338f126828
4 changed files with 24 additions and 12 deletions

View File

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

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

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
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

View File

@@ -1,5 +1,5 @@
#
# spec file for package gedit (Version 2.29.5)
# spec file for package gedit (Version 2.29.6)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -36,8 +36,8 @@ BuildRequires: python-gtksourceview-devel
BuildRequires: translation-update-upstream
BuildRequires: update-desktop-files
License: GPLv2+
Group: Productivity/Editors/Other
Version: 2.29.5
Group: Productivity/Text/Editors
Version: 2.29.6
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
@@ -45,8 +45,8 @@ Source: ftp://ftp.gnome.org/pub/gnome/sources/gedit/2.25/%{name}-%{versi
Patch0: gedit-desktop.patch
Url: http://www.gnome.org
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Provides: gedit2
Obsoletes: gedit2
Provides: gedit2 = %{version}
Obsoletes: gedit2 < %{version}
Requires: python-gnome python-gobject2 python-gtk python-gtksourceview
Requires: %{name}-lang = %{version}
%gconf_schemas_prereq
@@ -57,9 +57,9 @@ Gedit is a small, fast, and reliable editor for the GNOME 2.x Desktop.
%package devel
License: GPLv2+
Summary: The Editor for the GNOME 2.x Desktop
Group: Productivity/Editors/Other
Provides: gedit2-devel
Obsoletes: gedit2-devel
Group: Productivity/Text/Editors
Provides: gedit2-devel = %{version}
Obsoletes: gedit2-devel < %{version}
Requires: %{name} = %{version}
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
License: GPLv2+
Summary: Additional documentation of the Editor for the GNOME 2.x Desktop
Group: Productivity/Editors/Other
Group: Productivity/Text/Editors
Requires: gtk-doc
%description doc