Hello community,

here is the log from the commit of package lyx for openSUSE:Factory
checked in at Tue Sep 6 15:40:10 CEST 2011.



--------
--- lyx/lyx.changes     2011-06-28 21:54:06.000000000 +0200
+++ /mounts/work_src_done/STABLE/lyx/lyx.changes        2011-09-05 
20:12:15.000000000 +0200
@@ -1,0 +2,28 @@
+Mon Sep  5 18:04:22 UTC 2011 - corne...@solcon.nl
+
+- Update to 2.0.1:
+  * Improved support for external files in ERT
+  * Improved XHTML output of various fractions
+  * A prefix for the TEXINPUTS environment variable can be specified in the
+  preferences
+  * Updated templates to current LyX format
+  * Allow LaTeX import of \uline (bug 7640)
+  * Fix compilation error occurring when a LyX document resides in a directory
+  whose name contains characters that are special to LaTeX (bug 6170)
+  * Updated translations
+  * Menu View->Source for documents with XHTML default output format now 
displays
+  only the current paragraph, except when complete source is requested
+  (bug 7463)
+  * Enable "Accept compound" preference setting for Aspell backend only
+  * Updated documentation
+  * Bugfixes
+  * For more details see http://www.lyx.org/announce/2_0_1.txt or included 
ANNOUNCE file
+- removed lyx-2.0.0-hunspell_pkgconfig.patch (part of 2.0.1)
+
+-------------------------------------------------------------------
+Thu Aug 25 19:13:47 UTC 2011 - corne...@solcon.nl
+
+- fixed "file-contains-date-and-time /usr/bin/lyx" rpmlint warning
+- new icon
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  lyx-2.0.0-hunspell_pkgconfig.patch
  lyx-2.0.0.tar.gz
  lyx-2.0.0rc1-xdg_open.patch
  minmem

New:
----
  lyx-2.0.1-xdg_open.patch
  lyx-2.0.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lyx.spec ++++++
--- /var/tmp/diff_new_pack.q2zJ2Y/_old  2011-09-06 15:38:19.000000000 +0200
+++ /var/tmp/diff_new_pack.q2zJ2Y/_new  2011-09-06 15:38:19.000000000 +0200
@@ -25,20 +25,17 @@
 Group:          Productivity/Publishing/TeX/Frontends
 Requires:       texlive-latex ImageMagick
 AutoReqProv:    on
-Version:        2.0.0
-Release:        6
+Version:        2.0.1
+Release:        1
 Summary:        LaTeX-Based WYSIWYG Editor
 Url:            http://www.lyx.org/
-Source:         ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/lyx-2.0.0.tar.gz
+Source:         ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/lyx-2.0.1.tar.gz
 Source1:        lyx.desktop
 Source2:        lyx.png
 Source3:        lyxrc.dist
-# hunspell pkgconfig support
-# see http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg169351.html
-Patch0:         lyx-2.0.0-hunspell_pkgconfig.patch
-# xdg path from fedora
+# xdg patch
 # This was rejected by upstream 
(http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg133878.html)
-Patch1:         lyx-2.0.0rc1-xdg_open.patch
+Patch0:         lyx-2.0.1-xdg_open.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 Recommends:     texlive-xetex xindy
@@ -52,8 +49,12 @@
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch0
+# Remove build time references so build-compare can do its work
+FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%H:%%M') 
+FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e 
%%Y')  
+sed -i "s/__TIME__/\"$FAKE_BUILDTIME\"/" src/LyX.cpp
+sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/" src/LyX.cpp  
 
 %build
 #%{?suse_update_config:%{suse_update_config -f config}}

