commit libsignon-glib for openSUSE:Factory

2019-10-17 Thread root
Hello community,

here is the log from the commit of package libsignon-glib for openSUSE:Factory 
checked in at 2019-10-17 13:07:56

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


Package is "libsignon-glib"

Thu Oct 17 13:07:56 2019 rev:4 rq:738825 version:2.1

Changes:

--- /work/SRC/openSUSE:Factory/libsignon-glib/libsignon-glib.changes
2017-11-09 16:23:11.049405347 +0100
+++ /work/SRC/openSUSE:Factory/.libsignon-glib.new.2352/libsignon-glib.changes  
2019-10-17 13:08:00.791969819 +0200
@@ -1,0 +2,33 @@
+Fri Oct 11 17:46:31 UTC 2019 - Bjørn Lie 
+
+- Update to version 2.1:
+  * Rename `debug` option to `debugging`
+  * Fix racing build when using the enum header
+  * Add option to specify path to pygobject override directory
+- Changes from version 2.0:
+  * Support new signond 8.60
+  * New SignonSecurityContext with system and application contexts
+  * Add signon_list_available_mechanisms() method
+  * Remove a couple of obsolete methods
+  * Use the GTask API
+  * Build: switch to Meson build system
+  * Tests: increase code coverage
+- Changes from version 1.15:
+  * Do not build-depend on signond
+  * Update to the new signond D-Bus api with application context
+  * Create the Vala file at build time
+  * Handle the case where signond objects have been unregistered
+  * Respect thread affinity in callbacks
+  * Fix a memory leak
+  * Tests: make tests more robust
+- Switch to git checkout via source service, explict released tag.
+- Add meson BuildRequires and macros following upstreams port.
+- Bump sover following upstreams bumps.
+- Add explicit python3-gobject-devel and pkgconfig(vapigen)
+  BuildRequires, new dependencies.
+- Drop libtool, python-devel pkgconfig(check) and
+  pkgconfig(signond) BuildRequries, no longer needed.
+- Modernize spec.
+- Add new sub-package python3-libsignon-glib.
+
+---

Old:

  libsignon-glib-VERSION_1.14-e90302e342bfd27bc8c9132ab9d0ea3d8723fd03.tar.bz2

New:

  _service
  libsignon-glib-2.1.obscpio
  libsignon-glib.obsinfo



Other differences:
--
++ libsignon-glib.spec ++
--- /var/tmp/diff_new_pack.QV6WHT/_old  2019-10-17 13:08:01.735967388 +0200
+++ /var/tmp/diff_new_pack.QV6WHT/_new  2019-10-17 13:08:01.735967388 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libsignon-glib
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,41 +12,41 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%define _version VERSION_1.14-e90302e342bfd27bc8c9132ab9d0ea3d8723fd03
+%define sover 2
 
 Name:   libsignon-glib
-Version:1.14
+Version:2.1
 Release:0
 Summary:Library for signond
-License:LGPL-2.1
+License:LGPL-2.1-only
 Group:  System/Libraries
-Url:https://gitlab.com/accounts-sso/libsignon-glib
-Source: 
https://gitlab.com/accounts-sso/%{name}/repository/VERSION_%{version}/archive.tar.bz2#/%{name}-%{_version}.tar.bz2
+URL:https://gitlab.com/accounts-sso/libsignon-glib
+Source: %{name}-%{version}.tar.xz
+
 BuildRequires:  gtk-doc
-BuildRequires:  libtool >= 2.2
-BuildRequires:  python-devel
-BuildRequires:  pkgconfig(check) >= 0.9.4
+BuildRequires:  meson
+BuildRequires:  pkgconfig
+BuildRequires:  python3-gobject-devel
 BuildRequires:  pkgconfig(gio-2.0) >= 2.36
 BuildRequires:  pkgconfig(gio-unix-2.0)
 BuildRequires:  pkgconfig(glib-2.0) >= 2.32
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.35.1
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
-BuildRequires:  pkgconfig(signond) >= 8.40
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig(vapigen)
 
 %description
 GLib-based client library for applications handling account
 authentication through the Online Accounts Single Sign-On service
 
-%package -n libsignon-glib1
+%package -n libsignon-glib%{sover}
 Summary:Library for signond
 Group:  System/Libraries
 
-%description -n libsignon-glib1
+%description -n libsignon-glib%{sover}
 GLib-based client library for applications handling account
 authentication through the Online Accounts Single Sign-On service
 
