|
|
|
@ -1,29 +1,44 @@
@@ -1,29 +1,44 @@
|
|
|
|
|
%define modular_conf 1 |
|
|
|
|
%define split_getimage 1 |
|
|
|
|
%global use_clang_as_cc 0 |
|
|
|
|
%global use_clang_analyze 0 |
|
|
|
|
%global use_cppcheck 0 |
|
|
|
|
%global use_gcc_strict_sanitize 0 |
|
|
|
|
%define name xscreensaver |
|
|
|
|
%define mainversion 5.44 |
|
|
|
|
%define beta_ver %{nil} |
|
|
|
|
%define modular_conf 1 |
|
|
|
|
%define split_getimage 1 |
|
|
|
|
%define fedora_rel 1 |
|
|
|
|
%global use_clang_as_cc 0 |
|
|
|
|
%global use_clang_analyze 0 |
|
|
|
|
%global use_cppcheck 0 |
|
|
|
|
%global use_gcc_strict_sanitize 0 |
|
|
|
|
%global use_gcc_trap_on_sanitize 0 |
|
|
|
|
%define default_text %{_sysconfdir}/powerel-release |
|
|
|
|
%define default_URL http://planet.powerel.org/rss20.xml |
|
|
|
|
%define pam_ver 0.80-7 |
|
|
|
|
%define autoconf_ver 2.53 |
|
|
|
|
%define update_po 1 |
|
|
|
|
%define build_tests 0 |
|
|
|
|
%undefine _changelog_trimtime |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: xscreensaver |
|
|
|
|
Version: 5.43 |
|
|
|
|
Release: 1%{?dist} |
|
|
|
|
%global use_gcc_analyzer 0 |
|
|
|
|
%undefine extrarel |
|
|
|
|
%global flagrel %{nil} |
|
|
|
|
%if 0%{?use_cppcheck} >= 1 |
|
|
|
|
%global flagrel %{flagrel}.cppcheck |
|
|
|
|
%endif |
|
|
|
|
%if 0%{?use_gcc_strict_sanitize} >= 1 |
|
|
|
|
%global flagrel %{flagrel}.san |
|
|
|
|
%endif |
|
|
|
|
|
|
|
|
|
# EPEL6 |
|
|
|
|
%{!?__git:%define __git git} |
|
|
|
|
|
|
|
|
|
%define default_text %{_sysconfdir}/system-release |
|
|
|
|
%define default_URL http://planet.fedoraproject.org/rss20.xml |
|
|
|
|
%define pam_ver 0.80-7 |
|
|
|
|
%define autoconf_ver 2.53 |
|
|
|
|
%define update_po 1 |
|
|
|
|
%define build_tests 0 |
|
|
|
|
%global support_setcap 0 |
|
|
|
|
%undefine _changelog_trimtime |
|
|
|
|
|
|
|
|
|
Summary: X screen saver and locker |
|
|
|
|
Name: %{name} |
|
|
|
|
Version: %{mainversion} |
|
|
|
|
Release: %{fedora_rel}%{flagrel}%{?dist}%{?extrarel} |
|
|
|
|
Epoch: 1 |
|
|
|
|
License: MIT |
|
|
|
|
Summary: X screen saver and locker |
|
|
|
|
Group: Amusements/Graphics |
|
|
|
|
URL: http://www.jwz.org/xscreensaver/ |
|
|
|
|
Source0: http://www.jwz.org/xscreensaver/xscreensaver-%{version}.tar.gz |
|
|
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
|
|
|
|
Source0: http://www.jwz.org/xscreensaver/xscreensaver-%{mainversion}%{?beta_ver}.tar.gz |
|
|
|
|
%if %{modular_conf} |
|
|
|
|
Source10: update-xscreensaver-hacks |
|
|
|
|
%endif |
|
|
|
@ -33,35 +48,25 @@ Source12: xscreensaver-autostart.desktop
@@ -33,35 +48,25 @@ Source12: xscreensaver-autostart.desktop
|
|
|
|
|
## Patches |
|
|
|
|
## |
|
|
|
|
# bug 129335 |
|
|
|
|
%global PATCH1_desc \ |
|
|
|
|
# sanitize the names of modes in barcode |
|
|
|
|
Patch1: xscreensaver-5.00b5-sanitize-hacks.patch |
|
|
|
|
Patch1: xscreensaver-5.44-0001-barcode-glsnake-sanitize-the-names-of-modes.patch |
|
|
|
|
## Patches already sent to the upsteam |
|
|
|
|
## Patches which must be discussed with upstream |
|
|
|
|
# |
|
|
|
|
%global PATCH21_desc \ |
|
|
|
|
# Change webcollage not to access to net \ |
|
|
|
|
# Also see bug 472061 |
|
|
|
|
# See bug 472061 |
|
|
|
|
Patch21: xscreensaver-5.35-webcollage-default-nonet.patch |
|
|
|
|
# |
|
|
|
|
%global PATCH51_desc \ |
|
|
|
|
# driver/test-passwd tty segfaults |
|
|
|
|
Patch51: xscreensaver-5.12-test-passwd-segv-tty.patch |
|
|
|
|
%global PATCH52_desc \ |
|
|
|
|
# patch to compile driver/test-xdpms |
|
|
|
|
Patch52: xscreensaver-5.12-tests-miscfix.patch |
|
|
|
|
# open new window for man when using gnome-terminal |
|
|
|
|
Patch61: xscreensaver-5.42-0061-open-new-window-for-man-when-using-gnome-terminal.patch |
|
|
|
|
# Patch to compile driver/test-xdpms |
|
|
|
|
Patch52: xscreensaver-5.44-0002-Patch-to-compile-driver-test-xdpms.patch |
|
|
|
|
# |
|
|
|
|
# reset_strip: kill gcc7 -Wint-in-bool-context |
|
|
|
|
Patch3603: xscreensaver-5.36-0003-reset_strip-kill-gcc7-Wint-in-bool-context.patch |
|
|
|
|
# init_crystal: kill gcc7 -Wint-in-bool-context |
|
|
|
|
Patch3604: xscreensaver-5.36-0004-init_crystal-kill-gcc7-Wint-in-bool-context.patch |
|
|
|
|
# misc: kill gcc warn_unused_result warnings |
|
|
|
|
Patch3607: xscreensaver-5.36-0007-misc-kill-gcc-warn_unused_result-warnings.patch |
|
|
|
|
# fontglide.c: forbit C++ style comment |
|
|
|
|
#Patch4201: xscreensaver-5.42-0001-fontglide.c-forbit-C-style-comment.patch |
|
|
|
|
# |
|
|
|
|
# open new window for man when using gnome-terminal |
|
|
|
|
Patch4261: xscreensaver-5.42-0061-open-new-window-for-man-when-using-gnome-terminal.patch |
|
|
|
|
# free_gibson: fix order of freeing memory |
|
|
|
|
Patch4401: xscreensaver-5.44-0101-free_gibson-fix-order-of-freeing-memory.patch |
|
|
|
|
# ya_rand_init: avoid signed integer overflow by with recent pid_max value |
|
|
|
|
Patch4402: xscreensaver-5.44-0102-ya_rand_init-avoid-signed-integer-overflow-by-with-r.patch |
|
|
|
|
# |
|
|
|
|
# Debugging patch |
|
|
|
|
# Not apply by default |
|
|
|
|
# XIO: print C backtrace on error |
|
|
|
@ -74,7 +79,6 @@ Requires: xscreensaver-gl-extras = %{epoch}:%{version}-%{release}
@@ -74,7 +79,6 @@ Requires: xscreensaver-gl-extras = %{epoch}:%{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%package base |
|
|
|
|
Summary: A minimal installation of xscreensaver |
|
|
|
|
Group: Amusements/Graphics |
|
|
|
|
|
|
|
|
|
%if 0%{?use_clang_analyze} >= 1 |
|
|
|
|
BuildRequires: clang-analyzer |
|
|
|
@ -120,7 +124,10 @@ BuildRequires: libpng-devel
@@ -120,7 +124,10 @@ BuildRequires: libpng-devel
|
|
|
|
|
# Write explicitly |
|
|
|
|
BuildRequires: libXrandr-devel |
|
|
|
|
BuildRequires: libXt-devel |
|
|
|
|
%if 0%{?fedora} <= 30 |
|
|
|
|
# libXxf86misc removed from F-31 |
|
|
|
|
BuildRequires: libXxf86misc-devel |
|
|
|
|
%endif |
|
|
|
|
BuildRequires: libXxf86vm-devel |
|
|
|
|
# XScreenSaver 5.31 |
|
|
|
|
BuildRequires: libXft-devel |
|
|
|
@ -131,6 +138,9 @@ BuildRequires: pkgconfig(gdk-pixbuf-2.0)
@@ -131,6 +138,9 @@ BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
|
|
|
|
BuildRequires: pkgconfig(gdk-pixbuf-xlib-2.0) |
|
|
|
|
BuildRequires: libjpeg-devel |
|
|
|
|
BuildRequires: libglade2-devel |
|
|
|
|
%if 0%{?support_setcap} >= 1 |
|
|
|
|
BuildRequires: pkgconfig(libcap) |
|
|
|
|
%endif |
|
|
|
|
%if 0%{?fedora} |
|
|
|
|
BuildRequires: %{default_text} |
|
|
|
|
%endif |
|
|
|
@ -138,7 +148,6 @@ BuildRequires: %{default_text}
@@ -138,7 +148,6 @@ BuildRequires: %{default_text}
|
|
|
|
|
# https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl |
|
|
|
|
#BuildRequires: perl-interpreter |
|
|
|
|
#BuildRequires: perl-generators |
|
|
|
|
BuildRequires: perl |
|
|
|
|
# For --with-login-manager option |
|
|
|
|
%if 0%{?fedora} >= 14 |
|
|
|
|
# Use pseudo symlink, not writing BR: gdm |
|
|
|
@ -159,7 +168,6 @@ Obsoletes: xscreeensaver-tests < %{epoch}:%{version}-%{release}
@@ -159,7 +168,6 @@ Obsoletes: xscreeensaver-tests < %{epoch}:%{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%package extras-base |
|
|
|
|
Summary: A base package for screensavers |
|
|
|
|
Group: Amusements/Graphics |
|
|
|
|
%if 0%{?fedora} < 19 |
|
|
|
|
Requires: %{name}-base = %{epoch}:%{version}-%{release} |
|
|
|
|
%endif |
|
|
|
@ -168,7 +176,6 @@ Requires: xorg-x11-resutils
@@ -168,7 +176,6 @@ Requires: xorg-x11-resutils
|
|
|
|
|
|
|
|
|
|
%package extras |
|
|
|
|
Summary: An enhanced set of screensavers |
|
|
|
|
Group: Amusements/Graphics |
|
|
|
|
%if 0%{?fedora} >= 19 |
|
|
|
|
# Does not available on EPEL7 |
|
|
|
|
BuildRequires: desktop-backgrounds-basic |
|
|
|
@ -182,12 +189,10 @@ Requires: %{name}-extras-base = %{epoch}:%{version}-%{release}
@@ -182,12 +189,10 @@ Requires: %{name}-extras-base = %{epoch}:%{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%package gl-base |
|
|
|
|
Summary: A base package for screensavers that require OpenGL |
|
|
|
|
Group: Amusements/Graphics |
|
|
|
|
Requires: %{name}-base = %{epoch}:%{version}-%{release} |
|
|
|
|
|
|
|
|
|
%package gl-extras |
|
|
|
|
Summary: An enhanced set of screensavers that require OpenGL |
|
|
|
|
Group: Amusements/Graphics |
|
|
|
|
Provides: xscreensaver-gl = %{epoch}:%{version}-%{release} |
|
|
|
|
Obsoletes: xscreensaver-gl <= 1:5.00 |
|
|
|
|
BuildRequires: libGL-devel |
|
|
|
@ -203,26 +208,21 @@ Requires: %{name}-extras-base = %{epoch}:%{version}-%{release}
@@ -203,26 +208,21 @@ Requires: %{name}-extras-base = %{epoch}:%{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%package extras-gss |
|
|
|
|
Summary: Desktop files of extras for other screensaver |
|
|
|
|
Group: Amusements/Graphics |
|
|
|
|
Requires: %{name}-extras = %{epoch}:%{version}-%{release} |
|
|
|
|
|
|
|
|
|
%package gl-extras-gss |
|
|
|
|
Summary: Desktop files of gl-extras for other screensaver |
|
|
|
|
Group: Amusements/Graphics |
|
|
|
|
Requires: %{name}-gl-extras = %{epoch}:%{version}-%{release} |
|
|
|
|
|
|
|
|
|
%package tests |
|
|
|
|
Summary: Test programs related to XScreenSaver |
|
|
|
|
Group: Development/Debuggers |
|
|
|
|
Requires: %{name}-base = %{epoch}:%{version}-%{release} |
|
|
|
|
|
|
|
|
|
%package clang-analyze |
|
|
|
|
Summary: Clang analyze result log |
|
|
|
|
Group: Development/Debuggers |
|
|
|
|
|
|
|
|
|
%package cppcheck |
|
|
|
|
Summary: cppcheck result log |
|
|
|
|
Group: Development/Debuggers |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description |
|
|
|
@ -301,7 +301,7 @@ This package contains cppcheck result of XScreenSaver.
@@ -301,7 +301,7 @@ This package contains cppcheck result of XScreenSaver.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
|
%setup -q -n %{name}-%{version} |
|
|
|
|
%setup -q -n %{name}-%{mainversion}%{?beta_ver} |
|
|
|
|
|
|
|
|
|
cat > .gitignore <<EOF |
|
|
|
|
configure |
|
|
|
@ -324,22 +324,15 @@ find . -name \*.c -exec chmod ugo-x {} \;
@@ -324,22 +324,15 @@ find . -name \*.c -exec chmod ugo-x {} \;
|
|
|
|
|
%__git add . |
|
|
|
|
%__git commit -m "base" -q |
|
|
|
|
|
|
|
|
|
%patch1 -p1 |
|
|
|
|
%__git commit -m "%PATCH1_desc" -a |
|
|
|
|
%patch21 -p1 |
|
|
|
|
%__git commit -m "%PATCH21_desc" -a |
|
|
|
|
|
|
|
|
|
%patch51 -p1 |
|
|
|
|
%__git commit -m "%PATCH51_desc" -a |
|
|
|
|
%patch52 -p1 |
|
|
|
|
%__git commit -m "%PATCH52_desc" -a |
|
|
|
|
|
|
|
|
|
%__cat %PATCH61 | %__git am |
|
|
|
|
%__cat %PATCH1 | %__git am |
|
|
|
|
%__cat %PATCH21 | %__git am |
|
|
|
|
%__cat %PATCH52 | %__git am |
|
|
|
|
|
|
|
|
|
%__cat %PATCH3603 | %__git am |
|
|
|
|
%__cat %PATCH3604 | %__git am |
|
|
|
|
#%%__cat %PATCH3607 | %__git am |
|
|
|
|
%__cat %PATCH4201 | %__git am |
|
|
|
|
%__cat %PATCH4261 | %__git am |
|
|
|
|
%__cat %PATCH4401 | %__git am |
|
|
|
|
%__cat %PATCH4402 | %__git am |
|
|
|
|
|
|
|
|
|
#%%__cat %PATCH13501 | %%__git am |
|
|
|
|
|
|
|
|
@ -402,9 +395,7 @@ change_option driver/XScreenSaver.ad.in \
@@ -402,9 +395,7 @@ change_option driver/XScreenSaver.ad.in \
|
|
|
|
|
splash=False \ |
|
|
|
|
ignoreUninstalledPrograms=True \ |
|
|
|
|
textProgram=fortune\ -s \ |
|
|
|
|
%if 0%{?fedora} >= 12 |
|
|
|
|
textURL=%{default_URL} |
|
|
|
|
%endif |
|
|
|
|
%__git commit -m "%PATCH_desc" -a |
|
|
|
|
|
|
|
|
|
# peepers: 5.39: too scary (mtasaka) |
|
|
|
@ -468,10 +459,8 @@ fi
@@ -468,10 +459,8 @@ fi
|
|
|
|
|
|
|
|
|
|
%global PATCH_desc \ |
|
|
|
|
# Fix for desktop-file-utils 0.14+ |
|
|
|
|
%if 0%{?fedora} >= 9 |
|
|
|
|
sed -i.icon -e 's|xscreensaver\.xpm|xscreensaver|' \ |
|
|
|
|
driver/screensaver-properties.desktop.in |
|
|
|
|
%endif |
|
|
|
|
%__git commit -m "%PATCH_desc" -a || echo "Nothing changed" |
|
|
|
|
|
|
|
|
|
%global PATCH_desc \ |
|
|
|
@ -552,6 +541,14 @@ export CC="$CC -fsanitize-undefined-trap-on-error"
@@ -552,6 +541,14 @@ export CC="$CC -fsanitize-undefined-trap-on-error"
|
|
|
|
|
export CFLAGS="$(echo $CFLAGS | sed -e 's|-specs=[^ \t][^ \t]*||')" |
|
|
|
|
export LDFLAGS="$(echo $LDFLAGS %__global_ldflags | sed -e 's|-specs=[^ \t][^ \t]*||g')" |
|
|
|
|
%endif |
|
|
|
|
%if 0%{?use_gcc_analyzer} |
|
|
|
|
if [ "x${CC}" == x ] ; then |
|
|
|
|
export CC=gcc |
|
|
|
|
fi |
|
|
|
|
export CC="${CC} -fanalyzer" |
|
|
|
|
# make build log look clear |
|
|
|
|
%global _smp_mflags -j1 |
|
|
|
|
%endif |
|
|
|
|
|
|
|
|
|
CONFIG_OPTS="--prefix=%{_prefix} --with-pam --without-shadow --without-kerberos" |
|
|
|
|
CONFIG_OPTS="$CONFIG_OPTS --without-setuid-hacks" |
|
|
|
@ -580,6 +577,10 @@ CONFIG_OPTS="$CONFIG_OPTS --enable-pam-check-account-type"
@@ -580,6 +577,10 @@ CONFIG_OPTS="$CONFIG_OPTS --enable-pam-check-account-type"
|
|
|
|
|
# xscreensaver 5.30 |
|
|
|
|
CONFIG_OPTS="$CONFIG_OPTS --with-record-animation" |
|
|
|
|
|
|
|
|
|
%if 0%{?support_setcap} |
|
|
|
|
CONFIG_OPTS="$CONFIG_OPTS --with-setcap-hacks" |
|
|
|
|
%endif |
|
|
|
|
|
|
|
|
|
# This is flaky: |
|
|
|
|
# CONFIG_OPTS="$CONFIG_OPTS --with-login-manager" |
|
|
|
|
|
|
|
|
@ -616,6 +617,8 @@ fi
@@ -616,6 +617,8 @@ fi
|
|
|
|
|
# Workaround end |
|
|
|
|
|
|
|
|
|
%if 0%{?use_clang_analyze} < 1 |
|
|
|
|
# Workaround for ppc64 build failure |
|
|
|
|
make -C ../hacks/images -j1 |
|
|
|
|
for dir in \ |
|
|
|
|
utils driver ../hacks/images hacks hacks/glx po |
|
|
|
|
do |
|
|
|
@ -721,7 +724,7 @@ list_files() {
@@ -721,7 +724,7 @@ list_files() {
|
|
|
|
|
|
|
|
|
|
# Generate three lists of files for the three packages. |
|
|
|
|
# |
|
|
|
|
dd=%{_builddir}/%{name}-%{version} |
|
|
|
|
dd=%{_builddir}/%{name}-%{mainversion}%{?beta_ver} |
|
|
|
|
|
|
|
|
|
# In case rpm -bi --short-circuit is tried multiple times: |
|
|
|
|
rm -f $dd/*.files |
|
|
|
@ -730,6 +733,12 @@ rm -f $dd/*.files
@@ -730,6 +733,12 @@ rm -f $dd/*.files
|
|
|
|
|
( cd hacks/glx ; list_files install ) > $dd/gl-extras.files |
|
|
|
|
( cd driver ; list_files install ) > $dd/base.files |
|
|
|
|
|
|
|
|
|
%if 0%{?support_setcap} >= 1 |
|
|
|
|
sed -i $dd/gl-extras.files \ |
|
|
|
|
-e '\@sonar$@s|^|%%attr(0755,root,root) %%caps(cap_net_raw=p)|' \ |
|
|
|
|
%{nil} |
|
|
|
|
%endif |
|
|
|
|
|
|
|
|
|
# Move xscreensaver-gettext-foo, xscreensaver-text to extras-base |
|
|
|
|
# (bug 668427) |
|
|
|
|
%if %{split_getimage} |
|
|
|
@ -1026,6 +1035,50 @@ exit 0
@@ -1026,6 +1035,50 @@ exit 0
|
|
|
|
|
%endif |
|
|
|
|
|
|
|
|
|
%changelog |
|
|
|
|
* Thu Apr 16 2020 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.44-1 |
|
|
|
|
- ya_rand_init: avoid signed integer overflow by with recent pid_max value |
|
|
|
|
|
|
|
|
|
* Tue Mar 24 2020 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.44-0 |
|
|
|
|
- Update to 5.44 |
|
|
|
|
- free_gibson: fix order of freeing memory |
|
|
|
|
|
|
|
|
|
* Sat Feb 8 2020 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.43-5 |
|
|
|
|
- More fix for issues detected by gcc10 sanitizer |
|
|
|
|
- send_ping(sonar-icmp.c): keep alignment for struct timeval |
|
|
|
|
- gravitywell: restict the index accessing to colors[] buffer to the valid range |
|
|
|
|
|
|
|
|
|
* Fri Feb 7 2020 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.43-3 |
|
|
|
|
- make_job (driver/subprocs.c): check is the pointer gets to the last of string buffer correctly |
|
|
|
|
(error detected by gcc10 -sanitize=address) |
|
|
|
|
|
|
|
|
|
* Tue Jan 28 2020 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.43-2.1 |
|
|
|
|
- F-32: mass rebuild |
|
|
|
|
|
|
|
|
|
* Tue Aug 27 2019 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.43-2 |
|
|
|
|
- glhanoi: fix malloc size shortage (bug 1745794) |
|
|
|
|
|
|
|
|
|
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.43-1.1 |
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
* Wed Jul 10 2019 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.43-1 |
|
|
|
|
- Update to 5.43 |
|
|
|
|
|
|
|
|
|
* Tue Jun 25 2019 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.42-2 |
|
|
|
|
- xjack: avoid freeing string literal when window is small (bug 1723461) |
|
|
|
|
|
|
|
|
|
* Thu Jun 20 2019 Adam Jackson <ajax@redhat.com> - 1:5.42-1.3 |
|
|
|
|
- Drop BuildRequires: pkgconfig(xxf86misc), X servers haven't implemented that |
|
|
|
|
extension in 10+ years. |
|
|
|
|
|
|
|
|
|
* Fri Jun 14 2019 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.42-2 |
|
|
|
|
- sonar: support setcap (disabled for now) |
|
|
|
|
|
|
|
|
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.42-1.2 |
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
* Mon Jan 14 2019 Björn Esser <besser82@fedoraproject.org> - 1:5.42-1.1 |
|
|
|
|
- Rebuilt for libcrypt.so.2 (#1666033) |
|
|
|
|
|
|
|
|
|
* Sun Dec 30 2018 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:5.42-1 |
|
|
|
|
- Update to 5.42 |
|
|
|
|
- fontglide.c: forbit C++ style comment |
|
|
|
|