Hello community,

here is the log from the commit of package gsignond-plugin-oauth for 
openSUSE:Factory checked in at 2016-10-13 11:28:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gsignond-plugin-oauth (Old)
 and      /work/SRC/openSUSE:Factory/.gsignond-plugin-oauth.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gsignond-plugin-oauth"

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

--- /dev/null   2016-09-15 12:42:18.240042505 +0200
+++ 
/work/SRC/openSUSE:Factory/.gsignond-plugin-oauth.new/gsignond-plugin-oauth.changes
 2016-10-13 11:28:18.000000000 +0200
@@ -0,0 +1,11 @@
+-------------------------------------------------------------------
+Mon Sep 19 09:12:54 UTC 2016 - sor.ale...@meowr.ru
+
+- Avoid using _service.
+- Change version to released 1.0.1.
+
+-------------------------------------------------------------------
+Thu Aug  4 07:27:14 UTC 2016 - avvi...@yandex.by
+
+- Initial package 
+

New:
----
  gsignond-plugin-oa-1.0.1.tar.gz
  gsignond-plugin-oauth-1.0.1_build.patch
  gsignond-plugin-oauth.changes
  gsignond-plugin-oauth.spec

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

Other differences:
------------------
++++++ gsignond-plugin-oauth.spec ++++++
#
# spec file for package gsignond-plugin-oauth
#
# Copyright (c) 2016 SUSE LINUX 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/
#


Name:           gsignond-plugin-oauth
Version:        1.0.1
Release:        0
Summary:        OAuth plugin for gSSO
License:        LGPL-2.1+
Group:          Productivity/Networking/Other
Url:            https://01.org/gsso
Source:         gsignond-plugin-oa-%{version}.tar.gz
# PATCH-FIX-OPENSUSE gsignond-plugin-oauth-1.0.1_build.patch avvi...@yandex.by 
-- Causes unnecessary build failures.
Patch0:         gsignond-plugin-oauth-1.0.1_build.patch
BuildRequires:  autoconf
BuildRequires:  automake
BuildRequires:  gtk-doc
BuildRequires:  libtool
BuildRequires:  pkgconfig
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gnutls)
BuildRequires:  pkgconfig(gsignond)
BuildRequires:  pkgconfig(json-glib-1.0)
BuildRequires:  pkgconfig(libsoup-2.4)
BuildRequires:  pkgconfig(sqlite3)

%description
OAuth plugin for GLib based Single Sign-On.

%prep
%setup -q -n gsignond-plugin-oa-%{version}
%patch0 -p1
sed -i '/configure/d' autogen.sh

%build
./autogen.sh
%configure
make %{?_smp_mflags}

%install
%make_install

find %{buildroot} -type f -name "*.la" -delete -print

%files
%defattr(-,root,root)
%doc COPYING*
%dir %{_libdir}/gsignond/
%dir %{_libdir}/gsignond/gplugins/
%{_libdir}/gsignond/gplugins/liboauth.so

%changelog
++++++ gsignond-plugin-oauth-1.0.1_build.patch ++++++
diff -U 3 -dHrN gsignond-plugin-oauth-1.0.1.orig/configure.ac 
gsignond-plugin-oauth-1.0.1/configure.ac
--- gsignond-plugin-oauth-1.0.1.orig/configure.ac       2016-06-13 
17:04:19.000000000 +0300
+++ gsignond-plugin-oauth-1.0.1/configure.ac    2016-09-13 07:39:40.983154477 
+0300
@@ -62,7 +62,7 @@
 AC_SUBST(PLUGINSDIR)
 AC_SUBST(EXTENSIONSDIR)
 
-GSIGNON_CFLAGS="$GSIGNON_CFLAGS -Wall -Werror"
+GSIGNON_CFLAGS="$GSIGNON_CFLAGS -Wall"
 
 AC_OUTPUT([
 Makefile
diff -U 3 -dHrN gsignond-plugin-oauth-1.0.1.orig/Makefile.am 
gsignond-plugin-oauth-1.0.1/Makefile.am
--- gsignond-plugin-oauth-1.0.1.orig/Makefile.am        2016-06-13 
17:04:19.000000000 +0300
+++ gsignond-plugin-oauth-1.0.1/Makefile.am     2016-09-13 07:39:33.523154177 
+0300
@@ -3,12 +3,12 @@
     --enable-distcheck
 ACLOCAL_AMFLAGS = -I m4
 
-SUBDIRS = src examples docs test
+SUBDIRS = src docs 
 
 EXTRA_DIST = dists
 
 valgrind:
-       cd test; make valgrind
+       cd; make valgrind
 
 dist-hook:
        @echo

Reply via email to