Update to latest upstream release
This commit is contained in:
parent
21f40c27e6
commit
205779e4c6
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/mate-settings-daemon-1.5.6.tar.xz
|
||||
/mate-settings-daemon-1.5.7.tar.xz
|
||||
/mate-settings-daemon-1.6.0.tar.xz
|
||||
/mate-settings-daemon-1.6.1.tar.xz
|
||||
|
@ -1,16 +1,12 @@
|
||||
Name: mate-settings-daemon
|
||||
Version: 1.6.0
|
||||
Release: 3%{?dist}
|
||||
Version: 1.6.1
|
||||
Release: 1%{?dist}
|
||||
Summary: MATE Desktop settings daemon
|
||||
License: GPLv2+
|
||||
URL: http://mate-desktop.org
|
||||
Source0: http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
|
||||
Requires: mate-icon-theme
|
||||
|
||||
#Fix libnotify GTK issues
|
||||
Patch0: libnotify2.patch
|
||||
|
||||
|
||||
BuildRequires: clutter-gst-devel
|
||||
BuildRequires: dconf-devel
|
||||
BuildRequires: dbus-glib-devel
|
||||
@ -45,9 +41,6 @@ under it.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
|
||||
|
||||
%build
|
||||
%configure \
|
||||
@ -108,6 +101,9 @@ fi
|
||||
%{_libdir}/pkgconfig/mate-settings-daemon.pc
|
||||
|
||||
%changelog
|
||||
* Mon Jun 24 2013 Dan Mashal <dan.mashal@fedoraproject.org> - 1.6.1-1
|
||||
- Update to latest upstream release.
|
||||
|
||||
* Sat Jun 22 2013 Dan Mashal <dan.mashal@fedoraproject.org> - 1.6.0-3
|
||||
- Update libnotify.patch with latest upstream commits
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user