commit xmgrace for openSUSE:Factory:NonFree

2013-07-19 Thread h_root
Hello community,

here is the log from the commit of package xmgrace for openSUSE:Factory:NonFree 
checked in at 2013-07-19 17:49:31

Comparing /work/SRC/openSUSE:Factory:NonFree/xmgrace (Old)
 and  /work/SRC/openSUSE:Factory:NonFree/.xmgrace.new (New)


Package is "xmgrace"

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/xmgrace/xmgrace.changes  2013-03-08 
21:18:14.0 +0100
+++ /work/SRC/openSUSE:Factory:NonFree/.xmgrace.new/xmgrace.changes 
2013-07-19 17:49:32.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul 18 07:31:34 UTC 2013 - co...@suse.com
+
+- fix download url
+
+---

Old:

  grace-5.1.23.tar.bz2

New:

  grace-5.1.23.tar.gz



Other differences:
--
++ xmgrace.spec ++
--- /var/tmp/diff_new_pack.VbpM4j/_old  2013-07-19 17:49:33.0 +0200
+++ /var/tmp/diff_new_pack.VbpM4j/_new  2013-07-19 17:49:33.0 +0200
@@ -26,7 +26,7 @@
 Version:5.1.23
 Release:1
 Summary:A 2D-Plot-Program for Visualisation of Scientific Data
-Source: 
ftp://ftp.fu-berlin.de/unix/graphics/grace/src/grace-%{version}.tar.bz2
+Source: 
ftp://ftp.fu-berlin.de/unix/graphics/grace/src/grace5/grace-%{version}.tar.gz
 Source1:%name.desktop
 Source2:xmgrace.png
 Patch0: xmgrace-null.patch
@@ -42,16 +42,7 @@
 
 For examples, see /usr/lib/xmgrace/examples.
 
-
-
-Authors:
-
-Paul J. Turner 
-GRACE Development Team, maintained by
-Evgeny Stambulchik 
-
 %package devel
-License:GPL-2.0+
 Group:  Productivity/Graphics/Visualization/Graph
 Summary:Grace library
 


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



commit xmgrace for openSUSE:Factory:NonFree

2013-03-08 Thread h_root
Hello community,

here is the log from the commit of package xmgrace for openSUSE:Factory:NonFree 
checked in at 2013-03-08 21:18:13

Comparing /work/SRC/openSUSE:Factory:NonFree/xmgrace (Old)
 and  /work/SRC/openSUSE:Factory:NonFree/.xmgrace.new (New)


