diff --git a/.gitignore b/.gitignore index 3bc31ec..5619b58 100644 --- a/.gitignore +++ b/.gitignore @@ -74,3 +74,4 @@ gdm-2.30.2.tar.bz2 /gdm-3.16.0.1.tar.xz /gdm-3.16.1.tar.xz /gdm-3.16.1.1.tar.xz +/gdm-3.17.2.tar.xz diff --git a/gdm.spec b/gdm.spec index 8876fa3..4cdca56 100644 --- a/gdm.spec +++ b/gdm.spec @@ -10,7 +10,7 @@ Summary: The GNOME Display Manager Name: gdm -Version: 3.16.1.1 +Version: 3.17.2 Release: 1%{?dist} Epoch: 1 License: GPLv2+ @@ -143,8 +143,6 @@ rm -rf $RPM_BUILD_ROOT/%{_prefix}/doc # create log dir mkdir -p $RPM_BUILD_ROOT/var/log/gdm -# remove the gdm Xsession as we're using the xdm one -rm -f $RPM_BUILD_ROOT%{_sysconfdir}/gdm/Xsession (cd $RPM_BUILD_ROOT%{_sysconfdir}/gdm; ln -sf ../X11/xinit/Xsession .) rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/modules/*.a @@ -298,6 +296,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || : %{_libdir}/pkgconfig/gdm.pc %changelog +* Wed Jun 03 2015 Ray Strode 3.17.2-1 +- Update to 3.17.2 + * Thu Apr 16 2015 Ray Strode 3.16.1.1-1 - Update to 3.16.1.1 diff --git a/sources b/sources index 4538083..8e5faf5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0b315af5fe0ee66055edb6f301510820 gdm-3.16.1.1.tar.xz +91f7ec617d1da89bb54fb60ae5439217 gdm-3.17.2.tar.xz