Hello community,

here is the log from the commit of package gnome-gmail for openSUSE:Factory
checked in at Wed Sep 28 14:18:08 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/gnome-gmail/gnome-gmail.changes        
2011-09-05 11:30:43.000000000 +0200
@@ -0,0 +1,58 @@
+-------------------------------------------------------------------
+Mon Sep  5 09:17:23 UTC 2011 - [email protected]
+
+- Update to version 1.8.1:
+  + GNOME 3 compatibility (lp#729357)
+  + Fix setting gnome-gmail as default mailer, using dconf
+  + Messages with attachments open directly, instead of the Drafts
+    folder
+  + Fixed "Send Document as Email" in LibreOffice (lp#774055)
+  + Unity message indicator (lp#773765)
+  + Translation improvements (lp#783005)
+- Drop gnome-gmail-scheme-handler.patch: fixed upstream.
+
+-------------------------------------------------------------------
+Tue Jul  5 10:39:55 CEST 2011 - [email protected]
+
+- Do not package a GNOME 2 file if we target a GTK+ 3 build:
+  %{_datadir}/gnome-control-center/default-apps/gnome-gmail.xml
+  will not be used by the control center in GNOME 3.
+
+-------------------------------------------------------------------
+Fri Jun 17 08:11:58 CEST 2011 - [email protected]
+
+- Update to version 1.7.2:
+  + Fix build.
+- Changes from version 1.7.1:
+  + Manage the Preferred Mail setting from inside the application
+  + Configure LibreOffice and newer OpenOffice installs to use
+    GNOME email
+  + Refer to attached files by name instead of path
+  + Minor bug fixes.
+  + Updated translations.
+- Add gnome-gmail-scheme-handler.patch: this makes gnome-gmail
+  GNOME 3 compliant by declaring the x-scheme-handler MimeType in
+  its .desktop file.
+- Stop replacing categories in the .desktop file: they are fine
+  now.
+- Add missing Requires: gconf-editor, python-gnomekeyring (or
+  gnome-python-desktop on 11.3 and earlier), python-gconf (or
+  python-gnome on 11.3 and earlier), python-gtk, python-xml.
+- Drop python-gobject2 Requires: it's not needed.
+
+-------------------------------------------------------------------
+Sat Feb 12 18:21:23 CET 2011 - [email protected]
+
+- Call relevant macros in %post/%postun:
+  + %desktop_database_post/postun because the package ships at
+    least one desktop file.
+  + %icon_theme_cache_post/postun because the package ships themed
+    icons.
+- Pass %{?no_lang_C} to %find_lang so that english documentation
+  can be packaged with the program, and not in the lang subpackage.
+
+-------------------------------------------------------------------
+Mon Dec 20 08:28:09 UTC 2010 - [email protected]
+
+- Spec file cleanup
+

calling whatdependson for head-i586


New:
----
  gnome-gmail-1.8.1.tar.gz
  gnome-gmail.changes
  gnome-gmail.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnome-gmail.spec ++++++
#
# spec file for package gnome-gmail
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           gnome-gmail
Version:        1.8.1
Release:        1
License:        GPLv2+
Summary:        Gmail as a gnome mail handler
Url:            http://sourceforge.net/projects/%{name}
Group:          Productivity/Networking/Email/Clients
Source:         
http://downloads.sourceforge.net/project/gnome-gmail/Version_1.8.1/%{name}-%{version}.tar.gz
# For directory ownerships
BuildRequires:  gnome-control-center
BuildRequires:  intltool
BuildRequires:  update-desktop-files
BuildRequires:  pkgconfig(gconf-2.0)
Recommends:     %{name}-lang
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch
# gconf-editor is launched for configuration
Requires:       gconf-editor
Requires:       gnome-control-center
%if 0%{?suse_version} <= 1130
Requires:       gnome-python-desktop
%else
Requires:       python-gnomekeyring
%endif
%if 0%{?suse_version} <= 1130
Requires:       python-gnome
%else
Requires:       python-gconf
%endif
Requires:       python-gtk
Requires:       python-xml
%gconf_schemas_requires

%description
This package makes Gmail a choice in the Gnome control panel for the default
mail handler. It opens in the default web browser.

%lang_package
%prep
%setup -q

%build
%configure
%__make %{?_smp-mflags}

%install
%makeinstall
%suse_update_desktop_file %{name}
%suse_update_desktop_file 
%{buildroot}%{_datadir}/gnome/autostart/setOOmailer.desktop
%if !(0%{?favor_gtk2})
rm %{buildroot}%{_datadir}/gnome-control-center/default-apps/gnome-gmail.xml
%endif
%find_gconf_schemas
%find_lang %{name} %{?no_lang_C}

%clean
rm -Rf %{buildroot}

%pre -f %{name}.schemas_pre

%posttrans -f %{name}.schemas_posttrans

%preun -f %{name}.schemas_preun

%if 0%{?suse_version} > 1130
%post
%desktop_database_post
%icon_theme_cache_post
%endif

%if 0%{?suse_version} > 1130
%postun
%desktop_database_postun
%icon_theme_cache_postun
%endif

%files -f %{name}.schemas_list
%defattr(-,root,root)
%doc README COPYING
%{_bindir}/gnome-gmail
%{_bindir}/setOOmailer
%if 0%{?favor_gtk2}
%{_datadir}/gnome-control-center/default-apps/gnome-gmail.xml
%endif
%{_datadir}/gnome-gmail/
%{_datadir}/icons/hicolor/*/apps/gnome-gmail.png
%{_datadir}/applications/gnome-gmail.desktop
%{_datadir}/gnome/autostart/setOOmailer.desktop
%{_mandir}/man1/gnome-gmail.1%{?ext_man}
%{_mandir}/man1/setOOmailer.1%{?ext_man}
%dir %{_datadir}/gnome
%dir %{_datadir}/gnome/autostart

%files lang -f %{name}.lang

%changelog

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to