SHA256
1
0
forked from pool/xdm

- udpate to release 1.1.12

* This release collects 7 years worth of bug fixes and code
    cleanups, including the fix for CVE-2013-2179 that was
    previously distributed as a patch against the prior release.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xdm?expand=0&rev=187
This commit is contained in:
Stefan Dirsch 2019-03-03 09:52:37 +00:00 committed by Git OBS Bridge
parent b25c1703b1
commit 83fee9c1ff
4 changed files with 16 additions and 8 deletions

View File

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

3
xdm-1.1.12.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Mar 3 09:39:22 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
- udpate to release 1.1.12
* This release collects 7 years worth of bug fixes and code
cleanups, including the fix for CVE-2013-2179 that was
previously distributed as a patch against the prior release.
-------------------------------------------------------------------
Wed Feb 13 15:47:45 UTC 2019 - sndirsch@suse.com

View File

@ -36,7 +36,7 @@
%define _unitdir %{_prefix}/lib/systemd/system
%endif
Name: xdm
Version: 1.1.11
Version: 1.1.12
Release: 0
Summary: X Display Manager
License: MIT
@ -186,7 +186,7 @@ rm %{buildroot}%{_libdir}/X11/xdm/libXdmGreet.la
# for FHS compliance (bnc#21857)
mv %{buildroot}%{_libdir}/X11/xdm/chooser %{buildroot}%{_bindir}
# fdo#35868 (closed INVALID, but because of above fix, we want it)
ln -s xdm.1%{?ext_man} %{buildroot}%{_mandir}/man1/chooser.1%{?ext_man}
ln -s xdm.8%{?ext_man} %{buildroot}%{_mandir}/man8/chooser.8%{?ext_man}
install -D %{SOURCE5} -m 0644 %{buildroot}%{_datadir}/xsessions/xsession.desktop
%if 0%{?suse_version} < 1315
# missing manual page
@ -257,7 +257,7 @@ sed -i 's/DISPLAYMANAGER=.*//g' /etc/sysconfig/displaymanager
%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING README
%doc AUTHORS ChangeLog COPYING README.md
%doc HOWTO.xdm
%dir %{_dminitdir}
%{_dminitdir}/xdm
@ -307,8 +307,8 @@ sed -i 's/DISPLAYMANAGER=.*//g' /etc/sysconfig/displaymanager
%{_libdir}/X11/xdm/
%dir %{_datadir}/X11/app-defaults
%{_datadir}/X11/app-defaults/Chooser
%{_mandir}/man1/chooser.1%{?ext_man}
%{_mandir}/man1/xdm.1%{?ext_man}
%{_mandir}/man8/chooser.8%{?ext_man}
%{_mandir}/man8/xdm.8%{?ext_man}
%if 0%{?suse_version} < 1315
%{_mandir}/man8/rcxdm.8%{?ext_man}
%endif