commit switchboard-plug-datetime for openSUSE:Factory

2019-01-08 Thread root
Hello community,

here is the log from the commit of package switchboard-plug-datetime for 
openSUSE:Factory checked in at 2019-01-08 12:28:50

Comparing /work/SRC/openSUSE:Factory/switchboard-plug-datetime (Old)
 and  /work/SRC/openSUSE:Factory/.switchboard-plug-datetime.new.28833 (New)


Package is "switchboard-plug-datetime"

Tue Jan  8 12:28:50 2019 rev:3 rq:663210 version:2.1.4

Changes:

--- 
/work/SRC/openSUSE:Factory/switchboard-plug-datetime/switchboard-plug-datetime.changes
  2018-12-28 12:34:11.268010954 +0100
+++ 
/work/SRC/openSUSE:Factory/.switchboard-plug-datetime.new.28833/switchboard-plug-datetime.changes
   2019-01-08 12:31:14.604091389 +0100
@@ -1,0 +2,6 @@
+Fri Dec 28 17:03:47 UTC 2018 - Jan Engelhardt 
+
+- Fix grammar in description again.
+- Use noun phrase in summary.
+
+---



Other differences:
--
++ switchboard-plug-datetime.spec ++
--- /var/tmp/diff_new_pack.vTFpdM/_old  2019-01-08 12:31:15.020090937 +0100
+++ /var/tmp/diff_new_pack.vTFpdM/_new  2019-01-08 12:31:15.020090937 +0100
@@ -12,15 +12,16 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %global __provides_exclude_from ^%{_libdir}/switchboard/.*\\.so$
 
 Name:   switchboard-plug-datetime
 Version:2.1.4
 Release:0
-Summary:Configure the date and time for the user
+Summary:Plug to configure the date and time for the user
 License:GPL-3.0-only
 Group:  System/GUI/Other
 URL:https://elementary.io/
@@ -40,7 +41,7 @@
 Recommends: %{name}-lang
 
 %description
-Date, time and timezone management for elementary through a switchboard plug.
+Date, time and timezone management for Elementary through a Switchboard plug.
 
 %lang_package
 




commit switchboard-plug-datetime for openSUSE:Factory

2018-12-28 Thread root
Hello community,

here is the log from the commit of package switchboard-plug-datetime for 
openSUSE:Factory checked in at 2018-12-28 12:34:07

Comparing /work/SRC/openSUSE:Factory/switchboard-plug-datetime (Old)
 and  /work/SRC/openSUSE:Factory/.switchboard-plug-datetime.new.28833 (New)


Package is "switchboard-plug-datetime"

Fri Dec 28 12:34:07 2018 rev:2 rq:660537 version:2.1.4

Changes:

--- 
/work/SRC/openSUSE:Factory/switchboard-plug-datetime/switchboard-plug-datetime.changes
  2018-03-29 11:54:04.257713670 +0200
+++ 
/work/SRC/openSUSE:Factory/.switchboard-plug-datetime.new.28833/switchboard-plug-datetime.changes
   2018-12-28 12:34:11.268010954 +0100
@@ -1,0 +2,25 @@
+Thu Nov  8 02:29:35 UTC 2018 - Alexei Podvalsky 
+
+- Add regex for filtering provided libraries
+
+---
+Wed Oct 17 18:57:37 UTC 2018 - Alexei Podvalsky 
+
+- Update to 2.1.4:
+  * New upstream release.
+
+---
+Mon Jun 11 12:44:45 UTC 2018 - avvi...@yandex.by
+
+- Update to 0.1.3:
+  * New upstream release.
+
+---
+Sat Jun  9 02:31:02 UTC 2018 - avvi...@yandex.by
+
+- Switch to github
+- Switch to meson
+- Add COPYING and README files
+- Spec file cleanup
+
+---

Old:

  switchboard-plug-datetime-0.1.2.tar.xz

New:

  switchboard-plug-datetime-2.1.4.tar.gz



Other differences:
--
++ switchboard-plug-datetime.spec ++
--- /var/tmp/diff_new_pack.PX2yuM/_old  2018-12-28 12:34:11.732010631 +0100
+++ /var/tmp/diff_new_pack.PX2yuM/_new  2018-12-28 12:34:11.736010628 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package switchboard-plug-datetime
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -15,62 +15,54 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+%global __provides_exclude_from ^%{_libdir}/switchboard/.*\\.so$
+
 Name:   switchboard-plug-datetime
-Version:0.1.2
+Version:2.1.4
 Release:0
-License:GPL-3.0
 Summary:Configure the date and time for the user
-Url:https://launchpad.net/switchboard-plug-datetime
+License:GPL-3.0-only
 Group:  System/GUI/Other
-Source: 
https://launchpad.net/switchboard-plug-datetime/loki/%{version}/+download/%{name}-%{version}.tar.xz
-BuildRequires:  gcc-c++
-BuildRequires:  cmake
+URL:https://elementary.io/
+Source: 
https://github.com/elementary/switchboard-plug-datetime/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+BuildRequires:  fdupes
+BuildRequires:  meson >= 0.40.0
+BuildRequires:  pkgconfig
 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(gee-0.8)
 BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  glibc-devel
-BuildRequires:  fdupes
+BuildRequires:  pkgconfig(granite)
+BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(switchboard-2.0)
 Requires:   switchboard
 Recommends: %{name}-lang
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-Date, time and timezone management for Elementary through a Switchboard plug.
+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}
+%meson
+%meson_build
 
 %install
-%cmake_install
-%fdupes %{buildroot}%{_datadir}/locale
-%fdupes %{buildroot}%{_libdir}/switchboard/system/pantheon-datetime/images/
-
-%find_lang pantheon-datetime-plug
+%meson_install
+%fdupes %{buildroot}%{_datadir}
+%find_lang datetime-plug %{name}.lang
 
 %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
+%license COPYING
+%doc README.md
+%dir %{_libdir}/switchboard
+%dir %{_libdir}/switchboard/system
+%{_libdir}/switchboard/system/libdatetime.so
 
-%file

commit switchboard-plug-datetime for openSUSE:Factory

2018-03-29 Thread root
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