Update to 0.23.2
This commit is contained in:
parent
607cf483f2
commit
063e80579c
1
.gitignore
vendored
1
.gitignore
vendored
@ -36,3 +36,4 @@ dconf-0.5.tar.bz2
|
|||||||
/dconf-0.21.0.tar.xz
|
/dconf-0.21.0.tar.xz
|
||||||
/dconf-0.22.0.tar.xz
|
/dconf-0.22.0.tar.xz
|
||||||
/dconf-0.23.1.tar.xz
|
/dconf-0.23.1.tar.xz
|
||||||
|
/dconf-0.23.2.tar.xz
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
%define vala_version 0.18.0
|
%define vala_version 0.18.0
|
||||||
|
|
||||||
Name: dconf
|
Name: dconf
|
||||||
Version: 0.23.1
|
Version: 0.23.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A configuration system
|
Summary: A configuration system
|
||||||
|
|
||||||
@ -49,9 +49,6 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
install -d $RPM_BUILD_ROOT%{_sysconfdir}/dconf/db
|
install -d $RPM_BUILD_ROOT%{_sysconfdir}/dconf/db
|
||||||
install -d $RPM_BUILD_ROOT%{_sysconfdir}/dconf/profile
|
install -d $RPM_BUILD_ROOT%{_sysconfdir}/dconf/profile
|
||||||
|
|
||||||
# https://bugzilla.gnome.org/show_bug.cgi?id=745484
|
|
||||||
rm $RPM_BUILD_ROOT%{_mandir}/man1/dconf-editor.1*
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
|
gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
|
||||||
@ -94,6 +91,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|||||||
%{_datadir}/vala
|
%{_datadir}/vala
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 0.23.2-1
|
||||||
|
- Update to 0.23.2
|
||||||
|
|
||||||
* Mon Mar 02 2015 Kalev Lember <kalevlember@gmail.com> - 0.23.1-1
|
* Mon Mar 02 2015 Kalev Lember <kalevlember@gmail.com> - 0.23.1-1
|
||||||
- Update to 0.23.1
|
- Update to 0.23.1
|
||||||
- This drops the -editor subpackage which now lives in a separate
|
- This drops the -editor subpackage which now lives in a separate
|
||||||
|
Loading…
Reference in New Issue
Block a user