|
|
|
@ -21,7 +21,7 @@
|
|
|
|
|
%global LIBGSF_REQ 1.12.0
|
|
|
|
|
%global POPPLER_REQ 0.6
|
|
|
|
|
|
|
|
|
|
%global git_pull_JST D20091126T1510
|
|
|
|
|
%global git_pull_JST D20091203T1630
|
|
|
|
|
|
|
|
|
|
%global use_autotool 0
|
|
|
|
|
%global update_po 1
|
|
|
|
@ -145,7 +145,7 @@ gzip -9 ChangeLog-*
|
|
|
|
|
--enable-python
|
|
|
|
|
|
|
|
|
|
%if %{update_po}
|
|
|
|
|
make -C po gnome-commander.pot update-po
|
|
|
|
|
%{__make} -C po gnome-commander.pot update-po
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%{__make} %{?_smp_mflags} -k \
|
|
|
|
@ -214,6 +214,11 @@ scrollkeeper-update -q || :
|
|
|
|
|
%{_datadir}/pixmaps/%{name}/
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Dec 3 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp>
|
|
|
|
|
- Update to the latest git
|
|
|
|
|
(to fix crash when cancelling symlink creation with ESC
|
|
|
|
|
bug 542366, GNOME bug 603301)
|
|
|
|
|
|
|
|
|
|
* Thu Nov 26 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:1.2.9-0.1.git_D20091126T1510
|
|
|
|
|
- Chase master git branch for F-13 after discussion with the upstream
|
|
|
|
|
developer
|
|
|
|
|