Accepting request 107249 from GNOME:Factory
Pushing G:F OBS-URL: https://build.opensuse.org/request/show/107249 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution-data-server?expand=0&rev=100
This commit is contained in:
commit
cbeba53cad
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:55bcc380eb7d2ab3a7088224c1b3ebcb6bb50c05a8c3dc09c72a59e1a08ef62e
|
|
||||||
size 3564388
|
|
3
evolution-data-server-3.3.90.tar.xz
Normal file
3
evolution-data-server-3.3.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9ef763b69ea02f7062975fe7ceceebb114082516689fe2188e44622b94b0d8b6
|
||||||
|
size 3805288
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 20 22:38:10 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.3.90:
|
||||||
|
+ Use GSettings for EProxy
|
||||||
|
+ Fix issues found by Coverity Scan
|
||||||
|
+ Crash on message send, under check_header_in_message_info()
|
||||||
|
+ Fix google contacts going online after being offline
|
||||||
|
+ Bugs fixed: bgo#309945, bgo#391472, bgo#485283, bgo#535978,
|
||||||
|
bgo#553796, bgo#637200, bgo#658347, bgo#658348, bgo#662920,
|
||||||
|
bgo#669341, bgo#669487, bgo#669545, bgo#669847.
|
||||||
|
+ Updated translations.
|
||||||
|
- Add %glib2_gsettings_* schemas to handle the newly installed
|
||||||
|
gsettings schemas.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 20 10:32:00 UTC 2012 - vuntz@opensuse.org
|
Mon Feb 20 10:32:00 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
Name: evolution-data-server
|
Name: evolution-data-server
|
||||||
%define _evo_version 3.4
|
%define _evo_version 3.4
|
||||||
Version: 3.3.5
|
Version: 3.3.90
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Evolution Data Server
|
Summary: Evolution Data Server
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
@ -86,6 +86,7 @@ Obsoletes: evolution-data-server-64bit
|
|||||||
Obsoletes: evolution-data-server-32bit
|
Obsoletes: evolution-data-server-32bit
|
||||||
%endif
|
%endif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
%glib2_gsettings_schema_requires
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Evolution Data Server provides a central location for your address book
|
Evolution Data Server provides a central location for your address book
|
||||||
@ -295,6 +296,12 @@ find %{buildroot} -name '*.la' -type f -delete -print
|
|||||||
%endif
|
%endif
|
||||||
%fdupes %{buildroot}
|
%fdupes %{buildroot}
|
||||||
|
|
||||||
|
%post
|
||||||
|
%glib2_gsettings_schema_post
|
||||||
|
|
||||||
|
%postun
|
||||||
|
%glib2_gsettings_schema_postun
|
||||||
|
|
||||||
%post -n libcamel-1_2-%{so_camel} -p /sbin/ldconfig
|
%post -n libcamel-1_2-%{so_camel} -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libcamel-1_2-%{so_camel} -p /sbin/ldconfig
|
%postun -n libcamel-1_2-%{so_camel} -p /sbin/ldconfig
|
||||||
@ -332,6 +339,9 @@ find %{buildroot} -name '*.la' -type f -delete -print
|
|||||||
%doc COPYING ChangeLog NEWS TODO
|
%doc COPYING ChangeLog NEWS TODO
|
||||||
# ui/ subdir is used by libedataserverui
|
# ui/ subdir is used by libedataserverui
|
||||||
%{_datadir}/evolution-data-server-%{_evo_version}/
|
%{_datadir}/evolution-data-server-%{_evo_version}/
|
||||||
|
%{_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
|
||||||
# Category icons that are used by libedataserver
|
# Category icons that are used by libedataserver
|
||||||
%{_datadir}/pixmaps/evolution-data-server/
|
%{_datadir}/pixmaps/evolution-data-server/
|
||||||
%{_datadir}/dbus-1/services/org.gnome.evolution.dataserver.*.service
|
%{_datadir}/dbus-1/services/org.gnome.evolution.dataserver.*.service
|
||||||
|
Loading…
Reference in New Issue
Block a user