Browse Source

evolution-data-server-3.20.4-2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11375 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 6 years ago
parent
commit
1eb52cac7c
1 changed files with 5 additions and 1 deletions
  1. 5 1
      e/evolution-data-server/evolution-data-server-vl.spec

+ 5 - 1
e/evolution-data-server/evolution-data-server-vl.spec

@@ -31,7 +31,7 @@ Summary: Backend data server for evolution
 Summary(ja): Evolution バックエンドデータサーバ
 Name: evolution-data-server
 Version: 3.20.4
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: LGPL
 Group: System Environment/Libraries
 URL: http://www.gnome.org/projects/evolution/
@@ -214,6 +214,7 @@ autoreconf -if
 # See Ross Burton's blog entry for why we want --with-libdb.
 # http://www.burtonini.com/blog//computers/eds-libdb-2006-07-18-10-40
 
+CXXFLAGS="%{optflags} -fpermissive --std=c++11" \
 %configure \
 	--with-libdb=/usr \
 	--disable-uoa \
@@ -352,6 +353,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 
 %changelog
+* Mon Jan 08 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.20.4-2
+- rebuilt with libicu-60.2.
+
 * Sun Jul 17 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.20.4-1
 - new upstream release
 - add BuildRequires: WebKit3-gtk-devel, json-glib-devel