commit xstereograph for openSUSE:Factory

2018-03-08 Thread root
Hello community,

here is the log from the commit of package xstereograph for openSUSE:Factory 
checked in at 2018-03-08 10:59:08

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


Package is "xstereograph"

Thu Mar  8 10:59:08 2018 rev:22 rq:583961 version:2.1

Changes:

--- /work/SRC/openSUSE:Factory/xstereograph/xstereograph.changes
2015-06-30 10:42:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.xstereograph.new/xstereograph.changes   
2018-03-08 10:59:09.041754616 +0100
@@ -1,0 +2,5 @@
+Wed Mar  7 14:33:35 UTC 2018 - crrodrig...@opensuse.org
+
+- Replace xorg-x11-devel by individual pkgconfig buildrequires 
+
+---



Other differences:
--
++ xstereograph.spec ++
--- /var/tmp/diff_new_pack.5cZeHW/_old  2018-03-08 10:59:09.749729026 +0100
+++ /var/tmp/diff_new_pack.5cZeHW/_new  2018-03-08 10:59:09.753728882 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xstereograph
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,11 +19,14 @@
 Name:   xstereograph
 BuildRequires:  libpng-devel
 BuildRequires:  xaw3d-devel
-BuildRequires:  xorg-x11
-BuildRequires:  xorg-x11-devel
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xaw7)
+BuildRequires:  pkgconfig(xpm)
+BuildRequires:  pkgconfig(xt)
+BuildRequires:  pkgconfig(zlib)
 %defineversion_libsx 2.03
 Summary:Stereogram generator
-License:GPL-2.0+ and LGPL-2.1+
+License:GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:  Amusements/Games/Other
 Requires:   ImageMagick
 Requires:   emacs-x11




commit xstereograph for openSUSE:Factory

2015-06-30 Thread h_root
Hello community,

here is the log from the commit of package xstereograph for openSUSE:Factory 
checked in at 2015-06-30 10:42:49

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


Package is "xstereograph"

Changes:

--- /work/SRC/openSUSE:Factory/xstereograph/xstereograph.changes
2013-02-15 18:55:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.xstereograph.new/xstereograph.changes   
2015-06-30 10:42:50.0 +0200
@@ -1,0 +2,5 @@
+Sun Jun 28 13:21:05 UTC 2015 - t...@physics.org
+
+- trunc.patch: 'trunc' is a system function, re-set-up the local version as 
'my_trunc' 
+
+---

New:

  trunc.patch



Other differences:
--
++ xstereograph.spec ++
--- /var/tmp/diff_new_pack.gXXHBS/_old  2015-06-30 10:42:50.0 +0200
+++ /var/tmp/diff_new_pack.gXXHBS/_new  2015-06-30 10:42:50.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xstereograph
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -43,6 +43,7 @@
 Patch6: %{name}-%{version}-libpng15.patch
 # libpng16.patch not sent to upstream (is project alive?)
 Patch7: %{name}-%{version}-libpng16.patch
+Patch8: trunc.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -70,6 +71,7 @@
 %patch5
 %patch6
 %patch7
+%patch8 -p0
 
 %build
 # This package failed when testing with -Wl,-as-needed being default.

++ trunc.patch ++
--- libsx-2.03/src/colorsel.c.orig  2015-06-28 14:14:45.765337556 +0100
+++ libsx-2.03/src/colorsel.c   2015-06-28 14:16:12.564387032 +0100
@@ -63,6 +63,7 @@
 static void show_best_match(Widget w, CSelData *cdata);
 */
 
