commit xvkbd for openSUSE:Factory

2020-06-02 Thread root
Hello community,

here is the log from the commit of package xvkbd for openSUSE:Factory checked 
in at 2020-06-02 14:37:37

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


Package is "xvkbd"

Tue Jun  2 14:37:37 2020 rev:28 rq:810402 version:4.1

Changes:

--- /work/SRC/openSUSE:Factory/xvkbd/xvkbd.changes  2019-10-16 
09:12:41.747868001 +0200
+++ /work/SRC/openSUSE:Factory/.xvkbd.new.3606/xvkbd.changes2020-06-02 
14:38:22.171470256 +0200
@@ -1,0 +2,13 @@
+Sat May 30 19:36:21 UTC 2020 - Asterios Dramis 
+
+- Update to version 4.1:
+  * xvkbd-4.0 couldn't read word list without frequency
+information. This bug is not fixed.
+  * Too slow startup if word list file is large.
+This problem is now fixed by making xvkbd to read large word
+list file on the fly.
+  * Modified Makefile.am to add prefix $(DESTDIR) to the
+destination path.
+  * Fixed duplicate definition problem of variable appres.
+
+---

Old:

  xvkbd-4.0.tar.gz

New:

  xvkbd-4.1.tar.gz



Other differences:
--
++ xvkbd.spec ++
--- /var/tmp/diff_new_pack.PJLftp/_old  2020-06-02 14:38:23.283473771 +0200
+++ /var/tmp/diff_new_pack.PJLftp/_new  2020-06-02 14:38:23.283473771 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xvkbd
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # 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:   xvkbd
-Version:4.0
+Version:4.1
 Release:0
 Summary:Virtual Keyboard for the X Window System
 License:GPL-2.0-or-later
@@ -50,11 +50,11 @@
 
 %build
 %configure
-make %{?_smp_mflags}
+%make_build
 
 %install
 install -dm 0755 %{buildroot}%{_datadir}/X11/app-defaults
-%make_install appdefaultdir=%{buildroot}%{_datadir}/X11/app-defaults 
datarootdir=%{buildroot}%{_datadir}
+%make_install
 desktop-file-install %{SOURCE1}
 install -Dpm 0644 %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/xvkbd.png
 

++ xvkbd-4.0.tar.gz -> xvkbd-4.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xvkbd-4.0/ChangeLog new/xvkbd-4.1/ChangeLog
--- old/xvkbd-4.0/ChangeLog 2019-08-31 12:32:58.0 +0200
+++ new/xvkbd-4.1/ChangeLog 2020-05-04 06:33:52.0 +0200
@@ -439,12 +439,26 @@
 
   - Modifier "Super" (keysym Super_L and Super_R) is now supported,
 although it is not on the supplied keyboard layouts.
-
+
 Modifier "Super" can be expressed as "\W" in -text option.
-  
+
   - Modifiers did not work correctly before first key is pressed.
 This problem is fixed.
 
   - To build, "./configure" may be used instead of "xmkmf".
- 
- 
\ No newline at end of file
+
+
+Version 4.1 (2020-05-04)
+
+ - xvkbd-4.0 couldn't read word list without frequency information.
+   This bug is not fixed.
+
+ - Too slow startup if word list file is large.
+   This problem is now fixed by making xvkbd to read large word list file
+   on the fly.
+
+ - Modified Makefile.am to add prefix $(DESTDIR) to the destination path.
+
+ - Fixed duplicate definition problem of variable appres.
+
+ 
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xvkbd-4.0/Imakefile new/xvkbd-4.1/Imakefile
--- old/xvkbd-4.0/Imakefile 2019-08-31 09:45:09.0 +0200
+++ new/xvkbd-4.1/Imakefile 2020-05-04 09:10:40.0 +0200
@@ -68,7 +68,7 @@
 InstallAppDefaults(XVkbd-uk)
 InstallAppDefaults(XVkbd-strip)
 
