From 56caab297838704d725d6e80ec1375da5ba3c0e4 Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Jul 16 2006 11:53:55 +0000 Subject: New upstream version. Incorporates wordsize fix. --- diff --git a/.cvsignore b/.cvsignore index 892dec7..fe1d804 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xwrits-2.23.tar.gz +xwrits-2.24.tar.gz diff --git a/sources b/sources index a32f812..1d43e04 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -10e87d256737fd11d536b5809a231065 xwrits-2.23.tar.gz +4443081f1bf7362460535b4144b88010 xwrits-2.24.tar.gz diff --git a/xwrits-2.23-wordsize.patch b/xwrits-2.23-wordsize.patch deleted file mode 100644 index c5700f1..0000000 --- a/xwrits-2.23-wordsize.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- 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 * diff --git a/xwrits.spec b/xwrits.spec index 6c7448d..0992cb4 100644 --- a/xwrits.spec +++ b/xwrits.spec @@ -1,12 +1,11 @@ Summary: Reminds you take wrist breaks Name: xwrits -Version: 2.23 +Version: 2.24 Release: 1%{?dist} -Source: http://www.lcdf.org/xwrits/xwrits-2.23.tar.gz +Source: http://www.lcdf.org/xwrits/xwrits-%{version}.tar.gz Source2: xwrits.png Source3: xwrits.desktop -Patch0: xwrits-2.23-wordsize.patch URL: http://www.lcdf.org/xwrits/ @@ -42,7 +41,6 @@ example -- which makes it harder to cheat. %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} @@ -71,6 +69,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_datadir}/applications/fedora-xwrits.desktop %changelog +* Sun Jul 16 2006 Jeff Layton 2.24-1 +- new upstream rev + * Thu Jun 29 2006 Jeff Layton 2.23-1 - new upstream rev - fix problems with mwm_hints data sizes on x86_64 [BZ 197168]