Hello community,

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

Package is "contractor"

Mon Dec 24 11:46:48 2018 rev:3 rq:660353 version:0.3.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/contractor/contractor.changes    2018-04-03 
12:12:39.730170704 +0200
+++ /work/SRC/openSUSE:Factory/.contractor.new.28833/contractor.changes 
2018-12-24 11:46:49.833163404 +0100
@@ -1,0 +2,35 @@
+Fri Aug 17 14:43:08 UTC 2018 - avvi...@yandex.by
+
+- Update to 0.3.4:
+  * Switch to Meson (#25)
+
+-------------------------------------------------------------------
+Sat Jun  9 22:45:02 UTC 2018 - avvi...@yandex.by
+
+- Update to 0.3.3:
+  * Update README.md with GPG examples (#23)
+  * Adding contract examples (#22)
+  * Documentation on writing contract files (#21)
+  * Remove unused make dist (#19)
+  * Ignore git rather than bzr (#18)
+  * Create .gitignore (#15)
+  * Create CODE_OF_CONDUCT.md (#14)
+  * Create COPYING (#13)
+  * Add .travis.yml (#12)
+  * Create README.md (#11)
+  * Delete .bzrignore
+  * Add 2017 to license copyright and app years.
+  * Bump copyright years
+  * Create the default contractor directory
+
+-------------------------------------------------------------------
+Fri Jun  8 22:34:55 UTC 2018 - avvi...@yandex.by
+
+- Switch to git from bzr
+- Switch to meson
+- Drop copying.patch (fixed)
+- Add COPYING and README.md files
+- Remove obsolete macros
+- Spec file cleanup
+
+-------------------------------------------------------------------

Old:
----
  contractor-0.3.2.tar.xz
  copying.patch

New:
----
  contractor-0.3.4.tar.gz

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

Other differences:
------------------
++++++ contractor.spec ++++++
--- /var/tmp/diff_new_pack.X8DeoA/_old  2018-12-24 11:46:50.353162948 +0100
+++ /var/tmp/diff_new_pack.X8DeoA/_new  2018-12-24 11:46:50.357162944 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package contractor
 #
-# Copyright (c) 2017 SUSE LINUX 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
@@ -17,18 +17,14 @@
 
 
 Name:           contractor
-Version:        0.3.2
+Version:        0.3.4
 Release:        0
 Summary:        A desktop-wide extension service
-License:        GPL-3.0+
+License:        GPL-3.0-or-later
 Group:          System/Daemons
-Url:            https://launchpad.net/contractor
-Source:         
https://launchpad.net/contractor/loki/%{version}/+download/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM https://github.com/elementary/contractor/pull/13
-Patch1:         copying.patch
-BuildRequires:  cmake >= 2.6
-BuildRequires:  gcc-c++
-BuildRequires:  glib2-devel
+URL:            https://elementary.io/
+Source:         
https://github.com/elementary/contractor/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+BuildRequires:  meson >= 0.44.4
 BuildRequires:  pkgconfig
 BuildRequires:  vala >= 0.28.0
 BuildRequires:  pkgconfig(dbus-glib-1)
@@ -44,23 +40,18 @@
 
 %prep
 %setup -q
-%patch1 -p1
 
 %build
-%cmake
-
-make %{?_smp_mflags}
+%meson
+%meson_build
 
 %install
-%cmake_install
-
-mkdir -p %{buildroot}%{_datadir}/contractor
+%meson_install
 
 %files
-%defattr(-,root,root)
-%doc COPYING
-%{_bindir}/%{name}
-%{_datadir}/dbus-1/services/org.elementary.%{name}.service
-%dir %{_datadir}/contractor
+%license COPYING
+%doc README.md
+%{_bindir}/contractor
+%{_datadir}/dbus-1/services/org.elementary.contractor.service
 
 %changelog


Reply via email to