Hello community,

here is the log from the commit of package setxkbmap for openSUSE:Factory 
checked in at 2019-07-17 14:22:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/setxkbmap (Old)
 and      /work/SRC/openSUSE:Factory/.setxkbmap.new.1887 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "setxkbmap"

Wed Jul 17 14:22:49 2019 rev:7 rq:715445 version:1.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/setxkbmap/setxkbmap.changes      2015-04-27 
12:58:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.setxkbmap.new.1887/setxkbmap.changes    
2019-07-17 14:22:50.740168997 +0200
@@ -1,0 +2,11 @@
+Mon Jul 15 09:49:47 UTC 2019 - Stefan Dirsch <sndir...@suse.com>
+
+- Update to version 1.3.2
+  * Correct error messages for missing/invalid file passed to -config
+  * Update configure.ac bug URL for gitlab migration
+  * autogen.sh: use quoted string variables
+  * autogen.sh: use exec instead of waiting for configure to finish
+  * autogen: add default patch prefix
+  * Update README for gitlab migration
+
+-------------------------------------------------------------------

Old:
----
  setxkbmap-1.3.1.tar.bz2

New:
----
  setxkbmap-1.3.2.tar.bz2

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

Other differences:
------------------
++++++ setxkbmap.spec ++++++
--- /var/tmp/diff_new_pack.Mx0hbc/_old  2019-07-17 14:22:51.168167831 +0200
+++ /var/tmp/diff_new_pack.Mx0hbc/_new  2019-07-17 14:22:51.168167831 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package setxkbmap
 #
-# 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
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           setxkbmap
-Version:        1.3.1
+Version:        1.3.2
 Release:        0
 Summary:        Utility to change the keyboard layout in X
 License:        MIT
@@ -49,7 +49,7 @@
 
 %files
 %defattr(-,root,root)
-%doc ChangeLog COPYING README
+%doc ChangeLog COPYING README.md
 %{_bindir}/setxkbmap
 %{_mandir}/man1/setxkbmap.1%{?ext_man}
 

++++++ setxkbmap-1.3.1.tar.bz2 -> setxkbmap-1.3.2.tar.bz2 ++++++
++++ 5494 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/setxkbmap-1.3.1/ChangeLog new/setxkbmap-1.3.2/ChangeLog
--- old/setxkbmap-1.3.1/ChangeLog       2015-04-17 07:28:55.000000000 +0200
+++ new/setxkbmap-1.3.2/ChangeLog       2019-07-14 20:17:58.000000000 +0200
@@ -1,3 +1,74 @@
+commit e03ecc3e00b411108449923cf006251b54f91c26
+Author: Alan Coopersmith <alan.coopersm...@oracle.com>
+Date:   Sun Jul 14 11:10:40 2019 -0700
+
+    setxkbmap 1.3.2
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersm...@oracle.com>
+
+commit 7e74a1d3d443df68a1a4be9ccce7439462c1531a
+Author: Alan Coopersmith <alan.coopersm...@oracle.com>
+Date:   Sun Jun 9 11:52:36 2019 -0700
+
+    Correct error messages for missing/invalid file passed to -config
+    
+    Now a non-existent file prints:
+        Couldn't find configuration file "not-there"
+    and a file that fails to parse prints:
+        Couldn't parse configuration file "not-right"
+    
+    Fixes: #3, https://bugs.freedesktop.org/show_bug.cgi?id=101845
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersm...@oracle.com>
+
+commit 51cd85bbec1e62d566b1c893ecc668886165a047
+Author: Alan Coopersmith <alan.coopersm...@oracle.com>
+Date:   Wed Nov 21 16:57:00 2018 -0800
+
+    Update configure.ac bug URL for gitlab migration
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersm...@oracle.com>
+
+commit 6a7bc86d92de1b76baf5ae5e615ccc936378a8ee
+Author: Alan Coopersmith <alan.coopersm...@oracle.com>
+Date:   Fri Nov 16 20:46:00 2018 -0800
+
+    Update README for gitlab migration
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersm...@oracle.com>
+
+commit dd99b3c20ac656132b1bffac28a6fff05506e0ff
+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 4b2f89773764dc4cacee0410567806019ae9f8c7
+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 7fd69e4d7d7932bf463f3c59f4aa9e0a91dabcfb
+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 352f4da35ea9c0cce3812f96279315e31d1420ec
 Author: Alan Coopersmith <alan.coopersm...@oracle.com>
 Date:   Thu Apr 16 22:27:46 2015 -0700
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/setxkbmap-1.3.1/Makefile.am new/setxkbmap-1.3.2/Makefile.am
--- old/setxkbmap-1.3.1/Makefile.am     2015-04-17 07:27:52.000000000 +0200
+++ new/setxkbmap-1.3.2/Makefile.am     2019-07-14 20:17:46.000000000 +0200
@@ -50,3 +50,5 @@
 lint:
        $(LINT) $(ALL_LINT_FLAGS) $(setxkbmap_SOURCES)
 endif LINT
