Hello community,

here is the log from the commit of package cerbere for openSUSE:Factory checked 
in at 2018-12-24 11:47:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cerbere (Old)
 and      /work/SRC/openSUSE:Factory/.cerbere.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cerbere"

Mon Dec 24 11:47:06 2018 rev:3 rq:660529 version:0.2.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/cerbere/cerbere.changes  2017-06-20 
09:39:58.883570035 +0200
+++ /work/SRC/openSUSE:Factory/.cerbere.new.28833/cerbere.changes       
2018-12-24 11:47:09.297146314 +0100
@@ -1,0 +2,41 @@
+Thu Dec 20 22:08:07 UTC 2018 - Jan Engelhardt <jeng...@inai.de>
+
+- Restore proper grammar in description again.
+
+-------------------------------------------------------------------
+Fri Aug 17 14:42:46 UTC 2018 - avvi...@yandex.by
+
+- Update to 0.2.4:
+  * Install to libexec & autostart (#24)
+
+-------------------------------------------------------------------
+Sat Jun  9 22:44:39 UTC 2018 - avvi...@yandex.by
+
+- Update to 0.2.3:
+  * Remove CMake build system
+  * Remove unused gettext domain
+  * RDNN
+  * Update README.md
+  * Add Meson build system
+  * Remove unused make dist (#17)
+  * Remove bzrignore (#16)
+  * Remove static modifier from consts (#15)
+  * Create .gitignore (#12)
+  * Create CODE_OF_CONDUCT.md (#11)
+  * Update bug report message (#10)
+  * Create COPYING (#9)
+  * Update and rename INSTALL to README.md (#7)
+  * move gschema to data dir (#8)
+  * Remove executable bit from files
+  * unmark INSTALL instructions as executable
+
+-------------------------------------------------------------------
+Fri Jun  8 22:30:29 UTC 2018 - avvi...@yandex.by
+
+- Switch to git from bzr
+- Switch to meson
+- Add COPYING and README.md files
+- Remove obsolete macros
+- Spec file cleanup
+
+-------------------------------------------------------------------

Old:
----
  cerbere-0.2.2.tar.xz

New:
----
  cerbere-0.2.4.tar.gz

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

Other differences:
------------------
++++++ cerbere.spec ++++++
--- /var/tmp/diff_new_pack.0WqX29/_old  2018-12-24 11:47:09.721145942 +0100
+++ /var/tmp/diff_new_pack.0WqX29/_new  2018-12-24 11:47:09.725145938 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cerbere
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Mihai Petracovici <petra...@cloverleaf-linux.org>.
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,28 +13,25 @@
 # 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/
 #
 
 
 Name:           cerbere
-Version:        0.2.2
+Version:        0.2.4
 Release:        0
 Summary:        A service to relaunch Pantheon apps
-License:        GPL-2.0
+License:        GPL-2.0-or-later
 Group:          System/Daemons
-Url:            https://launchpad.net/cerbere
-Source:         
https://launchpad.net/cerbere/0.x/%{version}/+download/%{name}-%{version}.tar.xz
-BuildRequires:  cmake
-BuildRequires:  gcc-c++
-BuildRequires:  glib2-devel
+URL:            https://elementary.io/
+Source:         
https://github.com/elementary/cerbere/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  libgee-devel
+BuildRequires:  meson >= 0.44.4
 BuildRequires:  update-desktop-files
 BuildRequires:  vala >= 0.28.0
-%glib2_gsettings_schema_requires
 
 %description
-Cerbere is a sort of a watchdog, designed for Pantheon. It monitors a
+Cerbere is a sort of a watchdog designed for Pantheon. It monitors a
 predefined list of processes (configurable through dconf) and relaunches
 them if they end. This is helpful to keep the panel, dock, and wallpaper
 running, even if they crash or are killed by another process.
@@ -43,28 +40,18 @@
 %setup -q
 
 %build
-%cmake \
-    -DGSETTINGS_COMPILE=OFF
-
-make %{?_smp_mflags}
+%meson
+%meson_build
 
 %install
-%cmake_install
-
-%suse_update_desktop_file -r %{name} System Utility
-
-%post
-%desktop_database_post
-%glib2_gsettings_schema_post
-
-%postun
-%desktop_database_postun
-%glib2_gsettings_schema_postun
+%meson_install
+%suse_update_desktop_file -r io.elementary.cerbere System Utility
 
 %files
-%defattr(-,root,root)
-%{_bindir}/%{name}
-%{_datadir}/applications/%{name}.desktop
-%{_datadir}/glib-2.0/schemas/org.pantheon.%{name}.gschema.xml
+%license COPYING
+%doc README.md
+%{_libexecdir}/io.elementary.cerbere
+%{_datadir}/glib-2.0/schemas/io.elementary.cerbere.gschema.xml
+%{_sysconfdir}/xdg/autostart/io.elementary.cerbere.desktop
 
 %changelog


Reply via email to