Hello community,

here is the log from the commit of package switchboard-plug-useraccounts for 
openSUSE:Factory checked in at 2018-03-29 11:54:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/switchboard-plug-useraccounts (Old)
 and      /work/SRC/openSUSE:Factory/.switchboard-plug-useraccounts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "switchboard-plug-useraccounts"

Thu Mar 29 11:54:34 2018 rev:1 rq:578667 version:0.1.6

Changes:
--------
New Changes file:

--- /dev/null   2018-03-29 10:35:27.759803458 +0200
+++ 
/work/SRC/openSUSE:Factory/.switchboard-plug-useraccounts.new/switchboard-plug-useraccounts.changes
 2018-03-29 11:54:34.904605975 +0200
@@ -0,0 +1,60 @@
+-------------------------------------------------------------------
+Wed Oct 18 14:50:45 UTC 2017 - avvi...@yandex.by
+
+- Update to 0.1.6:
+  * Re-add code that sets new user password (#49)
+  * Clean up whitespace
+  * PasswordEditor.vala: Code style fixes (#47)
+  * Convert fullname to ascii for generated username (#45)
+  * UserSettingsView.vala: Center valign full name entry (#43)
+  * Create .gitignore (#42)
+
+-------------------------------------------------------------------
+Sat Jul  1 10:16:22 UTC 2017 - avvi...@yandex.by
+
+- Update to 0.1.5:
+  * NewUserPopover.vala: GObject-style (#39)
+  * PasswordPopover.vala: GObject-style (#40)
+  * GuestSettingsView.vala: simplify (#37)
+  * Create CODE_OF_CONDUCT.md (#41)
+  * Always give password advice (#38)
+  * ListFooter.vala: Sort out conditional spaghetti (#32)
+  * Using null instead of a string with null (#36)
+  * PasswordEditor.vala: GObject-style (#33)
+  * UserItem.vala: GObject-style (#35)
+  * Guest session is enabled by default (#30)
+  * MainView.vala: GObject-style (#31)
+  * Usersettings code style (#29)
+  * Add README.md and remove old files (#28)
+  * UserSettingsView.vala: GObject style (#27)
+
+-------------------------------------------------------------------
+Tue May 23 05:37:16 UTC 2017 - avvi...@yandex.by
+
+- Update to 0.1.4:
+  * {0.1.4} Release 0.1.4
+  * Re-organize source code (#18)
+  * Fix language settings link (#22)
+  * AvatarPopover.vala: Use GObject style (#23)
+  * ListFooter.vala: rewrite as ActionBar in GObject style (#21)
+  * [merge] Merge remote-tracking branch 'origin/master'
+  * update license headers (#20)
+  * update po files
+  * Use Toasts for Undo (#17)
+  * Add Travis CI (#16)
+
+-------------------------------------------------------------------
+Sun Sep 18 23:07:36 UTC 2016 - avvi...@yandex.by
+
+- Update to 0.1.3
+
+-------------------------------------------------------------------
+Tue Sep 13 04:07:17 UTC 2016 - avvi...@yandex.by
+
+- Update to stable release 0.1.2
+
+-------------------------------------------------------------------
+Thu Aug  4 19:04:37 UTC 2016 - avvi...@yandex.by
+
+- Initial package  
+

New:
----
  switchboard-plug-useraccounts-0.1.6.tar.xz
  switchboard-plug-useraccounts.changes
  switchboard-plug-useraccounts.spec

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

Other differences:
------------------
++++++ switchboard-plug-useraccounts.spec ++++++
#
# spec file for package switchboard-plug-sharing
#
# 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/
#


Name:           switchboard-plug-useraccounts
Version:        0.1.6
Release:        0
Summary:        Manage local user accounts
License:        GPL-3.0
Group:          System/GUI/Other
Url:            https://launchpad.net/switchboard-plug-useraccounts
Source:         
https://launchpad.net/switchboard-plug-useraccounts/loki/%{version}/+download/%{name}-%{version}.tar.xz
BuildRequires:  cmake
BuildRequires:  fdupes
BuildRequires:  gcc-c++
BuildRequires:  pkgconfig
BuildRequires:  pkgconfig(accountsservice)
BuildRequires:  pkgconfig(gnome-desktop-3.0)
BuildRequires:  pkgconfig(gobject-introspection-1.0)
BuildRequires:  pkgconfig(granite) >= 0.4.0
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  pkgconfig(polkit-gobject-1)
BuildRequires:  pkgconfig(pwquality)
BuildRequires:  pkgconfig(switchboard-2.0)
BuildRequires:  pkgconfig(vapigen) >= 0.34.1
Recommends:     %{name}-lang
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Switchboard plug for managing local user accounts.

%lang_package

%prep
%setup -q

sed -e '/target_link_libraries/s/\((.*\}\)/\1 -lm/' \
    -i src/CMakeLists.txt

%build
%cmake
make %{?_smp_mflags}

%install
%cmake_install
%find_lang useraccounts-plug %{name}.lang
%fdupes %{buildroot}/%{_datadir}

%files
%defattr(-,root,root)
%doc COPYING
%dir %{_libdir}/switchboard
%dir %{_libdir}/switchboard/system
%dir %{_libdir}/switchboard/system/pantheon-useraccounts
%{_libdir}/switchboard/system/pantheon-useraccounts/guest-session-toggle
%{_libdir}/switchboard/system/pantheon-useraccounts/libuseraccounts.so
%{_datadir}/polkit-1/actions/org.pantheon.switchboard.user-accounts.policy

%files lang -f %{name}.lang
%defattr(-,root,root)

%changelog

Reply via email to