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.000000000 +0200
@@ -0,0 +1,28 @@
+-------------------------------------------------------------------
+Sun Sep 18 15:05:54 UTC 2016 - [email protected]
+
+- 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 - [email protected]
+
+- 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 - [email protected]
+
+- Use signond daemon.
+- Spec redesign.
+- Fix licence.
+- Add baselibs.conf.
+
+-------------------------------------------------------------------
+Wed Sep  2 13:55:35 UTC 2015 - [email protected]
+
+- 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 
[email protected] -- 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 library
Group:          Development/Languages/Python

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

%package -n %{typelib}
Summary:        Library for GLib applications -- Introspection Bindings
Group:          System/Libraries

%description -n %{typelib}
This package contains the GObject Introspection bindings for the
gsignon-glib library.

%package devel
Summary:        Development files for libgsignon-glib
Group:          Development/Libraries/C and C++
Requires:       %{name}%{sover} = %{version}
Requires:       %{typelib} = %{version}
Requires:       python-libgsignon = %{version}
Requires:       python3-libgsignon = %{version}

%description devel
This package contains the development files for the gsignon-glib
library.

%package doc
Summary:        Documentation for libgsignon-glib
Group:          Documentation/HTML
BuildArch:      noarch

%description doc
This package contains the documentation for the gsignon-glib
library.

%prep
%setup -q -n %{name}-%{_version}-%{_version}
%patch0 -p1

%build
NOCONFIGURE=1 ./autogen.sh
%global _configure ../configure
for python in python2 python3; do
    mkdir -p build-$python
    pushd build-$python
    export PYTHON=$python
    %configure \
      --disable-static                \
      --enable-python                 \
      --enable-dbus-type=%{dbus_type} \
      --enable-introspection=yes      \
      --enable-gtk-doc
    make %{?_smp_mflags}
    popd
done

%install
%make_install -C build-python2
%make_install -C build-python3/pygobject
find %{buildroot} -type f -name "*.la" -delete -print

%fdupes %{buildroot}%{python3_sitearch}/
%fdupes %{buildroot}%{python_sitearch}/

%post -n %{name}%{sover} -p /sbin/ldconfig

%postun -n %{name}%{sover} -p /sbin/ldconfig

%files -n %{name}%{sover}
%defattr(-,root,root)
%doc AUTHORS COPYING NEWS
%{_libdir}/%{name}.so.%{sover}*

%files -n %{typelib}
%defattr(-,root,root)
%{_typelibdir}/gSignon-1.0.typelib

%files -n python-libgsignon
%defattr(-,root,root)
%{python_sitearch}/gi/overrides/

%files -n python3-libgsignon
%defattr(-,root,root)
%{python3_sitearch}/gi/overrides/

%files devel
%defattr(-,root,root)
%{_includedir}/%{name}/
%{_bindir}/gsso-example
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
%{_girdir}/gSignon-1.0.gir
%{_datadir}/gir-1.0/gSignon-1.0.gir
%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200 || (0%{?sle_version} 
>= 120100 && 0%{?is_opensuse})
%dir %{_datadir}/vala/vapi/
%{_datadir}/vala/vapi/%{name}.*
%endif

%files doc
%defattr(-,root,root)
%doc %{_datadir}/gtk-doc/html/%{name}/

%changelog
++++++ baselibs.conf ++++++
libgsignon-glib1
++++++ libgsignon-glib-disable-werror.patch ++++++
--- a/libgsignon-glib/Makefile.am
+++ b/libgsignon-glib/Makefile.am
@@ -7,7 +7,7 @@ libgsignon_glib_la_CPPFLAGS = \
        -I$(top_builddir) \
        -I$(builddir) \
        $(DEPS_CFLAGS) \
-       -Wall -Werror
+       -Wall
 libgsignon_glib_la_LIBADD = $(DEPS_LIBS)
 libgsignon_glib_la_LDFLAGS = \
        -version-info 1:0:0 \

Reply via email to