Accepting request 72191 from Publishing
Update to version 0.4.1 OBS-URL: https://build.opensuse.org/request/show/72191 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texworks?expand=0&rev=4
This commit is contained in:
commit
c741672399
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0eac88c73845dbb84b271dfd2bf2401e89711fe802f484cefeeaea8cb03802c5
|
|
||||||
size 4322319
|
|
3
texworks-0.4.1.tar.bz2
Normal file
3
texworks-0.4.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d1feb32b672b916096ec2bd02bd953ce27e2665d404506f9f60ee7863801373f
|
||||||
|
size 4439037
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 27 08:47:21 UTC 2011 - badshah400@gmail.com
|
||||||
|
|
||||||
|
- Update to version 0.4.1
|
||||||
|
+ Option to always close the output panel after typesetting
|
||||||
|
+ Invoke "Goto page" and "Goto line" from the status bar widgets
|
||||||
|
+ Implement pdf zoom menu from the status bar widget
|
||||||
|
+ Allow to reload a file with selectable encoding
|
||||||
|
+ Implement "Help > Settings and Resources..." for easy access,
|
||||||
|
in particular to customizable resources
|
||||||
|
+ Speed up program start-up
|
||||||
|
+ Add \begin{document} to the auto-completion
|
||||||
|
+ Work around the almost invisible highlighting when searching
|
||||||
|
with the "Find all occurences" option
|
||||||
|
+ Improve highlighting of auto-completed text
|
||||||
|
+ Let typeset combobox adjust size dynamically
|
||||||
|
+ Remove the "+" from the zoom tool icon in the PDF preview
|
||||||
|
+ Reduce size of packages
|
||||||
|
+ Fix handling of non-existent files in automatic resource
|
||||||
|
updates
|
||||||
|
+ Fix handling of TEXEDIT environment variable; add support for
|
||||||
|
the MIKTEX_EDITOR environment variable
|
||||||
|
+ Fix several compile time and runtime warnings
|
||||||
|
+ Fix invisible icons in application switcher with compiz
|
||||||
|
+ Rename default ConTeXt tools
|
||||||
|
+ Add more extensions for associating files with TeXworks
|
||||||
|
+ Add support for Python 3.2
|
||||||
|
+ Clean up unused code & files
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 19 19:26:10 UTC 2011 - badshah400@gmail.com
|
Tue Apr 19 19:26:10 UTC 2011 - badshah400@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package texworks
|
# spec file for package TeXworks
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2007-09 by Jonathan Kew.
|
# Copyright (c) 2007-09 by Jonathan Kew.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -12,15 +12,10 @@
|
|||||||
# case the license is the MIT License). An "Open Source License" is a
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: texworks
|
Name: texworks
|
||||||
Version: 0.4.0
|
Version: 0.4.1
|
||||||
Release: 2
|
Release: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Summary: TeXshop-like TeX Editor
|
Summary: TeXshop-like TeX Editor
|
||||||
Url: http://www.tug.org/texworks/
|
Url: http://www.tug.org/texworks/
|
||||||
@ -51,7 +46,6 @@ TeXShop for Mac OS X, which is credited with a resurgence of TeX
|
|||||||
usage on the Mac platform.
|
usage on the Mac platform.
|
||||||
|
|
||||||
%package plugin-python
|
%package plugin-python
|
||||||
License: GPLv2+
|
|
||||||
Summary: Plugins to add python scripting to texworks
|
Summary: Plugins to add python scripting to texworks
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Requires: python
|
Requires: python
|
||||||
@ -69,7 +63,6 @@ usage on the Mac platform.
|
|||||||
This package adds python scripting abitilies to TeXworks.
|
This package adds python scripting abitilies to TeXworks.
|
||||||
|
|
||||||
%package plugin-lua
|
%package plugin-lua
|
||||||
License: GPLv2+
|
|
||||||
Summary: Plugins to add python scripting to texworks
|
Summary: Plugins to add python scripting to texworks
|
||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
Requires: lua
|
Requires: lua
|
||||||
@ -139,7 +132,7 @@ rm -rf %{buildroot}
|
|||||||
%else
|
%else
|
||||||
gtk-update-icon-cache %{_datadir}/icons/hicolor || true
|
gtk-update-icon-cache %{_datadir}/icons/hicolor || true
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%if 0%{?suse_version} > 1130
|
%if 0%{?suse_version} > 1130
|
||||||
%desktop_database_postun
|
%desktop_database_postun
|
||||||
|
Loading…
x
Reference in New Issue
Block a user