++++++ lyx-2.0.0rc1-xdg_open.patch -> lyx-2.0.1-xdg_open.patch ++++++
--- lyx/lyx-2.0.0rc1-xdg_open.patch     2011-06-28 21:54:05.000000000 +0200
+++ /mounts/work_src_done/STABLE/lyx/lyx-2.0.1-xdg_open.patch   2011-09-05 
20:11:30.000000000 +0200
@@ -1,7 +1,6 @@
-diff -ur lyx-2.0.0rc1.orig/lib/configure.py lyx-2.0.0rc1/lib/configure.py
---- lyx-2.0.0rc1.orig/lib/configure.py 2011-03-01 22:45:24.000000000 +0000
-+++ lyx-2.0.0rc1/lib/configure.py      2011-03-11 18:53:32.189708571 +0000
-@@ -458,7 +458,7 @@
+--- lib/configure.py.orig      2011-08-15 11:05:05.000000000 +0200
++++ lib/configure.py   2011-08-15 13:29:56.691000026 +0200
+@@ -503,7 +503,7 @@
      checkViewerEditor('a SVG viewer and editor', ['inkscape'],
          rc_entry = [r'\Format svg        svg     SVG                    "" 
"%%" "%%"  "vector"'])
      #
@@ -10,30 +9,30 @@
          rc_entry = [r'''\Format bmp        bmp     BMP                    "" 
"%s"     "%s"    ""
  \Format gif        gif     GIF                    "" "%s"     "%s"    ""
  \Format jpg        jpg     JPEG                   "" "%s"     "%s"    ""
-@@ -521,7 +521,7 @@
- \Format excel      xls    "Excel spreadsheet"      "" "" "%%"    "document" 
- \Format oocalc     ods    "OpenOffice spreadsheet" "" "" "%%"    
"document"''']) 
+@@ -566,7 +566,7 @@
+ \Format excel      xls    "Excel spreadsheet"      "" "" "%%"    "document"
+ \Format oocalc     ods    "OpenOffice spreadsheet" "" "" "%%"    
"document"'''])
   #
 -    path, xhtmlview = checkViewer('an HTML previewer', ['firefox', 'mozilla 
file://$$p$$i', 'netscape'],
 +    path, xhtmlview = checkViewer('an HTML previewer', ['xdg-open', 
'firefox', 'mozilla file://$$p$$i', 'netscape'],
          rc_entry = [r'\Format xhtml      xhtml   "LyXHTML"              y 
"%%" ""    "document,menu=export"'])
      if xhtmlview == "":
          addToRC(r'\Format xhtml      xhtml   "LyXHTML"              y "" ""  
"document,menu=export"')
-@@ -535,11 +535,11 @@
+@@ -580,11 +580,11 @@
      #
      #checkProg('a Postscript interpreter', ['gs'],
      #  rc_entry = [ r'\ps_command "%%"' ])
 -    checkViewer('a Postscript previewer', ['kghostview', 'okular', 'evince', 
'gv', 'ghostview -swap'],
 +    checkViewer('a Postscript previewer', ['xdg-open', 'kghostview', 
'okular', 'evince', 'gv', 'ghostview -swap'],
          rc_entry = [r'''\Format eps        eps     EPS                    "" 
"%%"     ""      "vector"
- \Format ps         ps      Postscript             t  "%%"     ""      
"document,vector"'''])
+ \Format ps         ps      Postscript             t  "%%"     ""      
"document,vector,menu=export"'''])
      # for xdg-open issues look here: 
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg151818.html
 -    checkViewer('a PDF previewer', ['kpdf', 'okular', 'evince', 'kghostview', 
'xpdf', 'acrobat', 'acroread', \
 +    checkViewer('a PDF previewer', ['xdg-open', 'kpdf', 'okular', 'evince', 
'kghostview', 'xpdf', 'acrobat', 'acroread', \
                    'gv', 'ghostview'],
          rc_entry = [r'''\Format pdf        pdf    "PDF (ps2pdf)"          P  
"%%"     ""      "document,vector,menu=export"
  \Format pdf2       pdf    "PDF (pdflatex)"        F  "%%"     ""      
"document,vector,menu=export"
-@@ -547,14 +547,14 @@
+@@ -592,14 +592,14 @@
  \Format pdf4       pdf    "PDF (XeTeX)"           X  "%%"     ""      
"document,vector,menu=export"
  \Format pdf5       pdf    "PDF (LuaTeX)"          u  "%%"     ""      
"document,vector,menu=export"'''])
      #

++++++ lyx-2.0.0.tar.gz -> lyx-2.0.1.tar.gz ++++++
lyx/lyx-2.0.0.tar.gz /mounts/work_src_done/STABLE/lyx/lyx-2.0.1.tar.gz differ: 
char 5, line 1

++++++ lyx.png ++++++
Files /var/tmp/diff_new_pack.q2zJ2Y/_old and /var/tmp/diff_new_pack.q2zJ2Y/_new 
differ


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to