commit xvinfo for openSUSE:Factory

2019-02-24 Thread root
Hello community,

here is the log from the commit of package xvinfo for openSUSE:Factory checked 
in at 2019-02-24 17:18:22

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


Package is "xvinfo"

Sun Feb 24 17:18:22 2019 rev:9 rq:677970 version:1.1.4

Changes:

--- /work/SRC/openSUSE:Factory/xvinfo/xvinfo.changes2015-05-05 
00:56:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.xvinfo.new.28833/xvinfo.changes 2019-02-24 
17:18:22.828418701 +0100
@@ -1,0 +2,7 @@
+Thu Feb 21 11:22:29 UTC 2019 - sndir...@suse.com
+
+- Update to version 1.1.4
+  * This release delivers some small bug fixes and janitorial
+cleanups.
+
+---

Old:

  xvinfo-1.1.3.tar.bz2

New:

  xvinfo-1.1.4.tar.bz2



Other differences:
--
++ xvinfo.spec ++
--- /var/tmp/diff_new_pack.JnMwi3/_old  2019-02-24 17:18:23.260418624 +0100
+++ /var/tmp/diff_new_pack.JnMwi3/_new  2019-02-24 17:18:23.264418624 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xvinfo
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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:   xvinfo
-Version:1.1.3
+Version:1.1.4
 Release:0
 Summary:Utility to print X-Video extension adaptor information
 License:X11
@@ -48,7 +48,7 @@
 
 %files
 %defattr(-,root,root)
-%doc ChangeLog COPYING README
+%doc ChangeLog COPYING README.md
 %{_bindir}/xvinfo
 %{_mandir}/man1/xvinfo.1%{?ext_man}
 

++ xvinfo-1.1.3.tar.bz2 -> xvinfo-1.1.4.tar.bz2 ++
 5639 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/xvinfo-1.1.3/ChangeLog new/xvinfo-1.1.4/ChangeLog
