rpms/xlockmore/devel xlockmore-fix_petri.patch, NONE, 1.1 xlockmore.spec, 1.18, 1.19

Adrian Reber adrian at fedoraproject.org
Sun Aug 30 11:59:35 UTC 2009


Author: adrian

Update of /cvs/extras/rpms/xlockmore/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5098

Modified Files:
	xlockmore.spec 
Added Files:
	xlockmore-fix_petri.patch 
Log Message:
* Sun Aug 30 2009 Adrian Reber <adrian at lisas.de> - 5.28-1
- updated to 5.28
- applied patch to fix "xlock -mode petri segfaults with 32 bit displays" (#518379)


xlockmore-fix_petri.patch:
 petri.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE xlockmore-fix_petri.patch ---
--- modes/petri.c.orig	2009-08-20 08:05:37.000000000 +0200
+++ modes/petri.c	2009-08-20 08:05:46.000000000 +0200
@@ -217,7 +217,7 @@
    cell *arr;
    cell *head;
    cell *tail;
-   int count;
+   unsigned int count;
    Bool originalcolors;
    GC *coloredGCs;
    int blastcount;


Index: xlockmore.spec
===================================================================
RCS file: /cvs/extras/rpms/xlockmore/devel/xlockmore.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- xlockmore.spec	27 Jul 2009 08:08:45 -0000	1.18
+++ xlockmore.spec	30 Aug 2009 11:59:34 -0000	1.19
@@ -1,11 +1,12 @@
 Summary: Screen lock and screen saver
 Name: xlockmore
-Version: 5.26.1
-Release: 3%{?dist}
+Version: 5.28
+Release: 1%{?dist}
 License: BSD
 Group: Amusements/Graphics
 URL: http://www.tux.org/~bagleyd/xlockmore.html
-Source0: http://www.tux.org/~bagleyd/xlock/xlockmore-5.26.1/xlockmore-5.26.1.tar.bz2
+Source0: http://www.tux.org/~bagleyd/xlock/xlockmore-5.28/xlockmore-5.28.tar.bz2
+Patch0: xlockmore-fix_petri.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: pam-devel esound-devel
 BuildRequires: mesa-libGL-devel mesa-libGLU-devel
@@ -34,6 +35,7 @@ GTK based frontend for xlockmore.
 
 %prep
 %setup -q
+%patch0
 
 %{__sed} -i -e "s,/lib,/%{_lib},g" configure
 
@@ -107,6 +109,10 @@ desktop-file-install \
 %{_bindir}/xglock
 
 %changelog
+* Sun Aug 30 2009 Adrian Reber <adrian at lisas.de> - 5.28-1
+- updated to 5.28
+- applied patch to fix "xlock -mode petri segfaults with 32 bit displays" (#518379)
+
 * Mon Jul 27 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 5.26.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list