-InstallNonExec(words.english, $(SHAREDIR)/words.english)
+InstallNonExec(words.english,$(SHAREDIR)/words.english)
 
 
 README:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xvkbd-4.0/Makefile.am new/xvkbd-4.1/Makefile.am
--- old/xvkbd-4.0/Makefile.am   2019-09-01 00:03:14.0 +0200
+++ new/xvkbd-4.1/Makefile.am   2020-02-08 12:43:15.0 +0100
@@ -17,11 +17,12 @@
[ which ad2c > /dev/null ] || ad2c XVkbd-common.ad > XVkbd-common.h
 
 install-data-hook:
+   [ -d $(DESTDIR)$(appdefaultdir) ] || mkdir $(DESTDIR)$(appdefaultdir)
for file in *.ad; do \
-   $(INSTALL_DATA) $$file $(appdefaultdir)/$${file%.ad}; \
+   $(INSTALL_DATA) $$file $(DESTDIR)$(appdefaultdir)/$${file%.ad}; 
\
done
-   [ -d $(datarootdir)/xvkbd/ ] || mkdir $(datarootdir)/xvkbd/
-   $(INSTALL_DATA) words.english $(datarootdir)/xvkbd/words.english
+   [ -d $(DESTDIR)$(datarootdir)/xvkbd/ ] || mkdir 

commit xvkbd for openSUSE:Factory

2019-10-16 Thread root
Hello community,

here is the log from the commit of package xvkbd for openSUSE:Factory checked 
in at 2019-10-16 09:12:37

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


Package is "xvkbd"

Wed Oct 16 09:12:37 2019 rev:27 rq:735461 version:4.0

Changes:

--- /work/SRC/openSUSE:Factory/xvkbd/xvkbd.changes  2018-12-04 
20:56:09.680730468 +0100
+++ /work/SRC/openSUSE:Factory/.xvkbd.new.2352/xvkbd.changes2019-10-16 
09:12:41.747868001 +0200
@@ -1,0 +2,29 @@
+Sat Oct  5 22:27:31 UTC 2019 - Asterios Dramis 
+
+- Update to version 4.0:
+  * Improvements related to Word Completion:
++ English word list with frequency information will be
+  installed with xvkbd, which was derived from:
+  
https://en.wiktionary.org/wiki/Wiktionary:Frequency_lists#Project_Gutenberg
++ xvkbd can now "learn" the recently used words, so that those
+  words will be listed near top of the completion list
+  afterword.
++ completion panel can be integrated into the xvkbd's main
+  window, when Integrate Completion Panel? on the Property
+  panel set on.
++ xvkbd will insert blank (' ') automatically between words,
+  when Insert Blank after Completion? on the Property panel set
+  on.
+  * Modifier "Super" (keysym Super_L and Super_R) is now supported,
+although it is not on the supplied keyboard layouts.
+Modifier "Super" can be expressed as "\W" in -text option.
+  * Modifiers did not work correctly before first key is pressed.
+This problem is fixed.
+  * To build, "./configure" may be used instead of "xmkmf".
+- Removed support for openSUSE <= 12.1.
+- Removed imake build requirement (not needed anymore, autoconf is
+  used).
+- Removed xvkbd.default (was not used anyway).
+- Rebased xvkbd-3.0-compilerwarnings.diff to apply cleanly.
+
+---

Old:

  xvkbd-3.9.tar.gz
  xvkbd.default

New:

  xvkbd-4.0.tar.gz



Other differences:
--
++ xvkbd.spec ++
--- /var/tmp/diff_new_pack.NuFtZm/_old  2019-10-16 09:12:42.415866279 +0200
+++ /var/tmp/diff_new_pack.NuFtZm/_new  2019-10-16 09:12:42.419866269 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xvkbd
 #
-# Copyright (c) 2018 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,33 +17,22 @@
 
 
 Name:   xvkbd
-Version:3.9
+Version:4.0
 Release:0
 Summary:Virtual Keyboard for the X Window System
 License:GPL-2.0-or-later
