Update to 3.7.5
This commit is contained in:
parent
c36725be03
commit
f5c6642592
1
.gitignore
vendored
1
.gitignore
vendored
@ -32,3 +32,4 @@ gdm-2.30.2.tar.bz2
|
|||||||
/gdm-3.6.2.tar.xz
|
/gdm-3.6.2.tar.xz
|
||||||
/gdm-3.7.2.tar.xz
|
/gdm-3.7.2.tar.xz
|
||||||
/gdm-3.7.3.1.tar.xz
|
/gdm-3.7.3.1.tar.xz
|
||||||
|
/gdm-3.7.5.tar.xz
|
||||||
|
9
gdm.spec
9
gdm.spec
@ -8,14 +8,14 @@
|
|||||||
|
|
||||||
Summary: The GNOME Display Manager
|
Summary: The GNOME Display Manager
|
||||||
Name: gdm
|
Name: gdm
|
||||||
Version: 3.7.3.1
|
Version: 3.7.5
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
URL: http://download.gnome.org/sources/gdm
|
URL: http://download.gnome.org/sources/gdm
|
||||||
#VCS: git:git://git.gnome.org/gdm
|
#VCS: git:git://git.gnome.org/gdm
|
||||||
Source: http://download.gnome.org/sources/gdm/3.6/gdm-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/gdm/3.7/gdm-%{version}.tar.xz
|
||||||
Source1: org.gnome.login-screen.gschema.override
|
Source1: org.gnome.login-screen.gschema.override
|
||||||
|
|
||||||
Requires(pre): /usr/sbin/useradd
|
Requires(pre): /usr/sbin/useradd
|
||||||
@ -288,7 +288,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
|||||||
%{_libexecdir}/gdm-simple-slave
|
%{_libexecdir}/gdm-simple-slave
|
||||||
%{_libexecdir}/gdm-xdmcp-chooser-slave
|
%{_libexecdir}/gdm-xdmcp-chooser-slave
|
||||||
%{_sbindir}/gdm
|
%{_sbindir}/gdm
|
||||||
%{_sbindir}/gdm-binary
|
|
||||||
%{_bindir}/gdmflexiserver
|
%{_bindir}/gdmflexiserver
|
||||||
%{_bindir}/gdm-screenshot
|
%{_bindir}/gdm-screenshot
|
||||||
%{_datadir}/gdm/greeter/applications/*
|
%{_datadir}/gdm/greeter/applications/*
|
||||||
@ -296,7 +295,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
|||||||
%{_datadir}/gdm/*.ui
|
%{_datadir}/gdm/*.ui
|
||||||
%{_datadir}/gdm/locale.alias
|
%{_datadir}/gdm/locale.alias
|
||||||
%{_datadir}/gdm/gdb-cmd
|
%{_datadir}/gdm/gdb-cmd
|
||||||
%{_libexecdir}/gdm-crash-logger
|
|
||||||
%{_libdir}/libgdm*.so*
|
%{_libdir}/libgdm*.so*
|
||||||
%dir %{_libdir}/gdm
|
%dir %{_libdir}/gdm
|
||||||
%dir %{_libdir}/gdm/simple-greeter
|
%dir %{_libdir}/gdm/simple-greeter
|
||||||
@ -346,6 +344,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
|||||||
%{_libdir}/girepository-1.0/Gdm-1.0.typelib
|
%{_libdir}/girepository-1.0/Gdm-1.0.typelib
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 06 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.7.5-1
|
||||||
|
- Update to 3.7.5
|
||||||
|
|
||||||
* Wed Jan 09 2013 Richard Hughes <hughsient@gmail.com> - 1:3.7.3.1-1
|
* Wed Jan 09 2013 Richard Hughes <hughsient@gmail.com> - 1:3.7.3.1-1
|
||||||
- Update to 3.7.3.1
|
- Update to 3.7.3.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user