Hello community,

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

Package is "switchboard-plug-a11y"

Thu Mar 29 11:53:58 2018 rev:1 rq:578645 version:0.1.1

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

--- /dev/null   2018-03-29 10:35:27.759803458 +0200
+++ 
/work/SRC/openSUSE:Factory/.switchboard-plug-a11y.new/switchboard-plug-a11y.changes
 2018-03-29 11:53:59.873872141 +0200
@@ -0,0 +1,37 @@
+-------------------------------------------------------------------
+Tue May  9 20:13:51 UTC 2017 - [email protected]
+
+- Update to 0.1.1:
+  * Add Travis CI (#17)
+  * Update FSF Address (#16)
+  * Merge remote-tracking branch 'origin/master'
+  * Add/Update license headers
+  * Fix white space
+  * Organize code
+  * Remove commented code
+  * GObject-style construct
+  * Vala-style properties
+  * Switch panes on select instead of activate
+  * Open Settings panes using settings:// urls
+  * Open Onboard settings with appinfo launch instead of granite 
+    SimpleCommand
+  * Spaces not tabs
+  * Implement Preference Opening API
+- Spec file cleanup
+
+-------------------------------------------------------------------
+Tue Sep 20 16:34:14 UTC 2016 - [email protected]
+
+- Add Recommends: switchboard-plug-a11y-lang
+- Spec file cleanup
+
+-------------------------------------------------------------------
+Sun Sep 18 20:34:37 UTC 2016 - [email protected]
+
+- Update to 0.1+bzr.102
+- Spec file cleanup
+
+-------------------------------------------------------------------
+Fri Sep 11 15:03:37 UTC 2015 - [email protected]
+
+- initial package (version 0.1) for build.opensuse.org

New:
----
  switchboard-plug-a11y-0.1.1.tar.xz
  switchboard-plug-a11y.changes
  switchboard-plug-a11y.spec

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

Other differences:
------------------
++++++ switchboard-plug-a11y.spec ++++++
#
# spec file for package switchboard-plug-a11y
#
# 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
# 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-a11y
Version:        0.1.1
Release:        0
Summary:        Accessibility plug for Switchboard
License:        GPL-3.0
Group:          Productivity/Other
Url:            https://launchpad.net/switchboard-plug-a11y
Source:         
https://launchpad.net/switchboard-plug-a11y/loki/%{version}/+download/%{name}-%{version}.tar.xz
BuildRequires:  cmake
BuildRequires:  fdupes
BuildRequires:  gcc-c++
BuildRequires:  pkgconfig
BuildRequires:  vala >= 0.28.0
BuildRequires:  pkgconfig(granite)
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  pkgconfig(switchboard-2.0)
Requires:       switchboard
Recommends:     %{name}-lang
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Accessibility plug for Switchboard.

%lang_package

%prep
%setup -q

%build
%cmake
make %{?_smp_mflags}

%install
%cmake_install
%fdupes %{buildroot}%{_datadir}/locale
%find_lang pantheon-accessibility-plug %{name}.lang

%files
%defattr(-,root,root)
%doc AUTHORS COPYING
%dir %{_libdir}/switchboard
%dir %{_libdir}/switchboard/system
%dir %{_libdir}/switchboard/system/pantheon-accessibility
%{_libdir}/switchboard/system/pantheon-accessibility/*.so

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

%changelog

Reply via email to