Update to 0.6.2

This commit is contained in:
Robin Lee 2017-05-04 14:37:19 +08:00
parent c31ae4b5d3
commit 6740c8007f
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ texworks-0.2.3.tar.gz
/texworks-release-0.4.6.tar.gz
/texworks-release-0.6.0.tar.gz
/texworks-release-0.6.1.tar.gz
/texworks-release-0.6.2.tar.gz

View File

@ -1 +1 @@
3c482faec65442b24e941739e7caa7f6 texworks-release-0.6.1.tar.gz
SHA512 (texworks-release-0.6.2.tar.gz) = 036f714b19ad73db9bbba2940c6937ffbf378df5d7d79d116b52e8d00970ce9ba04388c13e141a21e0e5431b04c971bc35dbae0ec5a4ebfe3d5ca2bcad687782

View File

@ -3,8 +3,8 @@
%endif
Name: texworks
Version: 0.6.1
Release: 9%{?dist}
Version: 0.6.2
Release: 1%{?dist}
Summary: A simple IDE for authoring TeX documents
Group: Applications/Editors
@ -58,6 +58,7 @@ popd
pushd build
%make_install INSTALL="install -p"
popd
rm %{buildroot}/%{_docdir}/%{name}/COPYING
%post
update-desktop-database &> /dev/null || :
@ -66,6 +67,7 @@ update-desktop-database &> /dev/null || :
update-desktop-database &> /dev/null || :
%files
%license COPYING
%{_docdir}/%{name}/
%{_bindir}/%{name}
%{_libdir}/%{name}/
@ -76,6 +78,9 @@ update-desktop-database &> /dev/null || :
%changelog
* Thu May 4 2017 Robin Lee <cheeselee@fedoraproject.org> - 0.6.2-1
- Update to 0.6.2
* Tue Mar 28 2017 David Tardon <dtardon@redhat.com> - 0.6.1-9
- rebuild for poppler 0.53.0