Mailinglist Archive: opensuse-commit (554 mails)
| < Previous | Next > |
commit joy2key
- From: root@xxxxxxx (h_root)
- Date: Thu, 7 Dec 2006 20:34:43 +0100 (CET)
- Message-id: <20061207193443.B17401AB20A@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package joy2key
checked in at Thu Dec 7 20:34:43 CET 2006.
--------
--- joy2key/joy2key.changes 2006-07-23 16:42:54.000000000 +0200
+++ /mounts/work_src_done/STABLE/joy2key/joy2key.changes 2006-12-07 12:31:47.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Dec 7 12:31:26 CET 2006 - sndirsch@xxxxxxx
+
+- fixed warning (Bug #226508)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ joy2key.spec ++++++
--- /var/tmp/diff_new_pack.sV4cHR/_old 2006-12-07 20:34:12.000000000 +0100
+++ /var/tmp/diff_new_pack.sV4cHR/_new 2006-12-07 20:34:12.000000000 +0100
@@ -13,12 +13,12 @@
Name: joy2key
BuildRequires: pkgconfig xorg-x11-devel
URL: http://interreality.org/~tetron/technology/joy2key/
-License: GPL
+License: GNU General Public License (GPL)
Group: Hardware/Joystick
#Requires: xforms
Autoreqprov: on
Version: 1.6.1
-Release: 16
+Release: 37
Summary: For Using the Joystick with Keyboard-Based Applications
Source: %name-%version.tar.gz
Patch: %name-%version.dif
@@ -62,6 +62,8 @@
%_mandir/man1/joy2key.1.gz
%changelog -n joy2key
+* Thu Dec 07 2006 - sndirsch@xxxxxxx
+- fixed warning (Bug #226508)
* Sun Jul 23 2006 - sndirsch@xxxxxxx
- fixed build for X.Org 7
* Wed Jan 25 2006 - mls@xxxxxxx
++++++ joy2key-1.6.1.dif ++++++
--- /var/tmp/diff_new_pack.sV4cHR/_old 2006-12-07 20:34:12.000000000 +0100
+++ /var/tmp/diff_new_pack.sV4cHR/_new 2006-12-07 20:34:12.000000000 +0100
@@ -57,3 +57,14 @@
}
void repeat_handler(int s)
+--- joy2key.c.orig 2006-12-07 11:19:54.000000000 +0100
++++ joy2key.c 2006-12-07 12:30:22.721766291 +0100
+@@ -402,7 +402,7 @@
+ puts("Not enough arguments to -config");
+ exit(1);
+ }
+- if(rcfile==DEFAULT_RCFILE)
++ if(strcmp(rcfile,DEFAULT_RCFILE) == 0)
+ {
+ x=strlen(getenv("HOME")) + strlen(rcfile) + 2;
+ rcfile=(char*)malloc(x);
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |