commit ico for openSUSE:Factory

2018-04-19 Thread root
Hello community,

here is the log from the commit of package ico for openSUSE:Factory checked in 
at 2018-04-19 15:28:24

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


Package is "ico"

Thu Apr 19 15:28:24 2018 rev:7 rq:593758 version:1.0.5

Changes:

--- /work/SRC/openSUSE:Factory/ico/ico.changes  2013-01-22 15:38:04.0 
+0100
+++ /work/SRC/openSUSE:Factory/.ico.new/ico.changes 2018-04-19 
15:28:28.613538303 +0200
@@ -1,0 +2,15 @@
+Thu Apr  5 10:40:38 UTC 2018 - sndir...@suse.com
+
+- Update to version 1.0.5
+  * autogen.sh changes
+  * config: Add missing AC_CONFIG_SRCDIR
+  * configure: Drop AM_MAINTAINER_MODE
+  * Combine usage message array into single string
+  * Print which option was in error along with usage message
+  * Add -version option to print program version
+  * Make polygon info const - moves 22k from .data to .rodata
+  * Convert icoFatal() to be a varargs function
+  * Add -version to synopsis in man page
+  * Fix more sign-compare warnings
+
+---

Old:

  ico-1.0.4.tar.bz2

New:

  ico-1.0.5.tar.bz2



Other differences:
--
++ ico.spec ++
--- /var/tmp/diff_new_pack.tWAIES/_old  2018-04-19 15:28:30.173474557 +0200
+++ /var/tmp/diff_new_pack.tWAIES/_new  2018-04-19 15:28:30.177474394 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ico
 #
-# Copyright (c) 2013 SUSE LINUX Products 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
@@ -17,7 +17,7 @@
 
 
 Name:   ico
-Version:1.0.4
+Version:1.0.5
 Release:0
 Summary:Simple animation program used for testing X11 operations and 
extensions
 License:MIT

++ ico-1.0.4.tar.bz2 -> ico-1.0.5.tar.bz2 ++
 14811 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ico-1.0.4/ChangeLog new/ico-1.0.5/ChangeLog
