rpms/xlockmore/F-11 xlockmore-fix_petri.patch, NONE, 1.1 .cvsignore, 1.12, 1.13 sources, 1.12, 1.13 xlockmore.spec, 1.17, 1.18

Adrian Reber adrian at fedoraproject.org
Sun Aug 30 12:48:34 UTC 2009


Author: adrian

Update of /cvs/extras/rpms/xlockmore/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14920

Modified Files:
	.cvsignore sources 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: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xlockmore/F-11/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- .cvsignore	9 Aug 2008 16:56:02 -0000	1.12
+++ .cvsignore	30 Aug 2009 12:48:33 -0000	1.13
@@ -1 +1 @@
-xlockmore-5.26.1.tar.bz2
+xlockmore-5.28.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xlockmore/F-11/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- sources	9 Aug 2008 16:56:02 -0000	1.12
+++ sources	30 Aug 2009 12:48:33 -0000	1.13
@@ -1 +1 @@
-db7faeb82074a5a1593ce60297c13f20  xlockmore-5.26.1.tar.bz2
+76bd1c42f1d1f2d9ea3d2d1837f7469e  xlockmore-5.28.tar.bz2


Index: xlockmore.spec
===================================================================
RCS file: /cvs/extras/rpms/xlockmore/F-11/xlockmore.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- xlockmore.spec	26 Feb 2009 09:51:58 -0000	1.17
+++ xlockmore.spec	30 Aug 2009 12:48:33 -0000	1.18
@@ -1,11 +1,12 @@
 Summary: Screen lock and screen saver
 Name: xlockmore
-Version: 5.26.1
-Release: 2%{?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,13 @@ 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
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 5.26.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list