Hello community,

here is the log from the commit of package evolution-groupwise for 
openSUSE:Factory
checked in at Fri Sep 9 12:01:29 CEST 2011.



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

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ 
/mounts/work_src_done/STABLE/evolution-groupwise/evolution-groupwise.changes    
    2011-09-04 18:31:38.000000000 +0200
@@ -0,0 +1,53 @@
+-------------------------------------------------------------------
+Sun Sep  4 16:30:26 UTC 2011 - [email protected]
+
+- Update to version 3.1.91:
+  + Build system change.
+
+-------------------------------------------------------------------
+Thu Sep  1 15:13:03 UTC 2011 - [email protected]
+
+- Update to version 3.1.90:
+  + Add CamelGroupwiseSettings.
+  + Adapt to new CamelSubscribable interface.
+  + Adapt to Evolution API changes.
+  + bgo#656618: Invalid reads while editing an account setting.
+
+-------------------------------------------------------------------
+Mon Aug 15 10:00:52 CEST 2011 - [email protected]
+
+- Update to version 3.1.5:
+  + Changed the license from GPLv3 to LGPLv2.1, like eds.
+  + Whitespace cleanups.
+  + Do not leak GnomeCalendar by missing g_object_unref()
+
+-------------------------------------------------------------------
+Sun Jul 24 12:18:54 CEST 2011 - [email protected]
+
+- Update to version 3.1.4:
+  + Adapt to Camel API changes.
+  + Fix generation of .pc file.
+
+-------------------------------------------------------------------
+Mon Jul  4 13:19:00 CEST 2011 - [email protected]
+
+- Update to version 3.1.3:
+  + Fix a leak.
+  + bgo#651254: Changed the license from GPLv3 to LGPLv2.1.
+- Update License tag from "LGPLv2.0 ; LGPLv3" to LGPLv2.1, as
+  changed upstream.
+
+-------------------------------------------------------------------
+Mon Jun 20 12:02:01 CEST 2011 - [email protected]
+
+- Update to version 3.1.2:
+  + Adapt to API changes in evolution / evolution-data-server
+  + Place .ui files in correct directory
+  + Bugs fixed: bgo#599745, bgo#628684. bgo#650031.
+
+-------------------------------------------------------------------
+Sat May 21 23:55:44 UTC 2011 - [email protected]
+
+- Initial package after split from evolution/evolution-data-server
+  (version 3.1.1).
+

calling whatdependson for head-i586


New:
----
  evolution-groupwise-3.1.91.tar.bz2
  evolution-groupwise.changes
  evolution-groupwise.spec

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

Other differences:
------------------
++++++ evolution-groupwise.spec ++++++
#
# spec file for package evolution-groupwise
#
# Copyright (c) 2011 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/
#


%define libegroupwise 13

Name:           evolution-groupwise
# This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
%define evolution_base_version 3.2
Version:        3.1.91
Release:        1
License:        LGPLv2.1
Summary:        GroupWise Connector for Evolution
Url:            http://projects.gnome.org/evolution/
Group:          Productivity/Networking/Email/Clients
Source:         
http://download.gnome.org/sources/evolution-groupwise/3.1/%{name}-%{version}.tar.bz2
BuildRequires:  intltool
BuildRequires:  libdb-4_8-devel
BuildRequires:  pkgconfig(evolution-data-server-1.2)
BuildRequires:  pkgconfig(evolution-plugin-3.0)
BuildRequires:  pkgconfig(gconf-2.0)
BuildRequires:  pkgconfig(gio-2.0)
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  pkgconfig(libsoup-2.4)
BuildRequires:  pkgconfig(libxml-2.0)
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
The GroupWise Connector for Evolution provides a GroupWise backend for
evolution-data-server, as well as plugins for Evolution to access
GroupWise features.

%package  -n libegroupwise-1_2-%{libegroupwise}

Summary:        Client Library for Accessing a GroupWise POA
Group:          System/Libraries

%description -n libegroupwise-1_2-%{libegroupwise}
This library is a client library for accessing a GroupWise Post
Office Agent through the SOAP interface.

%package devel

Summary:        Client Library for Accessing a GroupWise POA -- Development 
Files
Group:          Development/Libraries/C and C++
Requires:       libegroupwise-1_2-%{libegroupwise} = %{version}

%description devel
This library is a client library for accessing a GroupWise Post
Office Agent through the SOAP interface.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
%make_install
find %{buildroot}%{_libdir} -name '*.la' -delete -print

%clean
%{?buildroot:%__rm -rf %{buildroot}}

%post -n libegroupwise-1_2-%{libegroupwise} -p /sbin/ldconfig

%postun -n libegroupwise-1_2-%{libegroupwise} -p /sbin/ldconfig

%files
%defattr(-,root,root)
%doc COPYING
%{_datadir}/evolution/%{evolution_base_version}/errors/*.error
%{_datadir}/evolution/%{evolution_base_version}/ui/
%{_libdir}/evolution-data-server/addressbook-backends/libebookbackendgroupwise.so
%{_libdir}/evolution-data-server/calendar-backends/libecalbackendgroupwise.so
%{_libdir}/evolution-data-server/camel-providers/libcamelgroupwise.so
%{_libdir}/evolution-data-server/camel-providers/libcamelgroupwise.urls
%{_libdir}/evolution/%{evolution_base_version}/plugins/liborg-gnome-groupwise-features.so
%{_libdir}/evolution/%{evolution_base_version}/plugins/org-gnome-compose-send-options.xml
%{_libdir}/evolution/%{evolution_base_version}/plugins/org-gnome-groupwise-features.eplug

%files -n libegroupwise-1_2-%{libegroupwise}
%defattr(-, root, root)
%{_libdir}/libegroupwise-1.2.so.%{libegroupwise}*

%files devel
%defattr(-, root, root)
%{_libdir}/pkgconfig/libegroupwise-%{evolution_base_version}.pc
%{_libdir}/libegroupwise-1.2.so
%dir %{_includedir}/evolution-data-server-%{evolution_base_version}
%{_includedir}/evolution-data-server-%{evolution_base_version}/groupwise/

%changelog

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



Remember to have fun...

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

Reply via email to