bump to 1.5.4

This commit is contained in:
Dan Mashal 2012-12-03 15:35:57 -08:00
parent 5c0a195779
commit 0a697ed083
3 changed files with 16 additions and 12 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/mate-settings-daemon-1.4.0.tar.xz
/mate-settings-daemon-1.5.0.tar.xz
/mate-settings-daemon-1.5.3.tar.xz
/mate-settings-daemon-1.5.4.tar.xz

View File

@ -1,6 +1,6 @@
Name: mate-settings-daemon
Version: 1.5.3
Release: 5%{?dist}
Version: 1.5.4
Release: 1%{?dist}
Summary: MATE Desktop settings daemon
License: GPLv2+
URL: http://mate-desktop.org
@ -24,10 +24,6 @@ BuildRequires: pkgconfig(gsettings-desktop-schemas)
Requires: gsettings-desktop-schemas
Requires: mate-icon-theme
#Fix CVE-2012-5560 and stop generating version specific libdirs
#https://github.com/mate-desktop/mate-settings-daemon/pull/22
#Remove archlinux bits from configure.ac
Patch0: commit_rollup.patch
%description
MATE Desktop settings daemon
@ -41,15 +37,19 @@ Development files for mate-settings-daemon
%prep
%setup -q
%patch0 -p1 -b .commit_rollup.patch
NOCONFIGURE=1 ./autogen.sh
%build
%configure --disable-static \
--enable-polkit \
--with-x \
--with-nssdb
%configure \
--with-x \
--enable-gstreamer \
--enable-polkit \
--disable-schemas-compile \
--with-gnu-ld \
--with-x \
--with-nssdb \
make %{?_smp_mflags} V=1
@ -100,6 +100,9 @@ fi
%changelog
* Mon Dec 03 2012 Dan Mashal <dan.mashal@fedoraproject.org> - 1.5.4-1
- Latest upstream release
* Fri Nov 23 2012 Dan Mashal <dan.mashal@fedoraproject.org> - 1.5.3-5
- Remove archlinux configure.ac bits.
- REALLY fix CVE-2012-5560

View File

@ -1 +1 @@
c3ce8546dcdfbd6fd0578e02b0cab82d mate-settings-daemon-1.5.3.tar.xz
d60acd136d4d7b273dc5cb6033beba98 mate-settings-daemon-1.5.4.tar.xz