This commit is contained in:
Ignacio Casal Quinteiro 2011-08-30 22:49:24 +02:00
parent c717eff731
commit 4b2b42fa97
3 changed files with 10 additions and 10 deletions

1
.gitignore vendored
View File

@ -17,3 +17,4 @@ gedit-2.31.6.tar.bz2
/gedit-3.1.1.tar.xz
/gedit-3.1.2.tar.xz
/gedit-3.1.3.tar.xz
/gedit-3.1.4.tar.xz

View File

@ -1,5 +1,5 @@
%define glib2_version 2.28.0
%define pygo_version 2.27
%define pygo_version 2.90
%define desktop_file_utils_version 0.9
%define gtksourceview_version 3.0.0
%define gnome_doc_utils_version 0.3.2
@ -11,8 +11,8 @@
Summary: Text editor for the GNOME desktop
Name: gedit
Epoch: 2
Version: 3.1.3
Release: 2%{?dist}
Version: 3.1.4
Release: 1%{?dist}
License: GPLv2+ and GFDL
Group: Applications/Editors
#VCS: git:git://git.gnome.org/gedit
@ -27,8 +27,6 @@ Requires(postun): desktop-file-utils >= %{desktop_file_utils_version}
Patch1: gedit-2.13.90-libdir.patch
%endif
Patch2: gedit-remove-unity-quicklist.patch
# http://bugzilla.gnome.org/show_bug.cgi?id=587053
#Patch3: print-to-file.patch
@ -44,7 +42,7 @@ BuildRequires: libattr-devel
BuildRequires: gtksourceview3-devel >= %{gtksourceview_version}
BuildRequires: scrollkeeper gettext
BuildRequires: python-devel
BuildRequires: pygobject2-devel
BuildRequires: pygobject3-devel
BuildRequires: gnome-doc-utils >= %{gnome_doc_utils_version}
BuildRequires: libpeas-devel >= %{libpeas_version}
BuildRequires: gsettings-desktop-schemas-devel
@ -53,7 +51,7 @@ BuildRequires: autoconf, automake, libtool
BuildRequires: intltool
BuildRequires: gobject-introspection-devel
Requires: pygobject2 >= %{pygo_version}
Requires: pygobject3 >= %{pygo_version}
# the run-command plugin uses zenity
Requires: zenity
Requires: gsettings-desktop-schemas
@ -102,8 +100,6 @@ access and leave event for documents used with gedit.
%patch1 -p1 -b .libdir
%endif
%patch2 -p1 -b .remove-unity-quicklist
#%patch3 -p1 -b .print-to-file
autoreconf -i -f
@ -210,6 +206,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
%{_libdir}/gedit/plugins/libzeitgeistplugin.so
%changelog
* Tue Aug 30 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.1.4-1
- Update to 3.1.4
* Tue Aug 04 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.1.3-1
- Update to 3.1.3
- Add patch to not include the unity quicklist on the desktop file.

View File

@ -1 +1 @@
e058814fcb530d25153fc97caf142f28 gedit-3.1.3.tar.xz
dfb053ee94a630b24ed1de057d8169e4 gedit-3.1.4.tar.xz