OBS User unknown 2008-09-06 02:28:14 +00:00 committed by Git OBS Bridge
parent 761602ab36
commit adcfefad37
4 changed files with 57 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ad06f3bd82cfc96e67f239814fcba5b4de4250cf9a1ca9af57be1149acc3f904
size 1792781

3
xlockmore-5.26.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:762e575ba95f96127a18ce0bc5ab9c0c685da5330105672bd7d36f5b0841a970
size 1842373

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Wed Sep 3 14:24:03 CEST 2008 - sbrabec@suse.cz
- Updated to version 5.26.1:
* PAM_putText() would set pointer resp->resp to buffer.
* "Esc" key now resets password entry. Do not put an escape in
your password. This should behave the same as Control-U.
* -showdate added. +showdate allows you to turn off date in
password window.
* Inverted bitmap for xlock.
* Updated the Java launcher in xlock.
* antic cleanups.
* New mode pyro2: -mode pyro2 -msg 'MSGSTR' -fnt 'FONT'
* Modifications for +install, -mono.
* New resource files for Chinese...
* Automata modes now have triangular tilings drawn with a black
triangle around it.
* Fix for xlock -resource in life.c.
* Added a compile-time option "-DNO_TIME if you dont want the
time in the password window.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jun 5 14:12:40 CEST 2008 - pgajdos@suse.cz Thu Jun 5 14:12:40 CEST 2008 - pgajdos@suse.cz
@ -55,7 +76,7 @@ Mon Oct 23 13:19:08 CEST 2006 - sbrabec@suse.cz
- Updated to version 5.23: - Updated to version 5.23:
* Bug fixes. * Bug fixes.
* Several new options. * Several new options.
* Memory leak fixes. * Memory leak fixes.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 13 16:00:31 CEST 2006 - sbrabec@suse.cz Wed Sep 13 16:00:31 CEST 2006 - sbrabec@suse.cz

View File

@ -1,10 +1,17 @@
# #
# spec file for package xlockmore (Version 5.25) # spec file for package xlockmore (Version 5.26.1)
# #
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
# #
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
@ -18,8 +25,8 @@ Group: System/X11/Utilities
Provides: xlock Provides: xlock
Obsoletes: xlock Obsoletes: xlock
AutoReqProv: on AutoReqProv: on
Version: 5.25 Version: 5.26.1
Release: 16 Release: 1
Summary: Screen Saver and Locker for the X Window System Summary: Screen Saver and Locker for the X Window System
Url: http://www.tux.org/~bagleyd/xlockmore.html Url: http://www.tux.org/~bagleyd/xlockmore.html
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
@ -78,6 +85,7 @@ Authors:
%prep %prep
%setup -q %setup -q
chmod -x README docs/Revisions
%patch %patch
%if "%(pkg-config --variable prefix x11 || echo /usr/X11R6)" == "/usr" %if "%(pkg-config --variable prefix x11 || echo /usr/X11R6)" == "/usr"
%patch1 %patch1
@ -151,6 +159,24 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Wed Sep 03 2008 sbrabec@suse.cz
- Updated to version 5.26.1:
* PAM_putText() would set pointer resp->resp to buffer.
* "Esc" key now resets password entry. Do not put an escape in
your password. This should behave the same as Control-U.
* -showdate added. +showdate allows you to turn off date in
password window.
* Inverted bitmap for xlock.
* Updated the Java launcher in xlock.
* antic cleanups.
* New mode pyro2: -mode pyro2 -msg 'MSGSTR' -fnt 'FONT'
* Modifications for +install, -mono.
* New resource files for Chinese...
* Automata modes now have triangular tilings drawn with a black
triangle around it.
* Fix for xlock -resource in life.c.
* Added a compile-time option "-DNO_TIME if you dont want the
time in the password window.
* Thu Jun 05 2008 pgajdos@suse.cz * Thu Jun 05 2008 pgajdos@suse.cz
- prevented against segfault when wrong locale selected [#90543] - prevented against segfault when wrong locale selected [#90543]
(null-fontset.patch) (null-fontset.patch)
@ -191,7 +217,7 @@ rm -rf $RPM_BUILD_ROOT
- Updated to version 5.23: - Updated to version 5.23:
* Bug fixes. * Bug fixes.
* Several new options. * Several new options.
* Memory leak fixes. * Memory leak fixes.
* Wed Sep 13 2006 sbrabec@suse.cz * Wed Sep 13 2006 sbrabec@suse.cz
- Adjusted BuildRequires for ftgl. - Adjusted BuildRequires for ftgl.
* Tue Sep 05 2006 lmichnovic@suse.cz * Tue Sep 05 2006 lmichnovic@suse.cz