rpms/xwrits/FC-5 xwrits-2.23-wordsize.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 xwrits.spec, 1.1, 1.2

Jeff Layton (jlayton) fedora-extras-commits at redhat.com
Thu Jun 29 20:48:33 UTC 2006


Author: jlayton

Update of /cvs/extras/rpms/xwrits/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28781

Modified Files:
	.cvsignore sources xwrits.spec 
Added Files:
	xwrits-2.23-wordsize.patch 
Log Message:
New upstream sources
Patch to fix problem with word size problems with X WM hints


xwrits-2.23-wordsize.patch:

--- NEW FILE xwrits-2.23-wordsize.patch ---
--- xwrits-2.23/hands.c.wordsize
+++ xwrits-2.23/hands.c
@@ -96,11 +96,11 @@ net_get_hostname(char *buf, size_t maxle
 }
 
 static struct {
-  int flags;
-  int functions;
-  int decorations;
-  int input_mode;
-  int status;
+  long flags;
+  long functions;
+  long decorations;
+  long input_mode;
+  long status;
 } mwm_hints;
 
 Hand *


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xwrits/FC-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	28 Jun 2006 01:20:55 -0000	1.2
+++ .cvsignore	29 Jun 2006 20:48:33 -0000	1.3
@@ -1 +1 @@
-xwrits-2.22.tar.gz
+xwrits-2.23.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xwrits/FC-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	28 Jun 2006 01:20:55 -0000	1.2
+++ sources	29 Jun 2006 20:48:33 -0000	1.3
@@ -1 +1 @@
-d49fbcc02dc09d1586281f3b294245da  xwrits-2.22.tar.gz
+10e87d256737fd11d536b5809a231065  xwrits-2.23.tar.gz


Index: xwrits.spec
===================================================================
RCS file: /cvs/extras/rpms/xwrits/FC-5/xwrits.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xwrits.spec	28 Jun 2006 01:20:55 -0000	1.1
+++ xwrits.spec	29 Jun 2006 20:48:33 -0000	1.2
@@ -1,11 +1,12 @@
 Summary: Reminds you take wrist breaks
 
 Name: xwrits
-Version: 2.22
-Release: 3%{?dist}
-Source: http://www.lcdf.org/xwrits/xwrits-2.22.tar.gz
+Version: 2.23
+Release: 1%{?dist}
+Source: http://www.lcdf.org/xwrits/xwrits-2.23.tar.gz
 Source2: xwrits.png
 Source3: xwrits.desktop
+Patch0: xwrits-2.23-wordsize.patch
 
 URL: http://www.lcdf.org/xwrits/
 
@@ -41,6 +42,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 CFLAGS="${RPM_OPT_FLAGS}" ./configure --prefix=${RPM_BUILD_ROOT}%{_prefix} --libdir=${RPM_BUILD_ROOT}%{_libdir} --mandir=${RPM_BUILD_ROOT}%{_mandir}
@@ -69,6 +71,10 @@
 %{_datadir}/applications/fedora-xwrits.desktop
 
 %changelog
+* Thu Jun 29 2006 Jeff Layton <jlayton at redhat.com> 2.23-1
+- new upstream rev
+- fix problems with mwm_hints data sizes on x86_64 [BZ 197168]
+
 * Fri Jun 23 2006 Jeff Layton <jlayton at redhat.com> 2.22-3
 - spec changes per rpmlint and Kevin Fenzi's recommendations
 




More information about the fedora-extras-commits mailing list