Hello!
Somehow the mobsr email was sent to [email protected] and
failed to be delivered. Can someone review and accept anyway?
On FEA or bug number: the closest one in public is
https://bugs.meego.com/show_bug.cgi?id=5468 and there is also a
(currently closed) vertical Tablet feature request depending on this
submission. I did not include it in the change log because it is not a
solution for 5468.
--
Best Regards
Patrick Ohly
Senior Software Engineer
Intel GmbH
Open Source Technology Center
Pützstr. 5 Phone: +49-228-2493652
53129 Bonn
Germany
--- Begin Message ---
Delivery has failed to these recipients or distribution lists:
[email protected]<mailto:[email protected]>
An error occurred while trying to deliver this message to the recipient's
e-mail address. Microsoft Exchange will not try to redeliver this message for
you. Please try resending this message, or provide the following diagnostic
text to your system administrator.
The following organization rejected your message: [10.23.219.25].
Diagnostic information for administrators:
Generating server: orsmga002.jf.intel.com
[email protected]
[10.23.219.25] #<[10.23.219.25] #5.0.0 smtp; 5.1.0 - Unknown address error
550-'<[email protected]>: Recipient address rejected: User unknown
in virtual mailbox table' (delivery attempts: 0)> #SMTP#
Original message headers:
Message-ID: <[email protected]>
Date: Wed, 23 Mar 2011 05:53:57 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="4.63,231,1299484800";
d="scan'208";a="616772689"
Received: from unknown (HELO pohly-mobl1.ikn.intel.com) ([10.255.16.84]) by
orsmga002.jf.intel.com with ESMTP; 23 Mar 2011 05:53:57 -0700
To: <[email protected]>
From: Patrick Ohly <[email protected]>
Subject: [request 15129] Changes to Trunk:Testing/buteo-sync-plugins-google
MIME-Version: 1.0
Content-Type: text/plain
Reporting-MTA: dns; orsmga002.jf.intel.com
Final-recipient: RFC822; [email protected]
Action: failed
Status: 5.0.0
Remote-MTA: dns; [10.23.219.25]
X-Supplementary-Info: <[10.23.219.25] #5.0.0 smtp; 5.1.0 - Unknown address
error 550-'<[email protected]>: Recipient address rejected:
User unknown in virtual mailbox table' (delivery attempts: 0)>
--- Begin Message ---
Hi,
I have made the following changes to buteo-sync-plugins-google. Please review
and accept ASAP.
(osc-mobsr version: 2010.03.26)
Thank You,
Patrick Ohly
[This message was auto-generated]
---
Request #15129:
submit: home:pohly:branches:Trunk/buteo-sync-plugins-google(r2) ->
Trunk:Testing/buteo-sync-plugins-google
Message:
None
State: new 2011-03-23T05:53:51 pohly
Comment: None
This is a NEW package in Trunk:Testing project.
The files in the new package:
buteo-sync-plugins-google/
|__ buteo-sync-plugins-0.5.6.57-add-photo-support.patch
|__ buteo-sync-plugins-0.5.6.57-update-specific-details.patch
|__ buteo-sync-plugins-0.5.6.60-adjust-google-profile.patch
|__ buteo-sync-plugins-0.5.6.64.tar.gz
|__ buteo-sync-plugins.changes
|__ buteo-sync-plugins.spec
The content of the spec file, buteo-sync-plugins.spec:
===================================================================
Name: buteo-sync-plugin-google
Version: 0.5.6.64
Release: 1
Summary: Synchronization plugin for Google Contacts
Group: System/Libraries
URL:
http://meego.gitorious.com/~pohly/meego-middleware/pohlys-buteo-sync-plugins
License: LGPLv2.1
Source0: buteo-sync-plugins-%{version}.tar.gz
Patch0: buteo-sync-plugins-0.5.6.57-update-specific-details.patch
Patch1: buteo-sync-plugins-0.5.6.57-add-photo-support.patch
Patch2: buteo-sync-plugins-0.5.6.60-adjust-google-profile.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(QtCore)
BuildRequires: pkgconfig(QtNetwork)
BuildRequires: pkgconfig(qttracker)
BuildRequires: pkgconfig(QtContacts)
BuildRequires: pkgconfig(openobex)
BuildRequires: pkgconfig(accounts-qt)
BuildRequires: pkgconfig(meegotouch)
BuildRequires: pkgconfig(meegosyncml)
BuildRequires: pkgconfig(synccommon)
BuildRequires: doxygen
%description
%{summary}.
%files
%defattr(-,root,root,-)
%config %{_sysconfdir}/sync/profiles/*/*.xml
%{_libdir}/sync/*.so
%prep
%setup -q -n buteo-sync-plugins-%{version}
# buteo-sync-plugins-0.5.6.57-update-specific-details.patch
%patch0 -p1
# buteo-sync-plugins-0.5.6.57-add-photo-support.patch
%patch1 -p1
# buteo-sync-plugins-0.5.6.60-adjust-google-profile.patch
%patch2 -p1
%build
qmake
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
make INSTALL_ROOT=%{buildroot} install
# patch XML configs, rename the patched hcontacts.so
sed -e 's/"hcontacts"/"hcontacts-google"/' \
%{buildroot}/%{_sysconfdir}/sync/profiles/storage/hcontacts.xml
>%{buildroot}/%{_sysconfdir}/sync/profiles/storage/hcontacts-google.xml
sed -e 's/"hcontacts"/"hcontacts-google"/' -e
's/"google.com"/"google-contacts"/' \
%{buildroot}/%{_sysconfdir}/sync/profiles/sync/google.com.xml
>%{buildroot}/%{_sysconfdir}/sync/profiles/sync/google-contacts.xml
sed -e 's/"hcontacts"/"hcontacts-google"/' -e
's/"google.com"/"google-contacts"/' \
%{buildroot}/%{_sysconfdir}/sync/profiles/service/google.com.xml
>%{buildroot}/%{_sysconfdir}/sync/profiles/service/google-contacts.xml
mv %{buildroot}/%{_libdir}/sync/libhcontacts-storage.so
%{buildroot}/%{_libdir}/sync/libhcontacts-google-storage.so
# delete everything that conflicts with buteo-sync-plugins,
# only keep the modified files
find %{buildroot} -type f | grep -v -w -e google-contacts.xml -e
libhcontacts-google-storage.so -e hcontacts-google.xml | xargs rm
# somehow these escaped deletion and rpm complains - symlinks perhaps?!
rm -f %{buildroot}/%{_libdir}/libsyncmlcommon.so*
%clean
rm -rf %{buildroot}
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
===================================================================
--- End Message ---
--- End Message ---
_______________________________________________
MeeGo-packaging mailing list
[email protected]
http://lists.meego.com/listinfo/meego-packaging