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.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xvkbd.new/xvkbd.changes 2013-06-05 
14:24:55.000000000 +0200
@@ -1,0 +2,19 @@
+Sun May 26 19:39:26 UTC 2013 - [email protected]
+
+- 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.000000000 +0200
+++ /var/tmp/diff_new_pack.cL6WPH/_new  2013-06-05 14:24:56.000000000 +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 [email protected] -- 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
-%defattr(-,root,root)
-%doc %{_mandir}/man1/xvkbd.1*
-%{appdefdir}
-%{_bindir}/xvkbd
-%{_usr}/share/applications/%{name}.desktop
-%{_usr}/share/pixmaps/xvkbd.png
+%defattr(-,root,root,-)
 %doc README
+%doc %{_mandir}/man1/xvkbd.1x%{ext_man}
+%{_bindir}/xvkbd
+%{_datadir}/applications/%{name}.desktop
+%{_datadir}/pixmaps/xvkbd.png
+%dir %{_datadir}/X11/app-defaults/
+%{_datadir}/X11/app-defaults/*
 
 %changelog

++++++ xvkbd-3.3.tar.gz -> xvkbd-3.4a.tar.gz ++++++
++++ 1925 lines of diff (skipped)

++++++ xvkbd.desktop ++++++
--- /var/tmp/diff_new_pack.cL6WPH/_old  2013-06-05 14:24:56.000000000 +0200
+++ /var/tmp/diff_new_pack.cL6WPH/_new  2013-06-05 14:24:56.000000000 +0200
@@ -1,7 +1,8 @@
 [Desktop Entry]
 Type=Application
-Name=xvkbd
+Name=XVkbd
 GenericName=Virtual Keyboard
 Comment=Virtual Keyboard for X Window System
 Exec=xvkbd
 Icon=xvkbd
+Categories=Utility;Accessibility;


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to