850abd0
%define name          xscreensaver
850abd0
e650249
%define mainversion   5.36
4721430
%define beta_ver      %{nil}
4089e6f
4089e6f
5fd4999
%define modular_conf  1
Mamoru Tasaka 208fb32
%define split_getimage   0
Mamoru Tasaka 208fb32
%if 0%{?fedora} >= 14
Mamoru Tasaka 208fb32
%define split_getimage   1
Mamoru Tasaka 208fb32
%endif
Mamoru Tasaka 208fb32
1aa874b
%define fedora_rel    3
TASAKA Mamoru 3bf56d6
a740662
%global use_clang_as_cc 0
TASAKA Mamoru 3bf56d6
%global use_clang_analyze 0
XScreenSaver owners 5ff2898
%global use_cppcheck   0
42e0a5f
%global use_gcc_strict_sanitize 0
fbf2949
%global use_gcc_trap_on_sanitize 0
Mamoru Tasaka ed4b986
%undefine extrarel
b998e91
01ff37e
# EPEL6
01ff37e
%{!?__git:%define __git git}
01ff37e
TASAKA Mamoru b3accd7
%if 0%{?fedora}
TASAKA Mamoru b3accd7
%define default_text  %{_sysconfdir}/fedora-release
e887b36
%else
TASAKA Mamoru b3accd7
%define default_text  %{_sysconfdir}/system-release
e887b36
%endif
3596a12
%define default_URL   http://planet.fedoraproject.org/rss20.xml
850abd0
850abd0
%define pam_ver       0.80-7
850abd0
%define autoconf_ver  2.53
850abd0
4555d1c
%define update_po     1
821f854
%define build_tests   0
850abd0
850abd0
Buildroot:       %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
850abd0
850abd0
Summary:         X screen saver and locker
850abd0
Name:            %{name}
8d3b1ff
Version:         %{mainversion}
d621f05
Release:         %{fedora_rel}%{?dist}%{?extrarel}
850abd0
Epoch:           1
5ed793c
License:         MIT
850abd0
Group:           Amusements/Graphics
850abd0
URL:             http://www.jwz.org/xscreensaver/
43b038b
Source0:         http://www.jwz.org/xscreensaver/xscreensaver-%{mainversion}%{?beta_ver}.tar.gz
d55723c
%if %{modular_conf}
910e435
Source10:        update-xscreensaver-hacks
d55723c
%endif
e887b36
%if 0%{?fedora} >= 12
6c38655
Source11:        xscreensaver-autostart
6c38655
Source12:        xscreensaver-autostart.desktop
e887b36
%endif
34292ab
##
34292ab
## Patches
34292ab
##
d2a6cf9
# bug 129335
a058295
%global PATCH1_desc \
b01bfcd
# sanitize the names of modes in barcode
850abd0
Patch1:          xscreensaver-5.00b5-sanitize-hacks.patch
XScreenSaver owners 5ff2898
## Patches already sent to the upsteam
XScreenSaver owners 5ff2898
## Patches which must be discussed with upstream
XScreenSaver owners 5ff2898
#
a058295
%global PATCH21_desc \
a058295
# Change webcollage not to access to net \
d2a6cf9
# Also see bug 472061
d621f05
Patch21:         xscreensaver-5.35-webcollage-default-nonet.patch
18a2be8
#
a058295
%global PATCH51_desc \
Mamoru Tasaka 0cf68c2
# driver/test-passwd tty segfaults
e26e339
Patch51:         xscreensaver-5.12-test-passwd-segv-tty.patch
a058295
%global PATCH52_desc \
Mamoru Tasaka 0cf68c2
# patch to compile driver/test-xdpms
e26e339
Patch52:         xscreensaver-5.12-tests-miscfix.patch
Mamoru Tasaka 0cf68c2
# 
948acc0
# Enable double buffer on cubestorm
cd548f2
Patch3204:       xscreensaver-5.32-0004-cubestorm-enable-double-buffer-on-linux.patch
161b338
# splodesic: avoid using "depth" name not to make X internal collision
161b338
Patch3601:       xscreensaver-5.36-0001-splodesic-avoid-using-depth-name-not-to-make-X-inter.patch
1aa874b
# hexstrut: fix one-byte-ahead access for ccolor
1aa874b
Patch3602:       xscreensaver-5.36-0002-hexstrut-fix-one-byte-ahead-access-for-ccolor.patch
b57f59f
# 
4332661
# Debugging patch
4332661
# Not apply by default
4332661
# XIO: print C backtrace on error
4332661
Patch13501:      xscreensaver-5.35-0101-XIO-print-C-backtrace-on-error.patch
5d23e44
#
e887b36
# Patches end
4a67cb3
Requires:        xscreensaver-base = %{epoch}:%{version}-%{release}
4a67cb3
Requires:        xscreensaver-extras = %{epoch}:%{version}-%{release}
4a67cb3
Requires:        xscreensaver-gl-extras = %{epoch}:%{version}-%{release}
68162cc
68162cc
%package base
850abd0
Summary:         A minimal installation of xscreensaver
850abd0
Group:           Amusements/Graphics
TASAKA Mamoru 3bf56d6
TASAKA Mamoru 3bf56d6
%if 0%{?use_clang_analyze} >= 1
TASAKA Mamoru 3bf56d6
BuildRequires:   clang-analyzer
TASAKA Mamoru 3bf56d6
BuildRequires:   clang
TASAKA Mamoru 3bf56d6
%endif
a740662
%if 0%{?use_clang_as_cc}
a740662
BuildRequires:   clang
a740662
%endif
XScreenSaver owners 5ff2898
%if 0%{?use_cppcheck}
XScreenSaver owners 5ff2898
BuildRequires:   cppcheck
XScreenSaver owners 5ff2898
%endif
f049f6a
%if 0%{?use_gcc_strict_sanitize}
f049f6a
BuildRequires:   libasan
f049f6a
BuildRequires:   libubsan
f049f6a
%endif
XScreenSaver owners 5ff2898
BuildRequires:   git
a637ff2
BuildRequires:   autoconf
7727189
BuildRequires:   automake
15929b5
BuildRequires:   intltool
850abd0
BuildRequires:   bc
74e7cb1
BuildRequires:   desktop-file-utils
efd4b0b
BuildRequires:   gawk
74e7cb1
BuildRequires:   gettext
74e7cb1
BuildRequires:   libtool
850abd0
BuildRequires:   pam-devel > %{pam_ver}
74e7cb1
BuildRequires:   sed
Mamoru Tasaka 8675b13
# Use pseudo symlink
Mamoru Tasaka 8675b13
# BuildRequires:   xdg-utils
850abd0
BuildRequires:   xorg-x11-proto-devel
Mamoru Tasaka 375222e
# extrusioni
Mamoru Tasaka 375222e
%if 0%{?fedora} >= 13
Mamoru Tasaka 375222e
BuildRequires:   libgle-devel
Mamoru Tasaka 375222e
%endif
74e7cb1
BuildRequires:   libX11-devel
74e7cb1
BuildRequires:   libXScrnSaver-devel
74e7cb1
BuildRequires:   libXext-devel
Mamoru Tasaka ed4b986
# From xscreensaver 5.12, write explicitly
Mamoru Tasaka ed4b986
BuildRequires:   libXi-devel
850abd0
BuildRequires:   libXinerama-devel
850abd0
BuildRequires:   libXmu-devel
850abd0
BuildRequires:   libXpm-devel
Mamoru Tasaka ed4b986
# Write explicitly
Mamoru Tasaka ed4b986
BuildRequires:   libXrandr-devel
850abd0
BuildRequires:   libXt-devel
850abd0
BuildRequires:   libXxf86misc-devel
850abd0
BuildRequires:   libXxf86vm-devel
a9cffa9
# XScreenSaver 5.31
41313aa
BuildRequires:   libXft-devel
1e7a622
BuildRequires:   gtk2-devel
09f00a6
# Write explicitly below, especially
09f00a6
# for F-23 gdk_pixbuf package splitting
09f00a6
BuildRequires:   pkgconfig(gdk-pixbuf-2.0)
09f00a6
BuildRequires:   pkgconfig(gdk-pixbuf-xlib-2.0)
850abd0
BuildRequires:   libjpeg-devel
74e7cb1
BuildRequires:   libglade2-devel
34292ab
%if 0%{?fedora}
d4b87c9
BuildRequires:   %{default_text}
34292ab
%endif
d4b87c9
# For https://fedoraproject.org/wiki/Packaging:Perl#Build_Dependencies
d4b87c9
# https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl
d4b87c9
BuildRequires:    perl
d4b87c9
BuildRequires:    perl-generators
Mamoru Tasaka ed4b986
# For --with-login-manager option
Mamoru Tasaka ed4b986
%if 0%{?fedora} >= 14
Mamoru Tasaka 8675b13
# Use pseudo symlink, not writing BR: gdm
Mamoru Tasaka 8675b13
#BuildRequires:   gdm
Mamoru Tasaka ed4b986
%endif
74e7cb1
Requires:        %{_sysconfdir}/pam.d/system-auth
850abd0
Requires:        pam > %{pam_ver}
TASAKA Mamoru b3accd7
# For xdg-open
8bba721
Requires:        xdg-utils
Mamoru Tasaka 208fb32
%if ! %{split_getimage}
89d2164
Requires:        xorg-x11-resutils
Mamoru Tasaka 208fb32
%endif
74e7cb1
Requires:        xorg-x11-fonts-ISO8859-1-100dpi
821f854
%if 0%{?build_tests} < 1
821f854
# Obsoletes but not Provides
821f854
Obsoletes:       xscreeensaver-tests < %{epoch}:%{version}-%{release}
821f854
%endif
68162cc
Mamoru Tasaka 208fb32
%package extras-base
Mamoru Tasaka 208fb32
Summary:         A base package for screensavers
Mamoru Tasaka 208fb32
Group:           Amusements/Graphics
fab6843
%if 0%{?fedora} < 19
Mamoru Tasaka 208fb32
Requires:        %{name}-base = %{epoch}:%{version}-%{release}
fab6843
%endif
TASAKA Mamoru b3accd7
# For appres, etc
Mamoru Tasaka 208fb32
Requires:        xorg-x11-resutils
Mamoru Tasaka 208fb32
68162cc
%package extras
850abd0
Summary:         An enhanced set of screensavers
850abd0
Group:           Amusements/Graphics
10eeadc
%if 0%{?fedora} >= 19
10eeadc
# Does not available on EPEL7
850abd0
BuildRequires:   desktop-backgrounds-basic
10eeadc
%else
10eeadc
BuildRequires:	   gnome-backgrounds
10eeadc
%endif
74e7cb1
Requires:        %{name}-base = %{epoch}:%{version}-%{release}
Mamoru Tasaka 208fb32
%if %{split_getimage}
Mamoru Tasaka 208fb32
Requires:        %{name}-extras-base = %{epoch}:%{version}-%{release}
Mamoru Tasaka 208fb32
%endif
68162cc
521cb86
%package gl-base
521cb86
Summary:         A base package for screensavers that require OpenGL
521cb86
Group:           Amusements/Graphics
521cb86
Requires:        %{name}-base = %{epoch}:%{version}-%{release}
521cb86
68162cc
%package gl-extras
850abd0
Summary:         An enhanced set of screensavers that require OpenGL
850abd0
Group:           Amusements/Graphics
850abd0
Provides:        xscreensaver-gl = %{epoch}:%{version}-%{release}
74e7cb1
Obsoletes:       xscreensaver-gl <= 1:5.00
74e7cb1
BuildRequires:   libGL-devel
74e7cb1
BuildRequires:   libGLU-devel
dbdd023
%if %{modular_conf}
521cb86
Requires:        %{name}-gl-base = %{epoch}:%{version}-%{release}
dbdd023
%else
dbdd023
Requires:        %{name}-base = %{epoch}:%{version}-%{release}
dbdd023
%endif
Mamoru Tasaka 208fb32
%if %{split_getimage}
Mamoru Tasaka 208fb32
Requires:        %{name}-extras-base = %{epoch}:%{version}-%{release}
Mamoru Tasaka 208fb32
%endif
68162cc
db39302
%package extras-gss
TASAKA Mamoru be103f7
Summary:         Desktop files of extras for other screensaver
850abd0
Group:           Amusements/Graphics
850abd0
Requires:        %{name}-extras = %{epoch}:%{version}-%{release}
db39302
db39302
%package gl-extras-gss
TASAKA Mamoru be103f7
Summary:         Desktop files of gl-extras for other screensaver
850abd0
Group:           Amusements/Graphics
850abd0
Requires:        %{name}-gl-extras = %{epoch}:%{version}-%{release}
db39302
821f854
%package tests
821f854
Summary:         Test programs related to XScreenSaver
821f854
Group:           Development/Debuggers
821f854
Requires:        %{name}-base = %{epoch}:%{version}-%{release}
821f854
TASAKA Mamoru 3bf56d6
%package clang-analyze
TASAKA Mamoru 3bf56d6
Summary:         Clang analyze result log
TASAKA Mamoru 3bf56d6
Group:           Development/Debuggers
TASAKA Mamoru 3bf56d6
XScreenSaver owners 5ff2898
%package cppcheck
XScreenSaver owners 5ff2898
Summary:         cppcheck result log
XScreenSaver owners 5ff2898
Group:           Development/Debuggers
XScreenSaver owners 5ff2898
db39302
68162cc
%description
68162cc
A modular screen saver and locker for the X Window System.
68162cc
More than 200 display modes are included in this package.
68162cc
4a67cb3
This is a metapackage for installing all default packages
4a67cb3
related to XScreenSaver.
4a67cb3
4721430
%description -l fr
4721430
Un économiseur d'écran modulaire pour le système X Window.
4721430
Plus de 200 modes d'affichages sont inclus dans ce paquet.
4721430
4a67cb3
This is a metapackage for installing all default packages
4a67cb3
related to XScreenSaver.
4a67cb3
68162cc
%description base
68162cc
A modular screen saver and locker for the X Window System.
68162cc
This package contains the bare minimum needed to blank and
68162cc
lock your screen.  The graphical display modes are the
68162cc
"xscreensaver-extras" and "xscreensaver-gl-extras" packages.
68162cc
4721430
%description -l fr base 
4721430
Un économiseur d'écran modulaire pour le système X Window.
4721430
Ce paquet contient le minimum vital pour éteindre et verouiller
4721430
votre écran. Les modes d'affichages graphiques sont inclus
4721430
dans les paquets "xscreensaver-extras" et "xscreensaver-gl-extras".
4721430
Mamoru Tasaka 208fb32
%description extras-base
Mamoru Tasaka 208fb32
This package contains common files to make screensaver hacks
Mamoru Tasaka 208fb32
work for XScreenSaver.
Mamoru Tasaka 208fb32
68162cc
%description extras
68162cc
A modular screen saver and locker for the X Window System.
68162cc
This package contains a variety of graphical screen savers for
68162cc
your mind-numbing, ambition-eroding, time-wasting, hypnotized
68162cc
viewing pleasure.
68162cc
4721430
%description -l fr extras
4721430
Un économiseur d'écran modulaire pour le système X Window.
4721430
Ce paquet contient une pléthore d'économiseurs d'écran graphiques
4721430
pour votre plaisir des yeux.
4721430
521cb86
%description gl-base
521cb86
A modular screen saver and locker for the X Window System.
521cb86
This package contains minimal files to make screensaver hacks
521cb86
that require OpenGL work for XScreenSaver.
521cb86
68162cc
%description gl-extras
68162cc
A modular screen saver and locker for the X Window System.
68162cc
This package contains a variety of OpenGL-based (3D) screen
68162cc
savers for your mind-numbing, ambition-eroding, time-wasting,
68162cc
hypnotized viewing pleasure.
68162cc
4721430
%description -l fr gl-extras
4721430
Un économiseur d'écran modulaire pour le système X Window.
4721430
Ce paquet contient une pléthore d'économiseurs d'écran basés sur OpenGL (3D)
4721430
pour votre plaisir des yeux.
4721430
db39302
%description extras-gss
db39302
This package contains desktop files of extras screensavers
TASAKA Mamoru be103f7
for other screensaver compatibility.
db39302
db39302
%description gl-extras-gss
db39302
This package contains desktop files of gl-extras screensavers
TASAKA Mamoru be103f7
for other screensaver compatibility.
db39302
821f854
%description tests
821f854
This package contains some test programs to debug XScreenSaver.
db39302
TASAKA Mamoru 3bf56d6
%description clang-analyze
TASAKA Mamoru 3bf56d6
This package contains Clang analyze result of XScreenSaver.
TASAKA Mamoru 3bf56d6
XScreenSaver owners 5ff2898
%description cppcheck
XScreenSaver owners 5ff2898
This package contains cppcheck result of XScreenSaver.
XScreenSaver owners 5ff2898
db39302
68162cc
%prep
1a17dc6
%setup -q -n %{name}-%{mainversion}%{?beta_ver}
68162cc
XScreenSaver owners 5ff2898
cat > .gitignore <
XScreenSaver owners 5ff2898
configure
XScreenSaver owners 5ff2898
config.guess
XScreenSaver owners 5ff2898
config.sub
7727189
aclocal.m4
7727189
config.h.in
b87a954
OSX
XScreenSaver owners 5ff2898
EOF
a740662
a740662
# Firstly clean this
a740662
rm -f driver/XScreenSaver_ad.h
a740662
XScreenSaver owners 5ff2898
%__git init
XScreenSaver owners 5ff2898
%__git config user.email "xscreensaver-owner@fedoraproject.org"
XScreenSaver owners 5ff2898
%__git config user.name "XScreenSaver owners"
XScreenSaver owners 5ff2898
%__git add .
41313aa
%__git commit -m "base" -q
XScreenSaver owners 5ff2898
a058295
%patch1 -p1
a058295
  %__git commit -m "%PATCH1_desc" -a
