This commit is contained in:
Matthias Clasen 2010-11-03 22:08:27 -04:00
parent aa0694f905
commit 6384cea4ab
4 changed files with 5057 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
gedit-2.31.5.tar.bz2
gedit-2.31.6.tar.bz2
/gedit-2.91.0.tar.bz2
/gedit-2.91.1.tar.bz2

View File

@ -10,8 +10,8 @@
Summary: Text editor for the GNOME desktop
Name: gedit
Epoch: 1
Version: 2.91.0
Release: 5%{?dist}
Version: 2.91.1
Release: 1%{?dist}
License: GPLv2+ and GFDL
Group: Applications/Editors
#VCS: git:git://git.gnome.org/gedit
@ -32,6 +32,8 @@ Patch1: gedit-2.13.90-libdir.patch
# http://bugzilla.gnome.org/show_bug.cgi?id=587053
#Patch3: print-to-file.patch
Patch4: gtk3.patch
BuildRequires: gnome-common
BuildRequires: glib2-devel >= %{glib2_version}
BuildRequires: gtk3-devel
@ -93,6 +95,8 @@ Install gedit-devel if you want to write plugins for gedit.
#%patch3 -p1 -b .print-to-file
%patch4 -p1 -b .gtk3
autoreconf -i -f
intltoolize -f
@ -165,7 +169,8 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
%changelog
* Wed Nov 3 2010 Matthias Clasen <mclasen@redhat.com> - 2:2.91.0-5
* Wed Nov 3 2010 Matthias Clasen <mclasen@redhat.com> - 2:2.91.1-1
- Update to 2.91.1
- Fix Requires in gedit-devel
* Thu Oct 7 2010 Matthias Clasen <mclasen@redhat.com> - 2:2.91.0-1

5047
gtk3.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
abc9ef8420c02b4622c8892d5cfd3ac6 gedit-2.91.0.tar.bz2
506b35c74a8c797a7af7c6edcfafdd99 gedit-2.91.1.tar.bz2