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.000000000 +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
 


Reply via email to