@@ -55,7 +55,7 @@
 %package devel
 Summary:Development headers for 

commit libsignon-glib for openSUSE:Factory

2017-11-09 Thread root
Hello community,

here is the log from the commit of package libsignon-glib for openSUSE:Factory 
checked in at 2017-11-09 16:23:09

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


Package is "libsignon-glib"

Thu Nov  9 16:23:09 2017 rev:3 rq:538916 version:1.14

Changes:

--- /work/SRC/openSUSE:Factory/libsignon-glib/libsignon-glib.changes
2016-02-16 09:18:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.libsignon-glib.new/libsignon-glib.changes   
2017-11-09 16:23:11.049405347 +0100
@@ -1,0 +2,16 @@
+Fri Nov  3 09:42:34 UTC 2017 - buschman...@opensuse.org
+
+- spec file
+  * fix source url
+
+---
+Fri Nov  3 09:12:04 UTC 2017 - buschman...@opensuse.org
+
+- Update to 1.14
+  * Migrate to GTask
+  * Fix memory leaks reported by valgrind
+  * Build: fix parallel builds and out-of-tree builds
+  * Tests: add a test for signon_auth_session_process_async()
+  * Tests: allow running tests with valgrind
+
+---

Old:

  libsignon-glib_1.13+16.04.20151209.1.orig.tar.gz

New:

  libsignon-glib-VERSION_1.14-e90302e342bfd27bc8c9132ab9d0ea3d8723fd03.tar.bz2



Other differences:
--
++ libsignon-glib.spec ++
--- /var/tmp/diff_new_pack.KPaEVl/_old  2017-11-09 16:23:11.657383150 +0100
+++ /var/tmp/diff_new_pack.KPaEVl/_new  2017-11-09 16:23:11.661383004 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libsignon-glib
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -16,20 +16,26 @@
 #
 
 
+%define _version VERSION_1.14-e90302e342bfd27bc8c9132ab9d0ea3d8723fd03
+
 Name:   libsignon-glib
-Version:1.13+16.04.20151209.1
+Version:1.14
 Release:0
 Summary:Library for signond
 License:LGPL-2.1
 Group:  System/Libraries
-Url:https://launchpad.net/libsignon-glib
-Source: 
http://archive.ubuntu.com/ubuntu/pool/main/libs/libsignon-glib/%{name}_%{version}.orig.tar.gz
-BuildRequires:  glib2-devel
-BuildRequires:  gobject-introspection-devel
+Url:https://gitlab.com/accounts-sso/libsignon-glib
+Source: 
https://gitlab.com/accounts-sso/%{name}/repository/VERSION_%{version}/archive.tar.bz2#/%{name}-%{_version}.tar.bz2
 BuildRequires:  gtk-doc
-BuildRequires:  libtool
+BuildRequires:  libtool >= 2.2
 BuildRequires:  python-devel
-BuildRequires:  signond-libs-devel
+BuildRequires:  pkgconfig(check) >= 0.9.4
+BuildRequires:  pkgconfig(gio-2.0) >= 2.36
+BuildRequires:  pkgconfig(gio-unix-2.0)
+BuildRequires:  pkgconfig(glib-2.0) >= 2.32
+BuildRequires:  pkgconfig(gobject-2.0) >= 2.35.1
+BuildRequires:  pkgconfig(gobject-introspection-1.0)
+BuildRequires:  pkgconfig(signond) >= 8.40
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -69,7 +75,7 @@
 libsignon-glib library.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{_version}
 NOCONFIGURE=1 ./autogen.sh
 
 %build
@@ -86,7 +92,7 @@
 
 %files -n libsignon-glib1
 %defattr(-,root,root)
-%doc AUTHORS ChangeLog README NEWS COPYING
+%doc AUTHORS README.md NEWS COPYING
 %{_libdir}/libsignon-glib.so.1
 %{_libdir}/libsignon-glib.so.1.0.0
 




commit libsignon-glib for openSUSE:Factory

2016-02-16 Thread h_root
Hello community,

here is the log from the commit of package libsignon-glib for openSUSE:Factory 
checked in at 2016-02-16 09:18:56

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


Package is "libsignon-glib"

Changes:

--- /work/SRC/openSUSE:Factory/libsignon-glib/libsignon-glib.changes
2015-10-03 20:16:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsignon-glib.new/libsignon-glib.changes   
2016-02-16 09:18:57.0 +0100
@@ -1,0 +2,7 @@
+Sat Feb 13 07:50:06 UTC 2016 - tittiatc...@gmail.com
+
+- Update to 1.13+16.04.20151209.1
+  * No changelog provided. 
+  * Fixes build for Tumbleweed
+
+---

Old:

  libsignon-glib_1.12+15.04.20150420.1.orig.tar.gz

New:

  libsignon-glib_1.13+16.04.20151209.1.orig.tar.gz



Other differences:
--
++ libsignon-glib.spec ++
--- /var/tmp/diff_new_pack.kAhZ79/_old  2016-02-16 09:18:57.0 +0100
+++ /var/tmp/diff_new_pack.kAhZ79/_new  2016-02-16 09:18:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libsignon-glib
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -15,18 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   libsignon-glib
-Version:   1.12+15.04.20150420.1
+Version:1.13+16.04.20151209.1
 Release:   0
-License:   LGPL-2.1
 Summary:   Library for signond
-Url:   https://launchpad.net/libsignon-glib
+License:LGPL-2.1
 Group: System/Libraries
+Url:https://launchpad.net/libsignon-glib
 Source:
http://archive.ubuntu.com/ubuntu/pool/main/libs/libsignon-glib/%{name}_%{version}.orig.tar.gz
-BuildRequires: libtool
-BuildRequires: gtk-doc
 BuildRequires: glib2-devel
 BuildRequires: gobject-introspection-devel
+BuildRequires:  gtk-doc
+BuildRequires:  libtool
 BuildRequires: python-devel
 BuildRequires: signond-libs-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -102,3 +103,5 @@
 %files -n typelib-1_0-Signon-1_0
 %defattr(-,root,root)
 %{_libdir}/girepository-1.0/Signon-1.0.typelib
+
+%changelog

++ libsignon-glib_1.12+15.04.20150420.1.orig.tar.gz -> 
libsignon-glib_1.13+16.04.20151209.1.orig.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsignon-glib-1.12+15.04.20150420.1/README 
new/libsignon-glib-1.13+16.04.20151209.1/README
--- old/libsignon-glib-1.12+15.04.20150420.1/README 2015-04-20 
13:34:44.0 +0200
+++ new/libsignon-glib-1.13+16.04.20151209.1/README 2015-12-09 
11:24:49.0 +0100
@@ -5,7 +5,7 @@
 used from GLib applications. It is effectively a GLib binding for the D-Bus API
 provided by signond. It is part of the accounts-sso project:
 
-http://code.google.com/p/accounts-sso/
+https://gitlab.com/groups/accounts-sso
 
 Dependencies
 
@@ -20,4 +20,4 @@
 Resources
 -
 
-http://code.google.com/p/accounts-sso/sources/list?repo=libsignon-glib
+https://gitlab.com/accounts-sso/libsignon-glib
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsignon-glib-1.12+15.04.20150420.1/configure.ac 
new/libsignon-glib-1.13+16.04.20151209.1/configure.ac
--- old/libsignon-glib-1.12+15.04.20150420.1/configure.ac   2015-04-20 
13:34:44.0 +0200
+++ new/libsignon-glib-1.13+16.04.20151209.1/configure.ac   2015-12-09 
11:24:49.0 +0100
@@ -1,10 +1,10 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.64])
 AC_INIT([libsignon-glib],
-[1.12],
-[http://code.google.com/p/accounts-sso/issues/entry],
+[1.13],
+[https://gitlab.com/accounts-sso/libsignon-glib/issues],
 [libsignon-glib],
-[http://code.google.com/p/accounts-sso/])
+[https://gitlab.com/accounts-sso/libsignon-glib])
 
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libsignon-glib-1.12+15.04.20150420.1/docs/reference/libsignon-glib-docs.xml 
new/libsignon-glib-1.13+16.04.20151209.1/docs/reference/libsignon-glib-docs.xml
--- 
old/libsignon-glib-1.12+15.04.20150420.1/docs/reference/libsignon-glib-docs.xml 
2015-04-20 13:34:44.0 +0200
+++ 
new/libsignon-glib-1.13+16.04.20151209.1/docs/reference/libsignon-glib-docs.xml 
2015-12-09 11:24:49.0 +0100
@@ -10,7 +10,7 @@