Package is "xmgrace", Maintainer is "frei...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/xmgrace/xmgrace.changes  2012-09-05 
19:59:26.0 +0200
+++ /work/SRC/openSUSE:Factory:NonFree/.xmgrace.new/xmgrace.changes 
2013-03-08 21:18:14.0 +0100
@@ -1,0 +2,12 @@
+Thu Feb 28 18:03:07 UTC 2013 - matwey.korni...@gmail.com
+
+- update to version 5.1.23, changes
+  * removed *86 specific optimizations (rep. #2154)
+  * renamed RMS per cent error -> relative error (rep. #2192)
+  * a workaround for a bug in recent Xorg not releasing grab of popup menus
+  * accept -graphtype chart instead of bar. List possible values in the help 
output
+  * a grace_np fix
+  * IsoLatin5.enc was not included in the distribution
+- Drop xmgrace-libpng15.patch: This patch is in upstream now.
+
+---

Old:

  grace-5.1.22.tar.bz2
  xmgrace-libpng15.patch

New:

  grace-5.1.23.tar.bz2



Other differences:
--
++ xmgrace.spec ++
--- /var/tmp/diff_new_pack.JBf8DC/_old  2013-03-08 21:18:16.0 +0100
+++ /var/tmp/diff_new_pack.JBf8DC/_new  2013-03-08 21:18:16.0 +0100
@@ -23,7 +23,7 @@
 License:GPL-2.0+
 Group:  Productivity/Graphics/Visualization/Graph
 AutoReqProv:on
-Version:5.1.22
+Version:5.1.23
 Release:1
 Summary:A 2D-Plot-Program for Visualisation of Scientific Data
 Source: 
ftp://ftp.fu-berlin.de/unix/graphics/grace/src/grace-%{version}.tar.bz2
@@ -32,8 +32,6 @@
 Patch0: xmgrace-null.patch
 Patch1: xmgrace-strip.patch
 Patch2: xmgrace-help.patch
-# libpng15.patch: project seems not to be alive, not sent upstream
-Patch3: xmgrace-libpng15.patch
 Url:http://plasma-gate.weizmann.ac.il/Grace/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -70,7 +68,6 @@
 %patch0 -p0
 %patch1 
 %patch2
-%patch3
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=/usr/%{_lib} 
--enable-grace-home=/usr/%{_lib}/xmgrace --bindir=/usr/bin 
--with-helpviewer="/usr/bin/desktop-launch %s" --mandir=%{_mandir}

++ grace-5.1.22.tar.bz2 -> grace-5.1.23.tar.bz2 ++
 33698 lines of diff (skipped)

++ xmgrace-strip.patch ++
--- /var/tmp/diff_new_pack.JBf8DC/_old  2013-03-08 21:18:17.0 +0100
+++ /var/tmp/diff_new_pack.JBf8DC/_new  2013-03-08 21:18:17.0 +0100
@@ -1,6 +1,8 @@
 auxiliary/Makefile
+Index: auxiliary/Makefile
+===
+--- auxiliary/Makefile.orig
 +++ auxiliary/Makefile
-@@ -27,7 +27,7 @@
+@@ -27,7 +27,7 @@ convcal$(EXE) : convcal.c
  install : $(AUXILIARIES) $(PROGRAMS) $(SCRIPTS)
$(MKINSTALLDIRS) $(DESTDIR)$(GRACE_HOME)/auxiliary
for i in $(AUXILIARIES); do $(INSTALL_DATA) $$i 
$(DESTDIR)$(GRACE_HOME)/auxiliary; done
@@ -9,9 +11,11 @@
for i in $(SCRIPTS); do $(INSTALL_PROGRAM) $$i 
$(DESTDIR)$(GRACE_HOME)/bin; done
  
  tests : dummy
 grconvert/Makefile
+Index: grconvert/Makefile
+===
+--- grconvert/Makefile.orig
 +++ grconvert/Makefile
-@@ -42,7 +42,7 @@
+@@ -42,7 +42,7 @@ devclean :
  
  install : $(PROG)
$(MKINSTALLDIRS) $(DESTDIR)$(GRACE_HOME)/bin
@@ -20,9 +24,11 @@
  
  dummy :
  
 src/Makefile
+Index: src/Makefile
+===
+--- src/Makefile.orig
 +++ src/Makefile
-@@ -60,7 +60,7 @@
+@@ -61,7 +61,7 @@ $(PARS_C) : $(PARS_Y)
  
  install : $(GRACE)
$(MKINSTALLDIRS) $(DESTDIR)$(GRACE_HOME)/bin


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



commit xmgrace for openSUSE:Factory:NonFree

2012-09-05 Thread h_root
Hello community,

here is the log from the commit of package xmgrace for openSUSE:Factory:NonFree 
checked in at 2012-09-05 19:59:25

Comparing /work/SRC/openSUSE:Factory:NonFree/xmgrace (Old)
 and  /work/SRC/openSUSE:Factory:NonFree/.xmgrace.new (New)


Package is "xmgrace", Maintainer is "frei...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/xmgrace/xmgrace.changes  2012-06-13 
13:33:35.0 +0200
+++ /work/SRC/openSUSE:Factory:NonFree/.xmgrace.new/xmgrace.changes 
2012-09-05 19:59:26.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep  4 15:49:43 UTC 2012 - pgaj...@suse.com
+
+- builds also with libpng15
+  * libpng15.patch
+
+---

New:

  xmgrace-libpng15.patch



Other differences:
--
++ xmgrace.spec ++
--- /var/tmp/diff_new_pack.3on2of/_old  2012-09-05 19:59:29.0 +0200
+++ /var/tmp/diff_new_pack.3on2of/_new  2012-09-05 19:59:29.0 +0200
@@ -32,6 +32,8 @@
 Patch0: xmgrace-null.patch
 Patch1: xmgrace-strip.patch
 Patch2: xmgrace-help.patch
+# libpng15.patch: project seems not to be alive, not sent upstream
+Patch3: xmgrace-libpng15.patch
 Url:http://plasma-gate.weizmann.ac.il/Grace/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -68,6 +70,7 @@
 %patch0 -p0
 %patch1 
 %patch2
+%patch3
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=/usr/%{_lib} 
--enable-grace-home=/usr/%{_lib}/xmgrace --bindir=/usr/bin 
--with-helpviewer="/usr/bin/desktop-launch %s" --mandir=%{_mandir}

++ xmgrace-libpng15.patch ++
--- src/rstdrv.c2004-07-03 22:47:46.0 +0200
+++ src/rstdrv.c.new2012-09-04 17:46:08.325843443 +0200
@@ -54,6 +54,7 @@
 
 #ifdef HAVE_LIBPNG
 #  include 
+#  include 
 #endif
 
 #ifndef NONE_GUI
@@ -885,7 +886,7 @@ static void rstImagePng(gdImagePtr ihand
 return;
 }
 
-if (setjmp(png_ptr->jmpbuf)) {
+if (setjmp(png_jmpbuf(png_ptr))) {
 png_destroy_write_struct(&png_ptr, &info_ptr);
 return;
 }

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