diff --git a/texworks-0.4.3.tar.bz2 b/texworks-0.4.3.tar.bz2 deleted file mode 100644 index f850dba..0000000 --- a/texworks-0.4.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18ed7cfc0b3131251e06ca467eb6e7d9dd7fff3f1f96fe42d10c572438fe4348 -size 4445559 diff --git a/texworks-0.4.4-r1004.tar.gz b/texworks-0.4.4-r1004.tar.gz new file mode 100644 index 0000000..e02ca5b --- /dev/null +++ b/texworks-0.4.4-r1004.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a51867cb88dd1496c88664b484d9b8b6e267e68bec967a8a0b45d3c77bff5b4 +size 5305883 diff --git a/texworks.changes b/texworks.changes index 3fb360d..c2a1520 100644 --- a/texworks.changes +++ b/texworks.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Sun Apr 29 08:45:11 UTC 2012 - badshah400@gmail.com + +- Update to version 0.4.4: + + Fix crash caused by Qt when adding lines at the beginning of a + document + + Fix search/replace for multi-line strings + + Work around layout issues which cause lines to disappear + + Fix building with BSD make + + Fix block selection of last paragraph + + Fix overwrite of "Find all occurrences" option + + Improve "Unable to execute..." error dialog + + Rename "Show/Hide Output Panel" to "Show/Hide Console Output" + in the menu and the preferences dialog + + Remove subject and add instructions to body of the "email to + mailinglist" + + Bring the window running TeX to the top at the beginning of + typesetting to ensure that the console output is visible + + Allow symlinks and display only folders in "path for programs" + in the preferences dialog + + Add "Clear Recent Files" to "Open Recent" menu + + Add an autocompletion entry to the preferences dialog + + Add Lua(La)TeX to the default tools (and drop LaTeXmk by + default) + + Add an option to open log files + + Add CMake support (experimental) + + Update SyncTeX to version 1.17 + + Update URLs to http://www.tug.org/texworks/ + + Some enhancements to functions available to scripting + + Avoid showing an empty message box for script results + + Resolve symlinks when looking for scripts + + Expose the scripts' titles, authors, filenames, etc. to + scripting + + Update/improve scripts: open pdf in default viewer, derive + spellchecking language from babel package, log parser. + ------------------------------------------------------------------- Mon Feb 13 10:56:50 UTC 2012 - coolo@suse.com diff --git a/texworks.spec b/texworks.spec index 275b084..3de4925 100644 --- a/texworks.spec +++ b/texworks.spec @@ -13,14 +13,17 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # + +%define release_num r1004 + Name: texworks -Version: 0.4.3 +Version: 0.4.4 Release: 1 License: GPL-2.0+ Summary: TeXshop-like TeX Editor Url: http://www.tug.org/texworks/ Group: Productivity/Publishing/TeX/Frontends -Source0: texworks-%{version}.tar.bz2 +Source0: http://texworks.googlecode.com/files/%{name}-%{version}-%{release_num}.tar.gz BuildRequires: dbus-1-devel BuildRequires: desktop-file-utils BuildRequires: hunspell-devel