Hello community,

here is the log from the commit of package gnuplot for openSUSE:Factory checked 
in at 2012-11-08 08:04:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnuplot (Old)
 and      /work/SRC/openSUSE:Factory/.gnuplot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnuplot", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnuplot/gnuplot.changes  2012-10-16 
21:32:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnuplot.new/gnuplot.changes     2012-11-08 
08:04:34.000000000 +0100
@@ -1,0 +2,11 @@
+Tue Nov  6 09:19:06 UTC 2012 - [email protected]
+
+- Update to 4.6.1
+  * Bug fixes.
+  * Support tabulation of variable color column.
+  * Support tabulation (set table) of pixel values from image plot
+    styles
+- Remove now obsolete patches gnuplot-automake.diff and
+  gnuplot-4.6.0-fix-format-errors.diff.
+
+-------------------------------------------------------------------

Old:
----
  gnuplot-4.6.0-fix-format-errors.diff
  gnuplot-4.6.0.tar.gz
  gnuplot-automake.diff

New:
----
  gnuplot-4.6.1.tar.gz

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

Other differences:
------------------
++++++ gnuplot.spec ++++++
--- /var/tmp/diff_new_pack.UfHGW1/_old  2012-11-08 08:04:35.000000000 +0100
+++ /var/tmp/diff_new_pack.UfHGW1/_new  2012-11-08 08:04:35.000000000 +0100
@@ -62,7 +62,7 @@
 BuildRequires:  plotutils
 %endif
 Url:            http://www.gnuplot.info/
-Version:        4.6.0
+Version:        4.6.1
 Release:        0
 Summary:        GNUplot a Function Plotting Utility
 License:        SUSE-Gnuplot and GPL-2.0+
@@ -75,8 +75,6 @@
 Patch1:         gnuplot-4.4.0-x11ovf.dif
 Patch2:         gnuplot-4.6.0-fonts.diff
 Patch4:         gnuplot-4.6.0-demo.diff
-Patch6:         gnuplot-4.6.0-fix-format-errors.diff
-Patch7:         gnuplot-automake.diff
 Patch8:         gnuplot-4.6.0-backtick.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %{expand: %%global _exec_prefix %(type -p pkg-config &>/dev/null && pkg-config 
--variable prefix x11 || echo /usr/X11R6)}
@@ -130,8 +128,6 @@
 %patch1 -p 0 -b .x11ovf
 %patch2 -p 0 -b .font
 %patch4 -p 0 -b .demo
-%patch6 -p 0 -b .formaterrors
-%patch7 -p 1 -b .auto
 %patch8 -p 0 -b .btick
 %patch0 -p 0 -b .0
 
@@ -217,7 +213,7 @@
     install -m 0444 demo/*            %{buildroot}/%{_docdir}/gnuplot/demo/
     install -m 0444 README*           %{buildroot}/%{_docdir}/gnuplot/
     install -m 0444 Copyright         %{buildroot}/%{_docdir}/gnuplot/
-    install -m 0444 TODO VERSION      %{buildroot}/%{_docdir}/gnuplot/
+    install -m 0444 VERSION           %{buildroot}/%{_docdir}/gnuplot/
     install -m 0444 NEWS BUGS        %{buildroot}/%{_docdir}/gnuplot/
     install -m 0444 %{SOURCE3}        %{buildroot}/%{_docdir}/gnuplot/
     rm -f %{buildroot}/%{_docdir}/gnuplot/demo/Makefile*

++++++ gnuplot-4.4.0-x11ovf.dif ++++++
--- /var/tmp/diff_new_pack.UfHGW1/_old  2012-11-08 08:04:35.000000000 +0100
+++ /var/tmp/diff_new_pack.UfHGW1/_new  2012-11-08 08:04:35.000000000 +0100
@@ -1,6 +1,6 @@
---- src/gplt_x11.c
-+++ src/gplt_x11.c     2010-04-06 15:49:17.446925544 +0000
-@@ -912,6 +912,8 @@ mainloop()
+--- src/gplt_x11.c.orig        2012-05-07 18:53:08.000000000 +0200
++++ src/gplt_x11.c     2012-11-06 10:24:58.000000000 +0100
+@@ -900,6 +900,8 @@
      nfds = cn + 1;
  
      while (1) {
@@ -9,7 +9,7 @@
        XFlush(dpy);            /* see above */
  
        FD_ZERO(&tset);
-@@ -949,7 +951,11 @@ mainloop()
+@@ -937,7 +939,11 @@
                process_event(&xe);
            }
        }
@@ -22,7 +22,7 @@
            unlink(X11_ipcpath);
            record();
            fclose(X11_ipc);