--- old/ico-1.0.4/ChangeLog 2013-01-16 03:20:36.0 +0100
+++ new/ico-1.0.5/ChangeLog 2018-03-10 07:29:02.0 +0100
@@ -1,3 +1,148 @@
+commit e2a3e08d7a93738a88fdc889517f85d17371b626
+Author: Alan Coopersmith 
+Date:   Fri Mar 9 22:26:48 2018 -0800
+
+ico 1.0.5
+
+Signed-off-by: Alan Coopersmith 
+
+commit 27bb9485b60408c7bad53abf67f69ca99ab8fa2e
+Author: Alan Coopersmith 
+Date:   Tue Mar 6 22:50:37 2018 -0800
+
+Fix more sign-compare warnings
+
+ico.c:1136:13: warning: comparison between signed and unsigned integer 
expressions [-Wsign-compare]
+  for (i=0; i
+
+commit 16ae54507785927e95942690b130d6827d7fb296
+Author: Mihail Konev 
+Date:   Thu Jan 26 14:00:20 2017 +1000
+
+autogen: add default patch prefix
+
+Signed-off-by: Mihail Konev 
+
+commit 00a77336cf2ecbe70b5be0e83b3729b76e92211d
+Author: Emil Velikov 
+Date:   Mon Mar 9 12:00:52 2015 +
+
+autogen.sh: use quoted string variables
+
+Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
+fall-outs, when they contain space.
+
+Signed-off-by: Emil Velikov 
+Reviewed-by: Peter Hutterer 
+Signed-off-by: Peter Hutterer 
+
+commit 3f7683aafa4b93b5c3bc416948e909826dc99a13
+Author: Peter Hutterer 
+Date:   Tue Jan 24 10:32:07 2017 +1000
+
+autogen.sh: use exec instead of waiting for configure to finish
+
+Syncs the invocation of configure with the one from the server.
+
+Signed-off-by: Peter Hutterer 
+Reviewed-by: Emil Velikov 
+
+commit 1d5e7d243e0f0df7afd6198f9e74bb392ddcea46
+Author: Alan Coopersmith 
+Date:   Thu Apr 23 22:33:07 2015 -0700
+
+Add -version to synopsis in man page
+
+List -version & -objhelp seperately to indicate they cannot be used
+with any of the other options.
+
+Signed-off-by: Alan Coopersmith 
+
+commit 2aeef741088c391f0d55ed9a063e3988ffd6ee44
+Author: Alan Coopersmith 
+Date:   Fri Jan 16 23:01:55 2015 -0800
+
+Convert icoFatal() to be a varargs function
+
+Drops needless NULL arguments and enables printf format checking.
+
+Gets rid of gcc 4.8 warning:
+ico.c: In function ‘icoFatal’:
+ico.c:265:2: warning: format not a string literal, argument types not 
checked [-Wformat-nonliteral]
+  fprintf(stderr, fmt, a0);
+  ^
+
+Signed-off-b

commit ico for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package ico for openSUSE:Factory checked in 
at 2013-01-22 15:38:02

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


Package is "ico", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/ico/ico.changes  2012-05-08 11:57:07.0 
+0200
+++ /work/SRC/openSUSE:Factory/.ico.new/ico.changes 2013-01-22 
15:38:04.0 +0100
@@ -1,0 +2,15 @@
+Sat Jan 19 09:44:03 UTC 2013 - zai...@opensuse.org
+
+- Update to version 1.0.4:
+  + Fix some 64-bit vs. 32-bit conversion errors.
+  + Mark a couple parameters as unused to silence compiler warnings
+  + Add const qualifiers to fix gcc -Wwrite-strings warnings.
+  + Replace local checks for gcc with _X_NORETURN from
+xproto 7.0.17.
+  + config: 
+- Move man pages into their own directory.
+- Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
+- Replace pkgconfig(xorg-macros) with pkgconfig(xproto)
+  BuildRequires, since this is what configure checks for now.
+
+---

Old:

  ico-1.0.3.tar.bz2

New:

  ico-1.0.4.tar.bz2



Other differences:
--
++ ico.spec ++
--- /var/tmp/diff_new_pack.4lMi7A/_old  2013-01-22 15:38:05.0 +0100
+++ /var/tmp/diff_new_pack.4lMi7A/_new  2013-01-22 15:38:05.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ico
 #
-# 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
@@ -15,17 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   ico
-Version:1.0.3
+Version:1.0.4
 Release:0
-License:MIT
 Summary:Simple animation program used for testing X11 operations and 
extensions
-Url:http://xorg.freedesktop.org/
+License:MIT
 Group:  System/X11/Utilities
+Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(x11) >= 0.99.1
-BuildRequires:  pkgconfig(xorg-macros) >= 1.8
+BuildRequires:  pkgconfig(xproto) >= 7.0.22
 # This was part of the xorg-x11 package up to version 7.6
 Conflicts:  xorg-x11 <= 7.6
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ ico-1.0.3.tar.bz2 -> ico-1.0.4.tar.bz2 ++
 10154 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ico-1.0.3/ChangeLog new/ico-1.0.4/ChangeLog
--- old/ico-1.0.3/ChangeLog 2010-10-30 22:12:13.0 +0200
+++ new/ico-1.0.4/ChangeLog 2013-01-16 03:20:36.0 +0100
@@ -1,3 +1,91 @@
+commit 0c5f08dee87e0453e3263f8aa5ca545a0a03353e
+Author: Alan Coopersmith 
+Date:   Tue Jan 15 18:19:49 2013 -0800
+
+ico 1.0.4
+
+Signed-off-by: Alan Coopersmith 
+
+commit d065113b4fadbb674e6e6f2a7681105f4f0212d3
+Author: Alan Coopersmith 
+Date:   Thu Jan 3 20:06:17 2013 -0800
+
+Fix some 64-bit vs. 32-bit conversion errors
+
+ico.c:851:7: warning: implicit conversion loses integer precision: 
'unsigned long' to 'int' [-Wshorten-64-to-32]
+fg = WhitePixel(dpy, DefaultScreen(dpy));
+   ~ ^~~
+
+ico.c:852:7: warning: implicit conversion loses integer precision: 
'unsigned long' to 'int' [-Wshorten-64-to-32]
+bg = BlackPixel(dpy, DefaultScreen(dpy));
+   ~ ^~~
+
+ico.c:858:18: warning: implicit conversion loses integer precision: 
'unsigned long' to 'int' [-Wshorten-64-to-32]
+  bg = cdef.pixel;
+ ~ ~^
+
+ico.c:866:18: warning: implicit conversion loses integer precision: 
'unsigned long' to 'int' [-Wshorten-64-to-32]
+  fg = cdef.pixel;
+ ~ ~^
+
+ico.c:874:11: warning: implicit conversion loses integer precision: 
'unsigned long' to 'int' [-Wshorten-64-to-32]
+bg = tmp;
+
+Signed-off-by: Alan Coopersmith 
+
+commit 99ca5c8deb4a3ebd4b2a7e64bd64ca9a91b6680c
+Author: Alan Coopersmith 
+Date:   Thu Jan 3 19:51:06 2013 -0800
+
+Mark a couple parame