Hello community,

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

Package is "switchboard-plug-datetime"

Thu Mar 29 11:54:03 2018 rev:1 rq:578651 version:0.1.2

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

--- /dev/null   2018-03-29 10:35:27.759803458 +0200
+++ 
/work/SRC/openSUSE:Factory/.switchboard-plug-datetime.new/switchboard-plug-datetime.changes
 2018-03-29 11:54:04.257713670 +0200
@@ -0,0 +1,35 @@
+-------------------------------------------------------------------
+Tue Jun 13 14:43:31 UTC 2017 - jeng...@inai.de
+
+- Rectify grammar issues in descriptions.
+
+-------------------------------------------------------------------
+Sat Apr 22 11:15:58 UTC 2017 - avvi...@yandex.by
+
+- Update to 0.1.2:
+  * Add a setting to show/hide week numbers (#22)
+  * Fix widget alignment and spacing (#20)
+  * Don't try to be clever and hide options (#21)
+  * change time format combo for modebutton (#15)
+  * Move widgets to widgets folder (#16)
+  * add missing quote (#19)
+  * Change incorrect data in cmake (#18)
+  * Add Travis CI (#17)
+  * Plug.vala: minor cleanups (#14)
+  * Update and rename INSTALL to README.md (#13)
+  * Launchpad automatic translations update.
+  * Update translations template
+  * Implement Preference Opening API
+
+-------------------------------------------------------------------
+Sun Sep 18 22:12:50 UTC 2016 - avvi...@yandex.by
+
+- Update to 0.1.1.1
+- Use cmake macro
+- Spec file cleanup
+
+-------------------------------------------------------------------
+Sat Feb 27 22:23:25 UTC 2016 - mailaen...@opensuse.org
+
+- initial packaging of version 0.1.0.2
+

New:
----
  switchboard-plug-datetime-0.1.2.tar.xz
  switchboard-plug-datetime.changes
  switchboard-plug-datetime.spec

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

Other differences:
------------------
++++++ switchboard-plug-datetime.spec ++++++
#
# spec file for package switchboard-plug-datetime
#
# Copyright (c) 2015 SUSE LINUX Products 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-datetime
Version:        0.1.2
Release:        0
License:        GPL-3.0
Summary:        Configure the date and time for the user
Url:            https://launchpad.net/switchboard-plug-datetime
Group:          System/GUI/Other
Source:         
https://launchpad.net/switchboard-plug-datetime/loki/%{version}/+download/%{name}-%{version}.tar.xz
BuildRequires:  gcc-c++
BuildRequires:  cmake
BuildRequires:  vala >= 0.28.0
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  pkgconfig(switchboard-2.0)
BuildRequires:  pkgconfig(granite)
BuildRequires:  pkgconfig(gee-0.8)
BuildRequires:  pkgconfig(cairo)
BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  glibc-devel
BuildRequires:  fdupes
Requires:       switchboard
Recommends:     %{name}-lang
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Date, time and timezone management for Elementary through a Switchboard plug.

%lang_package

%prep
%setup -q

# NOTE: cmake macro optflags seems to swallow -lm which would break the build
sed -e '/target_link_libraries/s/\((.*[^)]\)/\1 -lm/' \
    -i src/CMakeLists.txt

%build
%cmake
make %{?_smp_mflags}

%install
%cmake_install
%fdupes %{buildroot}%{_datadir}/locale
%fdupes %{buildroot}%{_libdir}/switchboard/system/pantheon-datetime/images/

%find_lang pantheon-datetime-plug

%files
%defattr(-,root,root)
%dir %{_libdir}/switchboard/
%dir %{_libdir}/switchboard/system/
%dir %{_libdir}/switchboard/system/pantheon-datetime/
%{_libdir}/switchboard/system/pantheon-datetime/images/
%{_libdir}/switchboard/system/pantheon-datetime/libpantheon-datetime.so

%files lang -f pantheon-datetime-plug.lang
%defattr(-,root,root)

%changelog

Reply via email to