commit libgsignon-glib for openSUSE:Factory

2017-10-30 Thread root
Hello community,

here is the log from the commit of package libgsignon-glib for openSUSE:Factory 
checked in at 2017-10-30 21:19:02

Comparing /work/SRC/openSUSE:Factory/libgsignon-glib (Old)
 and  /work/SRC/openSUSE:Factory/.libgsignon-glib.new (New)


Package is "libgsignon-glib"

Mon Oct 30 21:19:02 2017 rev:2 rq:537446 version:2.4.1

Changes:

--- /work/SRC/openSUSE:Factory/libgsignon-glib/libgsignon-glib.changes  
2016-09-30 15:31:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgsignon-glib.new/libgsignon-glib.changes 
2017-10-30 21:19:12.137632007 +0100
@@ -1,0 +2,5 @@
+Sun Oct 29 18:10:37 UTC 2017 - avvi...@yandex.by
+
+- Use make instead of gmake
+
+---



Other differences:
--
++ libgsignon-glib.spec ++
--- /var/tmp/diff_new_pack.2Na4H7/_old  2017-10-30 21:19:13.181594051 +0100
+++ /var/tmp/diff_new_pack.2Na4H7/_new  2017-10-30 21:19:13.189593760 +0100
@@ -116,6 +116,9 @@
 %setup -q -n %{name}-%{_version}-%{_version}
 %patch0 -p1
 
+# use make instead of gmake
+sed -i '/AX_CHECK_GNU_MAKE/d' $(grep -rl AX_CHECK_GNU_MAKE)
+
 %build
 NOCONFIGURE=1 ./autogen.sh
 %global _configure ../configure




commit libgsignon-glib for openSUSE:Factory

2016-09-30 Thread h_root
Hello community,

here is the log from the commit of package libgsignon-glib for openSUSE:Factory 
checked in at 2016-09-30 15:31:52

Comparing /work/SRC/openSUSE:Factory/libgsignon-glib (Old)
 and  /work/SRC/openSUSE:Factory/.libgsignon-glib.new (New)


Package is "libgsignon-glib"

Changes:

New Changes file:

--- /dev/null   2016-09-15 12:42:18.240042505 +0200
+++ /work/SRC/openSUSE:Factory/.libgsignon-glib.new/libgsignon-glib.changes 
2016-09-30 15:31:53.0 +0200
@@ -0,0 +1,28 @@
+---
+Sun Sep 18 15:05:54 UTC 2016 - avvi...@yandex.by
+
+- Use _typelibdir and _girdir macros
+- Use gsignond instead of signond
+- Use the session bus instead of p2p
+
+---
+Thu Feb 11 16:26:54 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to 2.4.1:
+  * Add Vala support.
+  * Fix GObject introspection.
+  * Replace GSimpleAsyncResult with GTask.
+- Add libgsignon-glib-disable-werror.patch: disable -Werror.
+
+---
+Mon Oct 19 17:54:06 UTC 2015 - sor.ale...@meowr.ru
+
+- Use signond daemon.
+- Spec redesign.
+- Fix licence.
+- Add baselibs.conf.
+
+---
+Wed Sep  2 13:55:35 UTC 2015 - and.novem...@opensuse.org
+
+- initial package for openSUSE

New:

  baselibs.conf
  libgsignon-glib-2.4.1.tar.gz
  libgsignon-glib-disable-werror.patch
  libgsignon-glib.changes
  libgsignon-glib.spec



Other differences:
--
++ libgsignon-glib.spec ++
#
# spec file for package libgsignon-glib
#
# 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/
#


%define dbus_type session
%define typelib typelib-1_0-gSignon-1_0
%define sover   1
%define _typelibdir %(pkg-config --variable=typelibdir 
gobject-introspection-1.0)
%define _girdir %(pkg-config --variable=girdir gobject-introspection-1.0)
%define _version a10da2694106fe6de4587278e09dc85e72b33ae2
Name:   libgsignon-glib
Version:2.4.1
Release:0
Summary:Single signon authentication library for GLib applications
License:LGPL-2.1
Group:  System/Libraries
Url:https://gitlab.com/accounts-sso/libgsignon-glib
Source: 
https://gitlab.com/accounts-sso/%{name}/repository/archive.tar.gz?ref=%{_version}#/%{name}-%{version}.tar.gz
Source1:baselibs.conf
# PATCH-FIX-OPENSUSE libgsignon-glib-gtk2-disable-werror.patch 
sor.ale...@meowr.ru -- Disable -Werror.
Patch0: %{name}-disable-werror.patch
BuildRequires:  autoconf
BuildRequires:  automake
BuildRequires:  fdupes
BuildRequires:  gtk-doc
BuildRequires:  libtool
BuildRequires:  pkgconfig
BuildRequires:  pkgconfig(check)
BuildRequires:  pkgconfig(gio-2.0)
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gobject-2.0)
BuildRequires:  pkgconfig(gobject-introspection-1.0)
BuildRequires:  pkgconfig(pygobject-3.0)
BuildRequires:  pkgconfig(python2)
BuildRequires:  pkgconfig(python3)
Requires:   dbus-1
Requires:   gsignond
Recommends: gsignond-plugin-oauth
Recommends: gsignond-plugin-sasl
%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200 || (0%{?sle_version} 
>= 120100 && 0%{?is_opensuse})
BuildRequires:  vala >= 0.28.0
%endif

%description
This project is a library for managing single signon credentilas
which can be used from GLib applications. It is effectively a GLib
binding for the D-Bus API provided by signond.

%package -n %{name}%{sover}
Summary:Single signon authentication library for GLib Applications
Group:  System/Libraries

%description -n %{name}%{sover}
This package contains the shared libraries for use by applications.

%package -n python-libgsignon
Summary:Python bindings for the single signon authentication library
Group:  Development/Languages/Python

%description -n python-libgsignon
This package contains the python bindings for the single signon
authentication library.

%package -n python3-libgsignon
Summary:Python bindings for the Single signon authentication