Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Fedora Release Engineering
726414d740 dist-git conversion 2010-07-29 15:54:50 +00:00
Bill Nottingham
b248f1bbda Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:33:59 +00:00
Adrian Reber
2448079acd - updated to 5.28
- applied patch to fix "xlock -mode petri segfaults with 32 bit displays"
    (#518379)
2009-08-30 12:47:37 +00:00
Jesse Keating
c0c2b7b24f Initialize branch F-10 for xlockmore 2008-11-07 05:06:17 +00:00
6 changed files with 27 additions and 25 deletions

View file

@ -1 +0,0 @@
xlockmore-5.26.1.tar.bz2

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
xlockmore-5.28.tar.bz2

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: xlockmore
# $Id$
NAME := xlockmore
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View file

@ -1 +1 @@
db7faeb82074a5a1593ce60297c13f20 xlockmore-5.26.1.tar.bz2
76bd1c42f1d1f2d9ea3d2d1837f7469e xlockmore-5.28.tar.bz2

11
xlockmore-fix_petri.patch Normal file
View file

@ -0,0 +1,11 @@
--- 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;

View file

@ -1,11 +1,12 @@
Summary: Screen lock and screen saver
Name: xlockmore
Version: 5.26.1
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,16 @@ desktop-file-install \
%{_bindir}/xglock
%changelog
* Sun Aug 30 2009 Adrian Reber <adrian@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@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@lists.fedoraproject.org> - 5.26.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Sat Aug 09 2008 Adrian Reber <adrian@lisas.de> - 5.26.1-1
- updated to 5.26.1