Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
726414d740 | ||
|
|
b248f1bbda | ||
|
|
2448079acd | ||
|
|
c0c2b7b24f |
6 changed files with 27 additions and 25 deletions
|
|
@ -1 +0,0 @@
|
|||
xlockmore-5.26.1.tar.bz2
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
xlockmore-5.28.tar.bz2
|
||||
21
Makefile
21
Makefile
|
|
@ -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)
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
db7faeb82074a5a1593ce60297c13f20 xlockmore-5.26.1.tar.bz2
|
||||
76bd1c42f1d1f2d9ea3d2d1837f7469e xlockmore-5.28.tar.bz2
|
||||
|
|
|
|||
11
xlockmore-fix_petri.patch
Normal file
11
xlockmore-fix_petri.patch
Normal 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;
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue