Update to 3.19.4
This commit is contained in:
parent
79d5ec7ee7
commit
654575c464
1
.gitignore
vendored
1
.gitignore
vendored
@ -94,3 +94,4 @@ gedit-2.31.6.tar.bz2
|
||||
/gedit-3.19.1.tar.xz
|
||||
/gedit-3.19.2.tar.xz
|
||||
/gedit-3.19.3.tar.xz
|
||||
/gedit-3.19.4.tar.xz
|
||||
|
||||
13
gedit.spec
13
gedit.spec
@ -18,13 +18,13 @@
|
||||
%global enchant_version 1.2.0
|
||||
%global isocodes_version 0.35
|
||||
%global libpeas_version 1.14.1
|
||||
%global gspell_version 0.2.3
|
||||
%global gspell_version 0.2.4
|
||||
|
||||
Summary: Text editor for the GNOME desktop
|
||||
Name: gedit
|
||||
Epoch: 2
|
||||
Version: 3.19.3
|
||||
Release: 2%{?dist}
|
||||
Version: 3.19.4
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and GFDL
|
||||
Group: Applications/Editors
|
||||
#VCS: git:git://git.gnome.org/gedit
|
||||
@ -46,7 +46,6 @@ BuildRequires: pkgconfig(pygobject-3.0)
|
||||
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
|
||||
BuildRequires: gettext
|
||||
BuildRequires: which
|
||||
BuildRequires: autoconf, automake, libtool
|
||||
BuildRequires: intltool
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: itstool
|
||||
@ -105,9 +104,6 @@ Install gedit-devel if you want to write plugins for gedit.
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
autoreconf -i -f
|
||||
intltoolize -f
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--disable-gtk-doc \
|
||||
@ -207,6 +203,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
%{_datadir}/vala/
|
||||
|
||||
%changelog
|
||||
* Tue Feb 16 2016 David King <amigadave@amigadave.com> - 3.19.4-1
|
||||
- Update to 3.19.4
|
||||
|
||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2:3.19.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user