2 Commits

View File

@ -1,6 +1,6 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: dconf
Version: 0.30.0
Version: 0.30.1
Release: 1mamba
Summary: A low-level configuration system
Group: System/Management
@ -93,6 +93,7 @@ fi
%{_bindir}/dconf
%{_datadir}/dbus-1/services/ca.desrt.dconf.service
%{_mandir}/man1/dconf.1*
%{_mandir}/man1/dconf-service.1*
%{_mandir}/man7/dconf.7*
#%files editor
@ -112,7 +113,6 @@ fi
%{_libdir}/libdconf.so.*
%{_libdir}/gio/modules/libdconfsettings.so
%{_libexecdir}/dconf-service
%{_mandir}/man1/dconf-service.1*
%doc COPYING
%files -n libdconf-devel
@ -133,6 +133,12 @@ fi
%{_datadir}/gtk-doc/html/%{name}/*
%changelog
* Tue Oct 23 2018 Automatic Build System <autodist@mambasoft.it> 0.30.1-1mamba
- automatic version update by autodist
* Thu Sep 27 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 0.30.0-2mamba
- move bi-arch conflicting man page from libdconf to dconf package
* Sat Sep 22 2018 Automatic Build System <autodist@mambasoft.it> 0.30.0-1mamba
- automatic version update by autodist