a058295
%patch21 -p1
a058295
  %__git commit -m "%PATCH21_desc" -a
948acc0
a058295
%patch51 -p1
a058295
  %__git commit -m "%PATCH51_desc" -a
a058295
%patch52 -p1
a058295
  %__git commit -m "%PATCH52_desc" -a
XScreenSaver owners 5ff2898
dd3cf6f
%__cat %PATCH3204 | %__git am
161b338
%__cat %PATCH3601 | %__git am
1aa874b
%__cat %PATCH3602 | %__git am
4332661
4332661
#%%__cat %PATCH13501 | %%__git am
5d23e44
cc3a2d6
change_option(){
c555a39
   set +x
0494488
   ADFILE=$1
6e20ce7
   if [ ! -f ${ADFILE}.opts ] ; then
6e20ce7
      cp -p $ADFILE ${ADFILE}.opts
6e20ce7
   fi
0494488
   shift
0494488
6e20ce7
   for ARG in "$@" ; do
6e20ce7
      TYPE=`echo $ARG | sed -e 's|=.*$||'`
6e20ce7
      VALUE=`echo $ARG | sed -e 's|^.*=||'`
0494488
6e20ce7
      eval sed -i \
6e20ce7
         -e \'s\|\^\\\(\\\*$TYPE\:\[ \\t\]\[ \\t\]\*\\\)\[\^ \\t\]\.\*\$\|\\1$VALUE\|\' \
c555a39
         $ADFILE
0494488
   done
c555a39
   set -x
0494488
}
0494488
cc3a2d6
silence_hack(){
c555a39
   set +x
6e20ce7
   ADFILE=$1
6e20ce7
   if [ ! -f ${ADFILE}.hack ] ; then
6e20ce7
      cp -p $ADFILE ${ADFILE}.hack
6e20ce7
   fi
6e20ce7
   shift
6e20ce7
6e20ce7
   for hack in "$@" ; do
6e20ce7
      eval sed -i \
c555a39
         -e \'\/\^\[ \\t\]\[ \\t\]\*$hack\/s\|\^\|-\|g\' \
c555a39
         -e \'s\|\^@GL_\.\*@.*\\\(GL\:\[ \\t\]\[ \\t\]\*$hack\\\)\|-\\t\\1\|g\' \
c555a39
         $ADFILE
6e20ce7
   done
c555a39
   set -x
cc3a2d6
}
cc3a2d6
a058295
%global PATCH_desc \
c2f542d
# change some files to UTF-8
c2f542d
for f in \
c2f542d
   driver/XScreenSaver.ad.in \
c2f542d
   hacks/glx/sproingies.man \
c2f542d
   ; do
c2f542d
   iconv -f ISO-8859-1 -t UTF-8 $f > $f.tmp || cp -p $f $f.tmp
c2f542d
   touch -r $f $f.tmp
c2f542d
   mv $f.tmp $f
c2f542d
done
a058295
%__git commit -m "%PATCH_desc" -a
c2f542d
a058295
%global PATCH_desc \
a058295
# Change some options \
d2a6cf9
# For grabDesktopImages, lock, see bug 126809
cc3a2d6
change_option driver/XScreenSaver.ad.in \
d510e04
   captureStderr=False \
850abd0
   passwdTimeout=0:00:15 \
850abd0
   grabDesktopImages=False \
850abd0
   lock=True \
850abd0
   splash=False \
850abd0
   ignoreUninstalledPrograms=True \
3596a12
   textProgram=fortune\ -s \
34292ab
%if 0%{?fedora} >= 12
3596a12
   textURL=%{default_URL}
0201294
%endif
a058295
%__git commit -m "%PATCH_desc" -a
68162cc
a058295
%global PATCH_desc \
a058295
# Disable the following hacks by default \
d2a6cf9
# (disable, not remove)
cc3a2d6
silence_hack driver/XScreenSaver.ad.in \
850abd0
   bsod flag
a058295
%__git commit -m "%PATCH_desc" -a
cc3a2d6
a058295
%global PATCH_desc \
d2a6cf9
# Record time, EVR
6e20ce7
eval sed -i.ver \
850abd0
   -e \'s\|version \[45\]\.\[0-9a-z\]\[0-9a-z\]\*\|version %{version}-`echo \
55fcd3f
      %{release} | sed -e '/IGNORE THIS/s|\.[a-z][a-z0-9].*$||'`\|\' \
850abd0
      driver/XScreenSaver.ad.in
68162cc
6e20ce7
eval sed -i.date \
dc5f6e3
   -e \'s\|\[0-9\].\*-.\*-20\[0-9\]\[0-9\]\|`LANG=C LC_ALL=C date -u +'%%d-%%b-%%Y'`\|g\' \
850abd0
   driver/XScreenSaver.ad.in
68162cc
6e20ce7
eval sed -i.ver \
dc5f6e3
   -e \'s\|\(\[0-9\].\*-.\*-20\[0-9\]\[0-9\]\)\|\(`LANG=C LC_ALL=C \
850abd0
      date -u +'%%d-%%b-%%Y'`\)\|g\' \
850abd0
   -e \'s\|\\\(5.\[0-9\]\[0-9\]\\\)[a-z]\[0-9\]\[0-9\]\*\|\\\1\|\' \
850abd0
   -e \'s\|5.\[0-9\]\[0-9\]\|%{version}-`echo %{release} | \
