diff --git a/.gitignore b/.gitignore index 48f2bae..34a75d0 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ evolution-data-server-2.31.5.tar.bz2 /evolution-data-server-3.3.3.tar.xz /evolution-data-server-3.3.4.tar.xz /evolution-data-server-3.3.5.tar.xz +/evolution-data-server-3.3.90.tar.xz diff --git a/evolution-data-server.spec b/evolution-data-server.spec index 1574b09..c725b38 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -24,7 +24,7 @@ ### Abstract ### Name: evolution-data-server -Version: 3.3.5 +Version: 3.3.90 Release: 1%{?dist} Group: System Environment/Libraries Summary: Backend data server for Evolution @@ -232,7 +232,14 @@ rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%postun +/sbin/ldconfig +if [ $1 -eq 0 ] ; then + glib-compile-schemas %{_datadir}/glib-2.0/schemas +fi + +%posttrans +glib-compile-schemas %{_datadir}/glib-2.0/schemas %files -f %{name}-%{eds_base_version}.lang %defattr(-,root,root,-) @@ -255,6 +262,11 @@ rm -rf $RPM_BUILD_ROOT %{_libexecdir}/evolution-addressbook-factory %{_libexecdir}/evolution-calendar-factory +# GSettings schemas: +%{_datadir}/GConf/gsettings/libedataserver.convert +%{_datadir}/glib-2.0/schemas/org.gnome.evolution.eds-shell.gschema.xml +%{_datadir}/glib-2.0/schemas/org.gnome.evolution.shell.network-config.gschema.xml + %{_datadir}/evolution-data-server-%{eds_base_version} %{_datadir}/dbus-1/services/org.gnome.evolution.dataserver.AddressBook.service %{_datadir}/dbus-1/services/org.gnome.evolution.dataserver.Calendar.service @@ -340,6 +352,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gtk-doc/html/libedataserverui %changelog +* Mon Feb 20 2012 Milan Crha - 3.3.90-1 +- Update to 3.3.90 + * Mon Feb 06 2012 Milan Crha - 3.3.5-1 - Update to 3.3.5 diff --git a/sources b/sources index f6b3c45..ef9bd23 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3d9b6ae70b064261d99a6e5dbd4a78ba evolution-data-server-3.3.5.tar.xz +766663e3b8258a872314a99defc12bab evolution-data-server-3.3.90.tar.xz