Hello community,

here is the log from the commit of package conmon for openSUSE:Factory checked 
in at 2019-08-22 10:50:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/conmon (Old)
 and      /work/SRC/openSUSE:Factory/.conmon.new.22127 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "conmon"

Thu Aug 22 10:50:46 2019 rev:1 rq:724530 version:2.0.0

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

--- /dev/null   2019-08-07 02:59:15.679220339 +0200
+++ /work/SRC/openSUSE:Factory/.conmon.new.22127/conmon.changes 2019-08-22 
10:50:48.977712416 +0200
@@ -0,0 +1,13 @@
+-------------------------------------------------------------------
+Fri Aug 16 11:48:30 UTC 2019 - Sascha Grunert <sgrun...@suse.com>
+
+- Use `%make_build` macro instead of `%{__make}`
+- Use `%make_install` macro instead of `%{__make} install`
+- Use `%{_bindir}` macro instead of `%{_usr}/bin`
+- Change `PREFIX` to not contain `%{buildroot}` and use the 
+  `$DESTDIR` variable
+
+-------------------------------------------------------------------
+Mon Aug 12 06:41:41 UTC 2019 - Sascha Grunert <sgrun...@suse.com>
+
+- Initial release v2.0.0

New:
----
  _service
  conmon-2.0.0.tar.xz
  conmon.changes
  conmon.spec

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

Other differences:
------------------
++++++ conmon.spec ++++++
#
# spec file for package conmon
#
# Copyright (c) 2019 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:          conmon
Version:       2.0.0
Release:       0
Summary:       An OCI container runtime monitor
License:       Apache-2.0
Group:         System/Management
Url:           https://github.com/containers/conmon
Source0:       %{name}-%{version}.tar.xz
BuildRequires: glib2-devel

%description
%{summary}

%prep
%setup -q

%build
%make_build

%install
%make_install PREFIX=%{_prefix}

%files
%license LICENSE
%doc README.md
%{_bindir}/%{name}

%changelog
++++++ _service ++++++
<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/containers/conmon</param>
<param name="scm">git</param>
<param name="versionformat">2.0.0</param>
<param name="revision">v2.0.0</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">conmon-*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled">
<param name="basename">conmon</param>
</service>
</services>

Reply via email to