+#define trunc my_trunc
 int trunc(float v)
 {
   return (int)(0.5+v);



commit xstereograph for openSUSE:Factory

2013-02-15 Thread h_root
Hello community,

here is the log from the commit of package xstereograph for openSUSE:Factory 
checked in at 2013-02-15 18:55:45

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


Package is "xstereograph", Maintainer is "nadvor...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/xstereograph/xstereograph.changes
2013-02-01 19:15:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.xstereograph.new/xstereograph.changes   
2013-02-15 18:55:46.0 +0100
@@ -1,0 +2,6 @@
+Fri Feb 15 09:00:31 UTC 2013 - pgaj...@suse.com
+
+- builds also with libpng16
+  * libpng16.patch
+
+---

New:

  xstereograph-2.1-libpng16.patch



Other differences:
--
++ xstereograph.spec ++
--- /var/tmp/diff_new_pack.F4xCi5/_old  2013-02-15 18:55:47.0 +0100
+++ /var/tmp/diff_new_pack.F4xCi5/_new  2013-02-15 18:55:47.0 +0100
@@ -41,6 +41,8 @@
 Patch5: %{name}-%{version}-uninitialized.patch
 # libpng15.patch not sent to upstream (is project alive?)
 Patch6: %{name}-%{version}-libpng15.patch
+# libpng16.patch not sent to upstream (is project alive?)
+Patch7: %{name}-%{version}-libpng16.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -67,6 +69,7 @@
 %patch4
 %patch5
 %patch6
+%patch7
 
 %build
 # This package failed when testing with -Wl,-as-needed being default.

++ xstereograph-2.1-libpng16.patch ++
Index: stereograph-0.28a/gfxio.c
===
--- stereograph-0.28a/gfxio.c
+++ stereograph-0.28a/gfxio.c
@@ -20,6 +20,7 @@
 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xstereograph for openSUSE:Factory

2013-02-01 Thread h_root
Hello community,

here is the log from the commit of package xstereograph for openSUSE:Factory 
checked in at 2013-02-01 19:15:27

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


Package is "xstereograph", Maintainer is "nadvor...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/xstereograph/xstereograph.changes
2012-09-14 12:43:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.xstereograph.new/xstereograph.changes   
2013-02-01 19:15:29.0 +0100
@@ -1,0 +2,5 @@
+Fri Feb  1 11:58:22 UTC 2013 - co...@suse.com
+
+- update license to new format
+
+---



Other differences:
--
++ xstereograph.spec ++
--- /var/tmp/diff_new_pack.fFaTUW/_old  2013-02-01 19:15:30.0 +0100
+++ /var/tmp/diff_new_pack.fFaTUW/_new  2013-02-01 19:15:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xstereograph
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 BuildRequires:  xorg-x11-devel
 %defineversion_libsx 2.03
 Summary:Stereogram generator
-License:GPL-2.0+ ; LGPL-2.1+
+License:GPL-2.0+ and LGPL-2.1+
 Group:  Amusements/Games/Other
 Requires:   ImageMagick
 Requires:   emacs-x11

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



commit xstereograph for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package xstereograph for openSUSE:Factory 
checked in at 2012-09-14 12:43:13

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


Package is "xstereograph", Maintainer is "nadvor...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/xstereograph/xstereograph.changes
2011-09-23 12:52:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.xstereograph.new/xstereograph.changes   
2012-09-14 12:43:14.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep  4 15:29:45 UTC 2012 - pgaj...@suse.com
+
+- builds also with libpng15
+  * libpng15.patch
+
+---

New:

  xstereograph-2.1-libpng15.patch



Other differences:
--
++ xstereograph.spec ++
--- /var/tmp/diff_new_pack.7MXUFr/_old  2012-09-14 12:43:15.0 +0200
+++ /var/tmp/diff_new_pack.7MXUFr/_new  2012-09-14 12:43:15.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package xstereograph (Version 2.1)
+# spec file for package xstereograph
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,18 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   xstereograph
-BuildRequires:  libpng-devel xaw3d-devel xorg-x11 xorg-x11-devel
+BuildRequires:  libpng-devel
+BuildRequires:  xaw3d-devel
+BuildRequires:  xorg-x11
+BuildRequires:  xorg-x11-devel
 %defineversion_libsx 2.03
 Summary:Stereogram generator
-Group:  Amusements/Games/Other
 License:GPL-2.0+ ; LGPL-2.1+
-Requires:   xless ImageMagick emacs-x11
+Group:  Amusements/Games/Other
+Requires:   ImageMagick
+Requires:   emacs-x11
+Requires:   xless
 Version:2.1
-Release:788
+Release:0
 Url:http://freshmeat.net/projects/xstereograph/
 Source0:%{name}-%{version}.tar.bz2
 Source1:libsx-%{version_libsx}.tar.bz2
@@ -36,6 +39,8 @@
 Patch3: %{name}-%{version}-dialogs.patch
 Patch4: %{name}-%{version}-gcc4.patch
 Patch5: %{name}-%{version}-uninitialized.patch
+# libpng15.patch not sent to upstream (is project alive?)
+Patch6: %{name}-%{version}-libpng15.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -61,6 +66,7 @@
 %patch3
 %patch4
 %patch5
+%patch6
 
 %build
 # This package failed when testing with -Wl,-as-needed being default.

++ xstereograph-2.1-libpng15.patch ++
Index: stereograph-0.28a/gfxio.c
===
--- stereograph-0.28a/gfxio.c
+++ stereograph-0.28a/gfxio.c
@@ -315,7 +315,7 @@ int Read_PNG (FILE *ifile, unsigned char
}

/* libpng error handling */
-   if (setjmp(png_ptr->jmpbuf)) {
+   if (setjmp(png_jmpbuf(png_ptr))) {
png_destroy_read_struct(&png_ptr, &info_ptr, &end_info);
if(verbose) printf("FAILED;\n"); else fprintf(stderr, 
"reading gfx data...FAILED\n");
fprintf(stderr, "libpng reported an error!\n");
@@ -415,7 +415,7 @@ int Write_PNG (FILE *ofile, struct GFX_D
}

/* libpng error handling */
-   if (setjmp(png_ptr->jmpbuf)) {
+   if (setjmp(png_jmpbuf(png_ptr))) {
png_destroy_write_struct(&png_ptr, &info_ptr);
if(verbose) printf("FAILED;\n"); else fprintf(stderr, 
"writing gfx data...FAILED\n");
fprintf(stderr, "libpng reported an error!\n");
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xstereograph for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package xstereograph for openSUSE:Factory 
checked in at 2011-12-06 19:18:11

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


Package is "xstereograph", Maintainer is "nadvor...@suse.com"

Changes:




Other differences:
--
++ xstereograph.spec ++
--- /var/tmp/diff_new_pack.ezC2R1/_old  2011-12-06 19:59:44.0 +0100
+++ /var/tmp/diff_new_pack.ezC2R1/_new  2011-12-06 19:59:44.0 +0100
@@ -23,7 +23,7 @@
 %defineversion_libsx 2.03
 Summary:Stereogram generator
 Group:  Amusements/Games/Other
-License:GPL v2 or later ; LGPL v2.1 or later
+License:GPL-2.0+ ; LGPL-2.1+
 Requires:   xless ImageMagick emacs-x11
 Version:2.1
 Release:788

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