--- old/xvinfo-1.1.3/ChangeLog  2015-05-01 08:05:41.0 +0200
+++ new/xvinfo-1.1.4/ChangeLog  2019-02-20 01:19:35.0 +0100
@@ -1,3 +1,113 @@
+commit bb4630116ae96299b10fae177c6d048cf7173a28
+Author: Alan Coopersmith 
+Date:   Tue Feb 19 16:18:41 2019 -0800
+
+xvinfo 1.1.4
+
+Signed-off-by: Alan Coopersmith 
+
+commit f973457fb7dffef4c414975f55fccf50b14b3eba
+Author: Alan Coopersmith 
+Date:   Wed Nov 21 17:21:15 2018 -0800
+
+Update configure.ac bug URL for gitlab migration
+
+Signed-off-by: Alan Coopersmith 
+
+commit 0dd41d38e6dfd4513ed31a19dae704068d366d49
+Author: Alan Coopersmith 
+Date:   Fri Nov 16 23:30:34 2018 -0800
+
+Update README for gitlab migration
+
+Signed-off-by: Alan Coopersmith 
+
+commit 95b2d71016bc10f1419e3b49852e8bccb3194c1d
+Author: Alan Coopersmith 
+Date:   Sat Sep 22 13:57:30 2018 -0700
+
+Fix sign mismatch warnings for loop index comparisons
+
+xvinfo.c: In function ‘main’:
+xvinfo.c:99:23: warning: comparison between signed and unsigned integer
+ expressions [-Wsign-compare]
+ for (j = 0; j < nadaptors; j++) {
+   ^
+xvinfo.c:129:31: warning: comparison between signed and unsigned integer
+ expressions [-Wsign-compare]
+ for (k = 0; k < ainfo[j].num_formats; k++, format++) {
+   ^
+xvinfo.c:198:31: warning: comparison between signed and unsigned integer
+ expressions [-Wsign-compare]
+ for (n = 0; n < nencode; n++) {
+   ^
+xvinfo.c:207:35: warning: comparison between signed and unsigned integer
+ expressions [-Wsign-compare]
+ for (n = 0; n < nencode; n++) {
+   ^
+xvinfo.c:222:35: warning: comparison between signed and unsigned integer
+ expressions [-Wsign-compare]
+ for (n = 0; n < nencode; n++) {
+   ^
+
+Signed-off-by: Alan Coopersmith 
+
+commit efd68bc7bf95959652619763bb5d37428546000d
+Author: Alan Coopersmith 
+Date:   Sat Sep 22 13:35:54 2018 -0700
+
+Make xvinfo not exit with error in normal operation
+
+Fixes https://bugs.freedesktop.org/show_bug.cgi?id=74227
+aka https://gitlab.freedesktop.org/xorg/app/xvinfo/issues/1
+
+Signed-off-by: Alan Coopersmith 
+
+commit b086401357cfdf02cbd52d29dcd604f6cabaa1d8
+Author: Tobias Stoeckmann 
+Date:   Mon Jul 18 23:10:3

commit xvinfo for openSUSE:Factory

2015-05-04 Thread h_root
Hello community,

here is the log from the commit of package xvinfo for openSUSE:Factory checked 
in at 2015-05-05 00:56:15

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


Package is "xvinfo"

Changes:

--- /work/SRC/openSUSE:Factory/xvinfo/xvinfo.changes2014-02-07 
11:57:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.xvinfo.new/xvinfo.changes   2015-05-05 
00:56:17.0 +0200
@@ -1,0 +2,11 @@
+Mon May  4 14:36:25 UTC 2015 - sndir...@suse.com
+
+- Use progname for error messages as well
+  * Convert sprintf call to use snprintf
+  * Make ImageEncodings unsigned
+  * configure: Drop AM_MAINTAINER_MODE
+  * autogen.sh: Honor NOCONFIGURE=1
+  * Print which option was in error along with usage message
+  * Use real program name for help message
+
+---

Old:

  xvinfo-1.1.2.tar.bz2

New:

  xvinfo-1.1.3.tar.bz2



Other differences:
--
++ xvinfo.spec ++
--- /var/tmp/diff_new_pack.rjbNdM/_old  2015-05-05 00:56:18.0 +0200
+++ /var/tmp/diff_new_pack.rjbNdM/_new  2015-05-05 00:56:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xvinfo
 #
-# Copyright (c) 2014 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
@@ -17,7 +17,7 @@
 
 
 Name:   xvinfo
-Version:1.1.2
+Version:1.1.3
 Release:0
 Summary:Utility to print X-Video extension adaptor information
 License:X11

++ xvinfo-1.1.2.tar.bz2 -> xvinfo-1.1.3.tar.bz2 ++
 8032 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/xvinfo-1.1.2/ChangeLog new/xvinfo-1.1.3/ChangeLog
--- old/xvinfo-1.1.2/ChangeLog  2013-02-11 01:44:36.0 +0100
+++ new/xvinfo-1.1.3/ChangeLog  2015-05-01 08:05:41.0 +0200
@@ -1,3 +1,88 @@
+commit ec76226d2986b1a77c9c021bb9b41e59bd839ed4
+Author: Alan Coopersmith 
+Date:   Thu Apr 30 23:03:01 2015 -0700
+
+xvinfo 1.1.3
+
+Signed-off-by: Alan Coopersmith 
+
+commit 5f47bf1a212b957009a85207338ee5b1d6ec6340
+Author: Alan Coopersmith 
+Date:   Tue Jun 3 23:36:56 2014 -0700
+
+Print which option was in error along with usage message
+
+Signed-off-by: Alan Coopersmith 
+
+commit 9798300fc71af02f8725bc7b4da47a4b8676f5ab
+Author: Alan Coopersmith 
+Date:   Tue Jun 3 23:32:31 2014 -0700
+
+autogen.sh: Honor NOCONFIGURE=1
+
+See http://people.gnome.org/~walters/docs/build-api.txt
+
+Signed-off-by: Alan Coopersmith 
+
+commit 169e0dd0a3e1740d7621d214494374c99dbc75ce
+Author: Alan Coopersmith 
+Date:   Tue Jun 3 23:32:31 2014 -0700
+
+configure: Drop AM_MAINTAINER_MODE
+
+Signed-off-by: Alan Coopersmith 
+
+commit ca5ed1edbb7a71ea166868b80dd02a210c2a8f05
+Author: Alan Coopersmith 
+Date:   Fri Oct 18 22:17:03 2013 -0700
+
+Make ImageEncodings unsigned
+
+Starts at 0 and increments to count encodings - should never go negative.
+
+Fixes clang warnings:
+
+xvinfo.c:184:31: warning: implicit conversion changes signedness: 'int' to
+  'unsigned int' [-Wsign-conversion]
+if (nencode - ImageEncodings) {
+~ ^~
+
+xvinfo.c:186:39: warning: implicit conversion changes signedness: 'int' to
+  'unsigned int' [-Wsign-conversion]
+nencode - ImageEncodings);
+~ ^~
+
+Signed-off-by: Alan Coopersmith 
+
+commit 8a4d6f5bd95f5ad7608a7871bc6822935e4a191b
+Author: Alan Coopersmith 
+Date:   Fri Oct 18 22:12:12 2013 -0700
+
+Convert sprintf call to use snprintf
+
+Should be impossible to overflow with previous sprintf code, but
+still safer to avoid bugs if something changes in the future.
+
+Signed-off-by: Alan Coopersmith 
+
+commit d61cb117c170b23b9fbaf619c2a1e54b9f987a90
+Author: Alan Coopersmith 
+Date:   Sun Jul 7 10:47:47 2013 -0700
+
+Use progname for error messages as well
+
+Signed-off-by: Alan Coopersmith 
+
+commit af9ea390e95320e683c761cbd61eaf1c0dbaefed
+Author: Stéphane Aulery 
+Date:   Sun Jul 7 03:15:39 2013 +0200
+
+Use real program name for help message
+
+   

commit xvinfo for openSUSE:Factory

2014-02-07 Thread h_root
Hello community,

here is the log from the commit of package xvinfo for openSUSE:Factory checked 
in at 2014-02-07 11:57:17

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


Package is "xvinfo"

Changes:

--- /work/SRC/openSUSE:Factory/xvinfo/xvinfo.changes2013-02-26 
16:24:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.xvinfo.new/xvinfo.changes   2014-02-07 
11:57:18.0 +0100
@@ -1,0 +2,5 @@
+Thu Feb  6 10:00:27 UTC 2014 - sndir...@suse.com
+
+- fixed license to X11 in specfile
+
+---



Other differences:
--
++ xvinfo.spec ++
--- /var/tmp/diff_new_pack.GrhxpQ/_old  2014-02-07 11:57:19.0 +0100
+++ /var/tmp/diff_new_pack.GrhxpQ/_new  2014-02-07 11:57:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xvinfo
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -20,7 +20,7 @@
 Version:1.1.2
 Release:0
 Summary:Utility to print X-Video extension adaptor information
-License:MIT
+License:X11
 Group:  System/X11/Utilities
 Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2

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



commit xvinfo for openSUSE:Factory

2013-02-26 Thread h_root
Hello community,

here is the log from the commit of package xvinfo for openSUSE:Factory checked 
in at 2013-02-26 16:24:46

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


Package is "xvinfo", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/xvinfo/xvinfo.changes2012-05-08 
12:08:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.xvinfo.new/xvinfo.changes   2013-02-26 
16:24:47.0 +0100
@@ -1,0 +2,14 @@
+Mon Feb 25 19:05:24 UTC 2013 - zai...@opensuse.org
+
+- Update to version 1.1.2:
+  + Add -version option.
+  + Add explicit braces to clarify which if the else goes with.
+  + Convert from haphazard indenting to X.Org common style.
+  + Add _X_NORETURN to PrintUsage to clear gcc/clang warnings.
+  + config:
+- Add missing AC_CONFIG_SRCDIR.
+- Replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS.
+- Move man pages into their own directory.
+man: remove trailing spaces and tabs.
+
+---

Old:

  xvinfo-1.1.1.tar.bz2

New:

  xvinfo-1.1.2.tar.bz2



Other differences:
--
++ xvinfo.spec ++
--- /var/tmp/diff_new_pack.Jvercn/_old  2013-02-26 16:24:51.0 +0100
+++ /var/tmp/diff_new_pack.Jvercn/_new  2013-02-26 16:24:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xvinfo
 #
-# 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,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   xvinfo
-Version:1.1.1
+Version:1.1.2
 Release:0
-License:MIT
 Summary:Utility to print X-Video extension adaptor information
-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)

++ xvinfo-1.1.1.tar.bz2 -> xvinfo-1.1.2.tar.bz2 ++
 10519 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/xvinfo-1.1.1/ChangeLog new/xvinfo-1.1.2/ChangeLog
--- old/xvinfo-1.1.1/ChangeLog  2010-11-06 16:59:49.0 +0100
+++ new/xvinfo-1.1.2/ChangeLog  2013-02-11 01:44:36.0 +0100
@@ -1,3 +1,90 @@
+commit 6114ecae7d7aa0bed41d01d360b193f27a500942
+Author: Alan Coopersmith 
+Date:   Sun Feb 10 16:44:06 2013 -0800
+
+xvinfo 1.1.2
+
+Signed-off-by: Alan Coopersmith 
+
+commit 4f5b605fc1339a9f0a12dca89863cb553e8af6cc
+Author: Alan Coopersmith 
+Date:   Sun Jan 13 14:46:23 2013 -0800
+
+Add -version option
+
+Signed-off-by: Alan Coopersmith 
+
+commit a7db7b1385ece9c10ad1d7c13d9c842b52a39002
+Author: Alan Coopersmith 
+Date:   Sun Jan 13 14:39:54 2013 -0800
+
+add explicit braces to clarify which if the else goes with
+
+Suggested by clang:
+
+xvinfo.c:125:25: warning: add explicit braces to avoid dangling else
+  [-Wdangling-else]
+else
+^
+
+Signed-off-by: Alan Coopersmith 
+
+commit 8afa791dd265d64f425ff7f3c32a16c291e3bb7b
+Author: Alan Coopersmith 
+Date:   Sun Jan 13 14:32:30 2013 -0800
+
+Convert from haphazard indenting to X.Org common style
+
+Signed-off-by: Alan Coopersmith 
+
+commit 68e388a32b1be09b73eee18c8720efd1c08fdfe8
+Author: Alan Coopersmith 
+Date:   Sun Jan 13 14:29:28 2013 -0800
+
+Add _X_NORETURN to PrintUsage to clear gcc/clang warnings
+
+Signed-off-by: Alan Coopersmith 
+
+commit 34828bc984579fd77136d5d0a559d1a887bac420
+Author: Alan Coopersmith 
+Date:   Sun Jan 13 14:26:50 2013 -0800
+
+config: Add missing AC_CONFIG_SRCDIR
+
+Regroup AC statements under the Autoconf initialization section.
+Regroup AM statements under the Automake initialization section.
+
+Signed-off-by: Alan Coopersmith 
+
+commit c472d2d7f72113ebf6fc9bbb756e77c9394021c6
+Author: Gaetan Nadon 
+Date:   Wed Jan 19 10:06:57 2011 -0500
+
+config: move man pages into their own directory
+
+Use services provided by XORG_MANPAGE_SECTIONS.
+Use st