Accepting request 99000 from GNOME:Factory
Pushing G:F OBS-URL: https://build.opensuse.org/request/show/99000 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution-ews?expand=0&rev=3
This commit is contained in:
commit
d2878743dc
@ -1,15 +0,0 @@
|
|||||||
diff --git a/configure.ac b/configure.ac
|
|
||||||
index 5329c41..19e5f90 100644
|
|
||||||
--- a/configure.ac
|
|
||||||
+++ b/configure.ac
|
|
||||||
@@ -4,8 +4,8 @@ AM_INIT_AUTOMAKE([gnu 1.9])
|
|
||||||
AC_CONFIG_SRCDIR(README)
|
|
||||||
AC_CONFIG_HEADERS(config.h)
|
|
||||||
|
|
||||||
-BASE_VERSION=3.0
|
|
||||||
-m4_define([base_version], [3.0])
|
|
||||||
+BASE_VERSION=3.2
|
|
||||||
+m4_define([base_version], [3.2])
|
|
||||||
AC_SUBST(BASE_VERSION)
|
|
||||||
|
|
||||||
dnl ****************************
|
|
@ -1,13 +0,0 @@
|
|||||||
diff --git a/configure.ac b/configure.ac
|
|
||||||
index a219022..e66845f 100644
|
|
||||||
--- a/configure.ac
|
|
||||||
+++ b/configure.ac
|
|
||||||
@@ -90,7 +90,7 @@ AS_COMPILER_FLAGS(WARNING_FLAGS,
|
|
||||||
-Werror-implicit-function-declaration
|
|
||||||
-Wformat-nonliteral -Wformat-security -Winit-self
|
|
||||||
-Wmissing-declarations -Wmissing-include-dirs
|
|
||||||
- -Wmissing-noreturn -Wnested-externs -Wpointer-arith
|
|
||||||
+ -Wmissing-noreturn -Wpointer-arith
|
|
||||||
-Wundef -Wwrite-strings -Werror")
|
|
||||||
AC_SUBST(WARNING_FLAGS)
|
|
||||||
|
|
3
evolution-ews-3.3.3.tar.xz
Normal file
3
evolution-ews-3.3.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:23ce40fbf6bc3df890177bde28003778cc3c7ec76253ae24b774289bd718c38c
|
||||||
|
size 404368
|
@ -1,3 +1,44 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 20 13:41:56 UTC 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.3.3:
|
||||||
|
+ Fix address-book to display contents without error.
|
||||||
|
+ Implement GetFolder request.
|
||||||
|
+ Remove all *_DISABLE_DEPRECATED_FLAGS.
|
||||||
|
+ Remove GSEAL_ENABLE macro.
|
||||||
|
+ Bugs fixed:
|
||||||
|
- bgo#656376: Support for delegation
|
||||||
|
- bgo#664637: Deleted messages appear in Inbox
|
||||||
|
- bgo#648877, bgo#654940, bgo#659679, bgo#661537, bgo#663379,
|
||||||
|
bgo#664116, bgo#664572, bgo#665065.
|
||||||
|
+ Updated translations.
|
||||||
|
- Add xz BuildRequires because we can't build a package for a
|
||||||
|
xz-compressed tarball without explicitly specifying that... See
|
||||||
|
bnc#697467 for more details.
|
||||||
|
- Drop change-compiler-flag-dimstar.patch: fixed upstream. Also
|
||||||
|
remove gnome-common BuildRequires and call to gnome-autogen.sh
|
||||||
|
that were needed for the patch.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 21 08:41:16 UTC 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.3.2:
|
||||||
|
+ Remove g_thread_init() calls.
|
||||||
|
+ Do not use deprecated g_atexit.
|
||||||
|
+ Bugs fixed: bgo#657320, bgo#661528, bgo#661972, bgo#662598.
|
||||||
|
+ Updated translations.
|
||||||
|
- Changes from version 3.3.1.1:
|
||||||
|
+ Work around libgthread shenanigans in GLib 2.31.
|
||||||
|
- Changes from version 3.3.1:
|
||||||
|
+ Adapt to various API changes.
|
||||||
|
+ Prefill Host URL when creating new account
|
||||||
|
+ Use SHA256 of EWS ItemId for cache filename, not the ItemId
|
||||||
|
itself.
|
||||||
|
+ Updated translations.
|
||||||
|
- Enhance change-compiler-flag-dimstar.patch: Remove usage of
|
||||||
|
G_DISABLE_DEPRECATED from the build.
|
||||||
|
- Drop base-version-changed.patch: fixed upstream.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 14 12:44:28 UTC 2011 - vuntz@opensuse.org
|
Fri Oct 14 12:44:28 UTC 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package
|
# spec file for package evolution-ews
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,24 +17,19 @@
|
|||||||
|
|
||||||
Name: evolution-ews
|
Name: evolution-ews
|
||||||
# This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in.
|
# This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in.
|
||||||
%define evolution_base_version 3.2
|
%define evolution_base_version 3.4
|
||||||
# This is a git checkout for now
|
Version: 3.3.3
|
||||||
Version: 0.31.0
|
Release: 0
|
||||||
Release: 1
|
|
||||||
License: LGPLv2.1
|
|
||||||
Summary: Exchange Connector for Evolution, compatible with Exchange 2007 and later
|
Summary: Exchange Connector for Evolution, compatible with Exchange 2007 and later
|
||||||
Url: http://projects.gnome.org/evolution/
|
License: LGPL-2.1
|
||||||
Group: Productivity/Networking/Email/Clients
|
Group: Productivity/Networking/Email/Clients
|
||||||
Source: %{name}.tar.bz2
|
Url: http://projects.gnome.org/evolution/
|
||||||
# PATCH-FIX-UPSTREAM base-version-changed.patch -- Build against evo 3.2
|
Source: http://download.gnome.org/sources/evolution-ews/3.3/%{name}-%{version}.tar.xz
|
||||||
Patch0: base-version-changed.patch
|
|
||||||
# PATCH-FIX-OPENSUSE change-compiler-flag-dimstar.patch -- Temporary hack to fix build
|
|
||||||
Patch1: change-compiler-flag-dimstar.patch
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gnome-common
|
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
BuildRequires: pkgconfig(camel-provider-1.2)
|
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
|
||||||
|
BuildRequires: xz
|
||||||
BuildRequires: pkgconfig(evolution-data-server-1.2)
|
BuildRequires: pkgconfig(evolution-data-server-1.2)
|
||||||
BuildRequires: pkgconfig(evolution-plugin-3.0)
|
BuildRequires: pkgconfig(evolution-plugin-3.0)
|
||||||
BuildRequires: pkgconfig(evolution-shell-3.0)
|
BuildRequires: pkgconfig(evolution-shell-3.0)
|
||||||
@ -98,13 +93,10 @@ later).
|
|||||||
|
|
||||||
%lang_package
|
%lang_package
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}
|
%setup -q
|
||||||
translation-update-upstream
|
translation-update-upstream
|
||||||
%patch0 -p1
|
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
|
||||||
%{configure} \
|
%{configure} \
|
||||||
--disable-static
|
--disable-static
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
@ -139,11 +131,13 @@ find %{buildroot}%{_libdir} -name '*.la' -delete -print
|
|||||||
|
|
||||||
%files -n libeews-1_2-0
|
%files -n libeews-1_2-0
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_libdir}/libeews-1.2.so.*
|
%dir %{_libdir}/evolution-data-server-%{evolution_base_version}
|
||||||
|
%{_libdir}/evolution-data-server-%{evolution_base_version}/libeews-1.2.so.*
|
||||||
|
|
||||||
%files -n libewsutils0
|
%files -n libewsutils0
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_libdir}/libewsutils.so.*
|
%dir %{_libdir}/evolution-data-server-%{evolution_base_version}
|
||||||
|
%{_libdir}/evolution-data-server-%{evolution_base_version}/libewsutils.so.*
|
||||||
|
|
||||||
%files -n liblzx0
|
%files -n liblzx0
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
@ -152,8 +146,9 @@ find %{buildroot}%{_libdir} -name '*.la' -delete -print
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_libdir}/pkgconfig/libeews-1.2.pc
|
%{_libdir}/pkgconfig/libeews-1.2.pc
|
||||||
%{_libdir}/libeews-1.2.so
|
%dir %{_libdir}/evolution-data-server-%{evolution_base_version}
|
||||||
%{_libdir}/libewsutils.so
|
%{_libdir}/evolution-data-server-%{evolution_base_version}/libeews-1.2.so
|
||||||
|
%{_libdir}/evolution-data-server-%{evolution_base_version}/libewsutils.so
|
||||||
%{_libdir}/liblzx.so
|
%{_libdir}/liblzx.so
|
||||||
%dir %{_includedir}/evolution-data-server-%{evolution_base_version}
|
%dir %{_includedir}/evolution-data-server-%{evolution_base_version}
|
||||||
%{_includedir}/evolution-data-server-%{evolution_base_version}/ews/
|
%{_includedir}/evolution-data-server-%{evolution_base_version}/ews/
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d2e1e60ab4e5d299c54548bd2c975ccf772c94c3421a18622dada12e4cc2b4ef
|
|
||||||
size 178569
|
|
Loading…
Reference in New Issue
Block a user