Hello community, here is the log from the commit of package libaccounts-glib for openSUSE:Factory checked in at 2015-12-20 10:51:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libaccounts-glib (Old) and /work/SRC/openSUSE:Factory/.libaccounts-glib.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libaccounts-glib" Changes: -------- --- /work/SRC/openSUSE:Factory/libaccounts-glib/libaccounts-glib.changes 2015-10-25 15:10:41.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libaccounts-glib.new/libaccounts-glib.changes 2015-12-20 10:51:27.000000000 +0100 @@ -1,0 +2,6 @@ +Fri Dec 18 15:36:23 UTC 2015 - [email protected] + +- Add libaccounts-glib-ignore-deprecated-declarations.patch: fix + build with latest glib2. + +------------------------------------------------------------------- New: ---- libaccounts-glib-ignore-deprecated-declarations.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libaccounts-glib.spec ++++++ --- /var/tmp/diff_new_pack.LxmhYd/_old 2015-12-20 10:51:28.000000000 +0100 +++ /var/tmp/diff_new_pack.LxmhYd/_new 2015-12-20 10:51:28.000000000 +0100 @@ -28,6 +28,8 @@ Url: https://gitlab.com/accounts-sso/libaccounts-glib Source: https://gitlab.com/accounts-sso/%{name}/repository/archive.tar.gz?ref=%{version}#/%{name}-%{version}.tar.gz Source1: baselibs.conf +# PATCH-FIX-UPSTREAM libaccounts-glib-ignore-deprecated-declarations.patch [email protected] -- fix build with latest glib2 +Patch0: libaccounts-glib-ignore-deprecated-declarations.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: gtk-doc @@ -108,6 +110,7 @@ %prep %setup -q -n %{name}-%{_version} +%patch0 -p1 %build gtkdocize --copy --flavour no-tmpl ++++++ libaccounts-glib-ignore-deprecated-declarations.patch ++++++ diff --git a/libaccounts-glib/Makefile.am b/libaccounts-glib/Makefile.am index 499a3f9..5a185b2 100644 --- a/libaccounts-glib/Makefile.am +++ b/libaccounts-glib/Makefile.am @@ -9,7 +9,7 @@ libaccounts_glib_la_CPPFLAGS = \ libaccounts_glib_la_CFLAGS = \ $(LIBACCOUNTS_CFLAGS) \ $(COVERAGE_CFLAGS) \ - -Wall -Werror + -Wall -Werror -Wno-error=deprecated-declarations libaccounts_glib_la_LIBADD = \ $(LIBACCOUNTS_LIBS) libaccounts_glib_la_LDFLAGS = \
