From 9a3d9b4fb1198501da17491d1ef58e4ae49753d646ad0e539665dda41bfd06e1 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Tue, 1 Sep 2009 21:24:39 +0000 Subject: [PATCH] Accepting request 19299 from Publishing Copy from Publishing/lyx based on submit request 19299 from user prusnak OBS-URL: https://build.opensuse.org/request/show/19299 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lyx?expand=0&rev=19 --- lyx-1.6.3.tar.bz2 | 3 - lyx-1.6.4.tar.bz2 | 3 + lyx.changes | 13 +++ lyx.spec | 229 +--------------------------------------------- 4 files changed, 19 insertions(+), 229 deletions(-) delete mode 100644 lyx-1.6.3.tar.bz2 create mode 100644 lyx-1.6.4.tar.bz2 diff --git a/lyx-1.6.3.tar.bz2 b/lyx-1.6.3.tar.bz2 deleted file mode 100644 index b00872d..0000000 --- a/lyx-1.6.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f3288bafb6750cf618f19d31509ad7bbae324496cfaecebf60df90d7bf614fb -size 10930791 diff --git a/lyx-1.6.4.tar.bz2 b/lyx-1.6.4.tar.bz2 new file mode 100644 index 0000000..89569a7 --- /dev/null +++ b/lyx-1.6.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b56e53e6884a9f1417811c03e5c986d79955444e8169244a2b80b0709223d15 +size 10999565 diff --git a/lyx.changes b/lyx.changes index 585ae5e..e811fea 100644 --- a/lyx.changes +++ b/lyx.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Aug 29 05:47:39 UTC 2009 - beineri@opensuse.org + +- update to 1.6.4: + * Workaround to a nasty problem in recent Qt versions (Qt 4.5.0 + up to 4.5.2) that made LyX crash if the document included + images that were scaled to certain sizes in the work area. + * Fixes to problems that might result in the loss of data. + * Many other stability improvements, thanks to a new debugging + script that helped to reveal uncovered critical bugs. + * Further fixes to the LaTeX importer (tex2lyx) and the + conversion of older LyX documents (lyx2lyx). + ------------------------------------------------------------------- Tue Jun 9 09:51:38 CEST 2009 - coolo@novell.com diff --git a/lyx.spec b/lyx.spec index cf98a07..47b45ee 100644 --- a/lyx.spec +++ b/lyx.spec @@ -1,5 +1,5 @@ # -# spec file for package lyx (Version 1.6.3) +# spec file for package lyx (Version 1.6.4) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -30,9 +30,9 @@ License: LGPL v2.1 or later Group: Productivity/Publishing/TeX/Frontends Requires: texlive-latex ImageMagick free-ttf-fonts AutoReqProv: on -Version: 1.6.3 +Version: 1.6.4 Release: 1 -%define rversion 1.6.3 +%define rversion 1.6.4 Summary: LaTeX-Based WYSIWYG Editor Url: http://www.lyx.org/ Source: lyx-%{rversion}.tar.bz2 @@ -125,226 +125,3 @@ rm -rf $RPM_BUILD_ROOT %doc %{_mandir}/man1/tex2lyx.1.gz %changelog -* Tue Jun 09 2009 coolo@novell.com -- update to 1.6.3: Qt 4.5 support -- fix build in not including boost -* Mon Feb 16 2009 ro@suse.de -- drop buildreq for lprng -* Mon Nov 10 2008 stbinner@suse.de -- updato to final 1.6 release: translation updates -* Thu Oct 30 2008 stbinner@suse.de -- update to 1.6 release candidate 5: bugfixes -* Sat Oct 25 2008 stbinner@suse.de -- update to 1.6 release candidate 4: bugfixes -* Thu Oct 09 2008 werner@suse.de -- Correct path for texmf -* Thu Oct 02 2008 stbinner@suse.de -- update to 1.6 release candidate 3: bugfixes -* Fri Sep 19 2008 stbinner@suse.de -- update to 1.6 release candidate 2 (bnc#427534) - * multiple work areas as tab items - * split views - * user-formattable collapsable insets - * layout modules - * citation dialog - * support for the LaTeX package hyperref - * dialog for insertion of hyperlinks and URLs - * revised support for wrapped floats - * new implementation of math macros - * TAB completion in the math editor and in text mode - * framework for tooltip showing in the document work area - * new symbols dialog - * and much more: http://wiki.lyx.org/LyX/NewInLyX16 -* Tue Jul 22 2008 coolo@suse.de -- update to 1.5.5: - * for changelog, see http://www.lyx.org/announce/1_5_5.txt -- take out autogen.sh call -* Tue Apr 29 2008 dmueller@suse.de -- add upstream fix for qt 4.4 crash on startup -* Fri Mar 07 2008 dmueller@suse.de -- update to 1.5.4: - * for a changelog, see http://www.lyx.org/announce/1_5_4.txt -* Sat Jan 12 2008 coolo@suse.de -- update to 1.5.3 release: various UI improvements - * see http://www.lyx.org/announce/1_5_3.txt -* Sun Aug 05 2007 stbinner@suse.de -- update to 1.5.1 release: several bugs and crashes fixed -* Sat Aug 04 2007 stbinner@suse.de -- update to 1.5 release: - * Unicode support, Integrated CJK support - * Full interface support for Armenian and Farsi - * Multiple views of the same buffer - * Outliner and embedded Table of Contents - * Session management, Source code Viewer - * New Font Selection Interface, Tabular extensions - * Native support for Nomenclatures - * Tabbed Widgets, Qt 4 Fronend - * Change tracking enhancements - * Enhanced clipboard/selection handling - * Limited support for local class and layout files -* Thu Jul 05 2007 coolo@suse.de -- use %%find_lang -* Thu Jul 05 2007 coolo@suse.de -- put desktop file and icon into package -* Sun Apr 29 2007 stbinner@suse.de -- fix build for < 10.3 -* Fri Apr 27 2007 bg@suse.de -- update to version 1.5.0beta2, notably: - o merge with CJK version - o initial unicode support - o qt4 frontend - o http://www.lyx.org/announce/1_5_0_beta2.txt -- use included boost (which is newer than our system boost, and - unfortunately not compatible) -- use TeXLive -* Sat Oct 21 2006 schwab@suse.de -- Fix bogus version check. -* Mon Jul 17 2006 bg@suse.de -- specfile cleanups and fixes for 1.4.2 -- moved lyx binaries to /usr/bin to be in the same prefix as the - shared files. -* Thu Jul 13 2006 bg@suse.de -- update to version 1.4.2 - o many bugfixes - o improved import filter for TeX files - o several new features like wordcount, branches and changetracking - for documents - o the configuration now searches for many more helper utilities -- use system boost libraries instead of included boost -* Tue Jul 11 2006 bg@suse.de -- make autogen.sh work with newer versions of autoconf -* Fri Jan 27 2006 mls@suse.de -- converted neededforbuild to BuildRequires -* Mon Jan 23 2006 dmueller@suse.de -- package lyx.png icon as well -* Tue Nov 29 2005 pth@suse.de -- Fix compiler version check. -- Fix type-punning. -* Thu Nov 17 2005 dmueller@suse.de -- fix build -* Tue Aug 30 2005 bg@suse.de -- adding kpdf to checklist in configure (Bug #113507) -* Mon Jul 18 2005 bg@suse.de -- update to version 1.3.6 -* Tue Jun 07 2005 bg@suse.de -- update to CVS version 20050606 -* Tue Oct 19 2004 bg@suse.de -- update to version 1.3.5 -- fix for locale no (Bug #27748) -* Thu Feb 19 2004 bg@suse.de -- update to version 1.3.4 -* Tue Feb 03 2004 bg@suse.de -- update to version 1.3.3 -* Sat Jan 10 2004 adrian@suse.de -- build as user -* Sat Aug 16 2003 adrian@suse.de -- add desktop file from kappfinder -* Mon Jul 28 2003 bg@suse.de -- add free-ttf-fonts to dependency list (Bug #28103) -* Mon Jul 28 2003 bg@suse.de -- update to version 1.3.2 -- add ImageMagick to dependency list (Bug #27110) -- fix Bug #26642 (too many arguments in lyx configure) -* Mon Jun 16 2003 kukuk@suse.de -- Remove gsview from neededforbuild -* Thu Jun 12 2003 kukuk@suse.de -- Fix filelist -* Thu Apr 24 2003 mfabian@suse.de -- update to version 1.3.1 -* Tue Mar 04 2003 mfabian@suse.de -- fix build for x86_64 (--with-qt-libraries=$QTDIR/%%{_lib}) -* Mon Mar 03 2003 bg@suse.de -- update to version 1.3.0 -- apply workaround for ICE -- change frontend to qt -* Thu Feb 06 2003 bg@suse.de -- removed -mminimal-toc for ppc64 (bug #23266). -* Thu Jan 30 2003 ro@suse.de -- update to 1.2.3 (builds with xforms-1.0) -- updated neededforbuild -* Mon Aug 12 2002 meissner@suse.de -- removed hylafax from neededforbuild -* Tue Jun 25 2002 olh@suse.de -- build with -mminimal-toc on ppc64 -* Thu Jun 20 2002 mfabian@suse.de -- use special ASCII version of tolower instead of the locale - dependent tolower for case insensitive comparison of keywords - because otherwise the comparison fails in Turkish locale - (lower case of 'I' is 'i' without the dot in Turkish locale) -- fix kb_keymap::getiso for latin 5 locale (Turkish) to - make Turkish input work correctly. -* Wed Jun 12 2002 mfabian@suse.de -- update to 1.2.0 -- remove lyx-1.1.6fix4-buildroot.patch, not needed anymore -- add /usr/X11R6/bin/noweb2lyx to file list -* Mon Apr 15 2002 bg@suse.de -- fix building with g++ 3.1 -* Sat Mar 09 2002 ro@suse.de -- replaced lprold by lprng in neededforbuild -* Thu Jan 31 2002 mfabian@suse.de -- use BuildRoot -- fix SuSEconfig.lyx script for SuSE Linux 8.0 -* Tue Jan 15 2002 bg@suse.de -- update to version 1.1.6fix4 -* Fri Jul 20 2001 kukuk@suse.de -- changed neededforbuild to -* Fri Jul 06 2001 bg@suse.de -- fix severe performance problems when displaying previews - (workaround for Bug #9191) -- resolve compile problem on ia64 -- make sure, SuSEconfig.lyx is installed executable -* Thu Jun 28 2001 bg@suse.de -- update to version 1.6fix2 -- resolves compile problems on several architectures -* Tue May 15 2001 froh@suse.de -- fixed suse_update_config -* Wed May 09 2001 uli@suse.de -- bzipped tarball -* Mon Apr 02 2001 bg@suse.de -- update to version 1.6fix1 -- did not integrate Czech locales, this is subject of a bugzilla - entry. -- resolve Bug 5185 (SuSEconfig.lyx being too verbose) -- fix for gcc 2.95 is not necessary anymore. -* Mon Sep 25 2000 uli@suse.de -- added libjpeg to neededforbuild -* Tue Aug 29 2000 bg@suse.de -- added fix from uli for gcc 2.95.3 -* Fri Aug 25 2000 bg@suse.de -- new version 1.1.5fix1 -* Tue May 30 2000 kasal@suse.de -- patched to work with Czech locales -* Tue May 30 2000 bg@suse.de -- added two bugfix patches -- moved /usr/doc/packages -- removed Makefile.Linux -* Wed Feb 23 2000 bg@suse.de -- add Bugfix Patch -* Fri Feb 04 2000 bg@suse.de -- changed to new version 1.1.4 -* Sun Jan 16 2000 bg@suse.de -- moved /usr/man to /usr/share/man -- added symlink to enable some styles in TeX -- applied a patch to fix some smaller bugs -* Thu Dec 30 1999 bg@suse.de -- changed to new version 1.1.3 -* Mon Sep 20 1999 ro@suse.de -- added Requires TeX -* Mon Sep 13 1999 bs@suse.de -- ran old prepare_spec on spec file to switch to new prepare_spec. -* Wed Mar 17 1999 fehr@suse.de -- changed to new version 1.0.1 -* Wed Feb 24 1999 ro@suse.de -- added xformsd to neededforbuild -* Wed Feb 11 1998 fehr@suse.de -- Changed to new Version 0.12.0pre8 -* Tue Oct 07 1997 fehr@suse.de -- Prepared package for automatic build -* Mon May 12 1997 fehr@suse.de -- New version 0.10.7 -* Thu Jan 02 1997 fehr@suse.de -- Added lpr as spool command to system.lyxrc -* Thu Jan 02 1997 fehr@suse.de -- New Version 0.10.3 -* Thu Jan 02 1997 fehr@suse.de -- New Version 0.10.1