Update to 3.21.4
This commit is contained in:
parent
0a8f2e2d50
commit
35759a9409
1
.gitignore
vendored
1
.gitignore
vendored
@ -106,3 +106,4 @@ gnome-desktop-2.90.4.tar.bz2
|
||||
/gnome-desktop-3.21.1.tar.xz
|
||||
/gnome-desktop-3.21.2.tar.xz
|
||||
/gnome-desktop-3.21.3.tar.xz
|
||||
/gnome-desktop-3.21.4.tar.xz
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
Summary: Shared code among gnome-panel, gnome-session, nautilus, etc
|
||||
Name: gnome-desktop3
|
||||
Version: 3.21.3
|
||||
Version: 3.21.4
|
||||
Release: 1%{?dist}
|
||||
URL: http://www.gnome.org
|
||||
Source0: http://download.gnome.org/sources/gnome-desktop/3.21/gnome-desktop-%{version}.tar.xz
|
||||
@ -29,9 +29,8 @@ BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= %{gsettings_desktop_schemas_version}
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
|
||||
BuildRequires: pkgconfig(iso-codes)
|
||||
BuildRequires: pkgconfig(xext)
|
||||
BuildRequires: pkgconfig(libudev)
|
||||
BuildRequires: pkgconfig(xkeyboard-config)
|
||||
BuildRequires: pkgconfig(xrandr)
|
||||
BuildRequires: gettext
|
||||
BuildRequires: gtk-doc >= %{gtk_doc_version}
|
||||
BuildRequires: automake autoconf libtool intltool
|
||||
@ -78,7 +77,7 @@ the functionality of the installed %{name} package.
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure --with-pnp-ids-path="/usr/share/hwdata/pnp.ids" --enable-installed-tests
|
||||
%configure --enable-installed-tests
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -116,6 +115,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
%{_datadir}/installed-tests
|
||||
|
||||
%changelog
|
||||
* Tue Jul 26 2016 Kalev Lember <klember@redhat.com> - 3.21.4-1
|
||||
- Update to 3.21.4
|
||||
|
||||
* Wed Jun 22 2016 Richard Hughes <rhughes@redhat.com> - 3.21.3-1
|
||||
- Update to 3.21.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user