55fcd3f
      sed -e '/IGNORE THIS/s|\.[a-zA-Z][a-zA-Z0-9].*$||'`\|\' \
850abd0
   utils/version.h
a058295
%__git commit -m "%PATCH_desc" -a
68162cc
a058295
%global PATCH_desc \
d2a6cf9
# Move man entry to 6x (bug 197741)
ea817d1
for f in `find hacks -name Makefile.in` ; do
850abd0
   sed -i.mansuf \
d3e08f8
      -e '/^mansuffix/s|6|6x|'\
850abd0
      $f
ea817d1
done
a058295
%__git commit -m "%PATCH_desc" -a
ea817d1
a058295
%global PATCH_desc \
d2a6cf9
# Search first 6x entry, next 1 entry for man pages
d3e08f8
sed -i.manentry -e 's@man %%s@man 6x %%s 2>/dev/null || man 1 %%s @' \
d3e08f8
   driver/XScreenSaver.ad.in
a058295
%__git commit -m "%PATCH_desc" -a
d3e08f8
d2a6cf9
# Suppress rpmlint warnings.
68162cc
# suppress about pam config (although this is 
82cd340
# not the fault of xscreensaver.pam ......).
Mamoru Tasaka c176fd7
#
Mamoru Tasaka c176fd7
# From xscreensaver-5.15-10, no longer do this
Mamoru Tasaka c176fd7
%if 0
Mamoru Tasaka c176fd7
sed -i.rpmlint -n -e '1,5p' driver/xscreensaver.pam
Mamoru Tasaka c176fd7
%endif
68162cc
6e20ce7
if [ -x %{_datadir}/libtool/config.guess ]; then
6e20ce7
  # use system-wide copy
850abd0
   cp -p %{_datadir}/libtool/config.{sub,guess} .
6e20ce7
fi
6e20ce7
a058295
%global PATCH_desc \
d2a6cf9
# Fix for desktop-file-utils 0.14+
90506ee
%if 0%{?fedora} >= 9
90506ee
sed -i.icon -e 's|xscreensaver\.xpm|xscreensaver|' \
90506ee
   driver/screensaver-properties.desktop.in
90506ee
%endif
a058295
%__git commit -m "%PATCH_desc" -a || echo "Nothing changed"
90506ee
a058295
%global PATCH_desc \
a058295
# Disable (don't build) some tests \
a058295
# apm: doesn't compile \
Mamoru Tasaka 149e293
# mlstring: causes OOM - need check again
821f854
sed -i.test \
821f854
   -e 's|test-apm[ \t][ \t]*t|t|' \
Mamoru Tasaka 0cf68c2
%if 0
821f854
   -e 's|test-mlstring[ \t][ \t]*t|t|' \
Mamoru Tasaka 149e293
%endif
821f854
   driver/Makefile.in
a058295
%__git commit -m "%PATCH_desc" -a
821f854
a058295
%global PATCH_desc \
821f854
# test-fade: give more time between fading
821f854
sed -i.delay -e 's| delay = 1| delay = 3|' driver/test-fade.c
a058295
%__git commit -m "%PATCH_desc" -a
a058295
a058295
%global PATCH_desc \
821f854
# test-grab: testing time too long, setting time 15 min -> 20 sec
821f854
sed -i.delay -e 's|60 \* 15|20|' driver/test-grab.c
a058295
%__git commit -m "%PATCH_desc" -a
XScreenSaver owners 5ff2898
7727189
aclocal
34292ab
autoconf
34292ab
autoheader
34292ab
6e20ce7
%build
a637ff2
4d0a805
archdir=`sh ./config.guess`
476a261
[ -d $archdir ] || mkdir $archdir
68162cc
cd $archdir
68162cc
Mamoru Tasaka 8675b13
# Create temporary path and symlink
Mamoru Tasaka 8675b13
rm -rf ./TMPBINDIR
Mamoru Tasaka 8675b13
a3a3ecf
# Make it sure that perl interpreter is recognized
a3a3ecf
# as /usr/bin/perl, not /bin/perl so as not to make
a3a3ecf
# /bin/perl added as rpm dependency
a3a3ecf
export PATH=/usr/bin:$PATH
a3a3ecf
Mamoru Tasaka 8675b13
mkdir TMPBINDIR
Mamoru Tasaka 8675b13
pushd TMPBINDIR/
Mamoru Tasaka 8675b13
export PATH=$(pwd):$PATH
Mamoru Tasaka 8675b13
Mamoru Tasaka 8675b13
# xdg-open
Mamoru Tasaka 8675b13
ln -sf /bin/true xdg-open
Mamoru Tasaka 8675b13
popd
Mamoru Tasaka 8675b13
68162cc
export CFLAGS="${CFLAGS:-${RPM_OPT_FLAGS}}"
338a219
export CFLAGS="$(echo $CFLAGS | sed -e 's|-g |-g3 |')"
2522c36
2522c36
%if 0%{?fedora} >= 24
2522c36
export CFLAGS="$CFLAGS -Wno-long-long"
2522c36
export CFLAGS="$CFLAGS -Wno-variadic-macros"
2522c36
%endif
68162cc
a740662
%if 0%{?use_clang_as_cc}
a740662
export CC=clang
a740662
export CFLAGS="$(echo $CFLAGS | sed -e 's|-fstack-protector-strong|-fstack-protector|')"
a740662
%endif
a740662
f049f6a
%if 0%{?use_gcc_strict_sanitize}
f049f6a
export CC="gcc -fsanitize=address -fsanitize=undefined"
f7ab1c5
%if 0%{?fedora} >= 24
f7ab1c5
export LDFLAGS="%__global_ldflags -pthread"
f7ab1c5
%endif
fbf2949
%if 0%{?use_gcc_trap_on_sanitize}
fbf2949
export CC="$CC -fsanitize-undefined-trap-on-error"
fbf2949
%endif
f049f6a
%endif
f049f6a
d3e08f8
CONFIG_OPTS="--prefix=%{_prefix} --with-pam --without-shadow --without-kerberos"
68162cc
CONFIG_OPTS="$CONFIG_OPTS --without-setuid-hacks"
68162cc
CONFIG_OPTS="$CONFIG_OPTS --with-text-file=%{default_text}"
68162cc
CONFIG_OPTS="$CONFIG_OPTS --with-x-app-defaults=%{_datadir}/X11/app-defaults"
e4d6871
CONFIG_OPTS="$CONFIG_OPTS --disable-root-passwd"
f320053
CONFIG_OPTS="$CONFIG_OPTS --with-browser=xdg-open"
Mamoru Tasaka ed4b986
# From xscreensaver 5.12, login-manager option is on by default
Mamoru Tasaka 8675b13
# For now, let's enable it on F-14 and above
Mamoru Tasaka 8675b13
%if 0%{?fedora} >= 14
Mamoru Tasaka 8675b13
pushd TMPBINDIR
Mamoru Tasaka 8675b13
ln -sf /bin/true gdmflexiserver
Mamoru Tasaka 8675b13
popd
Mamoru Tasaka 8675b13
%else
Mamoru Tasaka ed4b986
CONFIG_OPTS="$CONFIG_OPTS --without-login-manager"
Mamoru Tasaka ed4b986
%endif
Mamoru Tasaka 375222e
# Enable extrusion on F-13 and above
Mamoru Tasaka 375222e
%if 0%{?fedora} <= 12
Mamoru Tasaka 375222e
CONFIG_OPTS="$CONFIG_OPTS --without-gle"
Mamoru Tasaka 375222e
%endif
Mamoru Tasaka c176fd7
# Enable account type pam validation on F-18+,
Mamoru Tasaka c176fd7
# debian bug 656766
Mamoru Tasaka c176fd7
%if 0%{?fedora} >= 18
Mamoru Tasaka c176fd7
CONFIG_OPTS="$CONFIG_OPTS --enable-pam-check-account-type"
Mamoru Tasaka c176fd7
%endif
41313aa
# xscreensaver 5.30
41313aa
CONFIG_OPTS="$CONFIG_OPTS --with-record-animation"
68162cc
68162cc
# This is flaky:
68162cc
# CONFIG_OPTS="$CONFIG_OPTS --with-login-manager"
68162cc
TASAKA Mamoru 3bf56d6
%if 0%{?use_clang_analyze} >= 1
TASAKA Mamoru 3bf56d6
%global _configure scan-build --use-analyzer %_bindir/clang ./configure
TASAKA Mamoru 3bf56d6
%endif
TASAKA Mamoru 3bf56d6
476a261
unlink configure || :
68162cc
ln -s ../configure .
a740662
%configure $CONFIG_OPTS || { cat config.log ; sleep 10 ; exit 1; }
68162cc
rm -f configure
68162cc
0e842c7
%if %{update_po}
7727189
#( cd po ; make generate_potfiles_in update-po )
7727189
# ???
7727189
( cd po ; make generate_potfiles_in ; cp -p POTFILES.in .. ; export srcdir=.. ; make update-po ; rm -f ../POTFILES_in )
948acc0
( cp -p ../po/*.po po/)
1e7a622
( ( cd ../po ; git add *.po ; git commit -m "po regenerated" ) || true )
0e842c7
%endif
0e842c7
TASAKA Mamoru 3bf56d6
%if 0%{?use_clang_analyze} >= 1
TASAKA Mamoru 3bf56d6
%global __make scan-build  --use-analyzer %_bindir/clang -v -v -v -o clang-analyze make
TASAKA Mamoru 3bf56d6
mkdir clang-analyze
TASAKA Mamoru 3bf56d6
%endif
TASAKA Mamoru 3bf56d6
7ca64bd
%if 0%{?use_clang_analyze} < 1
1e7a622
for dir in \
1e7a622
  utils driver hacks hacks/glx po
1e7a622
do
1e7a622
  %__make %{?_smp_mflags} -k \
1e7a622
    -C $dir \
4555d1c
	GMSGFMT="msgfmt --statistics"
1e7a622
done
7ca64bd
%endif
7ca64bd
1e7a622
# Again
1e7a622
%__make %{?_smp_mflags} -k
68162cc
910e435
%if %{modular_conf}
d2a6cf9
# Make XScreenSavar.ad modular (bug 200881)
910e435
CONFD=xscreensaver
910e435
rm -rf $CONFD
910e435
mkdir $CONFD
910e435
d2a6cf9
# Preserve the original adfile
910e435
cp -p driver/XScreenSaver.ad $CONFD
910e435
910e435
# First split XScreenSaver.ad into 3 parts
910e435
cat driver/XScreenSaver.ad | \
910e435
   sed -n -e '1,/\*programs/p' > $CONFD/XScreenSaver.ad.header
910e435
cat driver/XScreenSaver.ad | sed -e '1,/\*programs/d' | \
910e435
   sed -n -e '1,/\\n$/p' > $CONFD/XScreenSaver.ad.hacks
910e435
cat driver/XScreenSaver.ad | sed -e '1,/\\n$/d' > $CONFD/XScreenSaver.ad.tail
910e435
910e435
# Seperate XScreenSaver.ad.hacks into each hacks
910e435
cd $CONFD
5d19ea9
mkdir hacks.conf.d ; cp -p XScreenSaver.ad.hacks hacks.conf.d/xscreensaver.conf
5d19ea9
cd ..
910e435
910e435
%endif
910e435
821f854
# test
Mamoru Tasaka 0cf68c2
# for now, build tests anyway (even if they are not to be installed)
Mamoru Tasaka 0cf68c2
#%if %{build_tests}
Mamoru Tasaka 0cf68c2
%if 1
821f854
make tests -C driver
821f854
%endif
821f854
XScreenSaver owners 5ff2898
%if 0%{?use_cppcheck} >= 1
XScreenSaver owners 5ff2898
cd ..
XScreenSaver owners 5ff2898
CPPCHECK_FLAGS=""
XScreenSaver owners 5ff2898
CPPCHECK_FLAGS="$CPPCHECK_FLAGS --enable=all --std=c89 -U__STRICT_ANSI__"
XScreenSaver owners 5ff2898
CPPCHECK_FLAGS="$CPPCHECK_FLAGS -I. -Iutils -Idriver -Ihacks -I$archdir -I$archdir/hacks/"
XScreenSaver owners 5ff2898
CPPCHECK_FLAGS="$CPPCHECK_FLAGS -I%{_includedir}"
XScreenSaver owners 5ff2898
# find stddef.h
XScreenSaver owners 5ff2898
GCC_HEADER_PATH=$(echo '#include <stddef.h>' | gcc -E - | sed -n -e 's|^.*"\(.*\)stddef\.h".*$|\1|p' | head -n 1)
XScreenSaver owners 5ff2898
CPPCHECK_FLAGS="$CPPCHECK_FLAGS -I$GCC_HEADER_PATH"
XScreenSaver owners 5ff2898
CPPCHECK_FLAGS="$CPPCHECK_FLAGS $(pkg-config --cflags gtk+-2.0 | sed -e 's|-pthread||')"
XScreenSaver owners 5ff2898
CPPCHECK_FLAGS="$CPPCHECK_FLAGS -DSTANDALONE -DHAVE_CONFIG_H -DUSE_GL"
XScreenSaver owners 5ff2898
XScreenSaver owners 5ff2898
cppcheck $CPPCHECK_FLAGS . 2>&1 | tee cppcheck-result.log
XScreenSaver owners 5ff2898
cppcheck $CPPCHECK_FLAGS --check-config . 2>&1 | tee cppcheck-path-inclusion-check.log
XScreenSaver owners 5ff2898
XScreenSaver owners 5ff2898
cd $archdir
XScreenSaver owners 5ff2898
%endif
XScreenSaver owners 5ff2898
68162cc
%install
4d0a805
archdir=`sh ./config.guess`
68162cc
cd $archdir
68162cc
68162cc
rm -rf ${RPM_BUILD_ROOT}
68162cc
efd4b0b
# We have to make sure these directories exist,
efd4b0b
# or nothing will be installed into them.
efd4b0b
#
efd4b0b
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/pam.d
efd4b0b
6e20ce7
make install_prefix=$RPM_BUILD_ROOT INSTALL="install -c -p" install
68162cc
59d5b5e
# Kill OnlyShowIn=GNOME; on F-11+ (bug 483495)
43b038b
desktop-file-install --vendor "" --delete-original    \
850abd0
   --dir $RPM_BUILD_ROOT%{_datadir}/applications         \
59d5b5e
%if 0%{?fedora} < 11
850abd0
   --add-only-show-in GNOME                              \
59d5b5e
%endif
efd4b0b
   --add-category    DesktopSettings                     \
019728a
%if 0
850abd0
   --add-category X-Red-Hat-Base                         \
48fb98f
%else
48fb98f
   --remove-category Appearance                          \
48fb98f
   --remove-category AdvancedSettings                    \
48fb98f
   --remove-category Application                         \
48fb98f
%endif
89d2164
   $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
68162cc
68162cc
# This function prints a list of things that get installed.
68162cc
# It does this by parsing the output of a dummy run of "make install".
68162cc
list_files() {
48fb98f
   echo "%%defattr(-,root,root,-)"
850abd0
   make -s install_prefix=${RPM_BUILD_ROOT} INSTALL=true "$@"  \
850abd0
      | sed -n -e 's@.* \(/[^ ]*\)$@\1@p'                      \
efd4b0b
      | sed    -e "s@^${RPM_BUILD_ROOT}@@"                     \
850abd0
               -e "s@/[a-z][a-z]*/\.\./@/@"                    \
efd4b0b
      | sed    -e 's@\(.*/man/.*\)@%%doc \1\*@'                      \
efd4b0b
               -e 's@\(.*/pam\.d/\)@%%config(noreplace) \1@'    \
850abd0
      | sort  \
850abd0
      | uniq
68162cc
}
68162cc
68162cc
# Generate three lists of files for the three packages.
68162cc
#
43b038b
dd=%{_builddir}/%{name}-%{mainversion}%{?beta_ver}
efd4b0b
efd4b0b
# In case rpm -bi --short-circuit is tried multiple times:
efd4b0b
rm -f $dd/*.files
efd4b0b
68162cc
(  cd hacks     ; list_files install ) >  $dd/extras.files
68162cc
(  cd hacks/glx ; list_files install ) >  $dd/gl-extras.files
68162cc
(  cd driver    ; list_files install ) >  $dd/base.files
68162cc
Mamoru Tasaka 208fb32
# Move xscreensaver-gettext-foo, xscreensaver-text to extras-base
Mamoru Tasaka 208fb32
# (bug 668427)
Mamoru Tasaka 208fb32
%if %{split_getimage}
Mamoru Tasaka 208fb32
echo "%%defattr(-,root,root,-)" >> $dd/extras-base.files
Mamoru Tasaka 208fb32
for target in \
Mamoru Tasaka 208fb32
   /xscreensaver-getimage \
Mamoru Tasaka 208fb32
   /xscreensaver-text
Mamoru Tasaka 208fb32
do
Mamoru Tasaka 208fb32
   grep -v $target $dd/base.files > $dd/base.files.new
Mamoru Tasaka 208fb32
   grep $target $dd/base.files >> $dd/extras-base.files
Mamoru Tasaka 208fb32
   mv $dd/base.files{.new,}
Mamoru Tasaka 208fb32
done
Mamoru Tasaka 208fb32
%endif
Mamoru Tasaka 208fb32
521cb86
# Move %%{_bindir}/xscreensaver-gl-helper to gl-base
521cb86
# (bug 336331).
6959a58
%if %{modular_conf}
521cb86
echo "%%defattr(-,root,root,-)" >> $dd/gl-base.files
521cb86
521cb86
sed -i -e '/xscreensaver-gl-helper/d' $dd/gl-extras.files
521cb86
pushd $RPM_BUILD_ROOT
521cb86
for dir in `find . -name \*xscreensaver-gl-helper\*` ; do
521cb86
   echo "${dir#.}" >> $dd/gl-base.files
521cb86
done
521cb86
popd
521cb86
sed -i -e 's|^\(%{_mandir}.*\)$|\1*|' $dd/gl-base.files
6959a58
%endif
521cb86
910e435
%if %{modular_conf}
d2a6cf9
# Install update script
74a9a2d
mkdir -p $RPM_BUILD_ROOT%{_sbindir}
74a9a2d
install -cpm 755 %{SOURCE10} $RPM_BUILD_ROOT%{_sbindir}
74a9a2d
echo "%{_sbindir}/update-xscreensaver-hacks" >> $dd/base.files
910e435
d2a6cf9
# Make hack conf modular
910e435
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/xscreensaver
910e435
mkdir -p $RPM_BUILD_ROOT%{_datadir}/xscreensaver/hacks.conf.d
910e435
cp -p xscreensaver/XScreenSaver.ad* \
910e435
   $RPM_BUILD_ROOT%{_sysconfdir}/xscreensaver
5d19ea9
cp -p xscreensaver/hacks.conf.d/xscreensaver.conf \
910e435
   $RPM_BUILD_ROOT%{_datadir}/xscreensaver/hacks.conf.d/
910e435
910e435
for adfile in xscreensaver/XScreenSaver.ad.* ; do
910e435
   filen=`basename $adfile`
910e435
   echo "%%config(noreplace) %{_sysconfdir}/xscreensaver/$filen" >> $dd/base.files
910e435
done
910e435
echo -n "%%verify(not size md5 mtime) " >> $dd/base.files
f320053
echo "%{_sysconfdir}/xscreensaver/XScreenSaver.ad" >> \
910e435
   $dd/base.files
5d19ea9
echo "%{_datadir}/xscreensaver/hacks.conf.d/xscreensaver.conf" \
5d19ea9
   >> $dd/base.files
910e435
d2a6cf9
# Check symlink
910e435
rm -f $RPM_BUILD_ROOT%{_datadir}/X11/app-defaults/XScreenSaver
910e435
910e435
pushd $RPM_BUILD_ROOT%{_datadir}/X11/app-defaults
910e435
pushd ../../../..
910e435
if [ ! $(pwd) == $RPM_BUILD_ROOT ] ; then
910e435
   echo "Possibly symlink broken"
910e435
   exit 1
910e435
fi
910e435
popd
910e435
popd
910e435
910e435
ln -sf ../../../..%{_sysconfdir}/xscreensaver/XScreenSaver.ad \
910e435
   $RPM_BUILD_ROOT%{_datadir}/X11/app-defaults/XScreenSaver
910e435
910e435
%endif
910e435
d2a6cf9
# Add documents
68162cc
pushd $dd &> /dev/null
68162cc
for f in README* ; do
68162cc
   echo "%%doc $f" >> $dd/base.files
68162cc
done
68162cc
popd
68162cc
d2a6cf9
# Add directory
efd4b0b
pushd $RPM_BUILD_ROOT
910e435
for dir in `find . -type d | grep xscreensaver` ; do
efd4b0b
   echo "%%dir ${dir#.}" >> $dd/base.files
efd4b0b
done
efd4b0b
popd
efd4b0b
68162cc
%find_lang %{name}
68162cc
cat %{name}.lang | uniq >> $dd/base.files
68162cc
d2a6cf9
# Suppress rpmlint warnings
d3e08f8
# sanitize path in script file
68162cc
for f in ${RPM_BUILD_ROOT}%{_bindir}/xscreensaver-getimage-* \
68162cc
   ${RPM_BUILD_ROOT}%{_libexecdir}/xscreensaver/vidwhacker \
68162cc
   ${RPM_BUILD_ROOT}%{_bindir}/xscreensaver-text ; do
68162cc
   if [ -f $f ] ; then
d3e08f8
      sed -i -e 's|%{_prefix}//bin|%{_bindir}|g' $f
68162cc
   fi
68162cc
done
68162cc
821f854
# tests
821f854
%if %{build_tests}
821f854
echo "%%defattr(-,root,root,-)" > $dd/tests.files
821f854
cd driver
821f854
for tests in `find . -name test-\* -perm -0700` ; do
821f854
   install -cpm 0755 $tests ${RPM_BUILD_ROOT}%{_libexecdir}/xscreensaver
821f854
   echo "%{_libexecdir}/xscreensaver/$tests" >> $dd/tests.files
821f854
done
821f854
cd ..
821f854
%endif
821f854
TASAKA Mamoru 3bf56d6
%if 0%{?use_clang_analyze} >= 1
TASAKA Mamoru 3bf56d6
pushd ..
TASAKA Mamoru 3bf56d6
rm -rf clang-analyze
TASAKA Mamoru 3bf56d6
mkdir -p clang-analyze/html
TASAKA Mamoru 3bf56d6
cp -a $archdir/clang-analyze/*/* clang-analyze/html
TASAKA Mamoru 3bf56d6
popd
TASAKA Mamoru 3bf56d6
%endif
TASAKA Mamoru 3bf56d6
6c38655
# Install desktop application autostart stuff
3596a12
# Add OnlyShowIn=GNOME (bug 517391)
6c38655
%if 0%{?fedora} >= 12
6c38655
mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/xdg/autostart
6c38655
install -cpm 0755 %{SOURCE11} ${RPM_BUILD_ROOT}%{_libexecdir}/
6c38655
desktop-file-install \
6c38655
   --vendor "" \
6c38655
   --dir ${RPM_BUILD_ROOT}%{_sysconfdir}/xdg/autostart \
3596a12
   --add-only-show-in=GNOME \
6c38655
   %{SOURCE12}
6c38655
chmod 0644 ${RPM_BUILD_ROOT}%{_sysconfdir}/xdg/autostart/xscreensaver*.desktop
6c38655
6c38655
echo "%{_libexecdir}/xscreensaver-autostart" >> $dd/base.files
6c38655
echo '%{_sysconfdir}/xdg/autostart/xscreensaver*.desktop' >> $dd/base.files
6c38655
%endif
6c38655
d2a6cf9
# Create desktop entry for gnome-screensaver
d2a6cf9
# bug 204944, 208560
db39302
create_desktop(){
db39302
   COMMAND=`cat $1 | sed -n -e 's|^
