Update to 3.9.4

This commit is contained in:
Adam Williamson 2013-08-07 15:58:21 -07:00
parent 0aaecd6111
commit f9c1ab1845
3 changed files with 11 additions and 9 deletions

1
.gitignore vendored
View File

@ -52,3 +52,4 @@ gedit-2.31.6.tar.bz2
/gedit-3.9.1.tar.xz
/gedit-3.9.2.tar.xz
/gedit-3.9.3.tar.xz
/gedit-3.9.4.tar.xz

View File

@ -24,8 +24,8 @@
Summary: Text editor for the GNOME desktop
Name: gedit
Epoch: 2
Version: 3.9.3
Release: 2%{?dist}
Version: 3.9.4
Release: 1%{?dist}
License: GPLv2+ and GFDL
Group: Applications/Editors
#VCS: git:git://git.gnome.org/gedit
@ -179,12 +179,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
%{_datadir}/gedit
%{_datadir}/applications/gedit.desktop
%{_mandir}/man1/*
# Don't seem to appear in the 3.9.3 build, unclear why not or if this
# is a bug - adamw 2013/07
#%if %{with_python3}
#%{python3_sitearch}/gi/overrides/Gedit.py*
#%{python3_sitearch}/gi/overrides/__pycache__
#%endif
%if %{with_python3}
%{python3_sitearch}/gi/overrides/Gedit.py*
%{python3_sitearch}/gi/overrides/__pycache__
%endif
%{_libexecdir}/gedit
%{_libdir}/gedit/girepository-1.0
%dir %{_libdir}/gedit
@ -241,6 +239,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
%endif
%changelog
* Wed Aug 07 2013 Adam Williamson <awilliam@redhat.com> - 2:3.9.4-1
- Update to 3.9.4
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:3.9.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

View File

@ -1 +1 @@
04cc9f3f61fd007aeed19175c3318492 gedit-3.9.3.tar.xz
00b79e72534f1d2f565024d7dc14998a gedit-3.9.4.tar.xz