Update to 2.91.2
This commit is contained in:
parent
adba3d4b0e
commit
2c12b6cf78
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,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
|
||||
/gedit-2.91.2.tar.bz2
|
||||
|
||||
15
gedit.spec
15
gedit.spec
@ -10,8 +10,8 @@
|
||||
Summary: Text editor for the GNOME desktop
|
||||
Name: gedit
|
||||
Epoch: 2
|
||||
Version: 2.91.1
|
||||
Release: 2%{?dist}
|
||||
Version: 2.91.2
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and GFDL
|
||||
Group: Applications/Editors
|
||||
#VCS: git:git://git.gnome.org/gedit
|
||||
@ -32,8 +32,6 @@ 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
|
||||
@ -95,8 +93,6 @@ 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
|
||||
|
||||
@ -104,7 +100,8 @@ intltoolize -f
|
||||
%configure \
|
||||
--disable-scrollkeeper \
|
||||
--disable-introspection \
|
||||
--disable-gtk-doc
|
||||
--disable-gtk-doc \
|
||||
--enable-introspection=yes
|
||||
make %{_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -167,8 +164,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
|
||||
%{_libdir}/pkgconfig/gedit.pc
|
||||
%{_datadir}/gtk-doc
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Nov 11 2010 Dan Williams <dcbw@redhat.com> - 2:2.91.2-1
|
||||
- Update to 2.91.2
|
||||
|
||||
* Thu Nov 4 2010 Matthias Clasen <mclasen@redhat.com> - 2:2.91.1-2
|
||||
- Make the epoch match what it should be
|
||||
|
||||
|
||||
5047
gtk3.patch
5047
gtk3.patch
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user