-Group:  System/X11/Utilities
 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
-Source3:xvkbd.default
 # PATCH-FIX-UPSTREAM xvkbd-3.0-compilerwarnings.diff dkuka...@suse.de -- Avoid 
warnings with warn_unused_result
 Patch0: xvkbd-3.0-compilerwarnings.diff
-%if 0%{?suse_version} > 1210
 BuildRequires:  desktop-file-utils
-%else
-BuildRequires:  update-desktop-files
-%endif
-%if 0%{?suse_version} > 1210
-BuildRequires:  imake
 BuildRequires:  libX11-devel
 BuildRequires:  libXaw-devel
 BuildRequires:  libXmu-devel
 BuildRequires:  libXt-devel
 BuildRequires:  libXtst-devel
-%else
-BuildRequires:  xorg-x11-devel
-%endif
 BuildRequires:  xaw3d-devel
 
 %description
@@ -60,27 +49,23 @@
 sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/g" xvkbd.c
 
 %build
-xmkmf -a
-make CCOPTIONS="%{optflags}" %{?_smp_mflags}
+%configure
+make %{?_smp_mflags}
 
 %install
-%make_install
-make DESTDIR=%{buildroot} install.man
-%if 0%{?suse_version} > 1210
+install -dm 0755 %{buildroot}%{_datadir}/X11/app-defaults
+%make_install appdefaultdir=%{buildroot}%{_datadir}/X11/app-defaults 
datarootdir=%{buildroot}%{_datadir}
 desktop-file-install %{SOURCE1}
 install -Dpm 0644 %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/xvkbd.png
-%else
-%suse_update_desktop_file -i %{name}
-%endif
-install -Dpm 0644 %{SOURCE3} %{buildroot}%{appdefdir}/xvkbd.default
 
 %files
-%doc README
+%doc ChangeLog README
 %license COPYING
