diff --git a/xlockmore-5.25.tar.bz2 b/xlockmore-5.25.tar.bz2 deleted file mode 100644 index 6f395d6..0000000 --- a/xlockmore-5.25.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad06f3bd82cfc96e67f239814fcba5b4de4250cf9a1ca9af57be1149acc3f904 -size 1792781 diff --git a/xlockmore-5.26.1.tar.bz2 b/xlockmore-5.26.1.tar.bz2 new file mode 100644 index 0000000..64a7b9c --- /dev/null +++ b/xlockmore-5.26.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:762e575ba95f96127a18ce0bc5ab9c0c685da5330105672bd7d36f5b0841a970 +size 1842373 diff --git a/xlockmore.changes b/xlockmore.changes index 7f7bc13..8fa62f8 100644 --- a/xlockmore.changes +++ b/xlockmore.changes @@ -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 @@ -55,7 +76,7 @@ Mon Oct 23 13:19:08 CEST 2006 - sbrabec@suse.cz - Updated to version 5.23: * Bug fixes. * Several new options. - * Memory leak fixes. + * Memory leak fixes. ------------------------------------------------------------------- Wed Sep 13 16:00:31 CEST 2006 - sbrabec@suse.cz diff --git a/xlockmore.spec b/xlockmore.spec index 60c273b..aa192d4 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -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. -# 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/ # @@ -18,8 +25,8 @@ Group: System/X11/Utilities Provides: xlock Obsoletes: xlock AutoReqProv: on -Version: 5.25 -Release: 16 +Version: 5.26.1 +Release: 1 Summary: Screen Saver and Locker for the X Window System Url: http://www.tux.org/~bagleyd/xlockmore.html Source: %{name}-%{version}.tar.bz2 @@ -78,6 +85,7 @@ Authors: %prep %setup -q +chmod -x README docs/Revisions %patch %if "%(pkg-config --variable prefix x11 || echo /usr/X11R6)" == "/usr" %patch1 @@ -151,6 +159,24 @@ rm -rf $RPM_BUILD_ROOT %endif %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 - prevented against segfault when wrong locale selected [#90543] (null-fontset.patch) @@ -191,7 +217,7 @@ rm -rf $RPM_BUILD_ROOT - Updated to version 5.23: * Bug fixes. * Several new options. - * Memory leak fixes. + * Memory leak fixes. * Wed Sep 13 2006 sbrabec@suse.cz - Adjusted BuildRequires for ftgl. * Tue Sep 05 2006 lmichnovic@suse.cz