4196d63
# COMMAND must be full path (see bug 531151)
4196d63
# Check if the command actually exists
4196d63
   COMMAND=%{_libexecdir}/xscreensaver/$COMMAND
4196d63
   if [ ! -x $RPM_BUILD_ROOT/$COMMAND ] ; then
4196d63
      echo
4196d63
      echo "WARNING:"
4196d63
      echo "$COMMAND could not be found under $RPM_BUILD_ROOT"
4196d63
      #exit 1
4196d63
   fi
e26e339
# NAME entry fix (bug 953558)
e26e339
   NAME=`cat $1 | sed -n -e 's|^<screen.*_label=\"\([^\"][^\"]*\)\".*>.*$|\1|p'`
db39302
   ARG=`cat $1 | sed -n -e 's|^.*
012511f
   ARG=$(echo "$ARG" | while read line ; do echo -n "$line " ; done)
db39302
   COMMENT="`cat $1 | sed -e '1,/_description/d' | \
db39302
     sed -e '/_description/q' | sed -e '/_description/d'`"
012511f
   COMMENT=$(echo "$COMMENT" | while read line ; do echo -n "$line " ; done)
db39302
89d2164
# webcollage treatment
e008210
## changed to create wrapper script
e008210
%if 0
89d2164
   if [ "x$COMMAND" = "xwebcollage" ] ; then
89d2164
      ARG="$ARG -directory %{_datadir}/backgrounds/images"
89d2164
   fi
e008210
%endif
89d2164
4721430
   if [ "x$NAME" = "x" ] ; then NAME=$COMMAND ; fi
db39302
db39302
   rm -f $2
db39302
   echo "[Desktop Entry]" >> $2
4196d63
#   echo "Encoding=UTF-8" >> $2
db39302
   echo "Name=$NAME" >> $2
db39302
   echo "Comment=$COMMENT" >> $2
db39302
   echo "TryExec=$COMMAND" >> $2
db39302
   echo "Exec=$COMMAND $ARG" >> $2
db39302
   echo "StartupNotify=false" >> $2
db39302
   echo "Type=Application" >> $2
74e7cb1
   echo "Categories=GNOME;Screensaver;" >> $2
e26e339
# Add OnlyShowIn (bug 953558)
e26e339
   echo "OnlyShowIn=GNOME;MATE;" >> $2
db39302
}
db39302
db39302
cd $dd
db39302
db39302
SAVERDIR=%{_datadir}/applications/screensavers
db39302
mkdir -p ${RPM_BUILD_ROOT}${SAVERDIR}
efd4b0b
echo "%%dir $SAVERDIR" >> base.files
db39302
db39302
for list in *extras.files ; do
db39302
db39302
   glist=gnome-$list
db39302
   rm -f $glist
db39302
48fb98f
   echo "%%defattr(-,root,root,-)" > $glist
efd4b0b
##  move the owner of $SAVERDIR to -base
efd4b0b
##   echo "%%dir $SAVERDIR" >> $glist
db39302
5eec3f3
   set +x
db39302
   for xml in `cat $list | grep xml$` ; do
db39302
      file=${RPM_BUILD_ROOT}${xml}
db39302
      desktop=xscreensaver-`basename $file`
db39302
      desktop=${desktop%.xml}.desktop
db39302
89d2164
      echo + create_desktop $file  ${RPM_BUILD_ROOT}${SAVERDIR}/$desktop
db39302
      create_desktop $file  ${RPM_BUILD_ROOT}${SAVERDIR}/$desktop
db39302
      echo ${SAVERDIR}/$desktop >> $glist
db39302
   done
89d2164
   set -x
db39302
done
db39302
e008210
# Create wrapper script for webcollage to use nonet option
e008210
# by default, and rename the original webcollage
e008210
# (see bug 472061)
e008210
pushd ${RPM_BUILD_ROOT}%{_libexecdir}/%{name}
e008210
mv -f webcollage webcollage.original
e008210
e008210
cat > webcollage <
e008210
#!/bin/sh
e008210
PATH=%{_libexecdir}/%{name}:\$PATH
e008210
exec webcollage.original \\
e008210
	-directory %{_datadir}/backgrounds/images \\
e008210
	"\$@"
e008210
EOF
e008210
chmod 0755 webcollage
e008210
echo "%%{_libexecdir}/%%{name}/webcollage.original" >> \
e008210
	$dd/extras.files
e008210
68162cc
# Make sure all files are readable by all, and writable only by owner.
68162cc
#
68162cc
chmod -R a+r,u+w,og-w ${RPM_BUILD_ROOT}
68162cc
68162cc
%clean
68162cc
rm -rf ${RPM_BUILD_ROOT}
68162cc
5d19ea9
%post base
Mamoru Tasaka c176fd7
%if %{modular_conf}
74a9a2d
%{_sbindir}/update-xscreensaver-hacks
910e435
%endif
910e435
TASAKA Mamoru b3accd7
%if 0%{?fedora} >= 18
Mamoru Tasaka c176fd7
# In the case that pam setting is edited locally by sysadmin:
Mamoru Tasaka c176fd7
if ! grep -q '^account' %{_sysconfdir}/pam.d/xscreensaver
Mamoru Tasaka c176fd7
then
Mamoru Tasaka c176fd7
    echo "Warning: %{_sysconfdir}/pam.d/xscreensaver saved as %{_sysconfdir}/pam.d/xscreensaver.rpmsave"
Mamoru Tasaka c176fd7
    cp -p %{_sysconfdir}/pam.d/xscreensaver{,.rpmsave}
Mamoru Tasaka c176fd7
    PAMFILE=%{_sysconfdir}/pam.d/xscreensaver
Mamoru Tasaka c176fd7
    echo >> $PAMFILE
Mamoru Tasaka c176fd7
    echo "# Account validation" >> $PAMFILE
Mamoru Tasaka c176fd7
    echo "account include system-auth" >> $PAMFILE
Mamoru Tasaka c176fd7
fi
Mamoru Tasaka c176fd7
%endif
Mamoru Tasaka c176fd7
Mamoru Tasaka c176fd7
exit 0
Mamoru Tasaka c176fd7
4a67cb3
%files
48fb98f
%defattr(-,root,root,-)
4a67cb3
68162cc
%files -f base.files base
48fb98f
%defattr(-,root,root,-)
68162cc
821f854
%if %{build_tests}
821f854
%files -f tests.files tests
821f854
%defattr(-,root,root,-)
821f854
%endif
821f854
Mamoru Tasaka 208fb32
%if %{split_getimage}
Mamoru Tasaka 208fb32
%files -f extras-base.files extras-base
Mamoru Tasaka 208fb32
%defattr(-,root,root,-)
Mamoru Tasaka 208fb32
%endif
Mamoru Tasaka 208fb32
68162cc
%files -f extras.files extras
48fb98f
%defattr(-,root,root,-)
68162cc
6959a58
%if %{modular_conf}
521cb86
%files -f gl-base.files gl-base
521cb86
%defattr(-,root,root,-)
6959a58
%endif
521cb86
68162cc
%files -f gl-extras.files gl-extras
48fb98f
%defattr(-,root,root,-)
68162cc
db39302
%files -f gnome-extras.files extras-gss
48fb98f
%defattr(-,root,root,-)
db39302
db39302
%files -f gnome-gl-extras.files gl-extras-gss
48fb98f
%defattr(-,root,root,-)
db39302
TASAKA Mamoru 3bf56d6
%if 0%{?use_clang_analyze} >= 1
TASAKA Mamoru 3bf56d6
%files clang-analyze
TASAKA Mamoru 3bf56d6
%doc clang-analyze/html
TASAKA Mamoru 3bf56d6
%endif
TASAKA Mamoru 3bf56d6
XScreenSaver owners 5ff2898
%if 0%{?use_cppcheck} >= 1
XScreenSaver owners 5ff2898
%files cppcheck
XScreenSaver owners 5ff2898
%doc cppcheck-*.log
XScreenSaver owners 5ff2898
%endif
XScreenSaver owners 5ff2898
68162cc
%changelog
1aa874b
* Sat Oct 22 2016 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.36-3
1aa874b
- hexstrut: fix one-byte-ahead access for ccolor
1aa874b
161b338
* Sun Oct 16 2016 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.36-2
1aa874b
- splodesic: avoid using "depth" name not to make X internal collision
161b338
e650249
* Fri Oct 14 2016 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.36-1
e650249
- Update to 5.36
e650249
4332661
* Fri Jul 15 2016 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.35-6
4332661
- decayscreen_reshape: return immediately when not ready
4332661
4332661
* Mon Jul 11 2016 Mamoru TASAKA <mtasaka@fedoraproject.org>
4332661
- Add debugging patch: XIO: print C backtrace on error
4332661
d4b87c9
* Fri Jun 24 2016 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.35-5
d4b87c9
- Update perl BR dependency per Perl#Build_Dependencies
d4b87c9
- Use %%default_text as BR instead of fedora-release (ref: bug 1349397)
d4b87c9
7b2c45f
* Tue Jun  7 2016 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.35-4
7b2c45f
- get_best_gl_visual: waitpid for the exact gl-helper pid
7b2c45f
b64e1b1
* Tue Jun  7 2016 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.35-3
b64e1b1
- hydrostat: fix type definition in cmp_squid
b64e1b1
21fbe94
* Fri Jun  3 2016 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.35-2
21fbe94
- m6502: revert change on translate
21fbe94
d621f05
* Thu May 26 2016 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.35-1
d621f05
- Update to 5.35
d621f05
ece8946
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.34-3.1
ece8946
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
ece8946
de44919
* Sun Jan 31 2016 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.34-3
de44919
- Apply upstream patch to fix gcc6 -Wmisleading-indentation
de44919
2522c36
* Sun Jan 31 2016 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.34-2
2522c36
- Kill warnings generated newly by gcc 6
2522c36
7eff0d8
* Sun Oct 25 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.34-1
7eff0d8
- Update to 5.34
7eff0d8
b57f59f
* Sat Oct 24 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.33-5.respin1
b57f59f
- Patch3302 revised by the upstream
b57f59f
c2ca15d
* Fri Oct 23 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.33-4.respin1
c2ca15d
- Suspend resizing when unlock (bug 1274452)
c2ca15d
c2ca15d
* Sun Aug 30 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.33-3.respin1
cd548f2
- Escape braces in xscreensaver-text to remove warning
cd548f2
6822a5d
* Mon Jul  6 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.33-2.retake1
6822a5d
- Upstream source refreshed, retake
6822a5d
dd3cf6f
* Sat Jul  4 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.33-1
dd3cf6f
- 5.33
dd3cf6f
66075d5
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:5.32-12.1
66075d5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
66075d5
06a9073
* Sun Apr 19 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.32-12
06a9073
- providence:update_particles: aviod one byte ahead access
06a9073
a3a3ecf
* Mon Mar 23 2015 Mamoru TASAKA <mtasaka@fedoraproject.org>
a3a3ecf
- Make it sure that perl interpreter is recognized
a3a3ecf
  as /usr/bin/perl
a3a3ecf
09f00a6
* Sat Mar 21 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.32-11
09f00a6
- Fix up gdk_pixbuf BR dep, per F-23 gdk_pixbuf packaging change
09f00a6
83ab4c3
* Mon Mar  9 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.32-10
83ab4c3
- pong: adjust paddle position again on new game (bug 1199713)
83ab4c3
d573b7b
* Fri Feb 27 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.32-9
d573b7b
- pick_font_1: rescue when XftFontOpenXlfd fails correctly
d573b7b
  (bug 1195437)
d573b7b
fa6f503
* Wed Feb 10 2015 Mamoru TASAKA <mtasaka@fedoraproject.org>
fa6f503
- Remove PATCH202 (fixed by gcc 5.0.0-0.10)
fa6f503
7ca64bd
* Tue Feb 10 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.32-8
7ca64bd
- Fix possibly wrong codes detected by cppcheck
7ca64bd
338a219
* Tue Feb 10 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.32-7
338a219
- flush_dialog_changes_and_save: strdup for TEXT entry (bug 1190846)
338a219
338a219
* Tue Feb 10 2015 Mamoru TASAKA <mtasaka@fedoraproject.org>
338a219
- Raise debugging level to -g3
338a219
d7d8409
* Fri Feb  6 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.32-6
d7d8409
- F-22: rebuild with gcc5
d7d8409
f31d29d
* Mon Feb  2 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.32-5
948acc0
- Enable double buffer on cubestorm
948acc0
- Update ja.po
948acc0
0e2f90a
* Sun Feb  1 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.32-4
0e2f90a
- Temporarily disable sse2 when gcc5 with -fsanitize=foo
0e2f90a
- gcc5 address sanitizer fix for pick_best_gl_visual
0e2f90a
5d23e44
* Sat Dec 20 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.32-3
5d23e44
- Enable double buffer on noof (Ubuntu bug 1390304)
5d23e44
7cd106c
* Sun Dec  7 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.32-2
7cd106c
- Patch from upstream for some GNOME issues with KeyPress
7cd106c
26d2b92
* Thu Nov 20 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.32-1
26d2b92
- Update to 5.32
26d2b92
41313aa
* Sun Nov 16 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.31-1
41313aa
- Update to 5.31
41313aa
fbf2949
* Tue Sep 23 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.30-4
fbf2949
- tessellimage/tessellate: return immediately when nthreshes is zero
fbf2949
- Bunch of signed integer overflow fixes
fbf2949
b87a954
* Mon Sep 15 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.30-3
b87a954
- gcc49 sanitizer fix for xscreensaver-demo wrt memmove usage on de_stringify
b87a954
a058295
* Sat Sep 13 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.30-2
a058295
- Some misc change on spec file for git usage
a058295
70d037a
* Fri Sep 12 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.30-1
70d037a
- Update to 5.30
70d037a
de7d362
* Sat Sep  6 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.29-3
de7d362
- Remove GtkDialog:has-separator usage to suppress warning for
de7d362
  xscreensaver-demo on Fedora 21 and above
de7d362
1e7a622
* Thu Sep  4 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.29-2
1e7a622
- gcc49 sanitizer array elements oversize fixes
1e7a622
- Make parallel build actually work
1e7a622
f93a104
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:5.29-1.1
f93a104
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
f93a104
4f67990
* Mon Jun  9 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.29-1
4f67990
- Update to 5.29
644ae17
279a7e9
* Thu Jun  5 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.28-1
279a7e9
- Update to 5.28
279a7e9
a740662
* Fri May 30 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.27-2
a740662
- Remove GLib and invalid-source-encoding warnings on clang
a740662
- Re-generate driver/XScreenSaver_ad.h correctly
a740662
7727189
* Wed May 28 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.27-1
7727189
- Update to 5.27
7727189
27bed41
* Mon May  5 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.26-7
27bed41
- Yet another segv fix (for extrusion), detected by
27bed41
  gcc49 -fsanitize=address
27bed41
1f20813
* Thu May  1 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.26-6
1f20813
- Yet another segv fix (for shadebobs), detected by
1f20813
  gcc49 -fsanitize=address
1f20813
a7dc1fe
* Wed Apr 16 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.26-5
a7dc1fe
- Yet another segv fix (for noseguy, xmatrix), detected by
a7dc1fe
  gcc49 -fsanitize=address
a7dc1fe
f049f6a
* Mon Apr 14 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.26-4
f049f6a
- Support gcc -fsanitize=address -fsanitize=undefined (disabled by default)
f049f6a
- And fix some errors detected by above, especially address errors
f049f6a
  in apple2
f049f6a
a23f6ff
* Fri Apr 11 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.26-3
a23f6ff
- F21 gcc49 rebuild
a23f6ff
XScreenSaver owners 5ff2898
* Mon Jan 13 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.26-2
XScreenSaver owners 5ff2898
- Make sync_server_dpms_settings consistent for dpms_quickoff_p option
XScreenSaver owners 5ff2898
  (bug 1047108)
XScreenSaver owners 5ff2898
- Kill memleak on goop
XScreenSaver owners 5ff2898
- Various fixes for cppcheck errors / warnings
XScreenSaver owners 5ff2898
4d0a805
* Tue Dec 10 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.26-1
4d0a805
- Update to 5.26
4d0a805
88cb506
* Wed Nov 13 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.23-1
88cb506
- Update to 5.23
88cb506
1a42caa
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:5.22-1.2
1a42caa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
1a42caa
51d4d30
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1:5.22-1.1
51d4d30
- Perl 5.18 rebuild
51d4d30
102a2e4
* Wed Jul 17 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.22-1
102a2e4
- Update to 5.22
102a2e4
TASAKA Mamoru 3bf56d6
* Mon Jul  8 2013 Mamoru TASAKA <mtasaka@fedoraproject.org>
TASAKA Mamoru 3bf56d6
- Add support for Clang analyze for debugging Clang (ref: bug 982081)
TASAKA Mamoru 3bf56d6
1ce6cd1
* Sun Jul  7 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.21-10
1ce6cd1
- Fix memleak in on_path_p
1ce6cd1
  (Patrice Bouchand <patrice.bouchand.fedora@gmail.com>)
1ce6cd1
921acfd
* Mon Jun 10 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.21-9
921acfd
- Revised polyominoes patch from jwz
921acfd
TASAKA Mamoru 383be1b
* Wed Jun  5 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.21-8
TASAKA Mamoru 383be1b
- Prevent apple2 segfault when receiving ConfigureNotify event
921acfd
  (bug 970402)
TASAKA Mamoru 383be1b
TASAKA Mamoru b440854
* Thu May 30 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.21-7
TASAKA Mamoru b440854
- Reinitialize maze on restart, which will perhaps fix
TASAKA Mamoru b440854
  maze segv
TASAKA Mamoru b440854
fab6843
* Sun May 19 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.21-6
fab6843
- F-19+: Kill dependency for base on extras, gl-extras subpackage
fab6843
- Fix segfault on pacman (bug 964575)
fab6843
05472cc
* Sun Apr 21 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.21-5
05472cc
- Don't autostart xscreensaver when mate-screensaver is installed.
05472cc
daf041a
* Sun Apr 21 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.21-4
daf041a
- Fix engine crash with one byte ahead access (bug 954115)
daf041a
e26e339
* Sun Apr 21 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.21-3
e26e339
- Fix the iteration number for pentomino mode in polyominoes
e26e339
  (bug 954077)
e26e339
- Convert maxlife option from 5.20- for fireworkx (bug 953916)
e26e339
- Fix broken Name entry for desktop file of GL hacks (bug 953558)
e26e339
- Add OnlyShownIn entry for desktop files (bug 953558)
e26e339
df2bf76
* Sat Feb 16 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.21-2
df2bf76
- Fix bumps segfault on 64bit (bug 911007)
df2bf76
TASAKA Mamoru 1eac0c4
* Thu Feb  7 2013 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.21-1
TASAKA Mamoru 1eac0c4
- Update to 5.21
TASAKA Mamoru 1eac0c4
Adam Tkac 13521fd
* Mon Jan 21 2013 Adam Tkac <atkac redhat com> - 1:5.20-3.1
Adam Tkac 13521fd
- rebuild due to "jpeg8-ABI" feature drop
Adam Tkac 13521fd
Mamoru Tasaka 0652a2f
* Tue Oct 30 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1:5.20-3
Mamoru Tasaka 0652a2f
- Prevent crash when distort receives ConfigureNotify at startup
Mamoru Tasaka 0652a2f
  (bug 871433)
Mamoru Tasaka 0652a2f
TASAKA Mamoru be103f7
* Wed Oct 24 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1:5.20-2
TASAKA Mamoru be103f7
- Kill dependency of -gss subpackages for gnome-screensaver
TASAKA Mamoru be103f7
  to make MATE desktop happy 
TASAKA Mamoru be103f7
TASAKA Mamoru c1ba5b7
* Wed Oct 17 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1:5.20-1
TASAKA Mamoru c1ba5b7
- Update to 5.20
TASAKA Mamoru c1ba5b7
TASAKA Mamoru c1ba5b7
* Sun Oct  7 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1:5.19-6
TASAKA Mamoru c1ba5b7
- Use AC_SYS_LARGEFILE to detect support for -D_FILE_OFFSET_BITS=64
TASAKA Mamoru c1ba5b7
TASAKA Mamoru c1ba5b7
* Wed Oct  3 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1:5.19-5
TASAKA Mamoru c1ba5b7
- May fix xscreensaver-getimage failure with BadMatch in
TASAKA Mamoru c1ba5b7
  XPutImage (may fix debian bug 688955)
TASAKA Mamoru c1ba5b7
TASAKA Mamoru b3accd7
* Fri Sep 21 2012 Mamoru Tasaka <mtasaka@fedoraproject.org>
TASAKA Mamoru b3accd7
- A bit spec file cleanup
TASAKA Mamoru b3accd7
TASAKA Mamoru 2a428a5
* Mon Aug 27 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1:5.19-4
TASAKA Mamoru 2a428a5
- Remove warning from calling glLighti with float argument in engine.c
TASAKA Mamoru 2a428a5
TASAKA Mamoru fbe5d04
* Thu Aug 23 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1:5.19-3
TASAKA Mamoru fbe5d04
- More fix on bug 849961 (lament -no-texture)
TASAKA Mamoru fbe5d04
TASAKA Mamoru 0c4c435
* Wed Aug 22 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1:5.19-2
TASAKA Mamoru 0c4c435
- Fix segv on lament with -wireframe option (bug 849961)
TASAKA Mamoru 0c4c435
- Fix improper and operator on flurry detected by llvm-clang
TASAKA Mamoru 0c4c435
TASAKA Mamoru be0810b
* Fri Jul 27 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1:5.19-1
TASAKA Mamoru be0810b
- Update to 5.19
TASAKA Mamoru be0810b
TASAKA Mamoru be0810b
* Fri Jul 27 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1:5.18-3
TASAKA Mamoru be0810b
- Build with -D_FILE_OFFSET_BITS=64 to support cifs-mounted
TASAKA Mamoru be0810b
  filesystem for image directory (Ubuntu bug 609451)
TASAKA Mamoru be0810b
0273c7e
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:5.18-2.1
0273c7e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
0273c7e
TASAKA Mamoru 469a65f
* Wed Jul  4 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1:5.18-2
TASAKA Mamoru 469a65f
- Fix -verbose option usage in widwhacker as written in usage()
TASAKA Mamoru 469a65f
TASAKA Mamoru 88b852d
* Wed Jul  4 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1:5.18-1
TASAKA Mamoru 88b852d
- Update to 5.18
TASAKA Mamoru 88b852d
Mamoru Tasaka 149e293
* Sat Jun 30 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1:5.17-2
Mamoru Tasaka 149e293
- Don't call ctime in blurb in signal hander, patch by jwz
Mamoru Tasaka 149e293
Mamoru Tasaka 17c9972
* Sat Jun 23 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1:5.17-1
Mamoru Tasaka 17c9972
- Update to 5.17
Mamoru Tasaka 17c9972
Mamoru Tasaka 01f59fa
* Thu Jun 21 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1:5.16-1
Mamoru Tasaka 01f59fa
- Update to 5.16 
Mamoru Tasaka 01f59fa
Mamoru Tasaka c176fd7
* Mon Jun 18 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1:5.15-10
Mamoru Tasaka c176fd7
- Enable account type pam validation on F-18+ (debian bug 656766)
Mamoru Tasaka c176fd7
- Try new xscreensaver-getimage-file from jwz
Mamoru Tasaka c176fd7
Mamoru Tasaka 888fb0d
* Wed Jun 13 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1:5.15-9
Mamoru Tasaka 888fb0d
- And again fix Patch36 a bit...
Mamoru Tasaka 888fb0d
Mamoru Tasaka 60fa5b4
* Wed Jun 13 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1:5.15-8
Mamoru Tasaka 60fa5b4
- Fix Patch36 a bit
Mamoru Tasaka 60fa5b4
Mamoru Tasaka 60149f5
* Tue Jun 12 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1:5.15-7
Mamoru Tasaka 60149f5
- xscreensaver-demo should not truncate http:// to http:/
Mamoru Tasaka 60149f5
  Also suppress warning for http:// on xscreensaver-demo
Mamoru Tasaka 60149f5
  (partial fix for bug 827771)
Mamoru Tasaka 60149f5
TASAKA Mamoru 9b83d0e
* Mon May  7 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1:5.15-6
TASAKA Mamoru 9b83d0e
- Fix segv when quitting hack with -pair option (bug 819349)
TASAKA Mamoru 9b83d0e
TASAKA Mamoru a7e5a04
* Fri Jan 13 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1:5.15-5
TASAKA Mamoru a7e5a04
- F-17: rebuild against fixed rpm (for perl dependency generation)
TASAKA Mamoru a7e5a04
TASAKA Mamoru cbc6462
* Thu Jan  5 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1:5.15-4
TASAKA Mamoru b6840dc
- F-17: rebuild against gcc47
TASAKA Mamoru b6840dc
Mamoru Tasaka 127976d
* Tue Oct 18 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1:5.15-3
Mamoru Tasaka 127976d
- Make vidwhacker work correctly when xscreensaver-getimage-file
Mamoru Tasaka 127976d
  returns relative path (bug 746847)
Mamoru Tasaka 127976d
Mamoru Tasaka bc9fb42
* Mon Oct  3 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1:5.15-2
Mamoru Tasaka bc9fb42
- Remove newline from xscreensaver-getimage-file result in webcollage
Mamoru Tasaka bc9fb42
  to make -directory option work
Mamoru Tasaka bc9fb42
Mamoru Tasaka eeb8f78
* Fri Sep 30 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1:5.15-1
Mamoru Tasaka eeb8f78
- Update to 5.15
Mamoru Tasaka eeb8f78
 
Mamoru Tasaka a7d6a64
* Sat May 21 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1:5.14-1
Mamoru Tasaka a7d6a64
- 5.14 is released, with just fixing 5.13 DPMS issue
Mamoru Tasaka a7d6a64
Mamoru Tasaka 0ad9794
* Sun May 15 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1:5.13-3
Mamoru Tasaka a7d6a64
- Previous fix changed to add dpmsQuickoffEnabled option instead
Mamoru Tasaka 0ad9794
  after the discussion with jwz (also see Debian bug 602157)
Mamoru Tasaka 0ad9794
Mamoru Tasaka eceeb7c
* Wed May 11 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1:5.13-2
Mamoru Tasaka eceeb7c
- Don't try to change DPMS state on blank-only mode startup
Mamoru Tasaka eceeb7c
 (bug 702698, bug 703483)
Mamoru Tasaka eceeb7c
Mamoru Tasaka cf4ab87
* Tue Apr 19 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1:5.13-1
Mamoru Tasaka cf4ab87
- Update to 5.13
Mamoru Tasaka cf4ab87
Mamoru Tasaka 0cf68c2
* Sun Apr  3 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1:5.12-14
Mamoru Tasaka 0cf68c2
- Patch40 revised by jwz
Mamoru Tasaka 0cf68c2
- Fix segv on test-passwd
Mamoru Tasaka 0cf68c2
- Fix compilation error on test-xdpms
Mamoru Tasaka 0cf68c2
Mamoru Tasaka 3165e4a
* Sun Mar 20 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1:5.12-13
Mamoru Tasaka 3165e4a
- Trial patch to allow non-ascii characters on passwd window (Ubuntu bug 671923)
Mamoru Tasaka 3165e4a
4a64c64
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:5.12-12.1
4a64c64
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
4a64c64
Mamoru Tasaka ea39e15
* Fri Jan 21 2011 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.12-12
Mamoru Tasaka dc04996
- Make webcollage work again (for newer gdk-pixbuf)
Mamoru Tasaka ea39e15
- Fix vidwhacker also
Mamoru Tasaka dc04996
Mamoru Tasaka 208fb32
* Tue Jan 11 2011 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.12-10
Mamoru Tasaka 208fb32
- From F-14+ (not for F-13), kill perl dependency on -base, move
Mamoru Tasaka 208fb32
  hack related files to -extras-base (bug 668427)
Mamoru Tasaka 208fb32
Mamoru Tasaka 99ef7dc
* Sun Jan  2 2011 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.12-9
Mamoru Tasaka 99ef7dc
- Fix one-byte ahead access on apple2.c (may fix 666643)
Mamoru Tasaka 99ef7dc
Mamoru Tasaka a174767
* Mon Dec 27 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.12-8
Mamoru Tasaka a174767
- Fix SIGFPE on wormhole with some window size (bug 665752)
Mamoru Tasaka a174767
Mamoru Tasaka ab9e055
* Thu Nov 11 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.12-7
Mamoru Tasaka ab9e055
- Warn (not say "Error") about missing image directory, and warn
Mamoru Tasaka ab9e055
  only once (bug 648304)
Mamoru Tasaka ab9e055
Mamoru Tasaka 225c30e
* Thu Oct 28 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.12-6
Mamoru Tasaka 225c30e
- Remove GTK warning about non-zero page-size on GtkSpinButton
Mamoru Tasaka 225c30e
Mamoru Tasaka 6d21cbd
* Wed Oct 13 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.12-5
Mamoru Tasaka ab9e055
- Fix the issue that flame is completely blank (bug 642651)
Mamoru Tasaka c7c5034
Mamoru Tasaka 375222e
* Wed Oct 13 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.12-4
Mamoru Tasaka 375222e
- Enable libgle dependent hacks on F-13+
Mamoru Tasaka 375222e
Mamoru Tasaka 32e89dc
* Wed Oct 13 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.12-3
Mamoru Tasaka 32e89dc
- Kill memleak on gltext (bug 638600)
Mamoru Tasaka 32e89dc
Mamoru Tasaka a4e75ac
* Sun Oct 10 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp>
Mamoru Tasaka a4e75ac
- F-14+: rebuild against fixed gcc
Mamoru Tasaka a4e75ac
Mamoru Tasaka 8675b13
* Mon Sep 20 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.12-2
Mamoru Tasaka 8675b13
- Update Patch 31 (xscreensaver-5.12-for-now-set-lang-on-daemon-to-C.patch)
Mamoru Tasaka 8675b13
- Reduce BR using pseudo symlink
Mamoru Tasaka 8675b13
Mamoru Tasaka ed4b986
* Fri Sep 17 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.12-1
Mamoru Tasaka ed4b986
- Update to 5.12
Mamoru Tasaka ed4b986
Mamoru Tasaka 5d0fbac
* Mon Aug  9 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.11-9.respin1
Mamoru Tasaka 5d0fbac
- Fix sinc() (in ripple.c) argument when window is small
Mamoru Tasaka 5d0fbac
  (may fix bug 622188)
Mamoru Tasaka 5d0fbac
19ff9c1
* Sun Jul 25 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.11-8.1.respin1
19ff9c1
- And more fix for the below patch
19ff9c1
eea4d10
* Sun Jul 25 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.11-8.respin1
eea4d10
- Fix xscreensaver-5.11-xjack-with-small-window.patch (bug 617905)
eea4d10
d904cf8
* Thu Jul  8 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.11-7.respin1
d904cf8
- Fix codes which contain undefined behavior, detected by gcc45
d904cf8
954d238
* Mon Jun 28 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.11-6.respin1
954d238
- Replace Patch32 (xscreensaver-5.11-xjack-with-small-window.patch) with the one
954d238
  revised by the upstream
954d238
954d238
* Thu Jun 24 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.11-5.respin1
4196d63
- Make hacks' names in gss compat desktop files written in full path
4196d63
  (ref: bug 531151)
4196d63
- Update gss compat desktop creation
4196d63
1e2a935
* Mon Jun 14 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.11-4.1.respin1
b8f4de6
- Fix crash of xjack when window is too small (bug 603587)
b8f4de6
1a17dc6
* Sat Jun  5 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.11-3.respin1
1a17dc6
- Upstream seems to have released new 5.11 tarball
1a17dc6
  containing po/ directory, use that tarball
1a17dc6
  (detected by Kevin's source audit)
1a17dc6
7a2919a
* Sat May  1 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.11-2
7a2919a
- Fix crash when not using "pair" mode and when MappingNotify
7a2919a
  or so is received (bug 587537)
7a2919a
34292ab
* Mon Apr 12 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.11-1
34292ab
- Update to 5.11
34292ab
- All patches sent to the upstream now applied in the tarball
34292ab
- 2 new patches, one for autoconf, one for po
34292ab
- Preserve 5.10 tarball for now for translation
34292ab
34292ab
* Sat Feb 27 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp>
34292ab
- F-12: rebuild with newer gcc
34292ab
61841ec
* Fri Feb  5 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.10-6.1
61841ec
- A bit more memleak fix
61841ec
e1972fc
* Fri Feb  5 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.10-6
e1972fc
- Fix memleak on analogtv based hacks, especially on apple2
e1972fc
5f7b475
* Wed Feb  3 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.10-5
5f7b475
- Fix crash on noseguy when X resource is no longer available (bug 560614)
5f7b475
033cddc
* Fri Dec 11 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.10-4
0201294
- Fix occasional crash on substrate (bug 545847)
033cddc
- Fix initialization process on apple2, hopefully fix bug 540790??
0201294
3596a12
* Thu Oct  8 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.10-2
0201294
- F-12+: Restrict Autostart effect to GNOME session only (bug 517391)
0201294
- F-12+: Use planet.fedoraproject.org for textURL (still the default textMode
3596a12
  is "file", i.e. no net connection)
3596a12
b223076
* Tue Sep  8 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.10-1
b223076
- Update to 5.10
b223076
- All non Fedora-specific patches applied upstream
b223076
c2e10de
* Thu Sep  3 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.09-1
c2e10de
- Update to 5.09
c2e10de
- Drop patches applied by upstream (1 patch still pending on upstream
c2e10de
  + 2 Fedora specific patches left)
c2e10de
- Add one patch to generate missing header files
4fe2a6e
- Suppress compilation warnings with -std=c89
c2e10de
e887b36
* Fri Aug 28 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.08-13
e887b36
- Another case of hack's crash when window size is too small
e887b36
  (Ubuntu bug 418419)
e887b36
6c38655
* Thu Jul 30 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.08-12
e887b36
- Install desktop application autostart stuff on F-12+
6c38655
a51cb20
* Sat Jul 25 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.08-11
daabd0d
- Build fix for new xextproto (libXext 1.0.99.3)
daabd0d
- Fix for breaking strict aliasing rule
daabd0d
- Again change %%default_text
a51cb20
b01bfcd
* Thu Jun 11 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.08-10
b01bfcd
- Fix crash on startup when randr reports no rroi->ncrtc
b01bfcd
  (bug 504912), patch from gentoo
b01bfcd
df0ea55
* Tue Feb 24 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.08-9
df0ea55
- F-11: Mass rebuild
df0ea55
012511f
* Sun Feb 15 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.08-8
012511f
- Fix the difference of creation of desktop files for gss between
012511f
  different archs (detected by Florian Festi)
012511f
59d5b5e
* Mon Feb  2 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.08-7
d2a6cf9
- Remove OnlyShowIn=GNOME on F-11+ (to make happy with XFCE):
d2a6cf9
  bug 483495
d2a6cf9
- Add more comments about bug reference
d2a6cf9
7c073b0
* Thu Jan 22 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.08-5
7c073b0
- Fix phosphor segv when changing window size (bug 481146)
7c073b0
beb9af6
* Tue Dec 30 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.08-4
cb9bf23
- Fix the process of "make update-po -C po", reported by jwz
cb9bf23
55fcd3f
* Sun Dec 28 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.08-1
55fcd3f
- Update to 5.08
55fcd3f
- All non Fedora-specific patches went upstream
55fcd3f
- Preserve all %%release string for XScreenSaver.ad, util.h
55fcd3f
476a261
* Sat Dec 27 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.07-5
476a261
- Apply gdk trial patch from jwz (slightly modified)
c05dc3f
- Fix warning on m6502.c
476a261
8486545
* Fri Nov 28 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.07-4
8486545
- Fix fireworkx segfault (bug 473355)
8486545
e008210
* Wed Nov 19 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.07-3
e008210
- Create wrapper script for webcollage to use nonet option
e008210
  by default, and rename the original webcollage (bug 472061)
e008210
4555d1c
* Fri Sep 12 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.07-2
4555d1c
- Update ja.po
4555d1c
- Fix the explanation in XScreenSaver.ad (bug 461415)
4555d1c
5ed793c
* Thu Aug 21 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.07-1
5ed793c
- Update to 5.07
5ed793c
- Fix the license tag: BSD -> MIT
5ed793c
bf77f1f
* Sat Aug  9 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.06-3
bf77f1f
- Fallback to Xinerama extension when Xrandr reports less screens
bf77f1f
  than Xinerama
bf77f1f
  (bug 457685: patch by jwz and Aaron Plattner <aplattner@nvidia.com>)
bf77f1f
821f854
* Fri Jul 25 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.06-2
bf77f1f
- Fix crash on start up in some case with dual screen
bf77f1f
  (bug 456399: patch from jwz)
821f854
821f854
* Thu Jul 24 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp>
821f854
- Build some test binaries for debugging
821f854
8d3b1ff
* Thu Jul 17 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.06-1
8d3b1ff
- Update to 5.06
8d3b1ff
43b038b
* Wed Jul  9 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.05.90.3-3
43b038b
- Apply a experimental randr 1.2 patch by jwz
43b038b
751ff6f
* Mon Jun  1 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.05-4
751ff6f
- Fix compilation error with GLib 2.17+
751ff6f
8d21948
* Sun Apr  6 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.05-3
8d21948
- penetrate - fallback to smaller font
8d21948
65013e4
* Wed Mar  5 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.05-2
65013e4
- Replace addopts.patch with the patch from jwz
65013e4
a637ff2
* Sun Mar  2 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.05-1
a637ff2
- Update to 5.05
a637ff2
019728a
* Sun Feb 10 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.04-5
019728a
- Add -Wno-overlength-strings to shut up string length warning
019728a
4089e6f
* Sat Feb  9 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.04-4
4089e6f
- Add patch to xscreensaver be happy with gcc43
7c8d7d7
- Rebuild against gcc43
7c8d7d7
90506ee
* Fri Dec  7 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.04-3
90506ee
- Fix desktop icon name for desktop-file-utils 0.14+ on F-9+
90506ee
71599a1
* Fri Nov 16 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.04-2
71599a1
- Rebuild against fixed mesa for F-9 (bug 380141)
71599a1
d55723c
* Tue Nov 13 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.04-1
d55723c
- Update to 5.04
d55723c
dbdd023
* Thu Nov  1 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.03-14
6959a58
- Patch from upstream to fix screen depth problem (also "really"
6959a58
  fix bug 336331).
6959a58
521cb86
* Thu Oct 18 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.03-12
521cb86
- Create -gl-base subpackage and split xscreensaver-gl-helper 
521cb86
  into -gl-base subpackage so that external GL screensavers can
521cb86
  use it (bug 336331)
521cb86
16b13f1
* Mon Oct 15 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.03-11
16b13f1
- Suppress compiler warning
16b13f1
c2f542d
* Sat Oct  6 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.03-10
c2f542d
- Fix the maximum value on demo configuration dialog
521cb86
- Change the encoding of XScreenSaver.ad and man files (bug 319101)
c2f542d
f320053
* Tue Oct  2 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.03-9
f320053
- Change the default browser to xdg-open
f320053
- Don't mark XScreenSaver.ad as %%config. This file is overwritten
f320053
  automatically.
f320053
8fbb6b3
* Mon Sep 24 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.03-8
74e7cb1
- Some cleanup.
74e7cb1
36a867e
* Wed Sep 19 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.03-7
36a867e
- Remove noreplace flag from XScreenSaver.ad as this is updated
36a867e
  automatically.
36a867e
1dc16b2
* Sat Sep 15 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.03-6
1dc16b2
- Fix update script to treat the ending character of conf file
1dc16b2
  correctly.
1dc16b2
2e1d27e
* Sat Sep 15 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.03-5
5fd4999
- Add some comments on update script.
5fd4999
5d19ea9
* Mon Sep  3 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.03-3
5d19ea9
- Don't split hack part of XScreenSaver.ad into each hack piece
74a9a2d
  and make update script allow multiple hacks in one config file
74a9a2d
  (along with rss-glx, bug 200881)
74a9a2d
- move hack update scripts to %%_sbindir
5d19ea9
910e435
* Sun Sep  2 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.03-2
5d19ea9
- Try to make XScreenSaver.ad modular (bug 200881)
910e435
d510e04
* Wed Aug 29 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.03-1
d510e04
- Update to 5.03
d510e04
efd4b0b
* Tue Aug 28 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.02-4
efd4b0b
- Spec file cleanup
efd4b0b
  - Don't use include-directory patch anymore
efd4b0b
  - Make all xscreensaver related directories owned by -base subpackage
efd4b0b
    because now -extras and -gl-extras subpackage require it.
5d19ea9
  - Mark man files as %%doc explicitly, because %%_mandir is expanded
efd4b0b
    in files list
efd4b0b
- Fix write_long() (actually no_malloc_number_to_string())
efd4b0b
702e779
* Wed Aug 22 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.02-3.dist.1
702e779
- Mass rebuild (buildID or binutils issue)
702e779
48fb98f
* Tue Aug 14 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.02-3
48fb98f
- Remove man6x from file entry, now included in filesystem
48fb98f
48fb98f
* Sun Aug 12 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.02-2
48fb98f
- Fix up desktop categories
48fb98f
342f900
* Sat Apr 21 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.02-1
342f900
- Update to 5.02
342f900
4a67cb3
* Sat Feb  3 2007 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.01-6
4a67cb3
- Make hack packages require base package (#227017)
4a67cb3
- Create xscreensaver metapackage
4a67cb3
89d2164
* Mon Nov 20 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.01-5
89d2164
- Require xorg-x11-resutils (#216245)
89d2164
89d2164
* Sun Nov  5 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.01-4
89d2164
- No net connection by default for webcollage (possibly fix #214095 ?)
89d2164
5eec3f3
* Fri Sep 29 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.01-3
5eec3f3
- Fix the arguments of desktop files (#208560)
5eec3f3
d3e08f8
* Tue Sep 26 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.01-2
d3e08f8
- Finally move man pages to 6x (#205796)
d3e08f8
- Fix the ownership of directories (#187892)
d3e08f8
4721430
* Tue Sep 19 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.01-1
4721430
- 5.01
4721430
- Revert non-passwd auth patch and disable it for now (see bug #205669)
4721430
4721430
* Sun Sep 17 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.01-0.a1.2
4721430
- 5.01a1
4721430
- Revert lang related patch (still needing some works)
4721430
- Disable small scale window (patch from upstream)
4721430
- Disable non-password authentication.
4721430
44a307b
* Sun Sep 10 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.00-22
44a307b
- Fix Patch114.
44a307b
c555a39
* Sun Sep 10 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.00-21
c555a39
- Try to support non-password PAM authentication (bug #205669)
c555a39
850abd0
* Sat Sep  9 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.00-20
850abd0
- Change default document.
850abd0
- Again man entry fix.
850abd0
db39302
* Tue Sep  5 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.00-19
db39302
- Create desktop files for gnome-screensaver (bug #204944)
db39302
059f812
* Mon Aug 28 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.00-18
059f812
- Unify locale releated patches.
059f812
cacbb99
* Mon Aug 28 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.00-17.1
cacbb99
- Rebuild.
cacbb99
83973f1
* Fri Aug 18 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.00-17
83973f1
- Very nasty segv problem was brought by me. Fixing......
83973f1
 
ea817d1
* Thu Aug 10 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.00-16
ea817d1
- Move man entry to 6x (bug #197741)
ea817d1
6d2e9a7
* Fri Jul 28 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.00-15
6d2e9a7
- Rebuild again as fedora-release-5.91.1 is released.
6d2e9a7
0e842c7
* Mon Jul 17 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.00-14
0e842c7
- Correct paths to update po files properly and try re-creating po files.
0e842c7
- Rebuild for FC6T2 devel freeze.
0e842c7
2e078f9
* Mon Jul  3 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.00-13
2e078f9
- Fix for causing SEGV on exit about petri, squiral (total: 22 hacks)
802b11e
  I hope this will finally fix all hacks' problems.
2e078f9
2e078f9
* Sun Jul  2 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.00-12
d39b2dd
- Fix other (extras, gl-extras) hacks (total: 21 hacks).
d39b2dd
- Make sure the subprocess xscreensaver-getimage is properly
d39b2dd
  killed by parent hack process.
d39b2dd
ba84a92
* Fri Jun 30 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.00-11
ba84a92
- Fix interaggregate segv.
ba84a92
4b5dca1
* Thu Jun 29 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.00-10
4b5dca1
- Fix xscreensaver-extras hacks which cause SEGV or SIGFPE.
4b5dca1
4b5dca1
* Tue Jun 27 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.00-9
1fb9531
- Don't make xscreensaver-base require htmlview.
1fb9531
- Update ja.po again.
1fb9531
- Fix noseguy not to eat cpu when geometry is too small.
1fb9531
6e20ce7
* Fri Jun 23 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.00-8
6e20ce7
- Spec file script change.
6e20ce7
- Add libtool to BuildRequires.
6e20ce7
82cd340
* Thu Jun 15 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.00-7
82cd340
- Change timestamps.
82cd340
- Forcely replace the default text till the release version of fedora-release
82cd340
  formally changes.
82cd340
19f125c
* Sat Jun 10 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.00-6.1
19f125c
- Fix the requirement for rebuilding to meet the demand
19f125c
  from current mock.
19f125c
2f4c50d
* Wed Jun  7 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.00-6
2f4c50d
- Another fixes of config files for ifsmap as reported to jwz 
2f4c50d
  livejournal page.
2f4c50d
- Update Japanese translation.
2f4c50d
- Locale fix for xscreensaver-text.
2f4c50d
cc3a2d6
* Thu Jun  1 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.00-5
cc3a2d6
- Disable (not remove) some hacks by default according to 4.24 behavior.
cc3a2d6
- XML file fix for slidescreen.
cc3a2d6
0494488
* Thu Jun  1 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.00-4
0494488
- Rewrite the patch for decimal separator as discussed with jwz.
cc3a2d6
- Change defaults not by patch but by function.
0494488
3221565
* Wed May 31 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.00-3
3221565
- Fix browser option patch.
3221565
e4d6871
* Wed May 31 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.00-2
e4d6871
- Change the default text.
e4d6871
- Rewrite root passwd patch.
e4d6871
- Add browser option to configure.
19f125c
- Fix requirement about desktop-backgrounds-basic.
e4d6871
- Fix decimal separator problem reported by upstream.
e4d6871
68162cc
* Fri May 26 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1:5.00-1
19f125c
- Update to 5.00 .
68162cc
- Switch to extras, don't remove anything.
68162cc
68162cc
* Fri Mar 24 2006 Ray Strode <rstrode@redhat.com> - 1:4.24-2
68162cc
- add patch from jwz to reap zombie processes (bug 185833)
68162cc
68162cc
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1:4.24-1.1
68162cc
- bump again for double-long bug on ppc(64)
68162cc
68162cc
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1:4.23-1.1
68162cc
- rebuilt for new gcc4.1 snapshot and glibc changes
68162cc
68162cc
* Fri Jan 13 2006 Ray Strode <rstrode@redhat.com> 1:4.23-1
68162cc
- update to 4.23
68162cc
- add a BuildRequires on imake (spotted by Mamoru Tasaka)
68162cc
- add a lot of patches and fixes from Mamoru Tasaka
68162cc
68162cc
* Sat Dec 17 2005 Jesse Keating <jkeating@redhat.com>
68162cc
- rebuilt
68162cc
68162cc
* Mon Dec  5 2005 Ray Strode <rstrode@redhat.com> 1:4.22-21
68162cc
- Update list_files function to fix ownership issues.
68162cc
  Patch from Mamoru Tasaka (mtasaka@ioa.s.u-tokyo.ac.jp) (bug 161728).
68162cc
68162cc
* Tue Nov  1 2005 Ray Strode <rstrode@redhat.com> 1:4.22-20
68162cc
- Switch requires to modular X
68162cc
68162cc
* Thu Oct 13 2005 Tomas Mraz <tmraz@redhat.com> 1:4.22-19
68162cc
- use include instead of pam_stack in pam config
68162cc
68162cc
* Wed Sep 28 2005 Ray Strode <rstrode@redhat.com> 1:4.22-18
68162cc
- accept zero timeout values for suspend and off.
68162cc
  Patch from Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp>
68162cc
  (bug 157501). 
68162cc
68162cc
* Fri Sep 23 2005 Ray Strode <rstrode@redhat.com> 1:4.22-17
68162cc
- remove explicit dependency on xscreensaver-base for 
68162cc
  extras and gl-extras packages
68162cc
68162cc
* Fri Sep 16 2005 Ray Strode <rstrode@redhat.com> 1:4.22-16
68162cc
- don't allow root to authenticate lock dialog when selinux
68162cc
  is enabled (bug 157014).
68162cc
68162cc
* Fri Sep  9 2005 Ray Strode <rstrode@redhat.com> 1:4.22-15
68162cc
- take BSOD out of the default random list (bug 105388).
68162cc
68162cc
* Thu Sep 08 2005 Florian La Roche <laroche@redhat.com>
68162cc
- add version-release to the Provides:
68162cc
68162cc
* Wed Sep  7 2005 Ray Strode <rstrode@redhat.com> 1:4.22-13
68162cc
- Patch from Mamoru Tasaka to improve man page handling
68162cc
  (bug 167708).
68162cc
68162cc
* Tue Sep  6 2005 Ray Strode <rstrode@redhat.com> 1:4.22-12
68162cc
- remove density option from squiral screensaver,
68162cc
  Patch from Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp>
68162cc
  (bug 167374).
68162cc
68162cc
* Wed Aug 31 2005 Ray Strode <rstrode@redhat.com> 1:4.22-11
68162cc
- ignore unprintable characters in password dialog (bug 135966).
68162cc
68162cc
* Thu Aug 25 2005 Ray Strode <rstrode@redhat.com> 1:4.22-10
68162cc
- Move man pages to section 6 (bug 166441). 
68162cc
68162cc
* Wed Aug 24 2005 Ray Strode <rstrode@redhat.com> 1:4.22-9
68162cc
- The only legitimate way to call realpath is with NULL 
68162cc
  buffer (bug 165270).
68162cc
68162cc
* Fri Aug 19 2005 Ray Strode <rstrode@redhat.com> 1:4.22-8
68162cc
- Don't try to use an invalid tree iterator (bug 166299)
68162cc
68162cc
* Tue Aug 16 2005 Warren Togami <wtogami@redhat.com> - 1:4.22-7
68162cc
- rebuild for new cairo
68162cc
68162cc
* Wed Aug 10 2005 Ray Strode <rstrode@redhat.com> 1:4.22-6
68162cc
- Don't call printf in signal handler (might fix 126428)
68162cc
68162cc
* Wed Aug  3 2005 Ray Strode <rstrode@redhat.com> 1:4.22-5
68162cc
- Update to xscreensaver 4.22.
68162cc
68162cc
* Sun Jun 19 2005 Ray Strode <rstrode@redhat.com> 1:4.21-5
68162cc
- Add build requires for desktop-file-utils (bug 160980). 
68162cc
68162cc
* Wed May 11 2005 Ray Strode <rstrode@redhat.com> 1:4.21-4
68162cc
- Allow configuration gui to support hacks with absolute paths
68162cc
  (bug 157417). 
68162cc
68162cc
* Mon May 09 2005 Ray Strode <rstrode@redhat.com> 1:4.21-3
68162cc
- Use @libexecdir@/xscreensaver instead of @HACKDIR@ in
68162cc
  default configuration file so that the path gets expanded
68162cc
  fully (bug 156906).
68162cc
68162cc
* Tue May 03 2005 Ray Strode <rstrode@redhat.com> 1:4.21-2
68162cc
- Use absolute filenames for screenhacks so we don't pull
68162cc
  in screenhacks from PATH (bug 151677).
68162cc
- Don't try to ping in sonar screensaver (bug 139692).
68162cc
68162cc
* Sun Mar 20 2005 Ray Strode <rstrode@redhat.com> 1:4.21-1
68162cc
- Update to xscreensaver-4.21.
68162cc
- Update spec file to better match new upstream spec file.
68162cc
68162cc
* Fri Feb 25 2005 Nalin Dahyabhai <nalin@redhat.com> 1:4.18-19
68162cc
- We don't patch configure.in, so we don't need to run 'autoconf'.
68162cc
- Add --without-kerberos to skip built-in Kerberos password verification, so
68162cc
  that we'll always go through PAM (fixes 149731).
68162cc
68162cc
* Mon Feb 21 2005 Ray Strode <rstrode@redhat.com> 1:4.18-18
68162cc
- Install desktop files to /usr/share/applications instead of
68162cc
  /usr/share/control-center-2.0 (should fix bug 149229).
68162cc
68162cc
* Thu Jan  6 2005 Ray Strode <rstrode@redhat.com> 1:4.18-17
68162cc
- Change lock dialog instructions to only ask for password
68162cc
  and not username.
68162cc
68162cc
* Tue Jan  4 2005 Ray Strode <rstrode@redhat.com> 1:4.18-16
68162cc
- Add patch to spec file to change defaults
68162cc
68162cc
* Tue Jan  4 2005 Ray Strode <rstrode@redhat.com> 1:4.18-15
68162cc
- Remove xscreensaver-config-tool after some discussions with
68162cc
  jwz.
68162cc
- Take out some additional screensavers
68162cc
68162cc
* Wed Dec  1 2004 Ray Strode <rstrode@redhat.com> 1:4.18-14
68162cc
- Add utility xscreensaver-config-tool to make changing settings
68162cc
  easier (replaces the short lived xscreensaver-register-hack
68162cc
  program).  Use xscreensaver-config-tool to set default settings
68162cc
  instead of using patches. 
68162cc
- Split up xscreensaver (fixes 121693).
68162cc
- Make preferences dialog slightly more pretty
68162cc
- Make lock dialog slightly more pretty
68162cc
68162cc
* Fri Nov 26 2004 Than Ngo <than@redhat.com> 1:4.18-13
68162cc
- add patch to fix vroot bug and make xscreensaver working in KDE again.
68162cc
- get rid of webcollage, which often download porn images
68162cc
 
6e20ce7
* Wed Nov 10 2004 Ray Strode <rstrode@redhat.com> 1:4.18-11
68162cc
- Add xscreensaver-register-hack program to make
68162cc
  installing and uninstalling screensavers easier
68162cc
  (working toward fixing bug 121693 [split up screensaver])
68162cc
68162cc
* Wed Nov 10 2004 Ray Strode <rstrode@redhat.com> 1:4.18-10
68162cc
- Get rid of unnecessary xloadimage requirement
68162cc
  (bug 100641)
68162cc
68162cc
* Wed Nov 10 2004 Ray Strode <rstrode@redhat.com> 1:4.18-9
68162cc
- Call pam_acct_mgmt() (might fix bug 137195) 
68162cc
68162cc
* Tue Nov 9 2004 Ray Strode <rstrode@redhat.com> 1:4.18-8
68162cc
- Give vidwhacker screensaver working defaults
68162cc
  (bug 64518)
68162cc
68162cc
* Tue Nov 9 2004 Ray Strode <rstrode@redhat.com> 1:4.18-7
850abd0
- Get rid of old crufty %%{_datadir}/control-center/ tree
68162cc
  (bug 114692)
68162cc
68162cc
* Wed Nov 3 2004 Ray Strode <rstrode@redhat.com> 1:4.18-6
68162cc
- rebuild for rawhide
68162cc
68162cc
* Wed Nov 3 2004 Ray Strode <rstrode@redhat.com> 1:4.18-5
68162cc
- Don't allow screensavers access to desktop images by default (bug #126809)
68162cc
- Lock screen by default (bug #126809)
68162cc
68162cc
* Tue Oct 19 2004  <krh@redhat.com> 4.18-4
68162cc
- Add xscreensaver-4.18-stuff-piecewise-leak.patch to stop piecewise
68162cc
  from leaking (#135164).
68162cc
68162cc
* Wed Sep 1 2004 Ray Strode <rstrode@redhat.com> 4.18-3
68162cc
- remove superfluous line in the spec file
68162cc
68162cc
* Wed Sep 1 2004 Ray Strode <rstrode@redhat.com> 4.18-2
68162cc
- blank the screen by default
68162cc
68162cc
* Tue Aug 24 2004 Ray Strode <rstrode@redhat.com> 4.18-1
68162cc
- update to 4.18 (fixes bug 87745).
68162cc
68162cc
* Sat Aug 14 2004 Ray Strode <rstrode@redhat.com> 4.16-4
68162cc
- change titles of questionably named bar codes
68162cc
  (fixes bug 129929).
68162cc
68162cc
* Fri Aug 6 2004 Ray Strode <rstrode@redhat.com> 4.16-3
68162cc
- change titles of questionably named shape formations
68162cc
  (fixes bug 129335).
68162cc
68162cc
* Wed Jun 23 2004 Ray Strode <rstrode@redhat.com> 4.16-2
68162cc
- use htmlview for browsing help.
68162cc
68162cc
* Mon Jun 21 2004 Ray Strode <rstrode@redhat.com> 4.16-1
68162cc
- update to 4.16.  Use desktop-file-install for desktop file.
68162cc
68162cc
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
68162cc
- rebuilt
68162cc
68162cc
* Wed May  5 2004 Bill Nottingham <notting@redhat.com> 4.14-5
68162cc
- config tweaks
68162cc
68162cc
* Wed Mar 31 2004 Karsten Hopp <karsten@redhat.de> 4.14-4 
68162cc
- fix fortune stand-in (#115369)
68162cc
68162cc
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
68162cc
- rebuilt
68162cc
68162cc
* Mon Oct 27 2003 Bill Nottingham <notting@redhat,com> 1:4.14-1
68162cc
- update to 4.14
68162cc
68162cc
* Tue Oct  7 2003 Bill Nottingham <notting@redhat.com> 1:4.13-1
68162cc
- take out flag-with-logo, don't require redhat-logos (#106046)
68162cc
- update to 4.13
68162cc
68162cc
* Wed Aug 27 2003 Bill Nottingham <notting@redhat.com> 1:4.12-1
68162cc
- update to 4.12 (fixes #101920)
68162cc
- re-add BSOD to the random list
68162cc
68162cc
* Tue Jun 24 2003 Bill Nottingham <notting@redhat.com> 1:4.11-1
68162cc
- update to 4.11
68162cc
68162cc
* Fri Jun 13 2003 Bill Nottingham <notting@redhat.com> 1:4.10-3
68162cc
- fix some 64-bit arches (#97359)
68162cc
68162cc
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
68162cc
- rebuilt
68162cc
68162cc
* Wed May 28 2003 Bill Nottingham <notting@redhat.com> 1:4.10-1
68162cc
- update to 4.10
68162cc
68162cc
* Thu Mar 20 2003 Bill Nottingham <notting@redhat.com> 1:4.09-1
68162cc
- update to 4.09, now with bouncing cows
68162cc
68162cc
* Mon Feb 10 2003 Bill Nottingham <notting@redhat.com> 1:4.07-2
68162cc
- oops, xloadimage *is* needed (#83676)
68162cc
68162cc
* Thu Feb  6 2003 Bill Nottingham <notting@redhat.com> 1:4.07-1
68162cc
- update to 4.07, fixes #76276, #75574
68162cc
68162cc
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
68162cc
- rebuilt
68162cc
68162cc
* Fri Nov 29 2002 Tim Powers <timp@redhat.com> 1:4.06-4
68162cc
- call autoconf instead of autoconf-2.53
68162cc
68162cc
* Mon Nov 11 2002 Bill Nottingham <notting@redhat.com> 4.06-3
68162cc
- put glade tweaks back in
68162cc
- switch pam package to not specify directories, to work on multilib
68162cc
  arches
68162cc
68162cc
* Fri Nov  8 2002 Nalin Dahyabhai <nalin@redhat.com> 4.06-1
68162cc
- add a BuildPrereq on bc, which configure requires
68162cc
- replace use of fortune with an innocuous-and-editable stand-in script in
850abd0
  %%{stand_in_path}
68162cc
- define FORTUNE_PROGRAM at compile-time to force apps to use what's specified
68162cc
  even if it doesn't happen to be installed at compile-time
68162cc
68162cc
* Sun Sep  2 2002 Bill Nottingham <notting@redhat.com> 4.05-6
68162cc
- fix typo (#73246)
68162cc
68162cc
* Wed Aug 28 2002 Bill Nottingham <notting@redhat.com> 4.05-5
68162cc
- revert to non-gtk unlock dialog
68162cc
- fix translations
68162cc
68162cc
* Mon Aug 12 2002 Bill Nottingham <notting@redhat.com> 4.05-4
68162cc
- twiddle titlebar (#67844)
68162cc
- fix extraneous text (#70975)
68162cc
- tweak desktop entry (#69502)
68162cc
68162cc
* Fri Aug 9 2002 Yu Shao <yshao@redhat.com> 4.05-3
68162cc
- use GTK_IM_MODULE=gtk-im-context-simple in lock widget
68162cc
- to avoid CJK IM weirdness (#70655, #68216)
68162cc
- xscreensaver-rh-imcjk.patch
68162cc
68162cc
* Wed Jul 17 2002 Elliot Lee <sopwith@redhat.com> 4.05-2
68162cc
- Add fortune-mod to buildprereq to make beehive happy
68162cc
- Fix find_lang usage - install translations properly by specifying datadir
68162cc
68162cc
* Tue Jun 11 2002 Bill Nottingham <notting@redhat.com> 4.05-1
68162cc
- update to 4.05
68162cc
- use gtk2 lock widget (<jacob@ximian.com>)
68162cc
- some Red Hat-ifications
68162cc
- fix critical (#63916)
68162cc
68162cc
* Mon Jun 10 2002 Bill Nottingham <notting@redhat.com> 4.04-2
68162cc
- remove no longer needed xloadimage dependency
68162cc
68162cc
* Mon Jun  3 2002 Bill Nottingham <notting@redhat.com> 4.04-1
68162cc
- update to 4.04, gtk2 property dialog is now mainline
68162cc
68162cc
* Thu May 16 2002 Bill Nottingham <notting@redhat.com> 4.03-1
68162cc
- update to 4.03
68162cc
- use gtk2 properties dialog
68162cc
68162cc
* Thu Mar 14 2002 Bill Nottingham <notting@redhat.com> 4.01-2
68162cc
- don't show screensavers that aren't available
68162cc
68162cc
* Sun Feb 24 2002 Bill Nottingham <notting@redhat.com>
68162cc
- update to 4.01
68162cc
68162cc
* Mon Feb 11 2002 Bill Nottingham <notting@redhat.com>
68162cc
- update to 4.00
68162cc
68162cc
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
68162cc
- automated rebuild
68162cc
68162cc
* Thu Aug 23 2001 Bill Nottingham <notting@redhat.com>
68162cc
- fix segfault on ia64 (#52336)
68162cc
68162cc
* Thu Aug  9 2001 Bill Nottingham <notting@redhat.com>
68162cc
- never mind, back to 3.33 (wheeee)
68162cc
- hack window-id back in for the time being
68162cc
- disable memlimit so GL works
68162cc
68162cc
* Mon Jul 23 2001 Bill Nottingham <notting@redhat.com>
68162cc
- oops, back to 3.32 for now
68162cc
- remove optflags override (oops)
68162cc
- add pam-devel buildprereq
68162cc
68162cc
* Mon Jul 16 2001 Bill Nottingham <notting@redhat.com>
68162cc
- update to 3.33, fix broken last build
68162cc
- fix build weirdness on some package sets (#48905)
68162cc
- don't document non-existent options for forest (#49139)
68162cc
68162cc
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
68162cc
- Bump release + rebuild.
68162cc
68162cc
* Tue May 22 2001 Havoc Pennington <hp@redhat.com>
68162cc
- putting in tree for David 
68162cc
68162cc
* Tue May 22 2001 David Sainty <dsainty@redhat.com>
68162cc
- added DPMS options to command line help
68162cc
68162cc
* Sun Apr 22 2001 Bill Nottingham <notting@redhat.com>
68162cc
- update to 3.32
68162cc
- add patch to specify DPMS settings on the command line
68162cc
68162cc
* Wed Apr 11 2001 Bill Nottingham <notting@redhat.com>
68162cc
- update to 3.31
68162cc
68162cc
* Wed Apr  4 2001 Bill Nottingham <notting@redhat.com>
68162cc
- fix extrusion exclusion (#34742)
68162cc
68162cc
* Tue Apr  3 2001 Bill Nottingham <notting@redhat.com>
68162cc
- disable GL screensavers by default (bleah)
68162cc
68162cc
* Mon Feb 19 2001 Bill Nottingham <notting@redhat.com>
68162cc
- update to 3.29 (#27437)
68162cc
68162cc
* Tue Jan 23 2001 Bill Nottingham <notting@redhat.com>
68162cc
- update to 3.27
68162cc
68162cc
* Fri Dec 01 2000 Bill Nottingham <notting@redhat.com>
68162cc
- rebuild because of broken fileutils
68162cc
68162cc
* Fri Nov 10 2000 Bill Nottingham <notting@redhat.com>
68162cc
- 3.26
68162cc
68162cc
* Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com>
68162cc
- Up Epoch and release
68162cc
68162cc
* Wed Jul 26 2000 Bill Nottingham <notting@redhat.com>
68162cc
- hey, vidmode works again
68162cc
68162cc
* Fri Jul 21 2000 Bill Nottingham <notting@redhat.com>
68162cc
- update to 3.25
68162cc
68162cc
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
68162cc
- automatic rebuild
68162cc
68162cc
* Sat Jun 17 2000 Bill Nottingham <notting@redhat.com>
68162cc
- xscreensaver.kss is not a %%config file.
68162cc
68162cc
* Sun Jun 11 2000 Bill Nottingham <notting@redhat.com>
68162cc
- tweak kss module (#11872)
68162cc
68162cc
* Thu Jun  1 2000 Nalin Dahyabhai <nalin@redhat.com>
68162cc
- modify PAM configuration to use system-auth
68162cc
68162cc
* Thu May 18 2000 Preston Brown <pbrown@redhat.com>
68162cc
- added Red Hat screensaver (waving flag has logo now).
68162cc
68162cc
* Fri May  5 2000 Bill Nottingham <notting@redhat.com>
68162cc
- tweaks for ia64
68162cc
68162cc
* Mon Apr 10 2000 Bill Nottingham <notting@redhat.com>
68162cc
- turn off xf86vidmode ext, so that binaries built against XFree86 4.0
68162cc
  work on 3.x servers
68162cc
68162cc
* Wed Apr  5 2000 Bill Nottingham <notting@redhat.com>
68162cc
- turn off gnome support for now
68162cc
68162cc
* Mon Apr  3 2000 Bill Nottingham <notting@redhat.com>
68162cc
- update to 3.24
68162cc
68162cc
* Wed Feb 09 2000 Preston Brown <pbrown@redhat.com>
68162cc
- wmconfig entry gone.
68162cc
68162cc
* Mon Jan 31 2000 Bill Nottingham <notting@redhat.com>
68162cc
- update to 3.23
68162cc
68162cc
* Fri Jan 14 2000 Bill Nottingham <notting@redhat.com>
68162cc
- rebuild to fix GL depdencies
68162cc
68162cc
* Tue Dec 14 1999 Bill Nottingham <notting@redhat.com>
68162cc
- everyone in GL
68162cc
- single package again
68162cc
68162cc
* Fri Dec 10 1999 Bill Nottingham <notting@redhat.com>
68162cc
- update to 3.22
68162cc
- turn off xf86vmode on alpha
68162cc
68162cc
* Tue Dec  7 1999 Bill Nottingham <notting@redhat.com>
68162cc
- mmm... hardware accelerated GL on i386. :) :)
68162cc
68162cc
* Mon Nov 22 1999 Bill Nottingham <notting@redhat.com>
68162cc
- 3.21
68162cc
- use shm on alpha, let's see what breaks
68162cc
68162cc
* Tue Nov 16 1999 Bill Nottingham <notting@redhat.com>
68162cc
- update to 3.20
68162cc
68162cc
* Wed Nov  3 1999 Bill Nottingham <notting@redhat.com>
68162cc
- update to 3.19
68162cc
68162cc
* Thu Oct 14 1999 Bill Nottingham <notting@redhat.com>
68162cc
- update to 3.18
68162cc
68162cc
* Sat Sep 25 1999 Bill Nottingham <notting@redhat.com>
68162cc
- add a '-oneshot' single time lock option.
68162cc
68162cc
* Mon Sep 20 1999 Bill Nottingham <notting@redhat.com>
68162cc
- take webcollage out of random list (for people who pay for bandwidth)
68162cc
68162cc
* Fri Sep 10 1999 Bill Nottingham <notting@redhat.com>
68162cc
- patch webcollage to use xloadimage
68162cc
- in the random list, run petri with -size 2 to save memory
68162cc
- extend RPM silliness to man pages, too.
68162cc
68162cc
* Mon Jul 19 1999 Bill Nottingham <notting@redhat.com>
68162cc
- update to 3.17
68162cc
- add a little RPM silliness to package GL stuff if it's built
68162cc
68162cc
* Thu Jun 24 1999 Bill Nottingham <notting@redhat.com>
68162cc
- update to 3.16
68162cc
68162cc
* Mon May 10 1999 Bill Nottingham <notting@redhat.com>
68162cc
- update to 3.12
68162cc
68162cc
* Tue May  4 1999 Bill Nottingham <notting@redhat.com>
68162cc
- remove security problem introduced earlier
68162cc
68162cc
* Wed Apr 28 1999 Bill Nottingham <notting@redhat.com>
68162cc
- update to 3.10
68162cc
68162cc
* Thu Apr 15 1999 Bill Nottingham <notting@redhat.com>
68162cc
- kill setuid the Right Way(tm)
68162cc
68162cc
* Mon Apr 12 1999 Bill Nottingham <notting@redhat.com>
68162cc
- fix xflame on alpha
68162cc
68162cc
* Mon Apr 12 1999 Preston Brown <pbrown@redhat.com>
68162cc
- upgrade to 3.09, fixes vmware interaction problems.
68162cc
68162cc
* Mon Apr  5 1999 Bill Nottingham <notting@redhat.com>
68162cc
- remove setuid bit. Really. I mean it.
68162cc
68162cc
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
68162cc
- auto rebuild in the new build environment (release 3)
68162cc
68162cc
* Fri Mar 19 1999 Bill Nottingham <notting@redhat.com>
68162cc
- kill setuid, since pam works OK
68162cc
68162cc
* Tue Mar 16 1999 Bill Nottingham <notting@redhat.com>
68162cc
- update to 3.08
68162cc
68162cc
* Wed Feb 24 1999 Bill Nottingham <notting@redhat.com>
68162cc
- wmconfig returns, and no one is safe...
68162cc
68162cc
* Tue Feb 23 1999 Bill Nottingham <notting@redhat.com>
68162cc
- remove bsod from random list because it's confusing people???? *sigh*
68162cc
68162cc
* Tue Jan 12 1999 Cristian Gafton <gafton@redhat.com>
68162cc
- call libtoolize to get it to compile cleanely on the arm
68162cc
68162cc
* Tue Jan  5 1999 Bill Nottingham <notting@redhat.com>
68162cc
- update to 3.07
68162cc
68162cc
* Mon Nov 23 1998 Bill Nottingham <notting@redhat.com>
68162cc
- update to 3.06
68162cc
68162cc
* Tue Nov 17 1998 Bill Nottingham <notting@redhat.com>
68162cc
- update to 3.04
68162cc
68162cc
* Thu Nov 12 1998 Bill Nottingham <notting@redhat.com>
68162cc
- update to 3.02
68162cc
- PAMify
68162cc
68162cc
* Tue Oct 13 1998 Cristian Gafton <gafton@redhat.com>
68162cc
- take out Noseguy module b/c of possible TMv
68162cc
- install modules in /usr/X11R6/lib/xscreensaver
68162cc
- don't compile support for xshm on the alpha
68162cc
- properly buildrooted
68162cc
- updated to version 2.34
68162cc
68162cc
* Fri Aug  7 1998 Bill Nottingham <notting@redhat.com>
68162cc
- update to 2.27
68162cc
68162cc
* Wed Jun 10 1998 Prospector System <bugs@redhat.com>
68162cc
- translations modified for de
68162cc
68162cc
* Mon Jun 08 1998 Erik Troan <ewt@redhat.com>
68162cc
- added fix for argv0 buffer overflow
68162cc
68162cc
* Fri Apr 24 1998 Prospector System <bugs@redhat.com>
68162cc
- translations modified for de, fr, tr
68162cc
68162cc
* Sat Apr 11 1998 Donnie Barnes <djb@redhat.com>
68162cc
- updated from 2.10 to 2.16
68162cc
- added buildroot
68162cc
68162cc
* Wed Oct 25 1997 Marc Ewing <marc@redhat.com>
68162cc
- wmconfig
68162cc
68162cc
* Thu Oct 23 1997 Marc Ewing <marc@redhat.com>
68162cc
- new version, configure
68162cc
68162cc
* Fri Aug 22 1997 Erik Troan <ewt@redhat.com>
68162cc
- built against glibc
68162cc