-%{_mandir}/man1/xvkbd.1x%{ext_man}
+%{_mandir}/man1/xvkbd.1%{?ext_man}
 %{_bindir}/xvkbd
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/xvkbd.png
+%{_datadir}/xvkbd/
 %dir %{_datadir}/X11/app-defaults/
 %{_datadir}/X11/app-defaults/*
 

++ xvkbd-3.0-compilerwarnings.diff ++
--- /var/tmp/diff_new_pack.NuFtZm/_old  2019-10-16 09:12:42.435866228 +0200
+++ /var/tmp/diff_new_pack.NuFtZm/_new  2019-10-16 09:12:42.435866228 +0200
@@ -1,29 

commit xvkbd for openSUSE:Factory

2018-12-04 Thread root
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 
+
+- 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/README2017-06-06 12:47:56.0 +0200
+++ new/xvkbd-3.9/README2018-02-25 01:56:26.0 +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-06xvkbd(1)
+ 2018-02-25xvkbd(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 

commit xvkbd for openSUSE:Factory

2017-08-24 Thread root
Hello community,

here is the log from the commit of package xvkbd for openSUSE:Factory checked 
in at 2017-08-24 18:36:44

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


Package is "xvkbd"

Thu Aug 24 18:36:44 2017 rev:25 rq:509551 version:3.8

Changes:

--- /work/SRC/openSUSE:Factory/xvkbd/xvkbd.changes  2015-09-27 
14:31:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.xvkbd.new/xvkbd.changes 2017-08-24 
18:37:48.180758685 +0200
@@ -1,0 +2,19 @@
+Fri Jul  7 19:15:27 UTC 2017 - asterios.dra...@gmail.com
+
+- Update to version 3.8:
+  * When lower-case letters of xvkbd window are clicked while Caps
+Lock on the physical keyboard is on, by temporary toggling the
+Caps Lock status, xvkbd now try to generate lower-case letters
+rather than upper-case letters.
+  * If keyboard layout other than Default is selected, text
+assigned to function keys would be lost. This bug is now fixed.
+  * When German keymap is selected, after Shift key on the physical
+keyboard is pressed, xvkbd would generate "y" instead of "z"
+(and so on). A workaround for this problem is now implemented.
+  * xvkbd sometimes caused an error "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. 
+- Rebased xvkbd-3.0-compilerwarnings.diff to apply cleanly.
+
+---

Old:

  xvkbd-3.7.tar.gz

New:

  xvkbd-3.8.tar.gz



Other differences:
--
++ xvkbd.spec ++
--- /var/tmp/diff_new_pack.3E9mwK/_old  2017-08-24 18:37:49.424583454 +0200
+++ /var/tmp/diff_new_pack.3E9mwK/_new  2017-08-24 18:37:49.432582328 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xvkbd
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,13 +17,13 @@
 
 
 Name:   xvkbd
-Version:3.7
+Version:3.8
 Release:0
 Summary:Virtual Keyboard for the X Window System
 License:GPL-2.0+
 Group:  System/X11/Utilities
-Url:http://homepage3.nifty.com/tsato/xvkbd/
-Source0:
http://homepage3.nifty.com/tsato/xvkbd/%{name}-%{version}.tar.gz
+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
 Source3:xvkbd.default
@@ -77,8 +77,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README
-%doc %{_mandir}/man1/xvkbd.1x%{ext_man}
+%doc COPYING README
+%{_mandir}/man1/xvkbd.1x%{ext_man}
 %{_bindir}/xvkbd
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/xvkbd.png

++ xvkbd-3.0-compilerwarnings.diff ++
--- /var/tmp/diff_new_pack.3E9mwK/_old  2017-08-24 18:37:49.504572185 +0200
+++ /var/tmp/diff_new_pack.3E9mwK/_new  2017-08-24 18:37:49.516570495 +0200
@@ -1,10 +1,8 @@
-Index: b/xvkbd.c
+Index: xvkbd-3.8/xvkbd.c
 ===
 a/xvkbd.c
-+++ b/xvkbd.c
-@@ -449,11 +449,11 @@ static Window focused_window = None;
- static Window focused_subwindow = None;
- 
+--- xvkbd-3.8.orig/xvkbd.c
 xvkbd-3.8/xvkbd.c
+@@ -482,7 +482,7 @@ static Window focused_subwindow = None;
  static Pixmap xvkbd_pixmap = None;
  
  static int AddKeysym(KeySym keysym, Boolean top);  /* forward */
@@ -13,11 +11,7 @@
  static void MakeKeyboard(Boolean remake);
  static void MakeKeypad(Widget form, Widget from_vert, Widget from_horiz);
  static void MakeSunFunctionKey(Widget form, Widget from_vert, Widget 
from_horiz);
- static void MakeDeadkeyPanel(Widget form);
- static void RefreshMainMenu(void);
-@@ -1298,13 +1298,13 @@ static void PopupCompletionPanel(void)
-  * Send given string to the focused window as if the string
-  * is typed from a keyboard.
+@@ -1502,9 +1502,9 @@ static void PopupCompletionPanel(void)
   */
  static void KeyPressed(Widget w, char *key, char *data);
  
