Update to 3.5.2
This commit is contained in:
parent
37ef8af37b
commit
7e13f2561b
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@ gdm-2.30.2.tar.bz2
|
|||||||
/gdm-3.4.0.tar.xz
|
/gdm-3.4.0.tar.xz
|
||||||
/gdm-3.4.0.1.tar.xz
|
/gdm-3.4.0.1.tar.xz
|
||||||
/gdm-3.4.1.tar.xz
|
/gdm-3.4.1.tar.xz
|
||||||
|
/gdm-3.5.2.tar.xz
|
||||||
|
10
gdm.spec
10
gdm.spec
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
Summary: The GNOME Display Manager
|
Summary: The GNOME Display Manager
|
||||||
Name: gdm
|
Name: gdm
|
||||||
Version: 3.4.1
|
Version: 3.5.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -100,9 +100,6 @@ Provides: gdm-plugin-smartcard = %{epoch}:%{version}-%{release}
|
|||||||
Obsoletes: gdm-plugin-fingerprint < 1:3.2.1
|
Obsoletes: gdm-plugin-fingerprint < 1:3.2.1
|
||||||
Provides: gdm-plugin-fingerprint = %{epoch}:%{version}-%{release}
|
Provides: gdm-plugin-fingerprint = %{epoch}:%{version}-%{release}
|
||||||
|
|
||||||
# Fedora-specific
|
|
||||||
Patch98: plymouth.patch
|
|
||||||
|
|
||||||
%package libs
|
%package libs
|
||||||
Summary: Client-side library to talk to gdm
|
Summary: Client-side library to talk to gdm
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -131,8 +128,6 @@ Development files and headers for writing GDM greeters.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%patch98 -p1 -b .plymouth
|
|
||||||
|
|
||||||
autoreconf -i -f
|
autoreconf -i -f
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -375,6 +370,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
|||||||
%{_libdir}/girepository-1.0/GdmGreeter-1.0.typelib
|
%{_libdir}/girepository-1.0/GdmGreeter-1.0.typelib
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 1:3.5.2-1
|
||||||
|
- Update to 3.5.2
|
||||||
|
|
||||||
* Sat Apr 14 2012 Matthias Clasen <mclasen@redhat.com> - 3.4.1-1
|
* Sat Apr 14 2012 Matthias Clasen <mclasen@redhat.com> - 3.4.1-1
|
||||||
- Update to 3.4.1
|
- Update to 3.4.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user