-@@ -1172,8 +1178,8 @@ static int read_input __PROTO((void));
+@@ -1160,8 +1166,8 @@
  static int
  read_input()
  {

++++++ gnuplot-4.6.0-backtick.diff ++++++
--- /var/tmp/diff_new_pack.UfHGW1/_old  2012-11-08 08:04:35.000000000 +0100
+++ /var/tmp/diff_new_pack.UfHGW1/_new  2012-11-08 08:04:35.000000000 +0100
@@ -1,23 +1,20 @@
---- lisp/gnuplot.el
-+++ lisp/gnuplot.el    2012-07-02 14:46:33.000000000 +0000
-@@ -342,16 +342,16 @@
-     (if (fboundp 'defface)
+--- ../gnuplot-4.6.1.orig/lisp/gnuplot.el      2012-09-18 23:33:37.000000000 
+0200
++++ lisp/gnuplot.el    2012-11-06 11:19:15.000000000 +0100
+@@ -343,15 +343,15 @@
          nil
        (defmacro defface (var values doc &rest args)
--        (` (progn
+         `(progn
 -             (defvar (, var) (quote (, var)))
-+        `(progn
 +             (defvar ,var (quote ,var))
               ;; To make colors for your faces you need to set your .Xdefaults
               ;; or set them up ahead of time in your .emacs file.
 -             (make-face (, var))
--             ))))
 +             (make-face ,var)
-+             )))
+              )))
      (if (fboundp 'defcustom)
          nil
        (defmacro defcustom (var value doc &rest args)
--        (` (defvar (, var) (, value) (, doc)))))))
+-        `(defvar (, var) (, value) (, doc))))))
 +        `(defvar ,var ,value ,doc)))))
  
  ;; (eval-and-compile

++++++ gnuplot-4.6.0-fonts.diff ++++++
--- /var/tmp/diff_new_pack.UfHGW1/_old  2012-11-08 08:04:35.000000000 +0100
+++ /var/tmp/diff_new_pack.UfHGW1/_new  2012-11-08 08:04:35.000000000 +0100
@@ -1,6 +1,6 @@
---- src/gplt_x11.c
-+++ src/gplt_x11.c     2012-03-15 11:10:53.000000000 +0000
-@@ -104,15 +104,16 @@ static char *RCSid() { return RCSid("$Id
+--- ../gnuplot-4.6.1.orig/src/gplt_x11.c       2012-05-07 18:53:08.000000000 
+0200
++++ src/gplt_x11.c     2012-11-06 10:37:22.000000000 +0100
+@@ -104,15 +104,16 @@
   * patches by Masahito Yamaga <[email protected]>
   */
  
@@ -20,7 +20,7 @@
  
  #include <assert.h>
  #include "syscfg.h"
-@@ -122,6 +123,12 @@ static char *RCSid() { return RCSid("$Id
+@@ -122,6 +123,12 @@
  #include "gplt_x11.h"
  #include "version.h"
  
@@ -33,7 +33,7 @@
  #ifdef EXPORT_SELECTION
  # undef EXPORT_SELECTION
  #endif /* EXPORT SELECTION */
-@@ -482,7 +489,7 @@ static double mouse_to_axis __PROTO((int
+@@ -482,7 +489,7 @@
  static char *FallbackFont = "fixed";
  #ifdef USE_X11_MULTIBYTE
  static char *FallbackFontMB =
@@ -42,7 +42,7 @@
  # define FontSetSep ';'
  static int usemultibyte = 0;
  static int multibyte_fonts_usable=1;
-@@ -499,8 +506,8 @@ static char *gpFallbackFont __PROTO((voi
+@@ -499,8 +506,8 @@
  static int gpXGetFontascent __PROTO((XFontStruct *cfont));
  
  enum set_encoding_id encoding = S_ENC_DEFAULT; /* EAM - mirrored from core 
code by 'QE' */
@@ -53,7 +53,7 @@
  
  #define Nwidths 10
  static unsigned int widths[Nwidths] = { 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
-@@ -2116,6 +2123,8 @@ exec_cmd(plot_struct *plot, char *comman
+@@ -2110,6 +2117,8 @@
                /* Save the request default font */
                c = &(buffer[strlen(buffer)-1]);
                while (*c <= ' ') *c-- = '\0';
@@ -62,7 +62,7 @@
                strncpy(default_font, &buffer[2], strlen(&buffer[2])+1);
                FPRINTF((stderr, "gnuplot_x11: exec_cmd() set default_font to 
\"%s\"\n", default_font));
                break;
-@@ -5395,7 +5404,7 @@ XFontStruct *gpXLoadQueryFont (Display *
+@@ -5389,7 +5398,7 @@
            }
  #else
            if (first_time) {
@@ -71,7 +71,7 @@
                first_time = FALSE;
            }
            while (n_miss-- > 0)
-@@ -5490,6 +5499,18 @@ char *fontname;
+@@ -5484,6 +5493,18 @@
      }
  
  #ifdef USE_X11_MULTIBYTE
@@ -90,9 +90,9 @@
      if (fontname && strncmp(fontname, "mbfont:", 7) == 0) {
        if (multibyte_fonts_usable) {
            usemultibyte = 1;
---- src/variable.c
-+++ src/variable.c     2012-03-15 11:10:53.000000000 +0000
-@@ -282,6 +282,8 @@ static const struct path_table fontpath_
+--- ../gnuplot-4.6.1.orig/src/variable.c       2011-12-28 23:00:37.000000000 
+0100
++++ src/variable.c     2012-11-06 10:37:22.000000000 +0100
+@@ -282,6 +282,8 @@
      { "$`kpsexpand '$TEXMFDIST'`/fonts/type1!" },
  #endif
      /* Linux paths */

++++++ gnuplot-4.6.0.dif ++++++
--- /var/tmp/diff_new_pack.UfHGW1/_old  2012-11-08 08:04:35.000000000 +0100
+++ /var/tmp/diff_new_pack.UfHGW1/_new  2012-11-08 08:04:35.000000000 +0100
@@ -1,6 +1,7 @@
---- configure.in
-+++ configure.in       2011-08-17 20:44:53.000000000 +0000
-@@ -328,7 +328,7 @@ if test "$with_linux_vga" = yes; then
+diff -upr ../gnuplot-4.6.1.orig/configure.in ./configure.in
+--- ../gnuplot-4.6.1.orig/configure.in 2012-09-12 00:38:33.000000000 +0200
++++ ./configure.in     2012-11-06 10:39:47.000000000 +0100
+@@ -332,7 +332,7 @@ if test "$with_linux_vga" = yes; then
      [AC_DEFINE(LINUXVGA,1,
                 [ Define if this is a Linux system with SuperVGA library. ])
       LINUXSUID='chown root $(bindir)/gnuplot; chmod u+s $(bindir)/gnuplot'
@@ -9,8 +10,9 @@
      with_linux_vga=no)
  fi
  
---- docs/Makefile.in
-+++ docs/Makefile.in   2012-04-02 14:22:57.386065105 +0000
+diff -upr ../gnuplot-4.6.1.orig/docs/Makefile.in ./docs/Makefile.in
+--- ../gnuplot-4.6.1.orig/docs/Makefile.in     2012-09-22 23:48:02.000000000 
+0200
++++ ./docs/Makefile.in 2012-11-06 10:40:08.000000000 +0100
 @@ -38,7 +38,7 @@
  #
  
@@ -20,7 +22,7 @@
  
  # this tells GNU make not to export variables into the environment
  # But other makes dont understand its significance, so it must
-@@ -242,10 +242,12 @@ html: htmldocs/gnuplot.html
+@@ -243,10 +243,12 @@ html: htmldocs/gnuplot.html
  # requires a working latex2html, which is hard to find these days
  # htmldocs/gnuplot.html: $(srcdir)/gnuplot.tex
  #     mkdir -p htmldocs
@@ -34,7 +36,7 @@
        htlatex gnuplot
        mkdir -p htmldocs
        mv gnuplot.html gnuplot.css gnuplot*.png gnuplot.log htmldocs/
-@@ -342,12 +344,16 @@ doc2hlp: doc2hlp.o termdoc.o
+@@ -348,12 +350,16 @@ doc2hlp: doc2hlp.o termdoc.o
        $(LINK) doc2hlp.o termdoc.o $(LIBS)
  
  ### gnuplot interactive help format
@@ -52,7 +54,7 @@
  doc2gih: doc2gih.o termdoc.o
        $(LINK) doc2gih.o termdoc.o $(LIBS)
  
-@@ -444,6 +450,7 @@ install: install-gih install-info instal
+@@ -454,6 +460,7 @@ install: install-gih install-info instal
  install-gih: gnuplot.gih
        $(top_srcdir)/mkinstalldirs $(DESTDIR)$(GIHDIR)
        $(INSTALL_DATA) gnuplot.gih $(DESTDIR)$(GIHDIR)/gnuplot.gih
@@ -60,7 +62,7 @@
  
  install-pdf:
        $(top_srcdir)/mkinstalldirs $(DESTDIR)$(GIHDIR)
-@@ -469,6 +476,7 @@ uninstall: uninstall-gih uninstall-info
+@@ -483,6 +490,7 @@ uninstall: uninstall-gih uninstall-info
  
  uninstall-gih:
        rm -f $(DESTDIR)$(GIHDIR)/gnuplot.gih
@@ -68,9 +70,9 @@
  
  uninstall-pdf:
        rm -f $(DESTDIR)$(GIHDIR)/gnuplot.pdf
---- docs/gnuplot-fr.doc
-+++ docs/gnuplot-fr.doc        2009-05-09 11:32:24.000000000 +0000
-@@ -436,8 +436,8 @@ C
+--- ../gnuplot-4.6.1.orig/docs/gnuplot-fr.doc  2012-11-06 12:28:29.000000000 
+0100
++++ docs/gnuplot-fr.doc        2012-11-06 12:31:37.000000000 +0100
+@@ -436,8 +436,8 @@
  #Home      & same as \verb~^A~. \\
  #Ctrl Home & same as \verb~^E~. \\
  #Esc       & same as \verb~^U~. \\
@@ -81,8 +83,9 @@
  %c l .
  %Touche fl�ch�e@Fonction
  %_
---- src/gadgets.h
-+++ src/gadgets.h      2011-08-17 20:44:53.000000000 +0000
+diff -upr ../gnuplot-4.6.1.orig/src/gadgets.h ./src/gadgets.h
+--- ../gnuplot-4.6.1.orig/src/gadgets.h        2011-10-10 23:17:04.000000000 
+0200
++++ ./src/gadgets.h    2012-11-06 10:40:22.000000000 +0100
 @@ -424,7 +424,7 @@ extern TBOOLEAN    clip_lines1;
  extern TBOOLEAN       clip_lines2;
  extern TBOOLEAN       clip_points;
@@ -92,9 +95,10 @@
  extern int samples_1;
  extern int samples_2;
  
---- src/gplt_x11.c
-+++ src/gplt_x11.c     2011-08-17 20:44:53.000000000 +0000
-@@ -2256,8 +2256,11 @@ exec_cmd(plot_struct *plot, char *comman
+diff -upr ../gnuplot-4.6.1.orig/src/gplt_x11.c ./src/gplt_x11.c
+--- ../gnuplot-4.6.1.orig/src/gplt_x11.c       2012-05-07 18:53:08.000000000 
+0200
++++ ./src/gplt_x11.c   2012-11-06 10:40:32.000000000 +0100
+@@ -2241,8 +2241,11 @@ exec_cmd(plot_struct *plot, char *comman
        }
      }
      /*   X11_justify_text(mode) - set text justification mode  */
@@ -108,8 +112,9 @@
  
      else if (*buffer == 'A')
        sscanf(buffer + 1, "%lf", &plot->angle);
---- src/plot.c
-+++ src/plot.c 2011-08-17 20:44:53.000000000 +0000
+diff -upr ../gnuplot-4.6.1.orig/src/plot.c ./src/plot.c
+--- ../gnuplot-4.6.1.orig/src/plot.c   2012-05-07 07:25:47.000000000 +0200
++++ ./src/plot.c       2012-11-06 10:40:46.000000000 +0100
 @@ -214,6 +214,7 @@ static int asked_privi = 0;
  void
  drop_privilege()
@@ -173,8 +178,9 @@
  #if defined(HAVE_LIBREADLINE) || defined(HAVE_LIBEDITLINE)
      /* T.Walter 1999-06-24: 'rl_readline_name' must be this fix name.
       * It is used to parse a 'gnuplot' specific section in '~/.inputrc' 
---- src/term.h
-+++ src/term.h 2011-08-17 20:44:53.000000000 +0000
+diff -upr ../gnuplot-4.6.1.orig/src/term.h ./src/term.h
+--- ../gnuplot-4.6.1.orig/src/term.h   2011-11-06 10:31:00.000000000 +0100
++++ ./src/term.h       2012-11-06 10:40:46.000000000 +0100
 @@ -272,9 +272,9 @@
  #include "emf.trm"
  
@@ -205,8 +211,9 @@
  
  #ifndef NO_BITMAP_SUPPORT
  
---- term/linux.trm
-+++ term/linux.trm     2011-08-17 20:44:53.000000000 +0000
+diff -upr ../gnuplot-4.6.1.orig/term/linux.trm ./term/linux.trm
+--- ../gnuplot-4.6.1.orig/term/linux.trm       2012-01-30 20:35:14.000000000 
+0100
++++ ./term/linux.trm   2012-11-06 10:40:53.000000000 +0100
 @@ -195,7 +195,7 @@ TERM_PUBLIC void LINUX_linetype __PROTO(
  TERM_PUBLIC void LINUX_move __PROTO((unsigned int x, unsigned int y));
  TERM_PUBLIC void LINUX_vector __PROTO((unsigned int x, unsigned int y));

++++++ gnuplot-4.6.0.tar.gz -> gnuplot-4.6.1.tar.gz ++++++
++++ 64750 lines of diff (skipped)


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to