@@ -29,11 +23,7 @@
char key[50];
int len;
int val;
-   Window target_root, child, junk_w;
-   int junk_i;
-@@ -1971,11 +1971,13 @@ static void OpenRemoteDisplay(Widget w,
- static void MenuSelected(Widget w, char *key)
- {
+@@ -2333,7 +2333,9 @@ static void MenuSelected(Widget w, char
Widget form;

if (strcmp(key, "man") == 0) {
@@ -44,11 +34,7 @@
} else if (strcmp(key, "about") == 0) {
  if (about_panel == None) {
about_panel = 

commit xvkbd for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package xvkbd for openSUSE:Factory checked 
in at 2015-09-27 14:32:38

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


Package is "xvkbd"

Changes:

--- /work/SRC/openSUSE:Factory/xvkbd/xvkbd.changes  2013-07-29 
17:51:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.xvkbd.new/xvkbd.changes 2015-09-27 
14:31:56.0 +0200
@@ -1,0 +2,15 @@
+Sat Sep 26 20:34:14 UTC 2015 - asterios.dra...@gmail.com
+
+- Update to version 3.7:
+  * Right click capability was broken in the recent releases. This
+bug is now fixed.
+  From version 3.6:
+  * New -utf16 option - when used with -file option, make xvkbd to
+accept UTF16 characters in the file.
+  * Keyboard layout selected with "Change Keyboard Layout..." will
+be kept when xvkbd is used next time.
+  * Caps Lock now works better for some of the keyboard layouts
+containing non-ASCII keys.
+  * Improved Hebrew keyboard layout (Thanks Genghis Khan).
+
+---

Old:

  xvkbd-3.5.tar.gz

New:

  xvkbd-3.7.tar.gz



Other differences:
--
++ xvkbd.spec ++
--- /var/tmp/diff_new_pack.bykfXx/_old  2015-09-27 14:31:57.0 +0200
+++ /var/tmp/diff_new_pack.bykfXx/_new  2015-09-27 14:31:57.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xvkbd
 #
-# Copyright (c) 2013 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:   xvkbd
-Version:3.5
+Version:3.7
 Release:0
 Summary:Virtual Keyboard for the X Window System
 License:GPL-2.0+

++ xvkbd-3.5.tar.gz -> xvkbd-3.7.tar.gz ++
 4588 lines of diff (skipped)





commit xvkbd for openSUSE:Factory

2013-07-29 Thread h_root
Hello community,

here is the log from the commit of package xvkbd for openSUSE:Factory checked 
in at 2013-07-29 17:51:38

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


Package is xvkbd

Changes:

--- /work/SRC/openSUSE:Factory/xvkbd/xvkbd.changes  2013-06-05 
14:24:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.xvkbd.new/xvkbd.changes 2013-07-29 
17:51:39.0 +0200
@@ -1,0 +2,9 @@
+Sat Jul 27 21:31:46 UTC 2013 - asterios.dra...@gmail.com
+
+- Update to version 3.5:
+  * Mode_switch and ISO_Level3_Shift should now work better even without XTEST
+extension.
+  * Fixed a problem that Always on Top not work at startup.
+- Added a fix for rpmlint warning file-contains-current-date.
+
+---

Old:

  xvkbd-3.4a.tar.gz

New:

  xvkbd-3.5.tar.gz



Other differences:
--
++ xvkbd.spec ++
--- /var/tmp/diff_new_pack.p9A9E1/_old  2013-07-29 17:51:40.0 +0200
+++ /var/tmp/diff_new_pack.p9A9E1/_new  2013-07-29 17:51:40.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   xvkbd
-Version:3.4a
+Version:3.5
 Release:0
 Summary:Virtual Keyboard for the X Window System
 License:GPL-2.0+
@@ -56,6 +56,10 @@
 %setup -q
 %patch0 -p1
 
+# Remove build time references so build-compare can do its work
+FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e 
%%Y')
+sed -i s/__DATE__/\$FAKE_BUILDDATE\/g xvkbd.c
+
 %build
 xmkmf -a
 make CCOPTIONS=%{optflags} %{?_smp_mflags}

++ xvkbd-3.4a.tar.gz - xvkbd-3.5.tar.gz ++
 4124 lines of diff (skipped)


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



commit xvkbd for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package xvkbd for openSUSE:Factory checked 
in at 2013-06-05 13:38:48

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


Package is xvkbd

Changes:

--- /work/SRC/openSUSE:Factory/xvkbd/xvkbd.changes  2012-09-25 
11:09:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.xvkbd.new/xvkbd.changes 2013-06-05 
14:24:55.0 +0200
@@ -1,0 +2,19 @@
+Sun May 26 19:39:26 UTC 2013 - asterios.dra...@gmail.com
+
+- Update to version 3.4a:
+  * I hope code to manipulate keys assigned in AlgrGr and Shift-AltGr positions
+are now fixed. (Thanks, Paul)
+  * Default value of xvkbd.textDelay is now set to 10, as it seems delay of 0
+caused problems in some situations.
+  * ISO_Left_Tab is assigned to the shifted position of the Tab key on the
+xvkbd window, so that Shift-Tab can be simulated.
+  * New option -no-resize to disable resize of xvkbd window.
+- Dropped support for openSUSE  10.2.
+- Updated xorg build requirements for openSUSE  12.1 (imake, libX11-devel,
+  libXaw-devel, libXmu-devel, libXt-devel and libXtst-devel instead of
+  xorg-x11-devel).
+- Removed xaw3d build requirement (not needed).
+- Use desktop-file-utils instead of update-desktop-files for openSUSE  12.1.
+- Updated xvkbd.desktop file (Name and Categories entries).
+
+---

Old:

  xvkbd-3.3.tar.gz

New:

  xvkbd-3.4a.tar.gz



Other differences:
--
++ xvkbd.spec ++
--- /var/tmp/diff_new_pack.cL6WPH/_old  2013-06-05 14:24:56.0 +0200
+++ /var/tmp/diff_new_pack.cL6WPH/_new  2013-06-05 14:24:56.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xvkbd
 #
-# 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
@@ -16,34 +16,36 @@
 #
 
 
-%if 0%{?suse_version}  1020
-%define _prefix %{_usr}/X11R6
-%define _mandir %{_prefix}/man
-%define appdefdir %{_prefix}/lib/X11/app-defaults
-%else
-%define appdefdir %{_datadir}/X11/app-defaults
-%endif
-
 Name:   xvkbd
-BuildRequires:  update-desktop-files
-BuildRequires:  xaw3d
-BuildRequires:  xorg-x11-devel
-%if 0%{?suse_version}  1020
-BuildRequires:  xaw3d-devel
-%endif
+Version:3.4a
+Release:0
 Summary:Virtual Keyboard for the X Window System
 License:GPL-2.0+
 Group:  System/X11/Utilities
-Version:3.3
-Release:0
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://homepage3.nifty.com/tsato/xvkbd/
-# http://homepage3.nifty.com/tsato/xvkbd/xvkbd-%%{version}.tar.gz
-Source: %{name}-%{version}.tar.gz
+Source0:
http://homepage3.nifty.com/tsato/xvkbd/%{name}-%{version}.tar.gz
 Source1:xvkbd.desktop
 Source2:xvkbd.png
 Source3:xvkbd.default
-Patch1: xvkbd-3.0-compilerwarnings.diff
+# PATCH-FIX-UPSTREAM xvkbd-3.0-compilerwarnings.diff dkuka...@suse.de -- Avoid 
warnings with warn_unused_result
+Patch0: xvkbd-3.0-compilerwarnings.diff
+%if 0%{?suse_version}  1210
+BuildRequires:  desktop-file-utils
+%else
+BuildRequires:  update-desktop-files
+%endif
+%if 0%{?suse_version}  1210
+BuildRequires:  imake
+BuildRequires:  libX11-devel
+BuildRequires:  libXaw-devel
+BuildRequires:  libXmu-devel
+BuildRequires:  libXt-devel
+BuildRequires:  libXtst-devel
+%else
+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
@@ -52,29 +54,31 @@
 
 %prep
 %setup -q
-%patch1 -p1
+%patch0 -p1
 
 %build
 xmkmf -a
-make CCOPTIONS=$RPM_OPT_FLAGS
+make CCOPTIONS=%{optflags} %{?_smp_mflags}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
-make DESTDIR=$RPM_BUILD_ROOT install.man
-%__install -D -m0644 %{SOURCE1} 
%{buildroot}%{_usr}/share/applications/%{name}.desktop
-%if %suse_version  1010
-%suse_update_desktop_file -r %{name} Utility Accessibility
-%endif #1010
-%__install -D -m0644 %{SOURCE2} $RPM_BUILD_ROOT%{_usr}/share/pixmaps/xvkbd.png
-%__install -D -m0644 %{SOURCE3} $RPM_BUILD_ROOT%{appdefdir}/xvkbd.default
+make DESTDIR=%{buildroot} install
+make DESTDIR=%{buildroot} install.man
+%if 0%{?suse_version}  1210
+desktop-file-install %{SOURCE1}
+install -Dpm 0644 %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/xvkbd.png
+%else
+%suse_update_desktop_file -i %{name}
+%endif
+install -Dpm 0644 %{SOURCE3} %{buildroot}%{appdefdir}/xvkbd.default
 
 %files

commit xvkbd for openSUSE:Factory

2012-02-23 Thread h_root
Hello community,

here is the log from the commit of package xvkbd for openSUSE:Factory checked 
in at 2012-02-24 06:54:50

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


Package is xvkbd, Maintainer is dkuka...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/xvkbd/xvkbd.changes  2011-09-23 
12:53:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.xvkbd.new/xvkbd.changes 2012-02-24 
06:54:54.0 +0100
@@ -1,0 +2,5 @@
+Thu Feb 23 11:25:14 UTC 2012 - co...@suse.com
+
+- fix build on factory
+
+---



Other differences:
--
++ xvkbd.spec ++
--- /var/tmp/diff_new_pack.bmspdG/_old  2012-02-24 06:54:54.0 +0100
+++ /var/tmp/diff_new_pack.bmspdG/_new  2012-02-24 06:54:54.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package xvkbd (Version 3.2)
+# spec file for package xvkbd
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %if 0%{?suse_version}  1020
 %define _prefix %{_usr}/X11R6
@@ -26,15 +25,17 @@
 %endif
 
 Name:   xvkbd
-BuildRequires:  update-desktop-files xaw3d xorg-x11-devel
+BuildRequires:  update-desktop-files
+BuildRequires:  xaw3d
+BuildRequires:  xorg-x11-devel
 %if 0%{?suse_version}  1020
 BuildRequires:  xaw3d-devel
 %endif
 Summary:Virtual Keyboard for the X Window System
-Version:3.2
-Release:2
 License:GPL-2.0+
 Group:  System/X11/Utilities
+Version:3.2
+Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://homepage3.nifty.com/tsato/xvkbd/
 # http://homepage3.nifty.com/tsato/xvkbd/xvkbd-%{version}.tar.gz
@@ -49,12 +50,6 @@
 which provides a facility to enter characters onto other clients
 (software) by clicking on an on-screen keyboard.
 
-
-
-Authors:
-
-Tom Sato vef00...@nifty.ne.jp
-
 %prep
 %setup -q
 %patch1 -p1
@@ -66,27 +61,19 @@
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
 make DESTDIR=$RPM_BUILD_ROOT install.man
-%if %suse_version  820
 %__install -D -m0644 %{SOURCE1} 
%{buildroot}%{_usr}/share/applications/%{name}.desktop
 %if %suse_version  1010
 %suse_update_desktop_file -r %{name} Utility Accessibility
 %endif #1010
-%endif #820
 %__install -D -m0644 %{SOURCE2} $RPM_BUILD_ROOT%{_usr}/share/pixmaps/xvkbd.png
 %__install -D -m0644 %{SOURCE3} $RPM_BUILD_ROOT%{appdefdir}/xvkbd.default
 
-%clean
-%__rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %doc %{_mandir}/man1/xvkbd.1*
-%{appdefdir}/XVkbd*
-%{appdefdir}/xvkbd.default
+%{appdefdir}
 %{_bindir}/xvkbd
-%if %suse_version  820
 %{_usr}/share/applications/%{name}.desktop
-%endif
 %{_usr}/share/pixmaps/xvkbd.png
 %doc README
 


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