Hello community,

here is the log from the commit of package xvkbd for openSUSE:Factory checked 
in at 2018-12-04 20:55:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xvkbd (Old)
 and      /work/SRC/openSUSE:Factory/.xvkbd.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xvkbd"

Tue Dec  4 20:55:43 2018 rev:26 rq:653610 version:3.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/xvkbd/xvkbd.changes      2017-08-24 
18:37:48.180758685 +0200
+++ /work/SRC/openSUSE:Factory/.xvkbd.new.19453/xvkbd.changes   2018-12-04 
20:56:09.680730468 +0100
@@ -1,0 +2,7 @@
+Sun Dec  2 21:06:18 UTC 2018 - Asterios Dramis <[email protected]>
+
+- Update to version 3.9:
+  * Modifiers (Alt, etc.) not working with -text option in the
+    recent releases (deb#891082). This bug is now fixed.
+
+-------------------------------------------------------------------

Old:
----
  xvkbd-3.8.tar.gz

New:
----
  xvkbd-3.9.tar.gz

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

Other differences:
------------------
++++++ xvkbd.spec ++++++
--- /var/tmp/diff_new_pack.kjooSX/_old  2018-12-04 20:56:10.304729773 +0100
+++ /var/tmp/diff_new_pack.kjooSX/_new  2018-12-04 20:56:10.304729773 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xvkbd
 #
-# Copyright (c) 2017 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
@@ -12,17 +12,17 @@
 # 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:           xvkbd
-Version:        3.8
+Version:        3.9
 Release:        0
 Summary:        Virtual Keyboard for the X Window System
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          System/X11/Utilities
-Url:            http://t-sato.in.coocan.jp/xvkbd/
+URL:            http://t-sato.in.coocan.jp/xvkbd/
 Source0:        http://t-sato.in.coocan.jp/xvkbd/%{name}-%{version}.tar.gz
 Source1:        xvkbd.desktop
 Source2:        xvkbd.png
@@ -45,7 +45,6 @@
 BuildRequires:  xorg-x11-devel
 %endif
 BuildRequires:  xaw3d-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Xvkbd is a virtual (graphical) keyboard program for the X Window System
@@ -65,7 +64,7 @@
 make CCOPTIONS="%{optflags}" %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install
+%make_install
 make DESTDIR=%{buildroot} install.man
 %if 0%{?suse_version} > 1210
 desktop-file-install %{SOURCE1}
@@ -76,8 +75,8 @@
 install -Dpm 0644 %{SOURCE3} %{buildroot}%{appdefdir}/xvkbd.default
 
 %files
-%defattr(-,root,root,-)
-%doc COPYING README
+%doc README
+%license COPYING
 %{_mandir}/man1/xvkbd.1x%{ext_man}
 %{_bindir}/xvkbd
 %{_datadir}/applications/%{name}.desktop

++++++ xvkbd-3.8.tar.gz -> xvkbd-3.9.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xvkbd-3.8/README new/xvkbd-3.9/README
--- old/xvkbd-3.8/README        2017-06-06 12:47:56.000000000 +0200
+++ new/xvkbd-3.9/README        2018-02-25 01:56:26.000000000 +0100
@@ -523,10 +523,12 @@
 
 Download
        Latest Official Release
-           http://t-sato.in.coocan.jp/xvkbd/xvkbd-3.8.tar.gz
-           - source of version 3.8 (2017-06-06)
+           http://t-sato.in.coocan.jp/xvkbd/xvkbd-3.9.tar.gz
+           - source of version 3.9 (2018-02-25)
 
        previous release
+           http://t-sato.in.coocan.jp/xvkbd/xvkbd-3.8.tar.gz
+           - source of version 3.8 (2017-06-06)
            http://t-sato.in.coocan.jp/xvkbd/xvkbd-3.7.tar.gz
            - source of version 3.7 (2015-09-12)
            http://t-sato.in.coocan.jp/xvkbd/xvkbd-3.6.tar.gz
@@ -1151,6 +1153,11 @@
              failed to start.  A workaround for this problem is now imple-
              mented.
 
+       Version 3.9 (2018-02-25)
+
+           - Modifiers (Alt, etc.) not working with -text option in the
+             recent releases (Debian Bug#891082). This bug is now fixed.
+
 Author
        xvkbd was written by Tom Sato, and it is distributed under the terms
        of the GNU General Public License Version 2 or any later version.
@@ -1161,4 +1168,4 @@
        The latest version of this software and more information about it
        may be available at http://t-sato.in.coocan.jp/xvkbd/.
 
-                                 2017-06-06                        xvkbd(1)
+                                 2018-02-25                        xvkbd(1)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xvkbd-3.8/xvkbd.c new/xvkbd-3.9/xvkbd.c
--- old/xvkbd-3.8/xvkbd.c       2017-06-06 12:24:16.000000000 +0200
+++ new/xvkbd-3.9/xvkbd.c       2018-02-25 01:55:33.000000000 +0100
@@ -1,6 +1,6 @@
 /*
  * xvkbd - Virtual Keyboard for X Window System
- * (Version 3.8, 2017-06-06)
+ * (Version 3.9, 2018-02-25)
  *
  * Copyright (C) 2000-2017 by Tom Sato <[email protected]>
  * http://t-sato.in.coocan.jp/xvkbd/
@@ -57,7 +57,7 @@
 #endif
 
 #include "resources.h"
-#define PROGRAM_NAME_WITH_VERSION "xvkbd (v3.8)"
+#define PROGRAM_NAME_WITH_VERSION "xvkbd (v3.9)"
 
 /*
  * Default keyboard layout is hardcoded here.
@@ -1513,6 +1513,11 @@
   unsigned junk_u;
   int cur_x, cur_y;
 
+  if (need_read_keymap) {
+    need_read_keymap = FALSE;
+    ReadKeymap();
+  }
+
   shift_state = 0;
   for (cp = str; *cp != '\0'; cp++) {
     if (0 < appres.text_delay) usleep(appres.text_delay * 1000);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xvkbd-3.8/xvkbd.man new/xvkbd-3.9/xvkbd.man
--- old/xvkbd-3.8/xvkbd.man     2017-06-06 12:47:56.000000000 +0200
+++ new/xvkbd-3.9/xvkbd.man     2018-02-25 01:56:26.000000000 +0100
@@ -1,4 +1,4 @@
-.TH xvkbd 1 2017-06-06
+.TH xvkbd 1 2018-02-25
 
 
 .SH NAME
@@ -612,12 +612,16 @@
 .SH "Download"
 .TP 4
 \fILatest Official Release\fP
-\fIhttp://t-sato.in.coocan.jp/xvkbd/xvkbd-3.8.tar.gz\fP
+\fIhttp://t-sato.in.coocan.jp/xvkbd/xvkbd-3.9.tar.gz\fP
 .br
-- source of version 3.8 (2017-06-06)
+- source of version 3.9 (2018-02-25)
 .TP 4
 previous release
-\fIhttp://t-sato.in.coocan.jp/xvkbd/xvkbd-3.7.tar.gz\fP
+http://t-sato.in.coocan.jp/xvkbd/xvkbd-3.8.tar.gz
+.br
+- source of version 3.8 (2017-06-06)
+.sp 0.5
+http://t-sato.in.coocan.jp/xvkbd/xvkbd-3.7.tar.gz
 .br
 - source of version 3.7 (2015-09-12)
 .sp 0.5
@@ -1299,7 +1303,11 @@
 "X Error of failed request: BadValue (integer parameter out of range for 
operation)
 /  Major opcode of failed request: 12 (X_ConfigureWindow)" and failed to start.
 A workaround for this problem is now implemented.
-   
+.TP 4
+Version 3.9 (2018-02-25)
+.IP "    - " 6
+Modifiers (Alt, etc.) not working with \fB-text\fP option in the recent 
releases (Debian Bug#891082). This bug is now fixed.
+    
 
 .SH "Author"
 \fIxvkbd\fP was written by Tom Sato,



Reply via email to