Hello community,

here is the log from the commit of package iceauth for openSUSE:Factory checked 
in at 2018-03-08 10:53:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/iceauth (Old)
 and      /work/SRC/openSUSE:Factory/.iceauth.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "iceauth"

Thu Mar  8 10:53:54 2018 rev:8 rq:583001 version:1.0.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/iceauth/iceauth.changes  2015-02-01 
12:28:11.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.iceauth.new/iceauth.changes     2018-03-08 
10:53:56.277029753 +0100
@@ -1,0 +2,9 @@
+Mon Mar  5 14:56:57 UTC 2018 - sndir...@suse.com
+
+- Update to version 1.0.8
+  * autogen.sh: use quoted string variables
+  * autogen: add default patch prefix
+  * Add -u & -V options to synopsis in man page
+  * autogen.sh: use exec instead of waiting for configure to finish
+
+-------------------------------------------------------------------

Old:
----
  iceauth-1.0.7.tar.bz2

New:
----
  iceauth-1.0.8.tar.bz2

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

Other differences:
------------------
++++++ iceauth.spec ++++++
--- /var/tmp/diff_new_pack.SkpvhA/_old  2018-03-08 10:53:56.821010170 +0100
+++ /var/tmp/diff_new_pack.SkpvhA/_new  2018-03-08 10:53:56.821010170 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package iceauth
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:           iceauth
-Version:        1.0.7
+Version:        1.0.8
 Release:        0
 Summary:        Utility to edit and display the ICE authorization information
 License:        MIT

++++++ iceauth-1.0.7.tar.bz2 -> iceauth-1.0.8.tar.bz2 ++++++
++++ 8853 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/iceauth-1.0.7/ChangeLog new/iceauth-1.0.8/ChangeLog
--- old/iceauth-1.0.7/ChangeLog 2015-01-17 07:12:42.000000000 +0100
+++ new/iceauth-1.0.8/ChangeLog 2018-03-05 05:06:58.000000000 +0100
@@ -1,3 +1,53 @@
+commit e994aca370f6148f692a4ab9794daa8a522e37db
+Author: Alan Coopersmith <alan.coopersm...@oracle.com>
+Date:   Sun Mar 4 19:42:54 2018 -0800
+
+    iceauth 1.0.8
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersm...@oracle.com>
+
+commit bfaf0fb4cc18adf377753eb9c47953b0ca30b3b7
+Author: Mihail Konev <k....@ya.ru>
+Date:   Thu Jan 26 14:00:20 2017 +1000
+
+    autogen: add default patch prefix
+    
+    Signed-off-by: Mihail Konev <k....@ya.ru>
+
+commit 20a14cffe1d64a61ab0208fc3e94232d2f1361ac
+Author: Emil Velikov <emil.l.veli...@gmail.com>
+Date:   Mon Mar 9 12:00:52 2015 +0000
+
+    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 <emil.l.veli...@gmail.com>
+    Reviewed-by: Peter Hutterer <peter.hutte...@who-t.net>
+    Signed-off-by: Peter Hutterer <peter.hutte...@who-t.net>
+
+commit f9d9da776b7a5ca4510c2865adcefd39430ae2ea
+Author: Peter Hutterer <peter.hutte...@who-t.net>
+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 <peter.hutte...@who-t.net>
+    Reviewed-by: Emil Velikov <emil.veli...@collabora.com>
+
+commit 60749d4162ae4c3cafe0ae6bc4ed24631f457e65
+Author: Niveditha Rau <niveditha....@oracle.com>
+Date:   Fri Apr 24 11:13:14 2015 -0700
+
+    Add -u & -V options to synopsis in man page
+    
+    Signed-off-by: Niveditha Rau <niveditha....@oracle.com>
+    Reviewed-by: Alan Coopersmith <alan.coopersm...@oracle.com>
+    Signed-off-by: Alan Coopersmith <alan.coopersm...@oracle.com>
+
 commit fba114e03845a4cfab966f0545e809fdba9e9365
 Author: Alan Coopersmith <alan.coopersm...@oracle.com>
 Date:   Fri Jan 16 22:12:11 2015 -0800
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/iceauth-1.0.7/configure.ac new/iceauth-1.0.8/configure.ac
--- old/iceauth-1.0.7/configure.ac      2015-01-17 07:12:21.000000000 +0100
+++ new/iceauth-1.0.8/configure.ac      2018-03-05 05:06:49.000000000 +0100
@@ -23,7 +23,7 @@
 
 # Initialize Autoconf
 AC_PREREQ([2.60])
-AC_INIT([iceauth], [1.0.7],
+AC_INIT([iceauth], [1.0.8],
         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [iceauth])
 AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_HEADERS([config.h])
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/iceauth-1.0.7/man/iceauth.man new/iceauth-1.0.8/man/iceauth.man
--- old/iceauth-1.0.7/man/iceauth.man   2015-01-17 07:12:21.000000000 +0100
+++ new/iceauth-1.0.8/man/iceauth.man   2018-03-05 05:06:49.000000000 +0100
@@ -27,7 +27,7 @@
 iceauth \- ICE authority file utility
 .SH SYNOPSIS
 .B iceauth
-[ \fB\-f\fP \fIauthfile\fP ] [ \fB\-vqib\fP ] [ \fIcommand arg ...\fP ]
+[ \fB\-f\fP \fIauthfile\fP ] [ \fB\-vqibuV\fP ] [ \fIcommand arg ...\fP ]
 .SH DESCRIPTION
 .PP
 The \fIiceauth\fP program is used to edit and display the authorization


Reply via email to