+
+EXTRA_DIST = README.md
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/setxkbmap-1.3.1/README new/setxkbmap-1.3.2/README
--- old/setxkbmap-1.3.1/README  2015-04-17 07:27:52.000000000 +0200
+++ new/setxkbmap-1.3.2/README  1970-01-01 01:00:00.000000000 +0100
@@ -1,27 +0,0 @@
-setxkbmap is an X11 client to change the keymaps in the X server for a
-specified keyboard to use the layout determined by the options listed
-on the command line.
-
-All questions regarding this software should be directed at the
-Xorg mailing list:
-
-        http://lists.freedesktop.org/mailman/listinfo/xorg
-
-Please submit bug reports to the Xorg bugzilla:
-
-        https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-
-The master development code repository can be found at:
-
-        git://anongit.freedesktop.org/git/xorg/app/setxkbmap
-
-        http://cgit.freedesktop.org/xorg/app/setxkbmap
-
-For patch submission instructions, see:
-
-       http://www.x.org/wiki/Development/Documentation/SubmittingPatches
-
-For more information on the git code manager, see:
-
-        http://wiki.x.org/wiki/GitPage
-
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/setxkbmap-1.3.1/README.md new/setxkbmap-1.3.2/README.md
--- old/setxkbmap-1.3.1/README.md       1970-01-01 01:00:00.000000000 +0100
+++ new/setxkbmap-1.3.2/README.md       2019-07-14 20:17:46.000000000 +0200
@@ -0,0 +1,19 @@
+setxkbmap is an X11 client to change the keymaps in the X server for a
+specified keyboard to use the layout determined by the options listed
+on the command line.
+
+All questions regarding this software should be directed at the
+Xorg mailing list:
+
+  https://lists.x.org/mailman/listinfo/xorg
+
+The master development code repository can be found at:
+
+  https://gitlab.freedesktop.org/xorg/app/setxkbmap
+
+Please submit bug reports and requests to merge patches there.
+
+For patch submission instructions, see:
+
+  https://www.x.org/wiki/Development/Documentation/SubmittingPatches
+
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/setxkbmap-1.3.1/configure.ac new/setxkbmap-1.3.2/configure.ac
--- old/setxkbmap-1.3.1/configure.ac    2015-04-17 07:27:52.000000000 +0200
+++ new/setxkbmap-1.3.2/configure.ac    2019-07-14 20:17:46.000000000 +0200
@@ -24,8 +24,8 @@
 # Initialize Autoconf
 AC_PREREQ([2.60])
 AC_INIT([setxkbmap],
-       [1.3.1],
-       [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
+       [1.3.2],
+       [https://gitlab.freedesktop.org/xorg/app/setxkbmap/issues],
        [setxkbmap])
 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/setxkbmap-1.3.1/setxkbmap.c new/setxkbmap-1.3.2/setxkbmap.c
--- old/setxkbmap-1.3.1/setxkbmap.c     2015-04-17 07:27:52.000000000 +0200
+++ new/setxkbmap-1.3.2/setxkbmap.c     2019-07-14 20:17:46.000000000 +0200
@@ -742,12 +742,15 @@
     Bool ok;
 
     if ((fp = findFileInPath(name)) == NULL)
+    {
+        ERR1("Couldn't find configuration file \"%s\"\n", name);
         return False;
+    }
     ok = XkbCFParse(fp, XkbCFDflts, NULL, &cfgResult);
     fclose(fp);
     if (!ok)
     {
-        ERR1("Couldn't find configuration file \"%s\"\n", name);
+        ERR1("Couldn't parse configuration file \"%s\"\n", name);
         return False;
     }
     if (cfgResult.rules_file)


Reply via email to