bump to 1.5.4
This commit is contained in:
parent
5c0a195779
commit
0a697ed083
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user