Update to 3.9.4
This commit is contained in:
parent
0aaecd6111
commit
f9c1ab1845
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
17
gedit.spec
17
gedit.spec
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user