Hello community,

here is the log from the commit of package gsignond for openSUSE:Factory 
checked in at 2017-05-22 10:46:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gsignond (Old)
 and      /work/SRC/openSUSE:Factory/.gsignond.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gsignond"

Mon May 22 10:46:54 2017 rev:2 rq:495730 version:1.0.5+git20160714

Changes:
--------
--- /work/SRC/openSUSE:Factory/gsignond/gsignond.changes        2016-09-30 
15:31:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gsignond.new/gsignond.changes   2017-05-22 
10:48:23.937172223 +0200
@@ -1,0 +2,5 @@
+Mon May 15 17:08:15 UTC 2017 - [email protected]
+
+- Add a sub-package to the current configuration 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gsignond.spec ++++++
--- /var/tmp/diff_new_pack.na65XE/_old  2017-05-22 10:48:24.409105707 +0200
+++ /var/tmp/diff_new_pack.na65XE/_new  2017-05-22 10:48:24.413105143 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gsignond
 #
-# 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
@@ -39,8 +39,9 @@
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(sqlite3)
+Requires:       %{name}-config = %{version}
 %if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200 || 
(0%{?sle_version} >= 120100 && 0%{?is_opensuse})
-BuildRequires:  pkgconfig(vapigen) >= 0.28.0
+BuildRequires:  vala >= 0.28.0
 %endif
 
 %description
@@ -86,6 +87,20 @@
 
 Developer documentation for developing plugins and extensions.
 
+%package config-upstream
+Summary:        Default configuration for gsignond
+Group:          Productivity/Networking/Other
+Supplements:    packageand(%{name}:config-upstream)
+Conflicts:      otherproviders(%{name}-config)
+Provides:       %{name}-config = %{version}
+BuildArch:      noarch
+
+%description config-upstream
+Online Accounts Sign-on glib daemon.
+
+This package is not required if you need to use other configuration
+settings.
+
 %lang_package
 
 %prep
@@ -111,13 +126,11 @@
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n %{soname}%{sover} -p /sbin/ldconfig
-
 %postun -n %{soname}%{sover} -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING*
-%config(noreplace) %{_sysconfdir}/%{name}.conf
 %{_bindir}/%{name}
 %{_libdir}/%{name}/
 %{_datadir}/dbus-1/services/*.gSingleSignOn*.service
@@ -146,4 +159,8 @@
 %defattr(-,root,root)
 %{_datadir}/gtk-doc/html/%{name}/
 
+%files config-upstream
+%defattr(-,root,root)
+%config(noreplace) %{_sysconfdir}/%{name}.conf
+
 %changelog


Reply via email to